Commit Graph

23840 Commits (603c842c9750579cab3b6c6a783cb60dc919a819)

Author SHA1 Message Date
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
Gourav Kumar Singh f4fa71fc63 Update index.md (#33347)
* Update index.md

* fix: formatted code
2019-07-05 12:19:00 -07:00
Willy David Jr 39990df1f3 Corrected Code on Counting how many fruits are red (#32722)
Corrected the expression that was used on Where clause.
2019-07-05 11:54:44 -07:00
dmitreeeee 12d4cc83ab Added a page for list comprehensions in haskell (#30741) 2019-07-04 13:11:45 -05:00
Curtis Vermeeren b1a5c36797 Create an article of error handling with Go (#33682) 2019-07-04 13:07:47 -05:00
Andrew Roesener 9f5a44bd7d Added docker-image guide directory/documentation (#30856)
* Added docker-image folder and created index.md with documentation for basic docker image commands

* corrected CLI link name from 'load' to 'image'
2019-07-04 13:00:52 -05:00
Guillem Padilla Martín 5311ec6d51 fix(guide): Improve spanish translations (#22661)
Fixed big mistakes in titles and descriptions, "Reaccionar" does not make any sense, changed for "React".
Fixed more important translation issues.
2019-07-04 09:20:54 -07:00
vinexer be728a1b8e Translated lines 15 -21 (#33740)
* Translated lines 15 -21

Updated the code for a better understanding in portuguese in  lines 15 - 21

* fix: removed language postfix
2019-07-03 18:09:06 -07:00
Leoproject 49d4d9876a Missing semicolon. (#28845)
* Missing semicolon.

A line of code was missing a semicolon.

* fix: changed sh to shell
2019-07-03 17:49:45 -07:00
Jose Alejandro Jimenez Rosa 75cbb52dbd Add Css Coding Dropdowns examples.... (#28739) 2019-07-03 17:48:03 -07:00
Igor Hideki Trindade 2869e35be7 Fix indentation of sample code (#24269) 2019-07-03 17:43:35 -07:00
Igor Hideki Trindade 4a70f2873e Fix indentation of sample code (#24266) 2019-07-03 17:40:10 -07:00
Andrei Emanuel Cretan 5cccbd5d47 Translated the php code (#22412)
Translated the comments and the  'echo' value to spanish.
2019-07-03 17:37:51 -07:00
misterarko eb5d3b0358 Change wrong spanish gender-related terms (#25933) 2019-07-03 17:34:09 -07:00
Feruz Oripov 144aecf37a reqest to request (#34754)
There is misspelling word in the code in 22 line `reqest`. Updated it to request.
2019-07-03 17:32:47 -07:00
Jasmeet Singh e5de964ff5 Add TypeScript 'abstract classes' guide. (#29514)
* Add TypeScript 'abstract classes' guide.

* fix/add-suggested-changes
2019-07-03 14:46:18 -05:00
sjoh29 c267b7029b Added "Hybrid Cryptography" to article (#32898)
Added and defined Hybrid Cryptography
2019-07-03 09:46:10 -05:00
Jasmeet Singh fc79ca2150 Add TypeScript's modifiers guide. (#28081)
* Add TypeScript's modifiers guide.

* fix/suggested-changes
2019-07-03 09:04:50 -05:00
svmi3195 9d1ce7b83c guide: add an article on vue-router (#27746)
* create markdown file for the article

* guide: add an article for vue router

* change some wording

* fix typo

* change some wording

* add a bit on injection router to the app

* change some wording

* add title

* fix/suggested-changes
2019-07-03 08:52:54 -05:00
sletlape 92992b7502 Added info on vimrc on lines 122 and 123 (#33505)
* Update index.md

* fix/suggested-changes
2019-07-03 08:29:12 -05:00
Tiago Salema e561953827 Removed deprecated lifecycle methods (#35895)
Removed `componentWillReceiveProps` and `componentWillUpdate` from the list of lifecycle methods since they are now deprecated.
2019-07-03 13:56:15 +02:00
organicdude f65eea3dd6 Increase language clarity in challenge "Basic Javascript: Iterate Through an Array with a For Loop" (#36081)
* Increase language clarity in the challenge.

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/iterate-through-an-array-with-a-for-loop.english.md

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

* fix/make-suggested-changes-on-behalf-of-author

* fix/add-empty-line-back-in
2019-07-03 15:13:25 +05:30
everthinq 2d8024088a guide/russian/cpp/index.md translation improves (#33593)
* guide/russian/cpp/index.md translation improves

freeCodeCamp/freeCodeCamp/guide/russian/cplusplus/index.md translation improves

I've done it in more readable way and translated missing parts.

* fix: removed extra line
2019-07-02 20:58:43 -07:00
Valera Kushnir 3bade4dc7e Added a capital language to the heading in Russian (#31366)
All other languages have capital letters to their names, and Russian document should follow as well.
2019-07-02 20:58:30 -07:00
Angel Vázquez 3c52487989 nodejs page spanish translation amendment (#30249)
* nodejs page spanish translation amendment

* fix: changed node to js
2019-07-02 20:58:15 -07:00
H2O96 01acc33005 Fixing indentation (#34125)
* Fixing indentation

* fix: corrected backticks
2019-07-02 18:24:27 -07:00
ggbong734 ffb7b0eea6 Content update and format improvement (#28840)
* Content update and format improvement

Simplified the content, added subheadings, and formatted the examples.

* Update index.md
2019-07-02 18:16:25 -07:00
Alexander Wayne Omorokunwa bbbb20b8d3 created a new article (#28599)
* created a new article

* Update index.md
2019-07-02 18:14:39 -07:00
E.T b1f147ff37 Translated html comment (#23868)
* Translated html comment

Translated following " Your browser is lower then IE9" , "Your browser is IE9" , "Your browser is greater then IE9" to his "Si tu navegador es mas bajo de IE9" , "Si tu navegador es IE9", "Si tu navegador es mas major de IE9".

* Fix proposed translation for clearer text
2019-07-02 18:14:03 -07:00
E.T 1cee27b04c Translated html comment (#23854)
* Update index.md

Translated this "Leave some space between the h1 and the p in order to understand what are we talking about." to this " Deja espacio entre <h1> y <p> para mejor entender el codigo."

* Fix proposed translation for clearer text
2019-07-02 18:13:28 -07:00
Eric Sans c309fe0fdf Add style and correct syntax (#22444)
Should the function names be kept in English, since it's the language developers will use for their apps? Maybe the data inside the vars can be in Spanish.
2019-07-02 17:45:30 -07:00
Fabricio Asfora Lira a32f719d3a Fix/add a stricter test for the Add Placeholder Text to a Text Field challenge (#36186)
* fix: add test for input closing tag

* fix: add condintion to final syntax test

This wil test if there's any character after the input tag that isn't a white space

* fix/tests+remove-not-needed-text
2019-07-02 19:30:12 -04:00
Dorell James Galang 2b40551efb Add guide for Gatsby.js Caching (#31534) 2019-07-02 12:03:04 -04:00
Dorell James Galang 9181e6b3d0 Add guide for Gatsby.js styling (#31520)
* Add guide for Gatsby.js styling

* Update index.md
2019-07-02 12:02:15 -04:00
Dorell James Galang 6f65ba62d8 Add guide for SEO with Gatsby.js (#31537) 2019-07-02 12:00:04 -04:00
Dorell James Galang 27f4c1bdd0 Add guide for Gatsby.js Starters (#30913)
* Add guide for Gatsby.js Starters

* Fix incorrect directory name
2019-07-02 11:58:46 -04:00
Dorell James Galang 40504e30b2 Add Gatsby.js PWA guide (#31539) 2019-07-02 11:56:26 -04:00