Commit Graph

21072 Commits

Author SHA1 Message Date
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
Robin
c78f7b563a docker kill --signal option with example (#22166)
* docker kill --signal option with example

* Fixed typos
2018-11-18 18:32:53 -05:00
KatLinaHH
0666a3f433 Adding useful resources for writing user stories (#22024)
* Adding useful resources for writing user stories

* Removed first link
2018-11-18 18:27:01 -05:00
KatLinaHH
27407b1679 Add article with examples for Criteria in Gherkin (#21972) 2018-11-18 18:26:28 -05:00
wh1t3fang
3fec128b4a Add more info about I2p (#21813)
* Add more info about I2p

* Removed stub and fixed formatting
2018-11-18 18:25:10 -05:00
Pratham1812
575e18c090 Added the text 'from x import y as z' (#21639)
* Added the text 'from x import y as z' 

it can be used to rename the module according to our convenience

* Applied formatting and fixed grammar
2018-11-18 18:23:42 -05:00
Jonathan Lam
7ae7aa433d Added Oracle Java Docs for interfaces (#21602)
* Added Oracle Java Docs for interfaces

* Fixed formatting
2018-11-18 18:23:11 -05:00
Jonathan Lam
fbcee51d03 Added Oracle Java docs for final variables (#21600)
* Added Oracle Java docs for final variables

* Fixed formatting
2018-11-18 18:22:33 -05:00
Tansica Sun
f48810ca93 Proper table formating with <thead> and <tbody> (#21605)
* Proper table formating with <thead> and <tbody>

* Edit table headers and fix indentation
2018-11-19 05:15:12 +07:00
Marcin Grygierczyk
b92b49efb6 Add description of multidimensional arrays (#22210) 2018-11-18 20:00:14 +00:00
Nishant Mishra
ee0e4953b8 Added guide article for Prime Number Generator (#22161)
Replaced stub with guide article for Prime Number Generator
2018-11-18 19:01:42 +00:00
qme1519
e8254ea330 Making Games with Python and Pygame added (#22106)
* Making Games with Python and Pygame added

Making Games with Python and Pygame added (book for creating games in Python using pygame with examples to follow)

* removed extraneous query parameters
2018-11-18 10:51:12 -07:00
Mike Perry Yeboah Attara
74a5c8d15a Fix inconsistent formatting of the welcomeToBooleans function (#34373)
fix the inconsistency in the formatting of the function and also fix issue #34367
2018-11-18 22:05:08 +05:30
Samuel Koprivnjak
337eae598b Kotlin String templates support (#22150) 2018-11-18 16:21:46 +00:00
HRankit
ab6a0f4613 Add Firebase Cloud Messaging (#22136)
* Add Firebase Cloud Messaging

Added Setup instructions for adding Firebase Cloud Messaging in Android using Android Studio.

* added title syntax
2018-11-18 16:11:16 +00:00