Commit Graph

18651 Commits

Author SHA1 Message Date
samfultonschool
87e38c2161 Added created by and when (#21584)
Added that Brendan Eich created JS in may of 1995.
2018-11-13 23:47:17 +00:00
EmeraldEntities
3ecb87155f Added detail and description and fixed grammar (#21480)
Changed the examples, added more details about each formatting method, and cleaned up grammar. Also made the text easier to read and comprehend, as well as more attractive.
2018-11-13 23:37:09 +00:00
jgowman
e20926ed94 Update index.md (#21446)
Added an a to a sentence where one was needed
2018-11-13 23:18:13 +00:00
Cole Polyak
54bbe61e75 Update Index.md (#21435)
Adds description of how the JVM has allowed Java to become so versatile and why Java is called the "Platform independent programming language"
2018-11-13 23:10:22 +00:00
Andrew James
d783d3a16c Updated d3.v2 to d3.v5 referenced in index.md (#21431) 2018-11-13 22:56:31 +00:00
Iulian Onofrei
2ef81bde20 Fix typo in variable name (#26411) 2018-11-13 14:16:47 -08:00
Krishna Vishwakarma
fe00a8f959 Add 'index.md' for Every Function in javascript (#27682)
* Add 'index.md' for Every Function in javascript

* Changed File name to 'every-function'

* fix: corrected frontmatter
2018-11-13 12:44:51 -08:00
Destrae
c8c4acd121 Updated grammar on several lines (#27039)
* Updated grammar on several lines

* fix: grammar fix
2018-11-13 12:44:04 -08:00
JJ-Tu
9919a65bd7 fix grammatical error (#26883) 2018-11-13 12:42:05 -08:00
Sweta Sharma
a0fd7e73cd Run Prometheus in Docker (#26699)
* Run Prometheus in Docker

* Update and rename Run Prometheus in Docker to guide/english/docker/prometheus/index.md
2018-11-13 12:41:51 -08:00
Akash More
d2b62307f5 Grammatical changes, removed commas before 'and' (#25865)
* Grammatical changes, removed commas before 'and'

* fix: corrected commas
2018-11-13 12:40:54 -08:00
gourabk121
9776535dd0 line 58 (#25857) 2018-11-13 12:39:44 -08:00
Bruno Balentović
1c62705f4b added-tar-command (#22669)
* Added tar command

Tar command for creating and extracting archives with examples

* removed space with - character

* removed upper case in file path

* fix: added frontmatter
2018-11-13 12:38:32 -08:00
HARI VARDANACHARI KORRAPATI
c045adcc37 Z algorithm is added to the String matching algorithms in the guide (#27833)
* Create new file for  Z algorithm

* Updated index.md 

Changed the content following the guide lines of freeCodeCamp's  Style Guide for creating Guide Articles.

* z-algorithm Updated folder names as per Guidelines

* Updated title as per guide lines
2018-11-13 10:50:56 -08:00
RapLife1121217
adcddce187 Added example pictures to "Generations" (#21975) 2018-11-13 21:56:34 +04:00
vetaveja
43934bf3a3 Changes in translation (#21994)
* Changes in translation

Changed some sentences to make them correct in Russian.

* ch
2018-11-13 21:07:18 +04:00
Mary-Brenda
f0d59e8de3 fix: Typos in Style Guide (#25210) 2018-11-13 22:32:45 +05:30
Snailsloth
83e6d49ab3 translation fix (#21963)
translation fix for Skeleton description
2018-11-13 20:42:47 +04:00
fuserMRX
8f1af189c0 Extend bash-head and add fixes (#21830) 2018-11-13 20:35:52 +04:00
fuserMRX
4fd26514d2 Update index.md (#21812) 2018-11-13 20:35:30 +04:00
Zaur Bairamau
a5876e57f4 correct translation, typos, wording (#21722)
* correct translation, typos, wording

* сh6
2018-11-13 20:35:00 +04:00
Alexander Cvetkov
0a82a32754 Kotlin install in Linux, edit description (#21737) 2018-11-13 20:34:34 +04:00
Mary-Brenda
71e3b93630 fix: Typos and Spelling in How-To Guide (#25186)
Fixed some typos and a spelling error.
2018-11-13 20:37:11 +05:30
Jonathas Henrique de Moraes
be1d4242a1 Improvement of the article semantics and portuguese spelling (#27978) 2018-11-13 08:07:33 -02:00
leandrosumida
a320cc91ff Portuguese translation - phrasing alterations (#29049)
Review and changes of phrasing to improve comprehension.
2018-11-13 08:06:05 -02:00
Rute
e8215955e8 Grammar fix and added translation (#25913)
fixed grammar and added the missing translations
2018-11-13 07:57:51 -02:00
Peres Badial
e45c3d9025 Update extract-matches.portuguese.md (#26034) 2018-11-13 07:54:48 -02:00
Fabio Trilho Pereira
8bd3f6654c Fixed typos and changed OO to OOP (#20552)
* Fixed typos and changed OO to OOP

Some typos, mainly to ease the reading for Portuguese people.
Changed every OO to OOP because it was confusing, and calling it OOP like every other language calls it, makes it even easier for begginers to search online more information about the subject.

* Fixed the sentence that should be in PT-BR

Changed "porquê" to "por que" because is correct in PT-BR
2018-11-13 07:51:27 -02:00
André Leitzke
4b44710f8f Rerouted link "read this first" to Portuguese (#26556)
"Read this first" link pointed to English contribution guide. Pointing to Portuguese now.
2018-11-13 07:39:41 -02:00
Kiko Almela
0f5c28cfdf fix: update intermediate solution (#34263)
Intermediate code solution doesn't pass tests when the greater number is even because it's the starting acc without passing the reducer function that avoids even number.
Proposed solution: reverse the array before reduce.
2018-11-13 12:54:50 +05:30
Nemanja Jeremic
f0ce844ca0 updated solution styled as code block (#34266) 2018-11-13 12:54:33 +05:30
Alexander Molnar
cf65516cce Added content (#34267)
Added significantly more content to describe them, explain (very basics of) how to work with them and motivate the use of complex numbers.
2018-11-13 12:54:04 +05:30
Alexander Molnar
0791616e85 Fixed typos (#34312)
Fixed copy/pasting(?) typos, also changed the 'because' in each example to explain the why instead of just showing it's true for a single number, not mentioning any others. (Proof by example is very, very, VERY bad to encourage.)
2018-11-13 12:52:54 +05:30
Alexander Molnar
0250b385f0 Added content to stub (#34301)
Presented formula, derived it and gave examples, one simple and one more involved to show how it's not always 'easy' or 'obvious' how this rule can be applied to help, a rule of thumb in how to use it and a brief list of generalizations.
2018-11-13 12:52:32 +05:30
Chris Gaines
50b0f2b910 Update index.md (#34082) 2018-11-13 12:51:48 +05:30
Chris Gaines
79b1563de5 Update index.md (#34076) 2018-11-13 12:51:06 +05:30
CJVentura
2e9e8623f4 Update index.md (#34071) 2018-11-13 12:50:25 +05:30
Miftah Mizwar
8eb754d4eb Update wrong output of the example of code (#22519)
* [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]  My article does not contain shortened URLs or affiliate links.

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

Closes #XXXXX
2018-11-13 01:36:14 -05:00
Bouncey
7afa00f2aa fix: Portfolio styling 2018-11-13 05:39:50 +05:30
Bouncey
d417ec9936 chore: Tidy up 2018-11-13 05:39:50 +05:30
Bouncey
602065be0b fix: Pass username to Certifications to get user details 2018-11-13 05:39:50 +05:30
Bouncey
d686b32d9d fix: Reimplement the HeatMap 2018-11-13 05:39:50 +05:30
Bouncey
f5ae5027cc fix: Update some apis/datastructures 2018-11-13 05:39:50 +05:30
Bouncey
aca424be97 chore(react): PureComponent -> Component 2018-11-13 05:39:50 +05:30
Bouncey
987da19254 feat(profile): Add Profile and components 2018-11-13 05:39:50 +05:30
Bouncey
491912448b feat(api): Add a challenge API, GET idToNameMap 2018-11-13 05:39:50 +05:30
Bouncey
dace86663f fix(current-challenge): Fix current-challenge API 2018-11-13 05:39:50 +05:30
RBenBeach
e7316e4567 corrected typos and reworded for clarity (#21577) 2018-11-12 17:16:12 -06:00
Nicola Iacovelli
0d762bda39 Improved introduction of getter and setter (#22337)
Mentioned the principle of data encapsulation
2018-11-12 18:07:16 -05:00
BP
54b41a3cd0 Added WebAIM for a color contrast checker. (#21376) 2018-11-12 15:55:15 -07:00