Commit Graph

2201 Commits (355878e921327d462f8b495d0f8b2b2fc1ce4652)

Author SHA1 Message Date
Anurag Bannur b11f4f511d Github and Android Studio connection. (#23189)
* Github and Android Studio connection.

This is a tutorial of pushing a project from Android Studio to Github.

* Update file path and minor tweaks to article
2018-12-02 19:33:44 +09:00
Hamidu Abu ec34e168ba List links for more information (#23644)
Items under "More Information" to appear as lists instead of looking like a sentence
2018-12-02 17:25:19 +07:00
Rajat Bhatt 01ae4e25a1 Improve python version of merge sort. (#23005) 2018-12-02 14:59:26 +09:00
Andrew Fisher 213425fac2 updated to include manual ios linking (#23879)
* updated to include manual ios linking

* Update index.md

* Add list formatting
2018-12-02 00:05:47 -05:00
Qbuiba 25fa070622 Uppercase the ES6 word (#23907) 2018-12-01 22:10:26 -05:00
kzellers 97f80c715c added example for incrementation (#23908) 2018-12-01 22:02:30 -05:00
Githubtesting123 78c6e30439 Update index.md (#23882) 2018-12-01 21:59:39 -05:00
Nathan-Abegaz 61b6f1e19e Added a section called "Casting". Details on how data types can be stored in other data types. (#23881)
* Added a section called "Casting"

* Reordered section, fixed typo
2018-12-01 21:55:44 -05:00
chris13888 7f00161e60 Update index.md (#23905) 2018-12-01 21:55:20 -05:00
wolfwhocodes 8848487622 Infinite for loop (#23252)
* Infinite for loop

A brief description of the infinite for loop was given along with an example.

* Added syntax highlighting
2018-12-01 21:52:31 -05:00
qme1519 37d71e01c7 Bubble sort added as an example (#22141)
I added bubble sort as it is one of the most used sorting algorithms and as it is one of the easiest ones for beginners.
2018-12-01 21:34:17 -05:00
Anirban Ghatak 7498ce0052 Added a few lines to emphasize Interfaces importance to Design patterns. (#23700)
* Added a few lines to emphasize Interfaces importance to Design patterns.

* Fixed several grammatical mistakes
2018-12-01 21:30:11 -05:00
Anirban Ghatak 7eb767860a Removed duplicate paragraphs. Added some keywords to refer. (#23692)
* Removed duplicate paragraphs. Added some keywords to refer.

Added some lines about GC also, removed duplicate paragraphs from the text.

* Fixed formatting
2018-12-01 21:29:19 -05:00
Ray Antonius d593bf498a Adding example app tutorial (#23785)
* Adding example app tutorial

* Updated link with MD format

* Refactored to 'more information'
2018-12-01 21:26:01 -05:00
Lola f41deb625b Modified Spanish endings and sentences to make. (#19840)
Some of the Spanish endings needed a change from the Usted form (formal) to the informal form (since that is how the article should be written in Spanish). 
Modified briefly some sentences to make it more understandable for Spanish readers.
2018-12-01 15:40:45 -07:00
Freeda Vales d2cb71d04b Added dialog tag guide in HTML section (#23173) 2018-12-01 15:18:48 -07:00
msabitabrata 0042936ce2 Callable vs Runnable (#23117)
* Callable vs Runnable

Included Callable interface as thread creation mechanism and the advantages of using Callable over Runnable

* fix: corrected wording on following line
2018-12-01 15:17:01 -07:00
Emir 63144ea2ac Small contribution to switch statement (#23150) 2018-12-01 14:44:45 -07:00
tlacuachejovial 13b93ba209 Added additional links and descriptions. (#23112)
Added descriptions to lists of women in tech initiatives and added a few additional links to list.
2018-12-01 14:32:12 -07:00
kViking f09e84ff14 Fixed code formatting (#23068)
Added curly brackets where they had been left out of the code snippets. Also fixed two grammatical errors on line 52
2018-12-02 03:17:12 +07:00
stephanieadwill 71a502d616 Editing Photoshop index.md for clarity, fixing footnotes (#23165) 2018-12-02 03:16:17 +07:00
Aditya 9a315e237a Data Structures: Remove from a Set (#34493)
* fix: solution and moved instructions

* feat: added solution

* fix: added code elements
2018-12-01 11:46:02 -07:00
Maxim db1303ea4b Corrected semantic errors. Changed hyperlinks to Russian resources (#25074) 2018-12-01 22:45:50 +04:00
Maxim e66e6beebb Made the text more readable. Corrected semantic and stylistic mistakes. (#25062) 2018-12-01 22:44:27 +04:00
Grigory 1a4bdd52dd index.md (#25059)
* index.md

Components translated

* index.md updated

added localeTitle
2018-12-01 22:42:29 +04:00
Michael Kane 25b6f1d924 Add example of Ternary Operator (#25553) 2018-12-02 00:11:31 +05:30
VitBu 62ba0777e0 Adding short and clear solution 2018-12-02 00:23:24 +09:00
Dom Slatford e3fe801288 Ionic guide including ionic4 (#22236) 2018-12-02 00:19:45 +09:00
Randell Dawson dfba4e3835 fix: deleted all the book-recommendations folders (#34498) 2018-12-01 19:08:07 +08:00
Amoo Olusola Simeon f1311cd80a Corrected some typo errors. (#21170)
Corrected some typo errors in the document.
2018-11-30 23:21:00 -08:00
Filipe Carvalho 6acab2bb38 Fixing typo on "deficiências" (#20036)
In this case we use "deficiência", the plural is guarenteed by "pessoas".
2018-12-01 14:33:25 +08:00
Bro3Simon 07c7877e5b Grammar mistake (#24663)
changed "provides an FAQ" to "provides a FAQ"
2018-12-01 11:03:26 +05:30
Jack Kang 841fa65d08 changed wording (#23793)
changed confusing wording
2018-11-30 21:24:29 -05:00
Lucas Rafaldini 565a674d77 Some text changes. (#20250)
fixes translation issues, makes the text more readable and clear.
2018-11-30 22:39:10 +01:00
Sigurd Morsby 1db9717846 Detailed the explanations, added a pen (#23077)
* Detailed the explanations, added a pen

I added a lot of explanations to the examples and detailed what each line of code does.

I also added a short explanation of the differences between stateful and stateless components.

Finally, I linked to a pen that shows the differences between a prop and state.

* fix: spelling
2018-11-30 13:48:34 -07:00
Paul Ferguson Maxson bc3bafcfb0 Add info about changing icon sizing (#23103)
Had intended to include a link to the official docs here https://fontawesome.com/how-to-use/on-the-web/styling/sizing-icons but they appear to be out of date.
2018-11-30 13:45:20 -07:00
msabitabrata 597ba0b9be Switch case with same code for multiple values (#23073)
* Switch case with same code for multiple values

Handle switch case when single piece of code runs for multiple values.

* removed invalid example numbering introduced in merge conflict resolution
2018-11-30 12:53:17 -07:00
Bro3Simon 1fb9890647 fixed grammar mistake (#24673)
changed "Cascading Style-sheets" to "Cascading Style Sheets"
2018-12-01 00:58:06 +05:30
Anurag Bannur cd39d3178c guide-to-implement-google-sign-in-using-firebase-auth (#23007)
* Add this as a guide for Firebase Auth.

This is a thorough guide on how to implement Google sign-in using firebase authentication.

* made folder name lowercase

* updated directory name and frontmatter title
2018-11-30 12:06:07 -07:00
Manthanjain 77620d67aa Add content "different approaches for writing an algorithm" (#23049) 2018-11-30 11:30:25 -07:00
Alvin Tan 720f8562bf Added "overfitting and underfitting" (#25528) 2018-11-30 20:44:27 +05:30
Eric Jae-Min Joo 9621e372d0 Add proper indentation to example code (#23794) 2018-11-30 07:21:49 -05:00
Eric Jae-Min Joo 521138726b Fix example comment spacings (#23792) 2018-11-30 07:17:42 -05:00
Ray Antonius f169c1df26 Added another book (#23789) 2018-11-30 07:11:17 -05:00
Ray Antonius 1c715c2269 Add useful color scheme websites (#23788) 2018-11-30 07:09:45 -05:00
Omar Dabour 83a07f8d5d Language correction and maintenance (#19765)
Remove some meaningless words , add some and rearrange the sentences.
2018-11-30 14:28:11 +08:00
spetriuk 430fd0eb1c Improvements to translation (#25013)
Changes to make translation make more sense in Russian language
2018-11-30 09:51:46 +04:00
spetriuk 3f570746a0 Improvements to translation (#25008)
Changes to make translation make more sense in Russian language
2018-11-30 09:40:36 +04:00
spetriuk da9b8b434e Improvements to translation (#25002)
Changes to make translation make more sense in Russian language
2018-11-30 09:39:18 +04:00
Alexey Yashin 9d2924af3e Made it more readable in russian. Corrected table. (#25049) 2018-11-30 09:31:24 +04:00
Grigory 8d8e66d854 index.md (#25045)
Complite translation
2018-11-30 09:30:46 +04:00
DataCowboy abeb1af705 Edited for clarity (#23034)
Minor changes to wording to stay consistent with professional standards.
2018-11-29 18:34:56 -07:00
psungchan fe204ef8cb Add info on notation (#23041) 2018-11-29 18:07:09 -07:00
Siddhartha Anand 8e00c2ff1e Add reversing a list point. (#23040)
Add reversing a linked list code in Java.
2018-11-29 17:46:18 -07:00
Humza Khokhar 4648757724 Updated Info Text (#22956)
Improved and more simple introduction in order to not scare readers with new terms.
2018-11-29 17:44:26 -07:00
philip1077 83d26797d4 Created this File (#23026) 2018-11-29 17:09:05 -07:00
Thomas Pan 7686deef0a Adding content to a simple go webserver (#23002)
Adding some resources related to starting a first go webserver, semantic improvements and minor typos.
2018-11-29 17:06:24 -07:00
Chris Jesz 4f98f4f770 Create index.md (#22988) 2018-11-29 17:02:57 -07:00
Dina Wee 8918f66f7e Add how to reset branch to match remote (#22967) 2018-11-29 16:38:03 -07:00
Tony Scialdone e9e85395fb Update index.md (#23532)
Added bit about using single or double quotes
Removed extra line breaks
2018-11-29 17:23:47 -05:00
umar 665d59de69 Add link for learning resource (#23693)
* Add link for learning resource

* Created More Information section
2018-11-29 17:08:45 -05:00
Emily Gong cd211bcf5e Improved visualization by replacing words with symbols and added line breaks (#23686)
* Improved visualization

Replaced theta to actual symbols for better visualization, and added line breaks where they should be

* Improved formatting
2018-11-29 17:07:54 -05:00
NuclearPineapples 1c5cc45bb4 Word Errors (#23712) 2018-11-29 15:38:25 -05:00
Roberto Mossetto 7a08400f75 Add "The definitive Node.js handbook" to resources (#23701) 2018-11-29 15:34:13 -05:00
DrakonDarquesse be96a8808f add the way to specify number of decimal places (#31925)
* add the way to specify number of decimal places

* add comma and period
2018-11-29 10:32:22 -08:00
Xin 86641b4ad7 Fixed this page to match its English version (#31571) 2018-11-29 10:29:04 -08:00
Xin 80da0734e9 Changed this Chinese page to match its English one. (#31536) 2018-11-29 10:26:35 -08:00
Xin d0a32a61e6 Updated this page to match its English version. (#31600) 2018-11-29 10:21:15 -08:00
superTO 8b74dfb1ee Add learning recourse in chinese angular (#31618)
Add Angular learning resoure in index.md of chinese angular-resources
2018-11-29 10:19:31 -08:00
superTO 0c30465ad4 Add angular version in index.md of angular guide (#31567) 2018-11-29 10:13:52 -08:00
DrakonDarquesse f3884d0d2b Add conditon to use case structure (#32367)
Only char or int
2018-11-29 10:11:12 -08:00
Xin 6200599e20 Updated this page to match its English version (#31585)
* Updated this page to match its English version

* Fix markdown syntax errors and invalid resource URL
2018-11-29 10:02:57 -08:00
Robert Samu 08cc2e289c Fixed mistyped words (#25397) 2018-11-29 18:12:34 +05:30
Farai Mugaviri 15f51af38b Format and C syntax highlighting on code snippets (#25114) 2018-11-29 18:05:06 +05:30
kenyalenae ac5c1ff1bf Added book to the list (#23009)
* Added book to the list

* Fixed formatting
2018-11-29 05:59:22 -05:00
Dom Slatford b80824e5eb updated angular guide index to focus on angular 2+ (#22190)
* updated angular guide to focus on angular 2+

* corrected links
2018-11-29 05:46:38 -05:00
daniela-idara dc136e3ce5 added logo (#21599)
* added logo

* moved image to location
2018-11-29 05:32:20 -05:00
raviram 8d1f5af8ad Added example on 2d lists and changed format (#23665)
updated the code format along with an example of 2d list.
2018-11-29 05:07:01 -05:00
Neshar89 52c63e0a1e Added numbers to a list of Operations (#25146)
* Added numbers to a list of Operations

* fix: typo
2018-11-29 14:19:54 +05:30
Wendy Gonzalez f64b323ea4 404 fix and new resource added (#26564)
previous hackerrank link gave a 404 error and added interview cake to list of interview resources
2018-11-29 00:20:43 -08:00
Chris Jesz 29dc3ba824 Created bash less page (#22912)
* Created bash less page

Created file/folder for bash less command along with brief explanation, examples, and links to further information.

* Corrected mistake

Corrected a mistake in the options section for exiting less. Mistakenly has ctrl^c as the exit instead of q

* fix(guide): minor typo corrections
2018-11-28 19:44:59 -07:00
Akash Kumar ab50b03c38 Add explanation about comments (#22944)
Add the text "Two backslash characters (//) are used to _comment_ the code, for better understandability. Anything after // on a line is ignored while compiling the program" to help new users understand commenting.
2018-11-28 19:34:05 -07:00
stephanieadwill 4cc15a013a Update index.md (#22926)
Reorganizing content for clarity, spelling and grammar; adding some additional resources inline.
2018-11-28 19:04:58 -07:00
VitBu d16c9b58fd Improved Advanced Code Solution (#22898)
This way it is less confusing + people should be aware of slice default arguments
2018-11-28 19:01:42 -07:00
Anurag Bannur 6b2f72cae5 Add the fragment introductory information on android fragments. (#22854) 2018-11-28 18:48:47 -07:00
odm275 db94b449f2 Added React 360 (#22911)
Put a reference for virtual reality web apps on react 360, along with a link to an example under the "examples of various virtual reality creations" section.
2018-11-28 18:44:39 -07:00
devguru149 722742e197 Added two new links (#23816)
Added, "How to do code reviews like a human Part two" and "Code Review Best Practices" links.
2018-11-28 20:13:55 -05:00
Akshay Babbar 1e288d7f9a removed '/' from Link (#32902)
'/' was linking to the wrong link. Updated please review
2018-11-28 20:07:06 -05:00
David Hall 69735a8890 Added Python for Everybody (#23498)
* Added Python for Everybody

the free eBook version by Charles Severance

* Formatted link
2018-11-28 20:04:13 -05:00
raviram d73f27049d Added link to interactive visuals of algorithms (#23648) 2018-11-28 20:03:34 -05:00
cindy-tu 5f37db5a1f Added Official Java Doc for Declaring Constructor (#23830)
* Added Official Java Doc for Declaring Constructor

* Removed empty comment
2018-11-28 20:02:50 -05:00
Priyanshu kumar e2fe9d1fc5 Added Example and work of += operator (#23826)
* Added Example and work of += operator

* Fixed formatting
2018-11-28 20:02:27 -05:00
Zain Kassamali 0cecde85d8 Removed unnecessary periods (#23822) 2018-11-28 20:02:03 -05:00
Zain Kassamali a763f1c3d3 Added a period (#23821)
for consistency
2018-11-28 20:01:35 -05:00
cindy-tu c316722888 Added Official Oracle Java Doc for Exception (#23819) 2018-11-28 20:01:13 -05:00
Cornelia f2713ff7f9 Corrected some minor spelling mistakes (#23801) 2018-11-28 19:56:16 -05:00
ch1771dr0b0 3cf70a4707 Added reference section (#23756)
* Added reference section

* Fixed link formatting
2018-11-28 19:54:17 -05:00
Tom K cbcc18d7f7 Add link to Bootstrap Documentation page for Cards (#23631) 2018-11-28 19:53:15 -05:00
raviram 9b76a135e4 Added example code with duplicates in list (#23629)
* Added example code with duplicates in list

* Reworded sentence to introduce duplicates
2018-11-28 19:51:55 -05:00
Jeffrey Camphens b5bef94354 Added warning about will-change (#23646)
* Added warning about will-change

Sounds like an easy performance improver right? It won't hurt mentioning that this should be used with some leven of caution.

* Added 'Tip' to change
2018-11-28 19:50:13 -05:00