Commit Graph

4620 Commits (d312e29d4401b146b946f4cd8d27c9799dabdcab)

Author SHA1 Message Date
amytsao e365cd0d2d Update index.md (#36571)
* Update index.md

update jQuery events method article

* Update guide/english/jquery/jquery-event-method/index.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-08-07 12:58:39 -07:00
Cleo Aguiar 31536daf5e update insertion-sort codes (#36555)
add markdown identifier to code language JavaScript and Java
2019-08-01 18:49:11 +02:00
Randell Dawson 7164d9a797 fix(guide): Added solutions and some hints and problem explanations for curriculum related Guide articles being ported over to forum (#36545)
* fix: added info and solutions for stubs

* fix: made title match main header

* fix: removed wrong closing tag

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

* fix: added closing tag

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

* fix: corrected solution

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

* fix: changed verbiage

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

* fix: added code tags

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

* fix: added solution
2019-08-01 14:16:54 +02:00
Randell Dawson 04ed29fd17 fix: replaced stub with a solution (#36533) 2019-07-30 10:21:57 +02:00
mrugesh 91df817cfe
fix(guide) add stubs, update spellings and prepare for move (#36531)
* fix(guide) add stubs and correct file path misspellings and pr… (#36528)

* fix: corrected file path to match curriculum

* fix: renamed to newer challenge name

* fix: added solutions to articles from challenge files

* fix: added missing .english to file name

* fix: added missing title to guide article

* fix: correct solution for guide article

* fix: replaced stub with hint

* fix: added space in Hint headers

* fix: added solution to guide article

* fix: added solution to guide article

* test: replaced stub with hint and solution

* fix: add Problem number: to title

* fix: changed generatorexponential to correct name

* fix: renamed knight's tour to knights-tour

* fix: updated guide article
2019-07-30 00:25:58 +05:30
Jonathan Graham 04e98783cd fix(guide): radix sort formatting/inconsistencies (#36507)
* fix(guide): radix sort formatting/inconsistencies

Signed-off-by: Jonathan <theflametrooper@gmail.com>

* fix(guide): radix sort spacing should be 2 spaces

Signed-off-by: Jonathan <theflametrooper@gmail.com>
2019-07-28 18:58:07 -07:00
Cleo Aguiar 80365163de update code viewer timsort (#36518)
added markdown identifier code
2019-07-28 02:44:54 +01:00
Jesse Rykerson 284db50f47 fix(guide): update "Search and Replace" intermediate solution (#36366)
new solution addresses the possibility of first letter of arg "before" being lower case and needing to change the first letter of "after" from capital to lowercase

solution more streamlined

added resource to help with regular expressions
2019-07-24 20:01:35 +05:30
Cleo Aguiar dd3c0e0893 add markdown identifier to code language (#36503) 2019-07-24 06:18:51 -07:00
Cleo Aguiar c856fe56bd fix heading level 2 text (#36499) 2019-07-24 01:36:55 -07:00
Randell Dawson 1494a50123 fix(guide): restructure curriculum guide articles (#36501)
* fix: restructure certifications guide articles
* fix: added 3 dashes line before prob expl
* fix: added 3 dashes line before hints
* fix: added 3 dashes line before solutions
2019-07-24 13:29:27 +05:30
Ai-Lyn Tang 7f3769f8e0 Add hints for "install and set up mongoose" (#36474)
* Add hints for "install and set up mongoose"

* Add hint for how to solve the timeout error

* Add hint for what to put in the `.env` file

* Add code snippets for `.env`, `package.json` and `myApp.js`

* Restructure hints and headers

* Remove code solution from timeout hint

* Restructure headers to match the new hint template

* Move hint subject below the header

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

* Move hint subject below the header

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

* Update text in spoiler tag

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

* Update text in spoiler tag

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

* Update text in spoiler tag

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

* Add javascript tag to code block

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

* Move first line of code below ```

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

* Remove placeholder text

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

* Add json tag to code block

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

* Remove redundant sentence

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

* Format solutions section and hint

* Replace tabs with 2 space indents in `package.json`
* Remove the spoiler tags from each file name
* Remove placeholder comments in `myApp.js` to make it easier to read the code
* Update sentence in hint as two words were not displaying
2019-07-23 10:00:45 -07:00
Ai-Lyn Tang 3ac898b041 Replace stub with hints and code solution (#36487)
* Replace stub with hints and code solution

* Change spoiler tag text

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

* Update `createAndSavePerson` to use callback

Previous solution had an empty callback

* fix: added hint header
2019-07-23 09:59:12 -07:00
Ai-Lyn Tang 03dce61f72 Replace stub for mongoDB lesson (create many records) (#36492)
* Replace stub with hints and solution

For "create many records" mongoDB lesson

* Fix markdown for inline code

Add new line to allow markdown to render inline code

* Use callback in `createAndSavePerson` function

* fix: corrected hints syntax
2019-07-23 09:58:57 -07:00
Ai-Lyn Tang 935492530a Replace stub for mongoDB lesson (use model.find) (#36491)
* Replace stub for mongoDB lesson

* Replace stub for "Use model.find to search your database"
* Include hints
* Include solution

* Use callback in `createAndSavePerson()`

* fix: corrected hints syntax
2019-07-23 09:58:42 -07:00
Ai-Lyn Tang a16cff7671 Replace stub for mongDB lesson (use model.findOne) (#36493)
* Replace stub for mongDB lesson (use model.findOne)

Add solution

* Use callback in `createAndSavePerson()`
2019-07-23 09:36:44 -07:00
Ai-Lyn Tang e2a00798f8 Add solution to hint stub (mongoDB model.findById) (#36494)
* Add solution to hint stub (mongoDB model.findById)

* Use callback in `createAndSavePerson()`
2019-07-23 09:30:07 -07:00
Moin Shaikh 1df7740a7f Updated Data-Drive Design content (#33449)
* Updated Data-Drive Design content

Added detailed introduction to Data Driven Design. What, Why, and How of the subject and also added tools and resources for the same.

* Update index.md

* Fix typos

* fix(docs): minor SPG changes
2019-07-19 23:52:58 -05:00
German Robayo b4b3344cb3 add `map` function to haskell section (#25718)
Add `map` function to haskell section of guide.freecodecamp.org
2019-07-19 23:51:04 -05:00
Francois 5b1d077a56 Add Section on Docker CE for Linux and Install guide in index.md (#27351)
* Create index.md

Installation and Setup guide for Docker CE on Linux.

* Rename guide/english/linux/install-and-Setup-DockerCE-in-linux/index.md to guide/english/linux/install-and-setup-dockerce-in-linux/index.md
2019-07-19 23:50:18 -05:00
Marcus Parsons ca4179aa85 Added new section (#28311)
Added new section about getting the message inside an exception
2019-07-19 23:48:04 -05:00
Justin Parado c8df1d15d0 Added install instructions for Arch Linux (#30830) 2019-07-19 23:45:50 -05:00
Himadri Sankar Chatterjee 9c8acd5a45 Contribution on the topic. (#31767)
* Contribution on the topic.

Added some basic information on the concept of Multi Layer Perceptron. Added an image for better understanding of the concept.

* Added extra information.

Check out the following piece of data on MLP.

* Update index.md

* Update index.md
2019-07-19 16:38:33 -05:00
Venkatraman Narayanan bfc8d3471c Added optimization algorithms for Gradient Descent (#32096) 2019-07-19 16:38:00 -05:00
Ian 48f78596d8 Update index.md (#32348)
Added details to description of NP completeness.
2019-07-19 16:37:17 -05:00
Paniscus Ateles e8f1c23d0a add names/index.md (#32398)
Notes on names that begin with an upper case letter and those that don't and naming conventions.
2019-07-19 16:36:14 -05:00
Paniscus Ateles d6a33dc525 add shell/index.md (#32378)
Description of the Erlang shell and how to use it as a simple interpreter.
2019-07-19 16:35:57 -05:00
Subraya Pai 77210c965a added details for crossfilter.js (#32677)
Added brief details and setup instructions for crossfilter.js
2019-07-19 16:34:31 -05:00
Paniscus Ateles a8e05e25a3 add pure-functions/index.md (#32887)
A description of the important of pure functions and their limitations in Erlang
2019-07-19 16:30:26 -05:00
Paniscus Ateles d44441d6cb add functional-language/index.md (#33258)
A summary of the functional programming features of Erlang and the consequences.
2019-07-19 16:30:15 -05:00
Iden Craven 78c2e46a30 Update index.md (#33013) 2019-07-19 16:29:31 -05:00
Paniscus Ateles 273a5e34ca Add notes on when Erlang began and became Open Source. (#33270) 2019-07-19 16:27:54 -05:00
Vyshak Puthusseri 7b08f7b4ed Added the topic Evaluating the clustering (#35855)
* Added the topic Evaluating the clustering 

How can we evaluate the clustering algorithms,  based on analyzing our results.

* Fixed grammar and put in second person
2019-07-19 16:27:13 -05:00
Pinak Roy Chowdhury d59f422be3 Support Vector Machine index updated. (#33509)
Added multiple sections in the index page of support vector machine.
2019-07-19 16:18:52 -05:00
tjowers95 e933bba8a3 Really elaborating on the network topic to be nearly all inclusive (#36140)
This might be better put in a topic separate from C, its own topic, since the network socket interface is accessible in Java, C#, Python, PHP, NodeJS, etc. . Since the socket api is written in C itself, the system calls, and most languages will use these same C system calls, I think it still works to offer the main explanation in C, then either have an example server and client in every language PHP, Ruby, Java, C#, Obj-C, etc
2019-07-19 16:15:00 -05:00
Mandar Vaze 9d7ad71964 feat: Add article for Elixir Keyword Lists (#36141) 2019-07-19 16:14:40 -05:00
Oliver Eyton-Williams 6078081a3f feat: Add guide article and update its challenge (#36371)
* feat: Add guide article and update its challenge

* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion/index.md

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

* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion/index.md

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

* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion/index.md

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

* Update guide/english/certifications/javascript-algorithms-and-data-structures/basic-javascript/replace-loops-using-recursion/index.md

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

* fix: Stop hints from being hidden

* fix: Improve the wording.

* Update index.md

Fixed per suggestion

* Update index.md

Fixed per suggestion
2019-07-19 16:14:28 -05:00
Ahmed Khaled 35c284e9a7 feat: added java implementation for red-black trees (#36026) 2019-07-19 16:14:05 -05:00
Ahmed Khaled 830def0604 feat(guide): added java implementation to quicksort (#36005)
* feat: added java implementation to quicksort

* fix: edited heading in quicksort
2019-07-19 16:13:50 -05:00
Javed Mohamed 07d9862c0e Add list article (#35018) 2019-07-19 16:13:21 -05:00
Snehabisht 9232532758 order point included (#33548) 2019-07-19 16:13:05 -05:00
Who is my Name! bddd9dbfff added small entry for docker exec (#33989)
there's so much missing here (qwq)
2019-07-19 16:12:25 -05:00
ryoungblom 52426deef4 content(guide): add blockchain-development article (#36256)
* Create index.md

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2019-07-19 16:05:12 -05:00
xJuggl3r 58e7005573 Add ES6 syntax to Challenge' solution (#36367)
* ES6 syntax

Added ES6 syntax to challenge' solution.

* Add ES6 solution to challenge

An optional way to solve the challenge using ES6 arrow functions
2019-07-19 16:03:21 -05:00
Tanay Kulkarni 42181af79b Added the nltk library installation. (#31603)
* Added the nltk library installation.

* Address feedback
2019-07-19 15:59:11 -05:00
Lee 6d49b972fb fix: sent to local repo in error (#31165)
* Create index.md

This file introduces flex-grow: with screen shots and code samples. As with all of my commits, this is a proper contribution effort, neither copy & paste nor a links list.

* Update index.md

Added title: 'Flex Grow' to avoid Travis CL no frontmatter error.

* Update index.md

Added labels to the code blocks.

* fix: updated individual code items & sentences

Added <code></code> tags to individual code items.
Sorry for so many commits. I just saw the styling guide.

* Create flexbox-display-flex.md (#2)

* Create flexbox-display-flex.md

This file introduces the concept of display:flex and flex-direction:[row | column].

* Rename guide/english/css/flexbox-display-flex.md to guide/english/css/flexbox-display-flex/index.md

Changed the folder structure to comply with index.md.

* Update index.md

Added title: Display Flex to avoid Travice CL no frontmatter error.

* Update index.md

Added labels to the code blocks.

* fix: update individual code items.

Added <code></code> tags to individual code items.
Sorry for so many commits. I just saw the styling guide.

* Create index.md (#4)

* Create index.md

This file contains details about flex-basis, with screenshots and code samples. As with all of my commits, this is my own work not copy & paste or a lazy linkathon.

* Update index.md

Added the title; Flex Basis, to avoid Travis CI no frontmatter error.

* Update index.md

Added labels to the code blocks.

* fix: added labels for code items

Added <code></code> labels to individual code items.
Sorry for all of the commits. I just saw the styling guide. Doing my own QC.
2019-07-19 15:58:03 -05:00
TrollzorFTW a1ff408e00 Outputing an "auto" variable (#31263) 2019-07-19 15:55:32 -05:00
Nikolai Kiselev 7dd2fe19f3 Update a solution for "Find the Symmetric Difference" algorithm (#36379)
* Update advanced solution

* Replace HTML links with markdown syntax

* Remove obsolete sort()

* Use spread operator instead of Array.from
2019-07-18 17:07:09 -07:00
Edmond Liu 53470d2fd8 Update index.md (#36349)
Removed some statements talking about the optimization potential of goto (which is mentioned but never specified), and I gave a possible use-case for goto followed by some constructs that can replace it, and ended on why goto is discouraged in C++

Added information about the memory behaviour of labels, the syntax to create a label, and where a label can actually be placed (within the same function).
2019-07-15 07:04:27 -07:00
Mohamed Saad 04790915a8 add informations about queries in graphql (#36428) 2019-07-15 06:37:23 -07:00