Commit Graph

4597 Commits

Author SHA1 Message Date
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
KartikSoneji
72be29068a Added info; Fixed formatting; (#36329)
Added note on Scope
Fixed formatting of example and added better way to rewrite example.
2019-07-15 06:31:54 -07:00
Siddhartha Anand
629da5329d BFS in Java (#35027)
Code for implementation of Breadth-First-Search in Java.
2019-07-15 06:28:56 -07:00
Alexander Molnar
daa8f3ad21 Added content to stub (#34325)
Added definitions and examples
2019-07-15 06:27:45 -07:00
sri vatsav
12ef1b7925 Jump search Code in Java (#30962)
Code for Jump Search in Java.
2019-07-15 06:22:05 -07:00
six9
f03418f7aa Update index.md (#36453) 2019-07-14 06:05:41 +01:00
lennort123
10a7823d68 Substring-changes (#36213) 2019-07-10 18:08:28 -07:00
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
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
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
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