Commit Graph

1462 Commits (b49f534d73d4099ac830c3a9533aceebe377d7e0)

Author SHA1 Message Date
Ilkay Tevfik Devran 251092a359 Example to Basic Socket Programming (#22179)
A link has been added for example to socket programming.
2018-11-19 16:32:41 -05:00
KatLinaHH b634228c16 Add links to get to know more info (#22047)
* Add links to get to know more info

* Fixed link formatting
2018-11-19 16:32:10 -05: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
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 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
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
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
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
Brent Willems cddd01ecef added some info about System.out.printf() method (#22070)
printf() method uses a stringbuilder wich is more efficient in memory
2018-11-18 15:44:42 +00:00
nyp a69419c8a1 formatting changes (#24496) 2018-11-18 20:36:10 +05:30
Carlos A. Perez 9541d8131b Capitalized "story" to "Story". (#24495)
The author refers to "User Story" throughout the article. For consistency, the word "story' was capitalized to "Story" in the last sentence.
2018-11-18 20:22:23 +05:30
Robin e452d36603 docker-push CLI documentation (#22188) 2018-11-18 08:50:25 -06:00
Max Ong Zong Bao ab4b7ca3cc Added te basic info of what is a list (#24034)
* Added te basic info of what is a list

A basic introduction of what a list has been added. Based upon the python docs link that is included in the guide.

* fix: added title
2018-11-18 20:08:53 +05:30
zaccodes 660c981515 Update the example to reflect the prefix (#22241) 2018-11-18 08:29:28 -06:00
Marcin Grygierczyk c7499729e2 Add description of jagged arrays (#22290) 2018-11-18 08:26:36 -06:00
Purposeful Programming 25884ade58 Add apostrophe to "let's" (#23761) 2018-11-18 19:50:06 +05:30
sparklycat d6af9f2a82 Added code review guide URL (#23754)
* Added code review guide URL

* fix: formatting
2018-11-18 19:48:54 +05:30
Chris Bassey 6e790259e5 Corrected usage percentage (#22275)
Updated the PHP usage statistic for the percentage of websites whose server-side programming language we know.
2018-11-18 07:33:00 -06:00
Nishant Mishra 05839313fa Added guide article for tools: Scientific Calculator (#22272)
Replaced stub with guide article on Scientific Calculator
2018-11-18 07:19:03 -06:00
vincentgallo 197b9dc693 Remove Rocket Image/ Fix Link (#22271)
Removed rocket image or fix the link to properly display the image
2018-11-18 07:17:24 -06:00
Shantanu Sharma 754384ebf9 Incomplete info while explaining while loop (#22265) 2018-11-18 07:14:27 -06:00
Adhiraj dab81b7da9 added Youtube link in line 15 with a bit of intro (#22263) 2018-11-18 07:12:48 -06:00
Robin 51c43e2aca devops / docker : Fix syntax and style (#22202) 2018-11-18 02:29:50 -08:00
Shubhanshu Pratap Singh 9d8e538ac0 Add the text of use of inheritance (#22097) 2018-11-18 01:32:43 -08:00
Manvender Singh Rathore dff64a339d Quick Sort Complexity Table (#22056)
* Quick Sort Complexity Table
2018-11-18 01:26:59 -08:00
Alin Migea fe1b98d71a Minor syntax change (#22094) 2018-11-17 22:31:26 -06:00
manishbhatt151 382913ab84 Provided link to Youtube playlist of Sorting Algorithms (#22093) 2018-11-17 22:29:09 -06:00
Charlie van Rantwijk 03cdc70b6c add "more info" link to original HE site (#22081)
It seems this article is copied almost word for word from the added link, therefor a link to the original page should be added.
2018-11-17 22:08:46 -06:00
franklin216 df577f1278 Fixed Links (#22030)
Former links ended in 404
2018-11-17 20:53:48 -07:00
GoeEmile 281d611d12 Updated to add things to keep in mind. (#22037)
* Updated to add things to keep in mind.

Added things to keep in mind so people don't mess up and missuse them and then ask themselves what's wrong ( more like a extra check for people

* fixed formatting
2018-11-17 20:53:37 -07:00
KevinatorTrainer5 ad39f4a8d9 Equation symbol changes and formatting changes (#22049)
* Equation symbol changes and formatting changes

-Initially, SQRT(value) does not actually create a square root symbol, so I decided to use replace SQRT( ) with &radic; next to the number, which has successfully created the square root symbol to the left of the number.
-Given that the information of the article was unorganized through jumbled information, I decided to use the paragraph tag, <p>, to make the article have an organized structure.
-I also used the biggest headline tag, <h1>, to outline the topics of square roots 
-Given that '-----' was not an effective method of creating fractions, I decided to use the fraction slash tag, "&frasl;", the superscript element, <sup>, and the subscript element, <sub>, in order to create suitable fractions

* Removing unnecessary coding and editing content

-I just double checked this content, and realized that there were a couple of mistakes such as an extra heading, putting a square root as sqrt(3) instead of &radic;3, and adding unnecessary paragraph tags instead of extra spaces.
2018-11-17 20:53:17 -07:00
Dexter Rualo e026410609 fix:update guide vim/useful-commands (#22048) 2018-11-17 20:51:40 -07:00
Anil Bas 2bc55f1835 Updated mathematical definition of distance (#22027) 2018-11-17 20:36:56 -07:00
Robert Laws e91944df91 add example of basic flexbox usage (#22029) 2018-11-17 20:36:38 -07:00
Danuta Cybulska 6964aeee00 Add a new book (#21995)
*HTML and CSS: Design and Build Websites by Jon Duckett*
- [Amazon](https://www.amazon.co.uk/HTML-CSS-Design-Build-Websites/dp/1118008189)
- ISBN-13: 978-1118008188

Add new book

*JavaScript and JQuery: Interactive Front-End Web Development by Jon Duckett*
- [Amazon] (https://www.amazon.co.uk/JavaScript-JQuery-Interactive-Front-End-Development/dp/1118531647/)
- ISBN-13: 978-1118531648

Add a new book

*Cracking the Code to a Successful Interview: 15 Insider Secrets from a Top-Level Recruiter by Evan Pellett*
- [Amazon](https://www.amazon.co.uk/Cracking-Code-Successful-Interview-Top-Level/dp/1441700536/)
- ISBN-13: 978-1441700537

Add a new book

*Core Java Volume I--Fundamentals by Cay S. Horstmann and Gary Cornell*
- [Amazon](https://www.amazon.co.uk/Core-Java-I-Fundamentals-Cay-Horstmann/dp/0137081898/)
- ISBN-13: 978-0137081899
2018-11-17 20:27:07 -07:00
Gregory Gubarev a33527523c Responsive Web Design: Added hint to Prioritize One Style Over Another (#22020)
* Responsive Web Design: Added hint to Prioritize One Style Over Another

Added hint to Prioritize One Style Over Another (https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/prioritize-one-style-over-another and https://learn.freecodecamp.org/responsive-web-design/basic-css/prioritize-one-style-over-another)

* Added   </style> in 23 line
2018-11-17 20:20:03 -07:00
Manvender Singh Rathore 9cb3bc280d Angular CLI (#22019) 2018-11-17 20:13:56 -07:00
fadelpamungkas d93ad2c00b Fix some indentation and change some typo (#22017) 2018-11-17 20:13:05 -07:00
Mudit Choraria 1606de6c51 Added a simple example for easy understanding. (#21991) 2018-11-17 19:55:17 -07:00
Ece f7a0936d68 Add info about class order (#21986) 2018-11-17 19:05:13 -07:00
Chris Bassey 298df7f0c6 Update index.md (#21980)
Added download link for WordPress, and the server it can be run on.
2018-11-17 19:03:26 -07:00
PMB79 5db5f1df73 Minor semantic changes to improve readability. (#22135) 2018-11-17 20:59:51 -05:00
Pinak Roy Chowdhury 75fe781237 Bayes Classifier index document updated. (#21973)
Most of the sections were missing in this document. Added sections that deals with basic like what is classifier and principle on which Bayes Classifiers works. This document now gives an intuitive idea of how Bayes classifier differs from naive Bayes classifier. Added types of the classifier and lastly wrapped the entire thing with a summary.
2018-11-17 18:58:48 -07:00
Kamil 7cd9667c61 Add table head description (#21974) 2018-11-17 18:55:05 -07:00
wh1t3fang 8c167bb589 Added info about Squid Proxy (#21971) 2018-11-17 18:23:53 -07:00
Max Dionysius 9a496d687e Added another catch block (#21965)
* Added another catch block

Added two more catch blocks, so the user can see, he can handle different exception types differently

* fixed comment to match catch statement
2018-11-17 18:16:28 -07:00
christine0613 c00de2b4fb Add book Data Structure and Algorithms Made Easy (#21952) 2018-11-17 18:16:03 -07:00
Saravanan Elumalai 427b5178f3 Added fclose to avoid core dump (#21957) 2018-11-17 15:44:01 -07:00
Gregory Gubarev a02030b23e Responsive Web Design: Added hint to Override Class Declarations with Inline Styles (#21954)
Added hint to Override Class Declarations with Inline Styles (https://guide.freecodecamp.org/certifications/responsive-web-design/basic-css/override-class-declarations-with-inline-styles and https://learn.freecodecamp.org/responsive-web-design/basic-css/override-class-declarations-with-inline-styles)
2018-11-17 15:41:39 -07:00
Max Dionysius 8e5e3a7db0 Added a second implementation (#21944)
So it will highlight, that an interface can have multiple implementations (which differs) at the same time
2018-11-17 15:37:20 -07:00
AB5253 f7199d8a8d Angular 7 latest version (#21955)
Angular 7 latest version
2018-11-17 15:35:59 -07:00
Sayantan 19dc3cc1ca Defination and few examples changed (#21940) 2018-11-17 15:34:56 -07:00
fadelpamungkas 61f1fd4bbb Delete some space and unused char (#21931) 2018-11-17 15:34:04 -07:00
Jonathan Lam 99b3079019 Added Official Oracle Java docs for abstract class (#21595)
* Added Official Oracle Java docs for abstract class

* Fixed formatting
2018-11-17 16:41:44 -05:00
Jacob Hoard 96e2a2f621 Added basic information about forms (#21593)
* Added basic information about forms

* Removed stub and fixed grammar
2018-11-17 16:40:57 -05:00