Commit Graph

1763 Commits (29dc3ba824c08699e669b191757cfc230a0747d2)

Author SHA1 Message Date
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
kzellers d11b18ff0b added info about importing single classes (#23643) 2018-11-28 19:49:37 -05:00
Danuta Cybulska 8afccdb691 Add recommend. (#22721)
I recommend that you also look at the blog [CSS-Tricks](https://css-tricks.com/snippets/css/).
2018-11-28 19:47:32 -05:00
Jennifer Aldover ea363224df Update index.md (#23654)
Fix typo "SVM" to "SVN"
2018-11-28 19:42:28 -05:00
Jeffrey Camphens 2c2b61a47d Added more basic information about Bulma (#23640)
Added a little bit of explanation about the points stated in this file.
2018-11-28 19:35:28 -05:00
Loyn Howie b63e154ccb Added more information to the start small topic. (#23353)
* Added more information to the start small topic.

Starting with the sentence "You could also ask your friends/peers" and the sentences after that.

* Update index.md
2018-11-29 05:44:36 +07:00
Aviral Gupta b858dc9db1 A lot more info (#22931) 2018-11-28 18:36:48 +00:00
kenyalenae 6911482f5b Added website to Tutorials section (#22865)
Added link under Tutorials section for the GeeksforGeeks.org JavaScript Tutorials page which includes lots of helpful information on JavaScript.
2018-11-28 10:34:02 -08:00
tktgius f848bae00b Adding more description on how teams approach reviews (#22930)
Adding description on how teams approach code reviews and what an effective code review is
2018-11-28 18:20:28 +00:00
Neshar89 c8b0caf837 Added blank space between the lines (#25136) 2018-11-28 22:13:28 +05:30
Rayon abcf76fd7d Added polyfill (#25130)
Added polyfill for legacy browsers
2018-11-28 22:12:53 +05:30
Dallin Reeves 10ba73b42d Added section on importing fonts from Google (#22888) 2018-11-28 08:33:18 -07:00
Paul Ferguson Maxson 5b7fb15caf Added note about dropping of panels in v4 (#22885) 2018-11-28 08:28:59 -07:00
McCa11um f060d5b161 Added 2 examples of unconscious bias training (#22879) 2018-11-28 08:23:49 -07:00
Edy Ionescu b7d4fd7349 Add the JavaScript exponentiation operator (#25180) 2018-11-28 19:58:10 +05:30
Rayon 43568de1a6 Fixed a bug (#25139)
There was no event argument passed but used one which was causing error. Passed event argument from `DOM`.
2018-11-28 19:57:09 +05:30
Neshar89 baf954931e Added Colon to Examples (#25152) 2018-11-28 18:26:23 +05:30
Anwesh Panda 1391626232 Add my changes to recursion . (#25155)
It describes the usage and importance of a base condition.
2018-11-28 18:24:28 +05:30
Tripsev f9481b97d5 Update index.md (#24395) 2018-11-27 18:52:21 -08:00
cindy-tu b5ddeaf9e0 Added Official Java Docs for Static Fields/Methods (#23825) 2018-11-27 21:17:19 -05:00
cindy-tu e05b874fc5 Added the official Oracle Java doc on "Finally" (#23823) 2018-11-27 21:16:04 -05:00
cindy-tu 5758e8db7a Added the official Oracle Java doc on "Equality" (#23820) 2018-11-27 21:11:22 -05:00
Roenz Aberin f00945fbcb Fixed the grammar on line 41 (#23818) 2018-11-27 21:09:27 -05:00
Roenz Aberin 0aa803ac34 Removed an extra "is a" on line 8 (#23814) 2018-11-27 21:01:55 -05:00
JMVL64 dd666ddd01 Added some details and changed scripting into programming (#22767)
I have added an extra link for people who do not understand frameworks, also I have been more consistent with describing JS as a programming language.
2018-11-28 01:00:15 +00:00
Chris Jesz d4e8ed6462 Created bash ln page (#22884)
Added file/folder for bash ln command along with brief explanation, example, and further details.
2018-11-27 16:25:14 -08:00
Stefan d1198ddf55 Edited copy for flow (#23639)
I made some minor editions to the introductory section, and I tweaked the second list item under ### And beyond!
2018-11-27 18:48:14 -05:00
RichardLimSpring e889e4e5d1 Edit on few texts (#29621)
* Edit on few texts

The first sort() function title was initially in Chinese, translated to the actual name of the function. 
The asort() function title was initially in uppercase, might confuse reader whether uppercase or lowercase to be user, converted to lowercase.

* Add New Book

Added Learning PHP, MySQL & JavaScript: With jQuery, CSS & HTML5 (Learning PHP, MYSQL, Javascript, CSS & HTML5) to the list.
2018-11-27 13:12:20 -08:00
mridul981 0c5b28e0e5 Added java implementation of merge sort (#22581) 2018-11-27 12:15:41 -08:00
Gerald Ooi 84083d8993 Add useful colors tools (#22868) 2018-11-27 11:53:33 -07:00
Susheela92 973b5d9fd7 Network Testing (#22867)
Added another heading. Network Testing.
2018-11-27 11:50:19 -07:00