Commit Graph

5398 Commits

Author SHA1 Message Date
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
Cleo Aguiar
94b2b1cd8f update translation bubble-sort (#36459)
* update translation bubble-sort

add examples code

* update: two-space indentation for all code
2019-07-19 13:34:14 -07: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
Christian Mondorf
392d546988 Minor edits for clarity. (#25841)
Edits for clarity and for grammar.
2019-07-18 12:41:13 -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
Americo
d7be1802e7 Fix command line guides in spanish (#24758)
* Add missing command and iTerm2 section

* Fix translation, grammar, actually translate a chunk

Also fix formatting and make text more conversational.
2019-07-14 20:08:36 -07:00
diseva1
775415b208 Added CSS logo (#24252) 2019-07-14 10:41:43 -07:00
six9
f03418f7aa Update index.md (#36453) 2019-07-14 06:05:41 +01:00
Americo
3de5a7c0f3 Azuzunaga patch 1 (#21023)
* Add missing command and iTerm2 section

* Consolidate changes
2019-07-13 18:13:37 -07:00
Jeremias Blanco-Choncén
22f7ffb96c Some corrections, and translations (#26553) 2019-07-13 09:44:56 -07:00
Manuel Soler
b418656570 Fixed commands table (#22213) 2019-07-13 09:36:44 -07:00
Aingeru
2cf2838674 Some translation corrections (#22064)
Some corrections as Bootstrap framework name, the previous translation "Oreja" means "Ear" in spanish.
2019-07-12 11:24:53 -07:00
Víctor Lasa
9be485f90f Fix typos, consistent styling w/ English version (#31305)
Also made the whole text have the same level of formality and corrected Google translations.
2019-07-12 08:49:35 -07:00
JHeisecke
786afa0ed3 Se agrega un punto a las Pros de python (#27891) 2019-07-11 17:54:37 -07: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
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
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
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
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
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