Commit Graph

20601 Commits

Author SHA1 Message Date
Rafael Nascimento de Carvalho
6e7aeeda2f Add translations to titles and fix typo (#19262) 2018-10-16 13:18:10 -03:00
Mrugesh Mohapatra
da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30
Filippo Nardi
f989c28c52 added changes for props (#19489) 2018-10-16 10:06:35 -05:00
Adarsh Jain
bbf63b3404 added information about parallel computing (#19494)
added about what is parallel computing, why parallelism, how to parallelize, data and task parallelism etc.
2018-10-16 10:05:38 -05:00
The Coding Aviator
5bc241a9a7 Update add-classes-with-d3.english.md (#19508)
* Update add-classes-with-d3.english.md

* Update add-classes-with-d3.english.md

* Update add-classes-with-d3.english.md
2018-10-16 16:05:22 +01:00
Adarsh Jain
4dda261e3e deadlock in opearting system (#19514) 2018-10-16 10:03:34 -05:00
Aditi Aggarwal
829c80cdb0 Added code for delete operation on BST (#19516) 2018-10-16 10:02:16 -05:00
Aditya
606eef21d8 Update index.md (#19518) 2018-10-16 10:00:56 -05:00
greggubarev
345dfd6dad Added </code> to test text (#19498) 2018-10-16 15:28:33 +01:00
The Coding Aviator
49d90f3dde Update adjust-the-tone-of-a-color.english.md (#19512) 2018-10-16 15:26:37 +01:00
joseildo filho
2e8e0cda26 Update visualize-data-with-a-scatterplot-graph.portuguese.md (#19268) 2018-10-16 11:06:53 -03:00
joseildo filho
f85a6f7f2e Update visualize-data-with-a-choropleth-map.portuguese.md (#19266) 2018-10-16 11:05:53 -03:00
Rafael Nascimento de Carvalho
b8d0f2c82f Add translation for titles [Portuguese] (#19264) 2018-10-16 11:04:29 -03:00
Rafael Nascimento de Carvalho
c1c0b3b33f Add translation for titles [Portuguese] (#19258) 2018-10-16 11:00:55 -03:00
Rafael Nascimento de Carvalho
6beda74bae Add translation for titles (#19252) 2018-10-16 11:00:30 -03:00
Rafael Nascimento de Carvalho
7f25b2c7e3 Add translations to titles and fix typo (#19250) 2018-10-16 10:59:30 -03:00
William Koch
479310cca0 Improvedo Portuguese translation (#19235) 2018-10-16 10:59:03 -03:00
Enéas Marques
a14ea4c1e1 fix: Corrections in Portuguese translation (#18917) 2018-10-16 10:58:33 -03:00
Enéas Marques
61ce2e7acf fix: Corrections in Portuguese translation (#18913) 2018-10-16 10:57:45 -03:00
Enéas Marques
6ec6992794 fix: Corrections in Portuguese translation (#18910) 2018-10-16 10:43:02 -03:00
William Koch
14b84e1f3d Improved translation (#18908)
Corrected a few translations errors.
2018-10-16 10:42:19 -03:00
Pedro Rosental Zamora
8807685116 Minor portuguese translation fixes (#18634) 2018-10-16 10:40:31 -03:00
Name
4c0a3c4b7b Update CONTRIBUTING.md (#18617)
Atualizando palavra corrijir para corrigir.
2018-10-16 10:39:52 -03:00
Ricardo Hideki Hangai Kojo
9cacc9976a docs: translate how-to-setup-freecodecamp-locally.md to Portuguese (#18540) 2018-10-16 10:37:47 -03:00
Breno Xavier
48f89a0641 Fix text to follow portuguese language syntax (#18485) 2018-10-16 10:30:43 -03:00
Breno Xavier
b6d13ddf39 Fix text to follow portuguese language syntax (#18481) 2018-10-16 10:17:17 -03:00
Aditya
bd0acde5d1 Update index.md (#19461) 2018-10-16 18:45:55 +05:30
Breno Xavier
47ee0fefa4 Fix text to follow portuguese language syntax (#18475)
Change the positions of some words so that they are in accordance with the rules of syntax of the Portuguese language.
Change some translated words back to english for clarity (e.g. "...atribua a ele um valor de *center*" instead of "...atribua a ele um valor de centro ").
2018-10-16 10:13:49 -03:00
albertocc
364f7335c6 Spanish translation fixes (#19297) 2018-10-16 10:08:52 -03:00
Breno Xavier
aea570b498 Fix text to follow language's syntax (#18467)
Change the positions of some words so that they are in accordance with the rules of syntax of the Portuguese language.
Remove some duplicated text.
2018-10-16 10:00:00 -03:00
Michael
bd2e8ee589 Clears a few details (#18391) 2018-10-16 09:56:46 -03:00
Michael
dd82627683 Typo fix (#18388) 2018-10-16 09:55:19 -03:00
Michael
42d110f3cc Typo fix (#18386) 2018-10-16 09:50:21 -03:00
Andrei Calinescu
84fcf5fb28 Fixed broken img link (#19484)
Just changed from http to https. Before this, the image link did not work.
2018-10-16 23:32:09 +11:00
Michael
bfbb1c7ef1 Small typo fix (#18383) 2018-10-16 09:26:24 -03:00
Laura Rocha Prado
02bf9010b6 Text editing with corrections (#18513)
Grammar/spelling corrections and sentence refactoring, so the text sounds less "translated" and more natural.
2018-10-16 09:25:14 -03:00
Andrei Calinescu
3262af6de5 Fixed last URL (#19482)
URL was not properly formatted in Markdown, so it was a broken link. Fixed markdown format and link works now.
2018-10-16 13:23:42 +01:00
Andrei Calinescu
4ea61c503b Fixed last 2 links (#19483)
Incorrect markdown format had them displaying a broken image link, because the links don't lead to an image. Used normal markdown link format instead.
2018-10-16 13:22:55 +01:00
Kamalesh Palanisamy
07456330b3 Created a guide for the bash ssh command (#19450)
* Created a guide about the mkdir command

* Update index.md

* Added a guide for the rm command in bash

* Created a new guide for the chmod command

* Created the guide for the ssh command

* Add note on user names
2018-10-16 13:14:31 +01:00
Wei Hung Chin
2efc35d2f9 Add code syntax highlighting
Add code highlighting for the code examples in the section "Comparing null and undefined"
2018-10-16 20:46:48 +09:00
Amit Sharma
d279f8e413 Added new command 'mkdir' (#18796) 2018-10-16 20:30:13 +09:00
Rohan Saha
bba161afbc Update index.md
Added more information to the advantages of compiled languages and to the disadvantages of interpreted languages for a better understanding.
2018-10-16 20:19:34 +09:00
Ginson Wong
93bdd1973e docs: add example use cases for expansion cards
-added several examples of modern use cases for expansion cards and reasons for utilizing them
2018-10-16 20:11:51 +09:00
The Coding Aviator
1defda2b11 Update index.md (#19453) 2018-10-16 01:53:57 -07:00
The Coding Aviator
66d95eda48 Update index.md (#19452) 2018-10-16 01:44:34 -07:00
Mark Kim
d7ba56a3d5 Fixed wording and typos on REACT section (#19451)
* Fixed wording and typos on REACT section

Simplified wording and fixed typos for great clarity in the React section of the index.md.

* Simplification of wording in the React Section

Fixed a typo in the description section for React

* fix: corrected case for virtual DOM
2018-10-16 01:43:39 -07:00
greggubarev
d644a2f494 Add solution (#19228)
Add solution (https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/regular-expressions/match-characters-that-occur-one-or-more-times)
2018-10-16 13:56:45 +05:30
Brian R
891152863a Adding unpacking list elements to variables (#19437)
* Adding unpacking list elements to variables

* fix: indentations
2018-10-16 13:48:33 +05:30
Piotr Szwarc
0a1f237a23 Guide/packer (#19444)
* Packer initial

* Moved packer to devops
2018-10-16 00:30:39 -07:00
Prabhat Kumar Sahu
e5ebcec171 Update declare-a-read-only-variable-with-the-const-keyword.english.md 2018-10-16 15:52:06 +09:00