Commit Graph

22592 Commits (3e7dcee0baf07a709aa7b0678ed75cbddbc5e516)

Author SHA1 Message Date
Ian Effendi 3e7dcee0ba fix: update broken links on local setup guides. (#35792)
- Fixed link in docs/how-to-setup-freecodecamp-locally-using-docker.md
- Fixed link in docs/how-to-setup-freecodecamp-locally.md

Resolves #35791
2019-04-08 10:09:30 -07:00
Manuel Okeke ad8eea5266 removed the unnecessary space between "number s" (#35790)
prev: The implementation of JavaScript's `number s is based on the `IEEE 754` standard, often called "floating-point." 
my changes: The implementation of JavaScript's `numbers is based on the `IEEE 754` standard, often called "floating-point."
2019-04-08 10:04:35 -07:00
Robin Ferguson 869c7bfb07 Amended list capitalization to be consistent (#31678)
In the "Python is generally used for" list.
2019-04-08 20:49:30 +05:30
ManicalEngineer eace670469 Added Links to different frameworks (#31508)
Added links to list of frameworks in web development section
2019-04-08 20:48:57 +05:30
Linda Zanchi ec340b3343 edits for punctuation and grammar (#30199)
Removed unnecessary commas and edited for grammar accuracy and clarity.
2019-04-08 20:45:41 +05:30
Mahesh Jaganiya 97284992ec Added malloc() review (#33307) 2019-04-08 07:54:04 -07:00
Kyle Scheuerlein f590fecb34 Update reduce-repetition-using-the-repeat-function.english.md (#35787) 2019-04-08 20:09:26 +05:30
Candace Johnson 42013c9080 fixed spelling of knowledge (#35788) 2019-04-08 20:08:13 +05:30
The Coding Aviator 500cfd366c docs: Add no use of images to styling guide (#35627) 2019-04-08 19:16:24 +05:30
Jatin Premjani d9480c5e79 Added learning resources (#30616) 2019-04-07 15:13:02 +05:30
Ashwin Aishvarya Vardhan 1d02702a46 added info on deep learning in android and web (#30188)
Resources on how to incorporate pre-trained models on android as well as web apps.
2019-04-07 14:48:18 +05:30
Ashwin Aishvarya Vardhan db7649a0b0 Corrected some typos (#30176) 2019-04-07 14:20:45 +05:30
Garrett 15181b616c Minor corrections (#32632)
Added clarification to the HOC definition, as well as some minor grammar corrections throughout.
2019-04-07 14:09:02 +05:30
Forrest Held a803330c4b Update index.md (#29005)
Add three free courses on deep learning. Two from fast.ai that are USF graduate courses and one from Kaggle that is used for people starting to do competition.
2019-04-07 14:07:09 +05:30
Manish Giri c27dc72e4d fix(curriculum): Improve Array Sort Challenge (#35756)
* fix(curriculum): Improve Array Sort Challenge

* Update note to include in challenge description

Co-Authored-By: Manish-Giri <manish.giri.me@gmail.com>
2019-04-07 13:42:38 +05:30
richa7327 e6a6bb0c82 add example of malloc (#32665) 2019-04-06 12:31:01 -07:00
UzawaT 98dc1856fb added description and examples to the article (#35019)
* fixed grammar error

* added description and examples to the article
2019-04-06 19:50:48 +05:30
JM0S3R 9289b038b5 Changed some grammar issues for better readability (#27480) 2019-04-06 19:26:51 +05:30
Samuele Bella 13709bf178 Update index.md (#28796)
Added an Example where the while loop gets ignored.
2019-04-06 19:25:50 +05:30
ishan-sriv e72caaa534 Add lines 169-171 (short circuit in logical operators) (#27061) 2019-04-06 17:22:54 +05:30
mail-liam 177a014fdc Miscellaneous fixes (#31587)
* Miscellaneous fixes

Fix some errors in document, and changed some sentence structures.

* Restored title keyword

* Added missing word
2019-04-06 17:18:01 +05:30
Jean-Paul Wilson 1a20fbff6e docs: shorten the description for clarity. (#29020)
Change the first two sentences from
"Lambda Expressions are ideally used when we have something simple to be done an we are more interested in quickly getting the job done rather than formally naming the function. Lambda expressions also known as anonymous functions."
 to instead read:
"Lambda Expressions are used when an operation only has to be performed once, meaning that there is no need for defining a function as it will not be used again. Lambda expressions also known as anonymous functions, as they are not named (defined). "
2019-04-06 17:04:47 +05:30
Rajiv Ranjan Singh f5f6f0df04 Typo Fix In guide / english / computer-hardware / rom / index.md (#35740)
* Update index.md

* some correction

* reverted code
2019-04-05 18:19:30 -04:00
Jonathan Villegas cce94b12e0 Added reminder to include libraries in files. (#28218) 2019-04-05 11:39:56 -07:00
ariguiba 8d22db2459 right aligning and code blocks fixes (#30831)
Right aligned the text so better readibility and fixed the code block inline display to block display (for the last CSS code block)
2019-04-05 10:52:40 +01:00
lasjorg f91dea9b5c fix(challenge): update text to give an explanation of wrapping (#34811)
* fix(challenge): update text to give an explanation of wrapping

* fix(challenge): simplify challenge text

* fix(challenge): update challenge text add solution

* fix(challenge): remove line breaks

* fix(challenge): make second instruction more clear
2019-04-04 22:49:21 -04:00
Sumer Patel 881d2ab072 Added the Introduction to the Coding Interview Take Home Projects (#35581)
* Added the Introduction to the Coding Interview Take Home Projects

* Update index.md

* [Updated] Added the Introduction to the Coding Interview Take Home Projects

* Update client/src/pages/learn/coding-interview-prep/take-home-projects/index.md

Co-Authored-By: Sumer16 <sumerdpatel@gmail.com>

* [updated] Added the Introduction to the Coding Interview Take Home Projects

* [update grammar] Added the Introduction to the Coding Interview Take Home Projects

* [update] Added the Introduction to the Coding Interview Take Home Projects

* fix requested change
2019-04-04 21:51:57 -04:00
j mahesh kumar c1da78b816 script file extension is not necessary (#30383) 2019-04-04 14:19:51 -07:00
jnguyen0220 414219965d fix: adding f to the featureImage source (#35758)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] All the files I changed are in the same world language (for example: only English changes, or only Chinese changes, etc.)
- [x] My changes do not use shortened URLs or affiliate links.

<!--If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.-->

Closes #35749
2019-04-04 10:54:31 +05:30
chaomt 216e10e2b7 fix: A testing bug in FCC's React Simple Counter Challenge (#35715) 2019-04-03 22:24:05 -05:00
Naida Agić 2462cfa1d9 Further explained how to initialize sets (#29486) 2019-04-03 16:14:59 -07:00
Todd Chaffee f8675b0bda Fixed the grammar in the local dev setup doc 2019-04-03 23:05:40 +05:30
Christopher McCormack e95d350bc3 feat: added npm ci, clone depth, cleanup 2019-04-03 23:05:40 +05:30
cmccormack ade9475443 feat: changed bold headers to actual headers, reworded sentences 2019-04-03 23:05:40 +05:30
Fintan Maher ab02a17a63 Fixed minor grammatical errors. (#28948) 2019-04-03 15:04:41 +05:30
Eric Hodges c6945de3db Added a few words for clarity (#31744)
Changes made to the third paragraph under OO concepts.
2019-04-03 14:40:45 +05:30
Kaung Myat Thu 5f723096c5 fixed typos (#31564) 2019-04-03 14:40:27 +05:30
singhharshdeep a332cfb778 Added details about abstraction (#30062) 2019-04-03 14:40:08 +05:30
Leoproject 8935f3ad15 Missing semicolon. (#28921)
Addition of a missing semicolon in the code.
2019-04-03 14:36:23 +05:30
Micah Moegelin 72fcc3d7ad Added GitHub Mastering Markdown guide link (#28379) 2019-04-03 14:34:46 +05:30
Shashank Goyal 19862aa591 Fix grammatical errors (#28934) 2019-04-03 14:24:36 +05:30
Chris Murray 96a136f24b Expand on the learning curve (#26372)
explain why the learning curve is relatively shallow, also add some more "why" points
2019-04-03 14:17:56 +05:30
nlather 499cce2e1a added reference links (#27387)
* added reference links

* Update index.md
2019-04-03 14:10:12 +05:30
zerandomalt e16e634dcc Updated format to be more consistent (#30293)
Changed the usage section to be more consistent with the rest of the directory, also added a link to Wikipedia for further details and further consistency.
2019-04-02 18:55:00 -07:00
whoandrewis 9741e64f21 added structure overview sentence of ways to overload (#27345) 2019-04-02 18:54:43 -07:00
Roberto Ruccia 91f4865ab4 Fix typo in curriculum/challanges/english/01-responsive-web-design/applied-visual-design/use-the-css-transform-scale-property-to-scale-an-element-on-hover.english.md (#35743) 2019-04-02 21:43:27 -04:00
David 685dbbde7f Updated problem example to a working implementation matching the solution style (#35062) 2019-04-02 17:47:17 -07:00
Ahmad Abdolsaheb b4d3e6d6bb fix: correct cert date for legacy data visualization (#35728)
Closes #34890
Closes #17424
2019-04-02 23:34:14 +05:30
Mrugesh Mohapatra e5d0597f3e fix: update build pipeline to publish artifacts 2019-04-02 23:01:13 +05:30
Renato Francia Castillo ce02e2746c Fixed grammar in article chain-search-query-helpers-to-narrow-search-… (#35521)
* Fixed grammar in article chain-search-query-helpers-to-narrow-search-results

* Remove guide template
2019-04-02 22:46:50 +05:30