Commit Graph

23726 Commits (6f24bc5d41626bd23d577aa2309bcbac74e89e09)

Author SHA1 Message Date
moT01 6f24bc5d41 fix/capitalization-in-title-in-meta 2019-07-12 22:44:23 +09:00
moT01 fa365a7f77 fix/capitalization-in-title 2019-07-12 22:44:23 +09:00
moT01 832cbc91b1 fix/the-mess-I-made 2019-07-12 22:44:23 +09:00
moT01 da254743cd feat/new-lessons-on-js-promises 2019-07-12 22:44:23 +09:00
Randell Dawson 73bdff45fd fix(curriculum): Added a Recursion challenge to the Basic JavaScript section (#35968)
* fix: added a recursion challenge

* fix: changed blockquote to triple backtick syntax

* fix: added an extra line to separate code section

* fix: renamed challenge and improved verbiage

* fix: added full path to challenge

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: improved wording

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: added closing )

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: added missing comma and the word at

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

* fix: added missing text for test case

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>

* fix: added note regarding startNum and endNum being same

* fix: wrapped parameter names with code tags
2019-07-12 13:40:50 +02:00
JHeisecke 786afa0ed3 Se agrega un punto a las Pros de python (#27891) 2019-07-11 17:54:37 -07:00
mrugesh 34b27a6f70 docs: update text for the developer news 2019-07-11 16:56:59 +05:30
Huyen Nguyen 704db73d0d doc: replace medium link with fcc news 2019-07-11 16:56:59 +05:30
Randell Dawson db8098601e fix(curriculum): Remove unnecessary assert message argument from English Data Visualization challenges (#36424)
* fix: removed assert msg argument

* fix: corrected test text
2019-07-11 10:53:41 +02:00
Ricardo Héber Tenório e2e69c2a1f fix: typos and added a missing section (#24548) 2019-07-10 20:57:28 -07:00
Miguel Mano 8d341c9705 Fix sentence which ended abruptly (#24620) 2019-07-10 20:41:52 -07:00
Arturo Perez 069df4374a add translation (#27580)
* add translation

* fix: changed c++ to cpp
2019-07-10 18:54:01 -07:00
lennort123 10a7823d68 Substring-changes (#36213) 2019-07-10 18:08:28 -07:00
chino1504 d7b5bf796b Adding Ignite CLI description on index.md (#28579) 2019-07-10 16:33:53 -07:00
lasjorg f03f05d53d fix(challenge): rename challenge, change fields to properties, fix test (#36338)
* fix(challenge): rename challenge, change fields to properties, fix test

* fix(challenge): update challenge name in meta.json

* fix(challenge): update test and assertion message

* fix(challenge): update second assert message

* fix(challenge): remove the word Person from text
2019-07-10 10:31:15 +02:00
Andrés Sanjose a658af6d18 Full text editing (#23056)
Changed second person from formal "usted" to "tu".  Edited some translation errors.
2019-07-09 18:23:29 -07:00
Greg Fletcher 61588df778 fixed grammar: removed middlewares (#36392)
* fix: Improved grammar

Replaced 'middlewares' to 'middleware functions'.  Middleware is an uncountable noun, just like 'software'.  No such word as 'softwares'

* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-static-assets.english.md

Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>
2019-07-09 14:38:25 -04:00
Saad Monem d9cccd6d74 Fixed typos in description of challenge: "Use a Template Engine's Powers" (#36395)
* Fixed typos in template engine challenge

* Incorporated suggestions into updated description

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Incorporated new suggestion

Co-Authored-By: Manish Giri <manish.giri.me@gmail.com>
2019-07-09 14:36:47 -04:00
Randell Dawson fc10e95a46 fix: remove repl.it links portuguese challenge articles (#36208) 2019-07-09 21:50:48 +05:30
Randell Dawson ee952dee42 fix: remove repl.it links russian challenge articles (#36207) 2019-07-09 21:49:16 +05:30
Randell Dawson b5e5f11674 fix: remove repl.it links spanish challenge articles (#36205) 2019-07-09 21:42:40 +05:30
Jinyoung Park 5602111789 fix : add URL to a missing link (#36413)
* fix : add URL to a missing link

In Relevant Links (line 54), the first URL text 'Using typeof' was missing a href value. I fixed it by adding the link to a FreeCodeCamp's Javascript Debugging curriculum that introduces typeof method. (
Debugging: Use typeof to Check the Type of a Variable : https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/debugging/use-typeof-to-check-the-type-of-a-variable)

* I'm a first-time open source contributor. If you have any feedback about my pull request, feel free to share it with me.

* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-algorithm-scripting/boo-who/index.md

Remove the first bullet instead of adding the link (suggested by RandellDawson)

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-07-09 08:12:23 -07:00
Parth Parth 111d7d9602 Fix broken image in overflow (#34475)
* Update index.md

* Update guide/english/css/overflow/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-07-09 06:10:58 -05:00
egxn a9c4cc9a58 Restore react as name and don't traduce it (#34098)
In the links of more information, I changed to react name.
2019-07-09 14:42:28 +05:30
Jason Yum 6caff8ec37 Add section on pooling (#32302)
Intuition is that pooling creates "fuzzier" images through subsampling (also known as down-sampling). Good example where reducing information actually makes an algorithm more efficient by reducing overfitting.
2019-07-08 18:03:16 -05:00
Sandesh Shrestha 76f1d8e205 Add mobile context for fitt's law (#34053)
* Add mobile context for fitt's law

* fix/suggestion+remove-image+markdownize-link
2019-07-08 17:58:20 -05:00
trungqudinh 63c4f93fc3 Add more keys to vim navigation (#29208)
* Add more keys to vim navigation

* fix/grammar-suggestion

* fix/alignment
2019-07-08 17:45:40 -05:00
Devashish Gupta 1990d26c9a ShellSort Added (#34322)
* ShellSort Added

freeCodeCamp/guide/english/algorithms/sorting-algorithms/ shell-sort/index.md

* Formatted Shell Sort Article

* fix/formatting+grammar

* fix/capitalization
2019-07-08 13:24:32 -05:00
chino1504 d576c2cdbb Update index.md (#28534) 2019-07-08 08:17:08 -07:00
chino1504 3a5c26397c Fixing Spanish translation on index.md (#28523) 2019-07-08 08:15:25 -07:00
KatiuscaH d3cd13ae1c Cambios en el titulo (#27486)
Estaba traducido literalmente al español
2019-07-08 08:14:07 -07:00
lizcamp 733ac6066f Writing edits and added context (#33069)
Provided more details surrounding how Scrum Masters function within a sprint, and made a few stylistic writing changes to provide clarity
2019-07-08 09:48:19 -05:00
wounky b577f885d4 Create index.md as initial introduction to ABAP language. (#28989)
* Create index.md as initial introduction to ABAP language. 

WIll continue working on the file, paragraphs and the folder.
Day to day job.

* fix/suggestions

* fix/more-formatting

* fix/more-formatting
2019-07-08 09:31:56 -05:00
Huyen Nguyen f6da098088 Format the 'Accessibility Tools for Web Developers' article (#36296) 2019-07-08 08:56:52 -05:00
Ian Myrfield 6f78106a43 Kotlin type aliases (#31846)
* Kotlin type aliases

* fix/folder-name
2019-07-07 19:14:08 -05:00
Nilys f75e20a969 Delete redundant solution (#36393)
The first advanced solution is almost identical to the intermediate one. Per "similar but better" rule, I believe the first one should be kept (or at the bare minimum, they should at least fill the same category).
2019-07-07 17:05:02 -07:00
Ian Myrfield d3701fc9a0 Kotlin import statements (#31902) 2019-07-07 18:36:18 -05:00
Jason Yum 95f589a9f6 Add mini-batch gradient descent section (#32313)
Mini-batch is more popular than SGD, especially for extremely large data sets.
2019-07-07 18:15:19 -05:00
Effi Tramountani 26671da96c Add Class and Function Documentation tips (#31963)
Update the Code Documentation file to include specific tips for writing class and function documentation. Add an advisory about using comments excessively
2019-07-07 17:44:07 -05:00
Rachel Krupnick 558cdc000a feat: Add article on Automated Accessibility Tools (#34998)
* feat: Add article on Automated Accessibility Tools

* fix/formatting
2019-07-07 13:59:18 -05:00
Raúl González Cruz 748444ed37 Corregir texto, añadir video informativo (#24924)
Video que explica de manera sencilla un contrato inteligente.Correción de escritura al español sobre Smart Contract
2019-07-07 08:36:29 -07:00
Alejandro Pardo 9985aebda7 Updates comments and translations (#27769)
Updates Code comments and texts to correct language and fixes some automatic translation errors.
2019-07-06 14:36:26 -07:00
Hasan Abdullah ef7a13dda3 feat: add article for JavaScript String.lastIndexOf() (#36013)
* feat: add article for JavaScript String.lastIndexOf()

* Update guide/english/javascript/standard-objects/string/string-prototype-lastindexof/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-07-06 11:09:27 -05:00
Hasan Abdullah 9fe78e3827 fix: update article for JavaScript String.indexOf() (#36012)
* fix: update article for JavaScript String.indexOf()

* Update guide/english/javascript/standard-objects/string/string-prototype-indexof/index.md

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>
2019-07-06 11:08:33 -05:00
Randell Dawson 8ee2e5eaa9 fix: replace url with empty array in solution (#36380) 2019-07-06 12:35:06 +05:30
Gustavo Cavalieri Fernandes ec4350b2bf Update index.md (#36390)
fixing typo
2019-07-05 20:32:58 -07:00
nCarol595 7e08fc1b99 Add "sapply function" guide to R guides (#36010)
* Add "sapply function" guide to R guides

* Add review suggestions on formatting
2019-07-05 17:27:10 -07:00
Manuel Soler ae328b5c40 Added more info in some concepts (#22185) 2019-07-05 16:11:05 -07:00
shahrir11 8e5762801c Add section: ASSIGNMENT Operators explained wit example (#34029) 2019-07-05 12:28:02 -07:00
Rajiv Ranjan Singh 532aa56809 static sites (#35969) 2019-07-05 12:20:54 -07:00