Commit Graph

2140 Commits (7498ce0052f9e635fede7d6a62f6f1966199609e)

Author SHA1 Message Date
KevinMDuarte 5cd69f01c5 Added ternary operator (#22427)
Added ternary operator with some explanation and an example
2018-11-21 07:18:14 -08:00
Rajesh Chittampally 6ff8d96efc Added a php framework, installation steps (#22401)
* Added a php framework, installation steps

Added a PHP framework, installation steps and added other minor texts

* Fixed small typo issues

* fixed small typo issues in links
2018-11-21 09:15:52 -06:00
Bearz314 97679fd4c2 Minor formatting change and added a note on == (#22378)
* Minor formatting change and added a note on ==

* Code blocks are now styled as C-language syntax.
* Added a note about the difference of `==` and `=` in the context of condition statements.

* change the second #6 to 7
2018-11-21 09:15:21 -06:00
gasts 98798bd3fa Description of unix sort (#22403)
A sort description of unix sort
2018-11-21 09:06:47 -06:00
Marcin Grygierczyk e612f499c2 Add description of abstract class (#22400) 2018-11-21 09:01:22 -06:00
justingiffard 5ddb059242 Made pretty and clarified (#22392)
* fixed indentations, added line breaks
* split the 3 switch case output examples and specified in which situation they would be executed
2018-11-21 08:58:23 -06:00
raghavbhartia 81178d2344 Added few advantages of event driven architecture (#22389) 2018-11-21 08:56:36 -06:00
KevinatorTrainer5 df0bb71bce Elaboration of unknown side cases on Pythagoras Theorem (#22373)
-I decided to extend the amount of information on Pythagoras Theorem, through explaining other cases of finding an unknown side apart from the hypotenuse, which are the perpendicular height and base.
2018-11-21 08:52:03 -06:00
Alishaan Ali 8ca6a28a9b Commenting Code Minor Grammatical Changes (#21175) 2018-11-21 08:58:10 -05:00
Izwan Rusli 5c612e5f6e Adding Transparent Hover Effect code (#21179)
* Adding Transparent Hover Effect code

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2018-11-21 08:55:21 -05:00
Danny 73326f98ec Fixed grammar error on line 70 (#21182)
Fixed grammar error on line 70. Changed the word "do" to "does".
2018-11-21 08:51:01 -05:00
Preankhan Gowrypalan 17cf06c92d Small grammar change (#21183)
Colon instead of a comma for lists.
2018-11-21 08:29:32 -05:00
zweifish 09edf93ba9 fixed minor formatting error (#21184)
* fixed minor formatting error

* Update index.md
2018-11-21 08:27:47 -05:00
DC adad522465 Formatting examples, added example based on note (#21186)
would like some feedback on my extra example :)
2018-11-21 08:26:07 -05:00
rdfriesen 610c4303c1 typo fix (#21195) 2018-11-21 08:12:00 -05:00
msamylea 6364a9732e Fixed minor typo in line 16 (#21188) 2018-11-21 08:08:13 -05:00
Sevket Yalcin 82954a7778 Update CRA installation script using npx (#21201) 2018-11-21 07:57:28 -05:00
Robert Samu 184b5c2bf0 Fixed mistyped words (#25401) 2018-11-21 10:37:50 +05:30
Merenoel 49a9ef11a9 Corrected several grammar mistakes (#25396) 2018-11-21 10:36:17 +05:30
jonmoon74 b360386e31 Grammar correction (#25386)
Grammar corrections in line 48
2018-11-21 10:33:30 +05:30
Robert Samu 771e8a019b Fixed mistyped words (#25385) 2018-11-21 10:32:11 +05:30
Lumpenstein 91a3bd6e9a Update index.md (#22845) 2018-11-20 22:53:17 -05:00
vtt01uk 0abba344c9 Minor spelling corrections (#22825) 2018-11-20 19:12:30 -05:00
Matt d219d38644 typos, grammar, output fixes (#22987)
Minor fixes to typos, grammar and example output framing
2018-11-20 19:00:47 -05:00
Karen Tobo 65c5b03a41 Copy editing of ArrayList article (#22985) 2018-11-20 18:59:54 -05:00
tahirsoft df0196f6e3 fixed some minor mistakes like vanished colon and etc. (#22984) 2018-11-20 18:59:04 -05:00
csteacher1 bc48cff3e8 Usage Section Update (#22977)
Add the following paragraph after the doctype declaration on Line 55:

"It is important to note, that while "DOCTYPE" is shown in uppercase letters here.  The keyword "DOCTYPE" is case-insensitive and can be uppercase or lowercase.  This simplification is part of the reason HTML5 pages are compatible with old and new browsers, and also compatible with the browsers on mobile devices."
2018-11-20 18:58:37 -05:00
Dallin Reeves 4b44e363c4 Added resource under 'More information' (#22957)
* Added resource under 'More information'

* Fixed formatting
2018-11-20 18:54:18 -05:00
Ariel Teague 11ed97e860 Add mention of centralized vcs to svn article (#22826)
Add a small section to the Subversion article discussing it as a well-known example of a centralized vcs.
2018-11-20 18:51:57 -05:00
JMVL64 8cc39cb957 Found extra link for podcasts (#22780)
And added software tester -> is a bit of a specialty.
2018-11-20 18:48:48 -05:00
AntTAKEOVER b49f534d73 Added the output of a print statement (#22748)
Added the output for a print statement used in a code example.
2018-11-20 18:48:01 -05:00
brkline ba16264562 Revised to fix spelling, grammar, and add clarity (#22728) 2018-11-20 18:47:14 -05:00
Adewale Orotayo 26c4b20a9b Add "Second example of Const" to article (#22727)
* Add "Second example of Const" to article

Describing const also to be scoped i.e, accessible in the block where it was defined  can be added to the article

* Reordered changes and fixed formatting
2018-11-20 18:46:06 -05:00
bugizozi 1f8f67c080 My change (#22723)
- And The dialog box shoud contain an OK button
2018-11-20 18:45:02 -05:00
brkline b32f8cf5ac Replaced Broken Link in More Information (#22686)
* Replaced Broken Link in More Information

The link that was there didn't show the content anymore.

* Fixed formatting
2018-11-20 18:43:25 -05:00
raghavbhartia 1b97963972 Added few advantages of documentation (#22416) 2018-11-20 18:42:22 -05:00
Blaze2305 74a4b1175e added general syntax of python function definition (#22670)
* added general syntax of python function definition

* Cleanup
2018-11-20 18:38:56 -05:00
Arndi 1b6b3d38c0 Additional information MS SQL and T-SQL (#22654)
* Additional information MS SQL and T-SQL

* Fixed grammar
2018-11-20 18:38:05 -05:00
Blaze2305 e9fd6b3542 fixed typographic error (#22648) 2018-11-20 18:36:41 -05:00
CharlesMarlow 64ab5c78f6 Added framework to Javascript frameworks section (#22637)
Vue.js was added on line 34 as one of the prominent front-end frameworks for Javascript.
2018-11-20 18:35:31 -05:00
brkline 208eee39d8 Added Product Management Overview Link (#22634)
* Added Product Management Overview Link

* Fixed formatting
2018-11-20 18:34:48 -05:00
adeelnazir13236 bcfa215ab0 Free WordPress templates (#22599) 2018-11-20 18:33:59 -05:00
Christoph 96f81d8da2 Added new book and changed the layout (#22592) 2018-11-20 18:32:24 -05:00
Miftah Mizwar e9004f3e21 Update block of code to be highlighted as C (#22588) 2018-11-20 18:31:50 -05:00
gitmbgitmb 059512846e Added Resources to learn Git link (#22502)
* Added Resources to learn Git link

* Fixed formatting
2018-11-20 18:31:12 -05:00
Samuel Koprivnjak 93f7e44752 Kotlin functions basic usage (#22231)
* Kotlin functions basic usage

* created index.md file
2018-11-20 18:25:15 -05:00
Dulce Hernández 28f4d54be1 Fix Spanish translations for Bootstrap Buttons (#19776) 2018-11-20 14:55:13 -07:00
Henrik 97d60dbd9e Update index.md (#22142)
Corrected some spelling errors
2018-11-20 10:57:53 -08:00
capulifour 6596fe607a Head First Book Addition (#22330)
added Head First Javascript as an additional book of interest for those wishing to learn the language of Javascript
2018-11-20 18:05:08 +00:00
manishbhatt151 961349432c Added a book on Python (Python Cookbook) (#22333)
Python Cookbook: Recipes for Mastering Python 3
2018-11-20 10:51:54 -07:00
JiDarwish c29445ca5e Added ternary operator (#22234)
* Added ternary operator

* Update index.md
2018-11-21 00:47:00 +07:00
yu1iia 1331d8deab html-5 forms (#22594) 2018-11-20 20:58:19 +04:00
tahirsoft c32b7c6da2 a better translation for this article (#22979) 2018-11-20 20:54:26 +04:00
Mikhail Perov e05fac8d77 translation improvements and markdown fixes (#23018) 2018-11-20 20:53:14 +04:00
Mikhail Perov 2de016012a markdown fixes (#23024) 2018-11-20 20:52:12 +04:00
Mikhail Perov 44ee449a73 Markdown code block fix (#23036) 2018-11-20 20:51:34 +04:00
Arkadiy Voronov 5e552cd3df Add Russian translation (#23098)
* Add Russian translation

* fixed line 5

After review of @greggubarev @ArkadiyVoronov please change line 5 to more readable
2018-11-20 20:49:08 +04:00
Alex Churkin 77b34ee74a Corrected translation (#23113)
* Corrected translation

Corrected translation in /guide/russian/android-development/index.md

* Update index.md
2018-11-20 20:46:47 +04:00
KevinatorTrainer5 b1e0cc41d9 Added some physical calculus rules (#22317)
-Just added a few extra integration rules of velocity, displacement and acceleration for applications of calculus in the physical world
2018-11-20 07:45:34 -06:00
manishbhatt151 8c5896f8c5 Added link to a book on Algorithms (#22308)
This is the of the programming language-independent text that helped establish computer algorithms as a discipline of computer science. The text incorporates the latest research and state-of-the-art applications, bringing this classic to the forefront of modern computer science education. A major strength of this text is its focus on design techniques rather than on individual algorithms.
2018-11-20 07:43:20 -06:00
Bruno Balentović 175f8269c9 Added ln command (#22298) 2018-11-20 07:42:45 -06:00
ambarytl 0e6c1d4df9 Added an article in place of stub. (#22294) 2018-11-20 07:42:15 -06:00
Manish kumar chaurasia 112c90c4ed added code of kmp algorithm in index.md (#22293)
* added code of kmp algorithm in index.md

* format codeblock to c++?

I think this is c++, but I'm not positive.
2018-11-20 07:41:27 -06:00
Muralidharan Sekar 77246a193d Add the title "More information " to the article (#22288) 2018-11-20 07:40:29 -06:00
mil3zh 248788a335 Added logo of libgdx to index.md file (#22283)
* Added logo of libgdx to index.md file

Added logo of libgdx to index.md file

References: 
![logo](http://libgdx.badlogicgames.com/img/logo.png)

* remove duplicate image, moved it to the top...

add line breaks between resources
2018-11-20 07:40:02 -06:00
eirinisp b1851623d1 Various Additions (#25333)
Added swirl in ##Where to learn R for free
Added installing instructions in ##Reference for Unix-alike operating systems
2018-11-20 18:41:22 +05:30
Khalid Almufti 46d567121e Add Arabic translation for bash-mkdir (#21654)
* Add Arabic translation for bash-mkdir

* improve translation
2018-11-20 12:43:02 +00:00
Michael Kane a15afc0b80 Corrected 'paintjob', added text (#25367)
Text added: ", and wanted to change the color of your Car."
2018-11-20 15:04:57 +05:30
Chirag Swadia ff332b7703 Fixed JQuery -> jQuery (#25366) 2018-11-20 15:03:28 +05:30
iopeggy 7f690b8b3c add link for guide to illustrator (#25327) 2018-11-20 14:59:38 +05:30
eirinisp 740ffdc839 Fixed grammatical errors (#25341) 2018-11-20 14:54:34 +05:30
eirinisp 38e8256f03 Various grammatical errors (#25317) 2018-11-20 14:51:12 +05:30
Roman 741ec75872 Added correct translations to Russian in article (#21947)
* Added correct translations to Russian in article

* improved translation

* fix: removed extra line at start of article
2018-11-20 12:36:41 +04:00
Vedrana_R 41c35019cb Deleting typo (#34386)
'increment' instead of 'increament'
2018-11-20 14:01:44 +08:00
Sudhakar Kumar 8bd3df35a2 Fix spelling and grammar (#34387) 2018-11-20 13:59:58 +08:00
Alexander Molnar 3f1252be74 Added content to stub (#34377)
* Added content to stub

Gave definition, examples, two methods to compute as well as a JavaScript algorithm, and some generalizations.

* Removed content

Removed external links and added internal links to FCC guide pages when possible.
2018-11-20 13:59:32 +08:00
Sudhakar Kumar 16e7a704b7 Correct spelling (#34388) 2018-11-20 13:57:15 +08:00
Sudhakar Kumar 873b627250 Fix spelling (#34389) 2018-11-20 13:55:08 +08:00
Sudhakar Kumar 744b651bbc Fix capitalization (#34390) 2018-11-20 13:54:25 +08:00
Alexander Molnar 84accd72cb Added content to stub (#34393)
Presented the theorem as well as a little discussion about it.
2018-11-20 13:47:26 +08:00
Michael Kane cecb7d9adf Add alternate way of creating array (#25379) 2018-11-20 09:39:50 +05:30
Nishant Mishra 5900f87c40 Added guide article for tools: Least Common Multiple Calculator (#22314)
Replaced stub with guide article on LCM calculator
2018-11-19 23:22:33 +00:00
Jatin Parab 4fe60f500f Add CDN link (#22822) 2018-11-19 16:55:10 -05:00
Daniel Kilders 6dc69b8b16 Fixed casing on word (#22546) 2018-11-19 16:52:02 -05:00
Tomas Luque Gonzalez a1505794e9 Popular Frameworks list update (#22387) 2018-11-19 16:41:49 -05:00
JiDarwish 2d1f50ada8 Update index.md (#22225) 2018-11-19 16:36:04 -05:00
Thyago Clemente 6a97a4bb93 Changed definition of "double" line comment (#22203)
The correct is "multiple" line comment
2018-11-19 16:35:16 -05:00
Krinjih c9a315f58a Added b to open modes (#22196)
* Added b to open modes

Added the binary mode to the different modes of opening a file

* Fixed formatting
2018-11-19 16:34:36 -05:00
ahs-atan 36886e6318 Add another useful link for beginners (#22183)
* Add another useful link for beginners 

https://mathinsight.org/logarithm_basics - For those starting out

* Reordered section on sources
2018-11-19 16:34:01 -05:00
Muralidharan Sekar a812f79709 Add the text "Basic HTML Program" to the article (#22181)
* Add the text "Basic HTML Program" to the article

* Fixed formatting
2018-11-19 16:33:21 -05:00
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
Juan Diaz b8b47203e6 General translation fixes (#19759) 2018-11-19 13:28:22 -07:00
Haqverdi Behbudov d605db1769 Fixed incorrect translation of the word closure (#22906) 2018-11-19 22:12:05 +04:00
Swapnil Bangare 8dfe458197 Add option for Developer tools inside browsers (#22905)
As developer tools are used extensively by front-end developers, it's nice to hint readers that this guide also contains information about developer tools of browsers such as Google Chrome, Firefox and Microsoft Edge.
2018-11-19 22:11:35 +04:00
Stanislava f39f86197d Make corrections to the translation of index.md (#22753) 2018-11-19 22:08:51 +04:00
tahirsoft 72816822fd A better translation for index.md (#22742) 2018-11-19 22:07:53 +04:00
yu1iia ad5d5b1d08 Сокращенная запись свойств шрифта (#22705)
* Сокращенная запись свойств шрифта

* added markdown
2018-11-19 22:04:21 +04:00
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
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
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
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
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
NailRusty 109ee74af6 Corrected translation errors (#22697) 2018-11-18 12:03:50 +04:00
NailRusty 6a985d9dcb Add some information about props (#22664) 2018-11-18 12:03:09 +04: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
Travis Clark 45a02989bc Add links to More Information section (#21501)
* Add links to More Information section

Added two links to More Information section. One to a MIPS emulator and one to a helpful tutorial.

* Applied suggested changes
2018-11-17 16:40:18 -05:00
Mallory Butt f0721248df Hex addition (#20950)
* Hex addition

I added how to add hexadecimal numbers.

* Apply code formatting
2018-11-17 16:39:40 -05:00
gabyslaw 64020be179 [Gabyslaw] Added other frameworks to the article (#20926) 2018-11-17 16:37:46 -05:00
Donna Hogan 263f53e468 Adds additional resources section (#20925) 2018-11-17 16:37:04 -05:00
tasmainawolf cf0caf5e8e Added another usage of cat (#21928) 2018-11-17 12:48:24 -07:00
Nina Xu eb58560950 Added additional info (research) (#21930) 2018-11-17 12:45:28 -07:00
Saravanan Elumalai 3066b88340 Fixed code snippet bugs & added examples (#21925) 2018-11-17 12:33:20 -07:00
Nico Alvarez 042e3002de Expanded article on XML (#21927) 2018-11-17 12:32:42 -07:00
Max Dionysius 1be36da043 Added information about the Console.ReadKey() (#21922) 2018-11-17 12:05:28 -07:00
Animesh Roy 75e37f952b Add 'Develop Apps Using Flutter' to android-dev (#21921) 2018-11-17 11:50:55 -07:00
wh1t3fang c5bb395362 Added Signal app icon (#21911)
* Added Signal app icon

* changed link to GFM link, used smaller image from wikimedia
2018-11-17 11:49:16 -07:00
Kamil 83566e14eb Add the body card example (#21914) 2018-11-17 11:37:11 -07:00
Aikerim Orken 4708a08a44 Updated grammatical and stylistical mistakes (#22729) 2018-11-17 22:20:25 +04:00
Mudit Choraria 3dad932973 Added description for Reinforcement Learning (#21889)
Described the similarity of Reinforcement Learning with Supervised and Unsupervised Learning.
2018-11-17 11:19:52 -07:00
Mudit Choraria 809c83049d Updated the definition of Linear Regression (#21908)
* Updated the definition of Linear Regression

Stated that linear regression is a supervised and discriminative machine learning algorithm.

* Added the link to a descriptive article
2018-11-17 11:17:07 -07:00
Chase 76f416935b Added modes for file handling in index.md (#21902)
Added different modes that can be used and their description under "The Real Deal" Section.
2018-11-17 11:14:58 -07:00
Aikerim Orken eab6e7af01 Updated grammatical and stylistical mistakes (#22702) 2018-11-17 22:13:56 +04:00
Zhannur Diyas fab74e91d0 fixed minor translation flaws (#22675) 2018-11-17 22:09:44 +04:00
IITigroKII 79a14d3df6 Improved russian translation in guide/russian/java/variables/index.md (#24503)
* Update index.md

* Update index.md
2018-11-17 21:53:17 +04:00
tasmainawolf 1c89ba1127 Added commonly used options (#21886) 2018-11-17 10:50:54 -07:00
coderlyn 1ba28c9af6 Add new hint to break up problem into small chunks (#21881)
* Add new hint to break up problem into small chunks

* added block code syntax
2018-11-17 10:49:53 -07:00
Bearz314 cf2d18322f Improved formatting and explanation on function prototype (#21832)
Minor corrections on formatting to increase legibility. Also improved the reasoning for using function prototypes.
2018-11-17 10:49:19 -07:00
lannwal 49738cbd90 Update index.md (#21844)
Added an example for calling rm with arguments to remove a nonempty folder.
2018-11-17 10:48:26 -07:00
David Abutbul ee87987fa3 some article refresh (#21837)
* some article refresh

this had some misinformation in it (identifiers as hosts in SSH??) 
fixed it and added some basic information, why this tool is needed and replaced predecessor telnet
also some basic usage

* Update index.md
2018-11-17 10:24:42 -07:00
Takachou 944a9796d8 added article for this stub (#21818)
added 3 ways for full page background image

removed comments, updated links to github markdown style
2018-11-17 10:23:00 -07:00
staerGazer bd8411405d added info on initializing arrays with fewer values than there are elements (#21814)
I also stated that values are entered into an array in ascending order, starting with the first element.
2018-11-17 09:44:53 -07:00
Jacob Hoard 42818b2271 Added information/examples about input checking (#21615)
* Added information/examples about input checking

* removed boilerplate
2018-11-17 09:43:56 -07:00
tasmainawolf 54f73c9596 Added more explanation for -f (#21863) 2018-11-17 09:38:59 -07:00
haakandev 94071be846 added resource from fcc medium (#21788)
Added link to a great illustrated guide: https://medium.freecodecamp.org/the-complete-illustrated-flexbox-tutorial-d35c085dbf35
2018-11-17 09:37:47 -07:00
sndrx 67ff17fdfc Added text-overflow property (#21806) 2018-11-17 09:14:36 -07:00
Aheli Ghosh 753198b795 added some information on trees. (#21785)
* added some information on trees.

* fixed formatting
2018-11-17 09:12:29 -07:00
sndrx bc4ff23fa8 Added info about region comments (#21757) 2018-11-17 09:11:51 -07:00
Saravanan Elumalai 96c4166b52 Added few more options and corrected the desc. for better understanding (#21713) 2018-11-17 20:34:35 +09:00
NuclearPineapples a502bfbd7b Word errors (#23697) 2018-11-17 16:58:34 +05:30
fateeq 0f335a2fbc Add 'be' to sentence, and correct 'change' to 'chance' (#28267) 2018-11-17 19:23:45 +08:00
Pratham1812 8f21b7a33c added wxpython and pyqt (#21701) 2018-11-17 20:03:54 +09:00
Vamsi Krishna c793f362b7 Added syntax format specifier as C
Some code pieces were missing the syntax format specifier as C. So, added them.
2018-11-17 20:03:39 +09:00
kzellers 8bfe0c8ce6 added comments to example (#23656) 2018-11-17 16:17:48 +05:30
Ilkay Tevfik Devran 1fbaf9300e mongoDB doc link has been added (#22221)
* mongoDB doc link added

* Improved wording
2018-11-17 05:24:45 -05:00
Anirban Ghatak 77f36c7194 Update variable names. (#23679)
Updated the variable names in the code so that it goes correctly with the example text.
2018-11-17 15:47:25 +05:30
Paula Milenkova 1b8f85d051 Began an intro to bar charts on stub (#23673)
* Began an intro to bar charts on stub

* fix: removed boilerplate
2018-11-17 15:46:01 +05:30
olhadon fc620d8fea spelling and minor grammar changes (#23667) 2018-11-17 15:45:25 +05:30
Charlie van Rantwijk 8e4512648b several grammatical and sentence structural fixes (#22224)
Also changed the first line as Insertion Sort isn't the most efficient sorting algorithm and isn't necessarily the simplest.
2018-11-17 05:14:15 -05:00
olhadon 58632a065a spelling and minor grammar changes (#23676) 2018-11-17 15:43:48 +05:30
Tom K 4bdc96e682 Added link to MDN that is helpful (#23677) 2018-11-17 15:42:36 +05:30
Jan 83fa9b8563 added link to wiki (#23675) 2018-11-17 15:41:48 +05:30
Loyn Howie 8ae4da838e Fixed some grammatical errors (#23674)
Removed the commas behind the "but" statements and also fixed the beginning of the sentence starting with "This reveal".
2018-11-17 15:40:42 +05:30
ahs-atan a9eb6b0e52 Some Useful links - Esecially for beginners (#22211)
Some links I found useful for learning and understanding Java Inheritance:
 - https://www.codejava.net/java-core/the-java-language/12-rules-and-examples-about-inheritance-in-java
 - https://medium.com/java-for-absolute-dummies/inheritance-in-java-programming-39176e0016f3
2018-11-17 05:04:48 -05:00
Andres bc09a7b179 Fenced in code blocks for Syntax Highlighting (#23698) 2018-11-17 15:31:10 +05:30
olhadon f9ae2c107a fixed spelling (#23671) 2018-11-17 15:25:03 +05:30
olhadon 1fbb11dafd spelling fix (#23703) 2018-11-17 15:20:16 +05:30
Anil Bas ca35cbdc23 Added the definition & explanatory sheet (#22186) 2018-11-17 04:17:39 -05:00
Carl cba5b6821e Fixed Hello World (#22172)
Fixed 'Hello world' to the original 'Hello, World' command for historical accuracy.
2018-11-17 03:40:59 -05:00
franklin216 38e5c587c7 Show Rocket Emoji (#22169)
Rocket Emoji was not shown
2018-11-17 03:39:27 -05:00
Rachel Krupnick 06e46f188d Fix typo and add to description. (#23313) 2018-11-17 03:14:20 -05:00
jaceclowdus 1cbbee0380 Add punctuation in lines 23, 35, and 83. (#23263) 2018-11-17 00:56:37 -05:00
BladeQue12 a18309352c Correct sentence on line 22 (#23257)
Added the words "the" and "a," so that the sentence will read correctly.  The sentence now reads as "To set this property on multiple background images, separate the values by a comma:"
2018-11-17 00:55:42 -05:00
Kowake 3eeb6b6ffb Add "or" in line 25 (#23245)
"line" needs to be added between "adding" and "changing in line 25 in order to make it grammatically correct.
2018-11-17 00:52:41 -05:00
ashrewsb 7b1e86bcac Added wiki article hyperlink to PHP. (#23224) 2018-11-17 00:52:05 -05:00
Kowake af2da0ec1d No comma needed in line 7 (#23214)
Grammatically, no comma is needed in line 7.
2018-11-17 00:51:03 -05:00
Aerohob d883528f0a Updated Atom description (#24457)
Atom is an open source text editor made by GitHub. It features embedded Git Control and numerous customization options.
2018-11-17 11:03:37 +05:30
Aerohob 452f5a180c Added a description to Brackets (#24444)
A text editor made with web designers and front-end developers in mind. Features include: inline editing, live preview, and preprocessor support.
2018-11-17 11:01:36 +05:30
P.RR 04bc992cfb correcting spelling mistake and punctuation. (#24461)
* correcting spelling mistake and punctuation.

* fix: typo
2018-11-17 11:00:57 +05:30
Aerohob 7ce4be9d1f Added a description to Sublime Text (#24453)
Sublime Text is a cross-platform editor featuring a Python API. Free to download and evaluate, but requires a license for continued use.
2018-11-17 11:00:17 +05:30
JacobTBruce d12c7bf142 Changed "s" to "a" to make grammatical sense in line 24 (#23162)
Changed "s" to "a" to make grammatical sense in line 24.
Added "as mentioned before" to reference previous example of multiple class used.
2018-11-17 00:18:58 -05:00
Szymon Woźny 8d09956713 Add space after dot (#23137) 2018-11-17 00:17:55 -05:00
CyberCore1010 25755ad7ca Added a line to Example 1 (#23115)
Added a line to describe why the output of examples 1-3 only print to the number 4
2018-11-17 00:17:20 -05:00
msabitabrata 603df3975e Proper indentation and readability (#23082)
Included one of the C code snippets inside ```c``` to improve readability
2018-11-17 00:15:56 -05:00
P.RR bd64a9619a add the text "countries with slow Internet" (#24443) 2018-11-17 10:36:41 +05:30
Dhiraj Kanchan a4f87125d3 Correct output text to "Hello World!" (#24449)
Correct the output text to read "Hello World!" instead of "This is my first PHP script!".
2018-11-17 10:35:04 +05:30
devinbmiller 09b5c6941e Very minor grammar change (#24446) 2018-11-17 10:33:13 +05:30
Kuldeep Pisda bed1febd1f Update: HTML docs source converted to comment (#21799)
* Update: HTML docs source converted to comment

* Update: added cd command in linux->10 simple and useful...
2018-11-16 21:50:10 -07:00
MartyC3P0 6c43bdee1f Scrimba is a great resource (#22467)
They make use of screen-casts so that you can edit their code while watching the videos.  A great resource for learning, while being interactive at the same time.
2018-11-16 23:44:36 -05:00
Adhiraj f484d20723 added product website (#22385) 2018-11-16 23:43:42 -05:00
Vamsi Krishna 51e29fcf7d Fixed typo from 'LIFO' to 'FIFO' (#22226) 2018-11-16 23:40:18 -05:00
KatLinaHH e923379497 Adding some useful resources to more information (#21993)
* Adding some useful resources to more information

* Fixed link formatting
2018-11-16 23:34:06 -05:00
Nuclearhit 9574d0deeb Grammar Errors (#21507) 2018-11-16 23:12:17 -05:00
carlos fernandez 30b8d41421 fix 3 typos in #Explanation (#21809)
print() for printf()
Hello World! for Hello, World without the ! 
ans spaces between text           on the screen
2018-11-16 21:11:56 -07:00
Evan Farmer 57dd75d03f Fixed typos, changed wording index.md (#21461)
* Fixed typos, changed wording index.md

* Update guide/english/working-in-tech/imposter-syndrome/index.md

Co-Authored-By: evanjfarmer <evanjfarmer@gmail.com>
2018-11-16 23:06:57 -05:00
Pranav Anbarasu 06607dd666 Added HDD image (#21366) 2018-11-16 22:57:44 -05:00
Hemanath 29757050ef Fix typo in the explanation print() to printf() (#27881)
* Fix typo in the explanation print() to printf()

* Added basic syntax for declaring an array with all its elements as 0

* fix: removed &
2018-11-17 09:02:46 +05:30
Jitendrasingh Chauhan (Jeetu) bb2ff5890f Guide: Updated Git stash guide to use stash commands without stash names (#21969) 2018-11-16 22:09:37 -05:00
AB5253 aaaddd6fc5 TitleCasePipe added (#21941)
* TitleCasePipe added

TitleCasePipe added

* Fixed formatting
2018-11-16 22:08:12 -05:00
vasubansal1033 7721e34a28 Add the text "* Arrays can store same data types only. A integer arra… (#21933)
* Add the text "* Arrays can store same data types only. A integer array will not be able to store chars in it." in review.

* Fixed grammar
2018-11-16 22:06:11 -05:00
Max Dionysius 910b1baaf7 Added return type information of WriteLine (#21913)
* Added return type information of WriteLine

* Fixed grammar
2018-11-16 21:50:35 -05:00
GattoNero ac160308e7 Update index.md (#22409) 2018-11-16 21:50:28 +04:00
Sergey Semerikov d42ef0516f Update index.md (#22335)
Many grammatic and stylistic bugs. Gotta be changed.
2018-11-16 21:33:11 +04:00
Gregory Gubarev 80308e0acc
Добавил текст (#22307)
Также тег <a> может содержать атрибут rel="nofollow", который будет запрещать поисковым роботам переходить по ссылке. Часто такой атрибут используется поисковой оптимизации сайтов.

#### Пример:

<a href="https://guide.freecodecamp.org/" rel="nofollow">freeCodeCamp</a>
2018-11-16 21:31:44 +04:00
Yodesis 56a8458e80 Corrected text to article (#22208)
* Corrected text to article

* changes
2018-11-16 21:30:19 +04:00
Elvictor01 8366f3d3de модернизировать (#22109)
* модернизировать

* ch
2018-11-16 21:30:02 +04:00
Eme-rald ceaa347264 Explained why you may want to comment code out. (#21204)
* Explained why you may want to comment code out.

* Update index.md
2018-11-16 12:14:26 -05:00
Preankhan Gowrypalan 21c28f9a6a Added missing space (#21169)
* Added missing space

* fix: made folder names lowercase
2018-11-16 12:12:48 -05:00
Victor Alloza Visart 80c1b8871d Update index.md (#19617) 2018-11-16 08:05:01 -07:00
Snailsloth e69a66fdcd add link to latest cdn versions (#21918)
Added link to foundation@ cdnjs.com
2018-11-16 07:28:55 -06:00
Nishant Mishra 36ee8652fe Added guide article for Git Hosting (#21916)
Replaced stub with a guide article on Git Hosting
2018-11-16 07:26:50 -06:00
Sean Riley c825902b25 Minor grammar and syntax corrections. (#23163)
* Minor grammar and syntax corrections.

* Fixed formatting
2018-11-16 04:45:19 -05:00
Akshat Tripathi 8feb48aab9 new member function (#23146)
* new member function

* Fixed formatting
2018-11-16 04:44:15 -05:00
Johnathan Milley 7e2c6a6767 Fixed some minor grammatical errors and styling (#23039)
* Fixed some minor grammatical errors and styling

Added example boxes that are consistent with other documents in this series of bash commands.

* Add syntax highlighting, Fixed formatting
2018-11-16 04:42:41 -05:00
Alex Busch fda88b8084 Added Javascript 30 Resource (#22683)
* Added Javascript 30 Resource

* Fixed grammar
2018-11-16 04:41:39 -05:00
Nigel Cheok 0d780bfc3b Update readme fixed typos (#22587) 2018-11-16 04:40:55 -05:00
Ece 4758090219 Add more info about position:relative and absolute (#21871)
* Add more info about position:relative and absolute

* Fixed formatting and typos
2018-11-16 04:39:51 -05:00
sndrx edb0555999 Added text-shadow property (#21833)
* Added text-shadow property

* Fixed formatting
2018-11-16 04:39:10 -05:00
Amy Gonzales 40a9d13833 Punctuation (periods) added! (#24313)
* Punctuation (periods) added!

* fix: code formatting
2018-11-16 10:27:15 +05:30
Kike Sánchez 3ad2c1b2df Translate texts (#19568) 2018-11-15 20:56:45 -07:00
Dennis Braun 46d8ed0247 added framework example (#21810)
I used this framework some time ago and I would highly recommend it, because it is easy to use and has understandable guides provided by ViroMedia.
2018-11-15 15:21:43 -06:00
catcecilia bc26ecf14b spelling changes.md (#24101) 2018-11-16 00:15:37 +05:30
Bruno Balentović fb49c25311 Updated title in index.md (#24299)
* Updated title in index.md

* corrected title syntax for contributor
2018-11-16 00:10:32 +05:30
Gregory Gubarev 51f86a2f93
Добавил текст (#22318)
## Важно
Тег скрипт не должен содержать в себе атрибут type="text/javascript", хотя раньше это было необходимо.
2018-11-15 22:25:59 +04:00
Gregory Gubarev 5ebdbbf73b
Добавил текст (#22311)
Не рекомендуется использовать тег `<strong>` слишком часто на одной странице. Чрезмерная разметка тегом `<strong>` может плохо отразится на поисковом продвижении сайта.
2018-11-15 22:25:35 +04:00
Zhannur Diyas dfcf25126e fixed code display and translation issues (#22286) 2018-11-15 22:20:55 +04:00
Yodesis 8192a989af Add the description (#22178) 2018-11-15 22:15:25 +04:00
Julshche abbb669d50 made changes to the text (#22147) 2018-11-15 22:14:37 +04:00
Yodesis 1d162bf8a7 Replace text "помутнение" on "Непрозрачность" (#22034) 2018-11-15 22:09:16 +04:00
vetaveja 97f836d09a Changed 'получить' to 'применить' (#22016)
* Changed 'получить' to 'применить' 

Changed the word to make the sentence sounds correctly.

* ch
2018-11-15 22:08:37 +04:00
marciokuroki 05c0efbdfa Sugestão para corrigir a tradução de React (#20212)
Sugestão para corrigir a tradução de React, acredito que não seja necessário traduzir o termo "React" para "Reagir".
2018-11-15 17:43:39 +00:00
Rui Figueiredo 221ee3e590 Alguns Comandos (#20118) 2018-11-15 17:40:46 +00:00
JoseP-UR f996db7a52 Update Index.md Minor changes (#19938) 2018-11-15 17:38:13 +00:00
James Hogan f830771673 Expand definition of Usability Testing (#28553)
* Expand definition of Usability Testing

* Basic editing.
2018-11-15 16:48:43 +00:00
haakandev 7a1891cee0 added notepad++, fixed logo urls (#21756)
Added Notepad++ info and working logo URLs from https://github.com/freeCodeCamp/freeCodeCamp/blob/master/guide/english/developer-tools/source-code-editors/index.md
2018-11-15 10:31:14 -06:00
Dipak Yadav e13c0dd5e3 Updated index.md (#21728)
Added section for technologies used to write smart contracts in Ethereum and Hyperledger.
2018-11-15 10:19:09 -06:00
daniela-idara 346d89953c added "iframe tags" link (#21685)
* added "iframe tags" link

* added spacing

* Markdownize link
2018-11-15 10:17:06 -06:00
Amit Deshwal 44f2e11d05 Book for Node.js Added. (#21780)
Best book for beginners for node.js added.
2018-11-15 10:16:25 -06:00
Netanya 5e4b8575de Updated syntax and grammar (#21784) 2018-11-15 10:16:10 -06:00
Amit Deshwal f97bcc564b Added requirements. (#21760)
* Added requirements

I added the server requirements to be needed for Laravel.

* make a list out of the requirements
2018-11-15 10:15:49 -06:00
Eva Scholten 4cad2c0b77 Added book recommendation (#21791)
Automate the boring stuff with Python is an interesting book that should not be missing from a Python book list
2018-11-15 10:14:50 -06:00
tasmainawolf 116db60912 Adding additional information and link (#21786) 2018-11-15 10:09:06 -06:00
Nina Xu 9e0a4f3560 Update index.md by expanding section (#21772)
Update index.md by expanding section (consolidate and add more information)
2018-11-15 09:38:04 -06:00
jlewismith c13673f538 Add/remove commas as appropriate. (#21768) 2018-11-15 09:36:00 -06:00
Dennis Braun f7d39a3a58 Added JS The Definitive Guide to book-recommendations (#21765) 2018-11-15 08:37:31 -06:00
serg-t 94f76e862f PHP_Operators.md (#22903)
* update index.md

Main concept about PHP Operators.

* fix: corrected folder issues
2018-11-15 06:35:00 -08:00
sndrx 9dc7667858 Add VS Code useful extensions (#21690) 2018-11-15 07:55:29 -06:00
Bearz314 006869f41f Added explanation on hex to decimal conversion (#21747)
Added an example conversion from hex to decimal, along with an analogy to decimal system.
2018-11-15 07:50:27 -06:00
Parth Agarwal 049e75c5cf Added Alerts Docs to Bootstrap in English (#21730)
* Added Alerts Docs

* Update index.md

* Add Alerts Documentation

* Include Badges

Badges Docs Simplified from Bootstrap Documentation.
2018-11-15 07:42:54 -06:00
Aman Kumar d6c9d612e5 Added the method of finding slope from a graph (#21597)
* Added the method of finding slope from a graph

* cleaned up graph, added alt attributes, cleaned up grammar
2018-11-15 07:27:33 -06:00
George-Cristian Tudoran 68d00ec899 Added do-while loop statement (#21611)
* Added do-while loop statement

* moved links to bottom, changed to markdown style links
2018-11-15 07:23:11 -06:00
Rogel Horlador b9b76e8f43 Changed to latest version of Wget (#21745) 2018-11-15 05:00:58 -08:00
Glafs 9313e09c45 Fixed style typo in python guidelines (#27857)
* Fixed style typo in python guidelines

The python marker was below the ''' marker, moved it up in 2 examples.

* added output to python guide

Added an output from a conditional block and added the python tag to a code block
2018-11-15 15:22:07 +05:30
Edulop139 cfd09e30bc Grammer fixes (#23299)
added a two spaces for  words that shouldn't be connected as compound words
2018-11-15 02:35:21 -05:00
BladeQue12 20f85f708a corrected line 53 (#23284)
The writer of this forgot to add the letter "e" in the word "equals" so the sentence should read "An alpha value of 1 equals 100%, and 0.5 (.5 for short) equals 50%."
2018-11-15 02:31:17 -05:00
jaceclowdus 4eb13c86bd Fix spelling mistakes in lines 25 and 35 (#23276)
Change the word "developper" to "developer" in line 25. Change the word "informations" to "information" in line 35.
2018-11-15 02:29:33 -05:00
dillon 32510cc3cb Improving description of smart contracts (#21696) 2018-11-15 16:29:15 +09:00
Caleb Spradlin 5caa346be3 Fixed grammar errors and typos on lines 15, 18, 40 (#23238)
added commas, took away commas, and added a hyphen
2018-11-15 02:24:54 -05:00
Egregious-Egg ae42ced684 Change "recognize" to "recognized" in line 28 (#23210) 2018-11-15 02:15:31 -05:00
Sigurd Morsby 5e91cd7553 Changed space to width (#23147)
It said that block level elements fill up the container's space. They only fill the width.
2018-11-15 01:53:15 -05:00
v01d3tr e017f5474a typos & syntax fixes (#26893) 2018-11-15 12:02:23 +05:30
Mr_patcher 3de690ae5d Add link to a iTerm2 customization guide (#23072)
* Update index.md

Added a link to a guide that shows how the terminal can be customized to improve productivity.

* Change subheading level
2018-11-15 01:28:38 -05:00
Rufaro Madamombe 458f4b112b Fix typo in heading (#26722)
Fixed a typo in the guide.
2018-11-15 11:43:08 +05:30
Nic Wilson a041dc7f22 Update index.md (#26640)
While NPM is cagey about what NPM actually stands for (https://www.quora.com/I-keep-hearing-NPM-doesnt-stand-for-Node-Package-Manager-what-does-it-stand-for), since it's a package manager thought it would be helpful if we referred to it as such here.
2018-11-15 11:39:00 +05:30
sirhung1993 c028b9f7ad Fix some typos (#26764)
Change line 97
"To remove a global dependency, use `-g` flag." => "To install a global dependency, use `-g` flag."
And fix typos of "project"
2018-11-15 11:38:14 +05:30
Kosmas Chatzimichalis e1d2c07360 fix typo (#26453) 2018-11-15 11:35:57 +05:30
Hardik Sharma bb03dc8c80 Fixed the typos, as usual (#26141) 2018-11-15 11:28:06 +05:30
Blaze2305 e7cc0c6d1a added ternary operation to conditional statements (#22773) 2018-11-15 11:17:04 +05:30
Kosmas Chatzimichalis beadff7771 fix typo (#26361) 2018-11-15 11:16:17 +05:30
Jibin Philipose f664d8c881 Formatting and added a new source (#23569)
* Formatting and added a new source

The bold I guess wasn't showing up so did some formatting there and numbered the sources too.
Added one new source.

* build: added updated package.json

* temp rename of file

* Rename index.md to index.mdd

* fix: corrected index.md

* Update package.json
2018-11-14 21:34:27 -08:00
Amit Deshwal 2ca9bdea23 Updated link for book. (#21686)
Under the Coding Interview section i updated the book named:"Cracking the coding Interviews" with the latest edition available.
2018-11-14 22:22:37 -06:00
Eve Mendelevich 9b51c70d45 Add line break (#23064)
Added a line break between the last section's title and its content.
2018-11-14 23:19:06 -05:00
carlos fernandez 969065887a In the example the Read more line (#23063)
The read more line in the example it has to be inside the comments.
2018-11-14 23:14:58 -05:00
Samantha Burke c7b1c92b3f Fix grammar error (#23043)
Changed 'start' to 'starts'.
2018-11-14 21:19:32 -05:00
Johnathan Milley 2a1ae19bd1 Removed unnecessary "Other Information" header (#23055) 2018-11-14 20:55:31 -05:00
Patryk Buda d3d6d57618 Example of how to use Number in Typescript (#20802)
* Example of how to use Number in Typescript

* updated with changes suggested in review

* updated indent in code block

* updated based on @itaisteinherz suggestions
2018-11-14 18:39:19 -07:00
Naveenkumar Mortha cf44c7246d Added steps to check keywords in python (#21511)
* Added steps to check keywords in python

>>> import keyword
>>> print (keyword.kwlist)
['False', 'None', 'True', 'and', 'as', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', 'nonlocal', 'not', 'or', 'pass', 'raise', 'return', 'try', 'while', 'with', 'yield']
>>>

* Format the text properly
2018-11-14 18:14:24 -07:00
devguru149 a758619046 Added hyperlinks (#21569)
* Added hyperlinks

Added hyperlinks to Apache, Ionic, React, NativeScript and Flutter.

* Add link for Xamarin
2018-11-14 18:05:08 -07:00
Peregrin Garet 7f4362c7a1 Added rendering info & reference links (#21554)
Added a section on how to use the root file to render your routes, mentioned the possibility of a separate routes file to keep things clear and readable, and added a few useful references to follow up on
2018-11-14 18:03:33 -07:00
Saravanan Elumalai e805f08716 Updated the Usage with 'ls' instead of 'cat' and also added few more options that are useful in daily life (#21586) 2018-11-15 00:50:23 +00:00
Johnathan Milley 44d6b9d30d Added a space to a comment for consistency (#22993) 2018-11-14 19:38:32 -05:00
Joseph Houser 8589bdf138 fixed several spelling errors (#23138)
* fixed several spelling errors

fixed some typos and cleaned up parts of the text that didn't make sense

* fix: made folder name lowercase
2018-11-14 15:48:59 -08:00
AlphaBatzarro 4171c98415 Lunacy UI Design Tool (#23489)
* Lunacy UI Design Tool

Add a tool known as lunacy for people that want a sketch alternative to windows.

* fix: corrected folder name case and added index.md

* fix: added frontmatter
2018-11-14 15:12:49 -08:00
Jeff Innes 04e9303bca Fixed typos and grammer errors in index.md (#21546) 2018-11-15 06:02:33 +07:00
RBenBeach ba9ba9dff4 corrected grammatical, punctuation, and spelling issues (#21540) 2018-11-15 06:00:17 +07:00
William Spanfelner 306d9f175b Create git-config description (#26971)
* Create git-config description

Add git-config description and use examples.

* Rename git-config to git-config.md

* Rename guide/english/git/git-config.md to guide/english/git/git-config/index.md
2018-11-14 14:59:36 -08:00
XonathanG 7c01cc9f7c Gomez-conference-index.md (#26878)
* Update and rename index.md to Gomez-conference-index.md

Small grammar edits

* Rename Gomez-conference-index.md to index.md
2018-11-14 14:58:15 -08:00
Anutosh1 9427d868e6 blender water shader (#23989)
* Update index.md

* correctly lowercased folder names
2018-11-14 14:57:24 -08:00
sydmo44 1e4b2dc65e Add the link for the tableau blog (#23283)
* Add the link for the tableau blog

So people can see how the tool helps others

* fix: corrected folder case
2018-11-14 14:54:17 -08:00
drakeperezpantoja 6da1bc5129 Create Meaningful Play File (#23274)
* Create Meaningful Play File

SCAD ITGM

* fix: correct folder spacing and case
2018-11-14 14:53:56 -08:00
raghavbhartia ee8feba4b5 Elaborating struct comparison (#22429)
* Elaborating struct comparison

* fix: corrected path name issues
2018-11-14 14:52:10 -08:00
Natanael 93029a0d32 Corrected H1 Title and added link to Reddit (#21920)
* Corrected H1 Title and added link to Reddit

* fix: corrected folder name
2018-11-14 14:47:40 -08:00
Nina Xu a6dde738cd Fixed typos (#21801)
* Fixed typos

* fix: made folder name Tableau lowercase
2018-11-14 14:47:13 -08:00
Alexander Cvetkov 5fee089713 add Settings section, more info section edit (#21903)
* add Settings section, more info section edit

* vim/index.md small adjustment
2018-11-14 21:06:53 +04:00
Alexander Cvetkov 852f09b16f go install in linux (#21950)
* go install in linux

* playground description edit
2018-11-14 21:05:48 +04:00
John Shepard 12a3ecbdc0 Fix typo. Add link to support forums. (#24451) 2018-11-14 21:58:33 +05:30
Cale Bybee 041a4fb2d4 crete ruby-puts (#21524) 2018-11-15 01:18:55 +09:00
Amy Gonzales 0a6d02cb33 Fixed "offical" typo (#24263)
* Fixed "offical" typo

* fix: format resources to list
2018-11-14 21:25:19 +05:30
samujjal1618 73424f26ed Typo fixes to the file (#25442) 2018-11-14 21:23:48 +05:30
darkcomet76 69941eb179 Fixed grammar typo (#25389)
Changed friendly to the superlative friendliest to align with the previous 'friendliest'.
2018-11-14 21:22:19 +05:30
TrollzorFTW b8569bcc1d Typo on strcpy (#24848) 2018-11-14 21:18:46 +05:30
Nick Trahan babf5af9d1 Correct typos (#24695) 2018-11-14 21:17:33 +05:30
faisal sayed 31f7b87854 Update index.md (#24529) 2018-11-14 21:15:23 +05:30
Karen Tobo e64c24c23d correct typo in instanceof (#24332) 2018-11-14 20:59:16 +05:30
Manas Khurana 6d583eb8f1 Add missing terminators + other corrections (#23502)
* Add missing terminators + other corrections

Missing terminators were added and for loop formatting was corrected. Even though terminators are optional, they can often confuse beginners. Also, a typo and a grammatical error was corrected.

* fix: formatting
2018-11-14 20:57:23 +05:30
Amy Gonzales 468b692fb3 Fixed "woth" typo! (#24261)
Last sentence, fixed "woth" into "with".
2018-11-14 20:53:40 +05:30
blankaex e2e460c19e Fixed formatting and typos (#24209) 2018-11-14 20:53:04 +05:30
Erdem Efe Erol a211bee4ad Added new download links to index.md (#21510)
* Changes in index.md

Added an IDE download link for Linux.

* Markdownize links + make them look better
2018-11-14 08:20:45 -07:00
Kelly Downes af13067197 Fixed Typo: Added missing indefinite article 'a' (#25605) 2018-11-14 20:49:05 +05:30
Cindy Barrientos 7741837746 Update DS learning resources (#21585)
* Add resources

* Add resources
2018-11-14 08:18:54 -07:00
Omereshone Kelvin Oghenerhoro becadc0a24 Changed "a icon" to "an icon" (#25935)
Updated a typo from "a icon" to "an icon" on second paragraph
2018-11-14 20:47:34 +05:30
Purposeful Programming d4dd0a9d0d Fix typo (#23744) 2018-11-14 20:46:51 +05:30
lorisabbinante d4a1c0bb1a Fixed very little typo (#26269) 2018-11-14 20:45:27 +05:30
katiepillar6 c90dfd2f81 Return 0 (#21561)
Added return 0 statement to the end of the code, to ensure a properly compiling program.
2018-11-14 08:14:44 -07:00
Christian S 4b92a1d593 Grammer edit (#21434)
* Update index.md

* Update index.md
2018-11-14 08:12:41 -07:00
Purposeful Programming 57a184ca19 Fix typo (#23775) 2018-11-14 20:32:48 +05:30
jlewismith a0aa7ddbe5 Add link and fix typos. (#23683)
Added missing spaces after periods. Changed "Pyhthon" to "Python". Added a link that leads to more information about lists in Python.
2018-11-14 20:28:30 +05:30
Hardik Sharma caaa78346b Fixed some typos. (#26138) 2018-11-14 20:22:45 +05:30
Paula Milenkova 38862b6f9c Add text that elaborates on 'is' with '=' (#21537)
I added text that explicitly states the 'is' is signified with '=' since that was not already written and can help beginners distinguish better.
2018-11-14 07:38:40 -06:00
samsvo a5958a98c7 How to create a loop counter for a for each (#21512) 2018-11-14 07:31:16 -06:00
Pawan Bangar 082a5ccb8d some extra basic command (#21471)
* some extra basic command

A very important commans man is added also added slme other

* fix(guide): md numbered list formatting

fix formatting for basic linux commands numbered list

* corrected many grammar and formatting issues
2018-11-14 06:57:21 -06:00
bschlagel 21fd225657 Polished intro; added sections on blogging, CMS, and themes/plugins (#21443) 2018-11-14 06:55:59 -06:00
odm275 59b55f7082 Added The "Functional Way" (#21397)
Fast and short description of the functional way. Linked to a great article under More Information that goes in more detail about it.
2018-11-14 06:54:34 -06:00
Rohith c3d2903d78 Add topic "wireshark feature" (#21460)
* Add topic "wireshark feature"

* corrected casing, spelling, grammar
2018-11-14 06:52:21 -06:00
kichukiran97 ed3c729071 Fixed typo (#25889) 2018-11-14 18:01:18 +05:30
absentMindedDeveloper 316b0e7d6d Fixed typo (#32327)
The heading for XOR labeled "eXclusive or" was changed to "exclusive or".
2018-11-14 17:06:09 +05:30
Christina ce17cd4d9f Fixed 3 typos (#26308) 2018-11-14 09:52:43 +05:30
Sam Shidla 161b1750fe fix typo (#26321) 2018-11-14 09:50:45 +05:30
MatejStraka 83cfea8952 typo fix (#25627) 2018-11-14 09:48:40 +05:30
Adhiraj 3c6a4162dc added further introduction (#22332) 2018-11-13 23:14:02 -05:00
Tansica Sun 92cb04434f Clarified + in addition and concatenation (#21433)
Distinguished `+` function (arithmetic versus concatenation) when dealing with different data types (number versus string).
2018-11-13 21:13:34 -07:00
bschlagel eef8938175 Added section on Laravel ecosystem; formatted lists (#21378)
Note…realizing the "Featured Packages" section seems basically just copied from Wikipedia, perhaps should be deleted? Or expanded on by someone with more Laravel experience!
2018-11-13 19:28:20 -07:00
Prashant Chand 5a99e02a87 Add the syntax "For infinite loop " (#21382)
* Add the syntax "For infinite loop "

* Shifted additions around to be less confusing
2018-11-13 19:24:02 -07:00
C. M. Sturgeon 9a1d101451 Additional details (#21324)
More details have been added to tell about Blender's use for 3D printing.

resolved conflicts
2018-11-13 19:20:45 -07:00
Ankita Sood 2119574ee8 Replace it's with its (#23864)
Corrected the usage of the colon.
2018-11-13 21:08:26 -05:00
Miftah Mizwar 9e5b352a86 Update wrong output of the example of code (#22530) 2018-11-13 21:07:32 -05:00
Sakina Fakhruddin f478488859 Updated index.md (#22529) 2018-11-13 21:06:54 -05:00
Tomas Luque Gonzalez 2de472b71f Product Licenses : description & list + link (#22375)
* Product Licenses : description & list + link

A very basic description of the different products & licenses that YoYo Games offers

* Fixed link formatting
2018-11-13 21:06:22 -05:00
Sayali 2bed4878b8 add two white spaces (#22345)
* add two white spaces

* Fixed formatting and grammar issues
2018-11-13 21:05:37 -05:00
capulifour c7e5112f35 Additional text regarding peers (#22341)
* Additional text regarding peers

Reminder to take advantage of peers to get assistance when needed

* Re-ordered list
2018-11-13 21:05:00 -05:00
MarijkeM 86ce5c36d0 Update with extra info (#22339)
* Update with extra info

* Added sub-heading
2018-11-13 21:03:52 -05:00
Nina Xu b5a2f65ee9 Added resource links; fixed typos (#21885) 2018-11-13 21:01:53 -05:00
Heather 0d35f793ff Changed link text to match video title (#21878)
* Changed "what is a MVP?" to "What is a Minimum Viable Product (MVP)" to match the title on YouTube.
2018-11-13 21:00:41 -05:00
Rogel Horlador c21bdcbfa4 Misspelled and not capitalized words (#21718)
"Comman Line Interface" --> "Command Line Interface"
"i" --> "I"
"linux" --> "Linux"
2018-11-13 20:59:34 -05:00
Amit Deshwal 319293d2fc Added Podcasts. (#21712)
Added two another best podcasts for the people who want to stay updated with the culture and technologies used in IT sector.
2018-11-13 20:58:22 -05:00
Cindy Barrientos e1bf16820c Add open data resources (#21663) 2018-11-13 20:54:18 -05:00
CosmicSnowman 951dc42663 Added the exponent format (#21655)
* Added the exponent format

* Formatting changes
2018-11-13 20:53:25 -05:00
Erdem Efe Erol 16ae001f79 Merged sections and repeated information (#21590)
Merged repeated informations in the "Noteworthy Games" section.
2018-11-13 23:55:01 +00:00
samfultonschool 87e38c2161 Added created by and when (#21584)
Added that Brendan Eich created JS in may of 1995.
2018-11-13 23:47:17 +00:00
EmeraldEntities 3ecb87155f Added detail and description and fixed grammar (#21480)
Changed the examples, added more details about each formatting method, and cleaned up grammar. Also made the text easier to read and comprehend, as well as more attractive.
2018-11-13 23:37:09 +00:00
jgowman e20926ed94 Update index.md (#21446)
Added an a to a sentence where one was needed
2018-11-13 23:18:13 +00:00
Cole Polyak 54bbe61e75 Update Index.md (#21435)
Adds description of how the JVM has allowed Java to become so versatile and why Java is called the "Platform independent programming language"
2018-11-13 23:10:22 +00:00
Andrew James d783d3a16c Updated d3.v2 to d3.v5 referenced in index.md (#21431) 2018-11-13 22:56:31 +00:00
Krishna Vishwakarma fe00a8f959 Add 'index.md' for Every Function in javascript (#27682)
* Add 'index.md' for Every Function in javascript

* Changed File name to 'every-function'

* fix: corrected frontmatter
2018-11-13 12:44:51 -08:00
Sweta Sharma a0fd7e73cd Run Prometheus in Docker (#26699)
* Run Prometheus in Docker

* Update and rename Run Prometheus in Docker to guide/english/docker/prometheus/index.md
2018-11-13 12:41:51 -08:00
Bruno Balentović 1c62705f4b added-tar-command (#22669)
* Added tar command

Tar command for creating and extracting archives with examples

* removed space with - character

* removed upper case in file path

* fix: added frontmatter
2018-11-13 12:38:32 -08:00
HARI VARDANACHARI KORRAPATI c045adcc37 Z algorithm is added to the String matching algorithms in the guide (#27833)
* Create new file for  Z algorithm

* Updated index.md 

Changed the content following the guide lines of freeCodeCamp's  Style Guide for creating Guide Articles.

* z-algorithm Updated folder names as per Guidelines

* Updated title as per guide lines
2018-11-13 10:50:56 -08:00
RapLife1121217 adcddce187 Added example pictures to "Generations" (#21975) 2018-11-13 21:56:34 +04:00
vetaveja 43934bf3a3 Changes in translation (#21994)
* Changes in translation

Changed some sentences to make them correct in Russian.

* ch
2018-11-13 21:07:18 +04:00
Snailsloth 83e6d49ab3 translation fix (#21963)
translation fix for Skeleton description
2018-11-13 20:42:47 +04:00