Commit Graph

24386 Commits

Author SHA1 Message Date
Sneerbol
32fb8641e0 Fixed little mistakes (#22437)
* Fixed little mistakes 

some grammar fixes and one example about pip

* ch
2018-11-19 20:51:41 +04:00
GattoNero
f02bedea29 lexical corrections (#22422)
* Update index.md

* ch
2018-11-19 20:51:24 +04:00
arsts
bd6c5835ed added translation for a video tuotorial and corrected blog (#22353)
* added translation for a video tuotorial.

* ch
2018-11-19 20:51:16 +04:00
Zhannur Diyas
da0d02d2bd fixed some translation issues (#22351)
* fixed some translation issues

also added russian code comments

* ch
2018-11-19 20:51:00 +04:00
Aikerim Orken
557e7bbb7b Updated grammatical mistakes (#22738) 2018-11-19 20:49:20 +04:00
Aikerim Orken
f84d6d1f1b Updated grammar mistakes (#22715) 2018-11-19 20:46:41 +04:00
hedera-s
b4cf3654cf fix translation errors (#22713)
* fix translation errors

* fix translation errors
2018-11-19 20:45:50 +04:00
Stanislava
7d921d93db Update index.md (#22706)
Made some changes in translation
2018-11-19 20:44:43 +04:00
Gollamudi Savitha Rakendu Sri
0bad6af6c4 Updated resources for design pattern (#25484)
* Updated resources for design pattern

Added new resources to learn design patterns

* fix: formatting
2018-11-19 21:29:48 +05:30
Vladyslav Dvorak
0b6c2208c0 Update index.md (#27759)
Structure changes
2018-11-19 21:28:46 +05:30
russkahle
33ceed711b Spelling fixes (#24509)
* Spelling fixes

* fix: indentation
2018-11-19 21:09:50 +05:30
Jessica Swift
36d0203e29 Fixed minor grammer issue (#24628)
Added ending quote to line and a break point between information links.
2018-11-19 19:35:00 +05:30
Ritul Srivastava
a7616e7b23 Updated index.md (#22280)
* Updated index.md

Added more resources to the article

* Updated index.md

* Added more resources to the article

Moved the lines out of the code block as requested
2018-11-19 08:03:11 -06:00
NuclearPineapples
bd0b5fa208 Missing word (#24625) 2018-11-19 19:30:12 +05:30
faisal sayed
9c4409b79a Update index.md (#24525)
fixes typo
2018-11-19 19:27:35 +05:30
Šimun Gogić
fd42737b1d Added description of class sections (#22306)
Added description for class definition, instance variables, setter and getter functions, creation of instance and calling a function on it
2018-11-19 07:56:38 -06:00
russkahle
3d053150b3 Spelling fixes and spacing out words (#24516) 2018-11-19 19:23:06 +05:30
vgupta3
f9c8bd039b Corrected the usage to 'ls' command instead of 'cat' (#24511) 2018-11-19 19:22:17 +05:30
P.RR
718abe6585 misswritten Git "changeset" (#24470) 2018-11-19 19:13:42 +05:30
noelli
368cabee95 updated example codeblocks (#22292)
Last Codeblock wasn't set to Python.
Wrapped the Ellipses in Comments to get valid Python inside Codeblocks.
2018-11-19 07:23:20 -06:00
Stephen James
0216725df6 Reworded some of the text for C++ arrays (#24477) 2018-11-19 16:36:07 +05:30
vtt01uk
61cd176a41 Minor spelling error corrected (#22817) 2018-11-19 03:44:03 -05:00
vtt01uk
8aeaadc497 Sentence correction (#22819) 2018-11-19 03:42:58 -05:00
Naida Agić
6ab303b1fc Added another example which returns False (#22794) 2018-11-19 03:36:27 -05:00
Jediadam
1819e64cdd GPU First Paragraph Change (#22757) 2018-11-19 02:56:32 -05:00
tahirsoft
162d42d50a Changed the size of "Cons" in index.md (#22752)
Removed the difference in font size between "Pros" and "Cons"
2018-11-19 02:55:16 -05:00
cmachugh2
c14cfcd3cf Spelling mistake on line 21 (#22724) 2018-11-19 02:46:59 -05:00
Martin Payne
d98be1be7c added (do not include the period) to address common mistake (#34381)
Thank you for your pull request.

I am closing this pull request. Please add links and other details to the challenge’s corresponding guide article instead.

If you think I’m wrong in closing this issue, please reopen it and add further clarification. Thank you, and happy coding.

@MP7373
2018-11-19 14:22:13 +08:00
Adenle Abiodun
df435ccebf UPDATES: Electron added, disadvantage added (#21678) 2018-11-19 14:46:10 +09:00
yukunny
426b3ceacd Fixed broken link (#22336)
* Fixed broken link

* Remove referral url
2018-11-19 12:20:40 +07:00
KatLinaHH
8c0ad877ab Add 2 testing communities for women (#21951) 2018-11-19 13:52:16 +09:00
Larry Greene
4c0a7b95c6 Fixed capitalization (#22282) 2018-11-18 20:01:10 -07:00
nageswara-prasad
c861c03f9d add profiling reference links for python (#22276)
python profiling to identify potential performance bottlenecks
2018-11-18 19:55:11 -07:00
ahs-atan
d927637918 Some useful links recommended (#22274) 2018-11-18 19:53:57 -07:00
Krinjih
68e7028aab Added examples for logic operators (#22259)
* Added examples for logic operators

Added tables for examples for "and", "or" and "xor"

* fixed table formatting
2018-11-18 19:51:17 -07:00
Nabagata Saha
5553ba0c53 Add Angular logo (#20443) 2018-11-18 19:49:52 -07:00
AsHwInIrp
1bbc944a30 Update index.md (#33416) 2018-11-19 08:00:14 +05:30
Ashish Patel
89724aa612 Added new line between questions and answers (#22273) 2018-11-18 19:29:07 -07:00
Farai Mugaviri
e73ffaf2fe Add void pointer to index.md (#22248)
* Update index.md

I added void pointers, which can be very useful in C programming, especially when dealing with unknown data types but had not been included.

* fixed formatting issues, removed attributions, moved placement to more appropriate location

* adjusted section header size
2018-11-18 19:23:19 -07:00
nageswara-prasad
e759361716 Add SpringBoot overview under Java frameworks (#22255)
Add SpringBoot overview under Java frameworks
2018-11-18 19:23:02 -07:00
Muralidharan Sekar
7ad3dd4bd9 Add the text "Conditional operators" to the article (#22235)
* Add the text "Conditional operators" to the article

* fixed numbered list formatting
2018-11-18 19:19:25 -07:00
Kaunaj Banerjee
8df84d58e0 Add a section on Introduction to lists (#22233) 2018-11-18 19:19:06 -07:00
Marcin Grygierczyk
9c95c7cf56 Add short description of ASP.NET frameworks (#22227) 2018-11-18 19:00:34 -07:00
Animesh Roy
2263796c2b Modified content of 'connect-to-firebase' (#22216)
* Modified content of 'connect-to-firebase'

* corrected many formatting issues
2018-11-18 18:59:30 -07:00
JiDarwish
a4b3660e53 new way installation create-react-app using npx (#22220) 2018-11-18 18:58:39 -07:00
Krinjih
e5a531682f Added a warning to the article (#22219)
* Added a warning to the article

Added a warning with an example, which can occur on older compilers.

* fix(guide): c for loop iterator misnomer

declaration not initialisation
2018-11-18 18:56:43 -07:00
Rachita Bhagchandani
27356882de Updated goroutines guide (#22176)
* Updated goroutines guide

Added examples and resources

* Fixed formatting of code blocks and reverted More Information links
2018-11-18 18:55:54 -07:00
Muralidharan Sekar
522ac6c139 Add the text "Nested Switch Case" to the article (#22165)
* Add the text "Nested Switch Case" to the article

* fix(guide): c nested switch typos
2018-11-18 18:30:20 -07:00
Carl
94dfdb4019 Added description to JavaScript Frameworks in index.md (#22144)
* Added description to JavaScript Frameworks

I added an extended description to the JavaScript Frameworks subheading to explain what they are.

* spacing and capitalization
2018-11-18 18:27:47 -07:00
PMB79
abe821bd8e Clarification of the numbers that can be used. (#22174)
* Clarification of the numbers that can be used.

Article previously only explicitly referenced the use of floating point numbers. Have clarified that it is possible to use either an integer or a float.

* Fixed formatting and typos
2018-11-18 18:34:16 -05:00