Commit Graph

18531 Commits

Author SHA1 Message Date
7ae7aa433d Added Oracle Java Docs for interfaces (#21602)
* Added Oracle Java Docs for interfaces

* Fixed formatting
2018-11-18 18:23:11 -05:00
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
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
b92b49efb6 Add description of multidimensional arrays (#22210) 2018-11-18 20:00:14 +00:00
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
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
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
337eae598b Kotlin String templates support (#22150) 2018-11-18 16:21:46 +00:00
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
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
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
e452d36603 docker-push CLI documentation (#22188) 2018-11-18 08:50:25 -06:00
b2328e96db Update import-a-google-font.english.md (#19717) 2018-11-18 08:45:03 -06:00
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
660c981515 Update the example to reflect the prefix (#22241) 2018-11-18 08:29:28 -06:00
c7499729e2 Add description of jagged arrays (#22290) 2018-11-18 08:26:36 -06:00
25884ade58 Add apostrophe to "let's" (#23761) 2018-11-18 19:50:06 +05:30
d6af9f2a82 Added code review guide URL (#23754)
* Added code review guide URL

* fix: formatting
2018-11-18 19:48:54 +05:30
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
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
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
754384ebf9 Incomplete info while explaining while loop (#22265) 2018-11-18 07:14:27 -06:00
dab81b7da9 added Youtube link in line 15 with a bit of intro (#22263) 2018-11-18 07:12:48 -06:00
51c43e2aca devops / docker : Fix syntax and style (#22202) 2018-11-18 02:29:50 -08:00
9d8e538ac0 Add the text of use of inheritance (#22097) 2018-11-18 01:32:43 -08:00
dff64a339d Quick Sort Complexity Table (#22056)
* Quick Sort Complexity Table
2018-11-18 01:26:59 -08:00
109ee74af6 Corrected translation errors (#22697) 2018-11-18 12:03:50 +04:00
6a985d9dcb Add some information about props (#22664) 2018-11-18 12:03:09 +04:00
fe50824d80 proofread and fixed a text piece (#22640) 2018-11-18 12:02:47 +04:00
41b0ee0a07 fix translation errors (#22626) 2018-11-18 12:02:03 +04:00
fe1b98d71a Minor syntax change (#22094) 2018-11-17 22:31:26 -06:00
382913ab84 Provided link to Youtube playlist of Sorting Algorithms (#22093) 2018-11-17 22:29:09 -06:00
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
df577f1278 Fixed Links (#22030)
Former links ended in 404
2018-11-17 20:53:48 -07:00
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
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
e026410609 fix:update guide vim/useful-commands (#22048) 2018-11-17 20:51:40 -07:00
2bc55f1835 Updated mathematical definition of distance (#22027) 2018-11-17 20:36:56 -07:00
e91944df91 add example of basic flexbox usage (#22029) 2018-11-17 20:36:38 -07:00
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
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
9cb3bc280d Angular CLI (#22019) 2018-11-17 20:13:56 -07:00
d93ad2c00b Fix some indentation and change some typo (#22017) 2018-11-17 20:13:05 -07:00
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
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
5db5f1df73 Minor semantic changes to improve readability. (#22135) 2018-11-17 20:59:51 -05:00
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
7cd9667c61 Add table head description (#21974) 2018-11-17 18:55:05 -07:00