JM0S3R
9289b038b5
Changed some grammar issues for better readability ( #27480 )
2019-04-06 19:26:51 +05:30
Samuele Bella
13709bf178
Update index.md ( #28796 )
...
Added an Example where the while loop gets ignored.
2019-04-06 19:25:50 +05:30
ishan-sriv
e72caaa534
Add lines 169-171 (short circuit in logical operators) ( #27061 )
2019-04-06 17:22:54 +05:30
mail-liam
177a014fdc
Miscellaneous fixes ( #31587 )
...
* Miscellaneous fixes
Fix some errors in document, and changed some sentence structures.
* Restored title keyword
* Added missing word
2019-04-06 17:18:01 +05:30
Jean-Paul Wilson
1a20fbff6e
docs: shorten the description for clarity. ( #29020 )
...
Change the first two sentences from
"Lambda Expressions are ideally used when we have something simple to be done an we are more interested in quickly getting the job done rather than formally naming the function. Lambda expressions also known as anonymous functions."
to instead read:
"Lambda Expressions are used when an operation only has to be performed once, meaning that there is no need for defining a function as it will not be used again. Lambda expressions also known as anonymous functions, as they are not named (defined). "
2019-04-06 17:04:47 +05:30
Rajiv Ranjan Singh
f5f6f0df04
Typo Fix In guide / english / computer-hardware / rom / index.md ( #35740 )
...
* Update index.md
* some correction
* reverted code
2019-04-05 18:19:30 -04:00
Jonathan Villegas
cce94b12e0
Added reminder to include libraries in files. ( #28218 )
2019-04-05 11:39:56 -07:00
ariguiba
8d22db2459
right aligning and code blocks fixes ( #30831 )
...
Right aligned the text so better readibility and fixed the code block inline display to block display (for the last CSS code block)
2019-04-05 10:52:40 +01:00
j mahesh kumar
c1da78b816
script file extension is not necessary ( #30383 )
2019-04-04 14:19:51 -07:00
Naida Agić
2462cfa1d9
Further explained how to initialize sets ( #29486 )
2019-04-03 16:14:59 -07:00
Fintan Maher
ab02a17a63
Fixed minor grammatical errors. ( #28948 )
2019-04-03 15:04:41 +05:30
Eric Hodges
c6945de3db
Added a few words for clarity ( #31744 )
...
Changes made to the third paragraph under OO concepts.
2019-04-03 14:40:45 +05:30
singhharshdeep
a332cfb778
Added details about abstraction ( #30062 )
2019-04-03 14:40:08 +05:30
Leoproject
8935f3ad15
Missing semicolon. ( #28921 )
...
Addition of a missing semicolon in the code.
2019-04-03 14:36:23 +05:30
Micah Moegelin
72fcc3d7ad
Added GitHub Mastering Markdown guide link ( #28379 )
2019-04-03 14:34:46 +05:30
Shashank Goyal
19862aa591
Fix grammatical errors ( #28934 )
2019-04-03 14:24:36 +05:30
Chris Murray
96a136f24b
Expand on the learning curve ( #26372 )
...
explain why the learning curve is relatively shallow, also add some more "why" points
2019-04-03 14:17:56 +05:30
nlather
499cce2e1a
added reference links ( #27387 )
...
* added reference links
* Update index.md
2019-04-03 14:10:12 +05:30
zerandomalt
e16e634dcc
Updated format to be more consistent ( #30293 )
...
Changed the usage section to be more consistent with the rest of the directory, also added a link to Wikipedia for further details and further consistency.
2019-04-02 18:55:00 -07:00
whoandrewis
9741e64f21
added structure overview sentence of ways to overload ( #27345 )
2019-04-02 18:54:43 -07:00
David
685dbbde7f
Updated problem example to a working implementation matching the solution style ( #35062 )
2019-04-02 17:47:17 -07:00
Renato Francia Castillo
ce02e2746c
Fixed grammar in article chain-search-query-helpers-to-narrow-search-… ( #35521 )
...
* Fixed grammar in article chain-search-query-helpers-to-narrow-search-results
* Remove guide template
2019-04-02 22:46:50 +05:30
StanimalTheMan
781c217001
Propose a Basic Solution to Adjacency List Problem ( #35511 )
...
* Propose a Basic Solution to Adjaceny List Problem
* Update guide/english/certifications/coding-interview-prep/data-structures/adjacency-list/index.md
Co-Authored-By: StanimalTheMan <43020892+StanimalTheMan@users.noreply.github.com >
* Remove template
2019-04-02 22:45:01 +05:30
Ganesh Pavan K
bf3e001b78
Added details about stash ( #33916 )
...
* Added details about stash
Added details about stash
* Update index.md
2019-04-02 19:21:23 +05:30
Sabeer Sulaiman
b7522fe5f5
Guide article added Modifying DOM elements using D3 JS (guide/english/d3) ( #31073 )
...
* D3 Version and Typo Fixes
* D3 DOM Manipulation functions
2019-04-02 19:20:31 +05:30
exiam
8699132ce9
Add text about -u option on Git stash documentation ( #29849 )
2019-04-02 19:19:44 +05:30
Tiffany Levison
7fe404f342
Updated grammar ( #27626 )
2019-04-02 13:59:43 +05:30
Jack
2d411d4b3c
Improve accuracy of information and grammar ( #27416 )
2019-04-02 11:07:25 +05:30
Jacob Kim
7a644820d0
Added declaration of malloc ( #31439 )
...
* Added declaration of malloc
* Updated synopsis of malloc function
2019-04-01 16:19:55 -07:00
PsiActual
3357a25629
Cleaned up headings and added resources ( #32164 )
...
Made the headings a consistent size, moved text around for readability, and added links in the Plug-ins section for Chrome.
2019-04-02 00:30:37 +05:30
Jay Patel
46ae11f958
mallo() vs calloc() ( #30669 )
2019-04-01 11:30:39 -07:00
Angelisa
de18323c7e
Added Adobe XD ( #31631 )
...
Added to Wireframes and Prototyping
2019-04-01 23:59:22 +05:30
Sahishnu
6fac1c628a
Update index.md ( #31974 )
2019-04-01 23:55:53 +05:30
Akshay Babbar
eb09e4000f
Removed wrongly mapped Graph link ( #33210 )
...
Removed link since it was not working and found it has no use here.
2019-04-01 23:44:00 +05:30
winetoys
861e89bcac
remove A ( #31157 )
2019-04-01 23:34:41 +05:30
timrayle
5524ecad8f
improved wording ( #30783 )
...
* improved wording
* added an apostrophe
2019-04-01 23:29:51 +05:30
Mark Gross
a14339abb9
Add slope-intercept article ( #30720 )
2019-04-01 23:27:12 +05:30
sourya
e794968c52
format CSS code according to CSS style guide. ( #30571 )
2019-04-01 23:23:03 +05:30
Kaan
cf6da33247
Added "More Information" Section ( #30480 )
2019-04-01 23:18:22 +05:30
Chelsea Marie Hicks
db5dbf4f66
Grammar and punctuation changes ( #30488 )
...
There was inconsistent use of periods on listed statements and changes "Some common flags is" to "Some common flags are".
2019-04-01 23:15:58 +05:30
Andrea
b8d3dc4e6a
Minor wording/grammar updates ( #28313 )
2019-04-01 23:09:42 +05:30
ktannert
4c9282d3bf
Update index.md ( #28953 )
...
Corrected grammar and punctuation errors.
2019-03-31 19:45:51 -07:00
Hovhannes
ef2be456d3
Example of simple PDO Connection ( #28888 )
...
* Example of simple PDO Connection
* Update index.md
2019-03-31 18:46:10 -07:00
Descritorio
d03f332de5
Fixed the formatting in all blocks of code ( #34095 )
...
* Fixed the formatting in all blocks of code
* Update index.md
2019-04-01 00:27:02 +05:30
Willy David Jr
5810a2cf41
Corrected spelling of instatiate to instantiate. ( #32747 )
...
Corrected spelling of instatiate.
2019-04-01 00:25:43 +05:30
muskaangupta15
7af600ab0b
Update index.md ( #27090 )
2019-03-31 23:59:54 +05:30
Joel Bryant
9f5eda74f5
Update index.md ( #28674 )
2019-03-31 11:18:14 -07:00
BoopMehNose
0cb6c25d84
Updated String Category (grammatical updates and specifications).md ( #33779 )
...
* Update index.md
Updated descriptions for the String category, specified that strings are objects. Corrected grammatical error.
* Update index.md
2019-03-31 23:43:25 +05:30
75072107
7cbde1d724
added a ' quick search ' method. ( #28660 )
2019-03-31 10:58:29 -07:00
Gabriel Hoverman
0c07ad1854
Added PHP Type Casting to Guide. ( #33762 )
...
* Added PHP Type Casting to Guide.
* Added PHP Do While Loop to Guide.
* Delete index.md
* fix: capitalize title
2019-03-31 10:35:06 -07:00