Commit Graph

1073 Commits (10ff953d19060452f7c99815848b7280129bf6fd)

Author SHA1 Message Date
Ian Paterson 10ff953d19 Changed fontawesome to Font Awesome in index.md (#22073) 2018-11-06 19:55:44 -05:00
Jacky Lui b2a3fc1471 fixed spelling craftsmanship (#34227) 2018-11-06 17:37:28 -05:00
Antony ekirapa 59e7ccdd8e Fixed grammar (#21894)
Initial text: 
"Printers often presents colors using CMYK color values."
Proposed change:
"Printers often present colors using CMYK color values."
2018-11-06 17:37:00 -05:00
akashnigam 7d9b587191 fix: update guide article to truncate a string in javascript (#34216) (#34228) 2018-11-06 17:36:03 -05:00
The Coding Aviator ec25ccfb32 Update index.md (#34229) 2018-11-06 17:31:05 -05:00
The Coding Aviator 94508eba89 Added solution to D3 scaling challenge (#34230)
* Update index.md

* Update index.md
2018-11-06 17:30:20 -05:00
The Coding Aviator 069d17dc01 Update index.md (#34231) 2018-11-06 17:29:28 -05:00
Sepand dac5f58205 Added Info About ForEach() Method (#34133)
Added a section on the very commonly used forEach() method for arrays. Also improved sentence structure of previous sentences.
2018-11-06 17:22:57 -05:00
Heather 87c9ff1ca4 Fixed spacing, added hyphen and comma (#21891) 2018-11-06 17:22:34 -05:00
MaxLearnToCode 88c3ea9b73 Fixed misspelled word multiply, and evaluate (#21822)
* Fixed misspelled word multiply, and evaluate

* Update index.md
2018-11-06 16:35:39 -05:00
orestegiacche 1e58cca812 fix(guide): update unconcious bias article with section on availibility bias 2018-11-06 16:15:21 -05:00
qrius 79fac762f1 added Go books section (#20219) 2018-11-07 00:06:25 +05:30
shabnamNajafian 13d423e94e Update index.md (#22323)
* Update index.md

Add a short description for slices

* Removed stub
2018-11-06 13:29:16 -05:00
The Coding Aviator 6d2db1993a Update index.md (#34232) 2018-11-06 12:20:42 -05:00
Zhannur Diyas 6d39a2b11d added translation of java comments (#22309)
as well as minor translation fixes
2018-11-06 21:17:14 +04:00
Yodesis b1ee46d203 Add corrected text (#22252) 2018-11-06 21:12:04 +04:00
trbst 5a1ecb4f09 Added btn-dark (#34234)
* Added .btn-dark class to Bootstrap Button Class List
2018-11-06 11:42:49 -05:00
Alexander Molnar ca1a7e1b77 Add content to stub (#34235)
Just addition, gave formula and example.
2018-11-06 11:39:12 -05:00
arjundixit98 4f37069835 Adding lines and updation (#25081) 2018-11-06 19:35:57 +05:30
Evaldas 45a27b2497 Fixed a mistake in explanation of code (#25070)
* Fixed a mistake in explanation

* fix: grammar
2018-11-06 19:35:21 +05:30
mejraf 90f24c1610 Update index.md (#25075)
* Update index.md

A minor language change to line 6.

* added an back in
2018-11-06 19:23:23 +05:30
arjundixit98 53032e38c7 Adding lines of text (#25079) 2018-11-06 19:16:07 +05:30
coolmint204 44f43fe103 Visual fix of code display (#24944)
Increased code area in visualization, as it missed a line.
2018-11-06 19:11:25 +05:30
Adekanye Timilehin 3076bad01c Grammatical adjustment made on line 11 (#24858) 2018-11-06 19:07:47 +05:30
capulifour c8fefd5007 Section 32 additional text (#22316)
* Section 32 additional text

Added additional text to section 32 to clarify that there are benefits to feeling imposter syndrome.

* Fixed several typos
2018-11-06 06:39:20 -05:00
Amit Deshwal 74e04c7fff Article suggested. (#21795)
* Article suggested.

I have added an best article for ones who are just getting started with the nginx.

* Create subheading
2018-11-06 06:37:41 -05:00
shabnamNajafian 4740b1fcc6 Update index.md (#22310)
* Update index.md

Add a short description for struct

* Removed stub
2018-11-06 06:36:49 -05:00
Manish kumar chaurasia 4f75c9a396 made changes in article (#22322)
added detailed explaination of  Divide,Conquer and Combine
2018-11-06 05:30:12 -05:00
shabnamNajafian 9004e1ce29 Add a daytime for daily stand up meetings (#22277) 2018-11-06 05:15:01 -05:00
Larry Greene 997dd0c10a edited a spelling mistake (#22215)
menthods to methods
2018-11-06 05:04:13 -05:00
Cindy Barrientos d0970071ad Edit typos (#21647) 2018-11-06 04:04:39 -05:00
Spooky9 9a3b8beb36 Update misspelled word "adjascent" to "adjacent" (#21717) 2018-11-06 03:37:44 -05:00
Dennis Braun cc434639d0 fixed a typo (#21817)
* fixed a typo

* Fix subheading level
2018-11-06 02:05:51 -05:00
Shankar Rao Mata f3698bb6d7 Added few lines about big o notation (#21024)
* Added few lines about big o notation

I think this description was missing the basic understanding of running time which can be mastered using big o notation.

* Update index.md

* Update index.md

* Update index.md
2018-11-05 21:15:26 -05:00
Mlbchamp2 51e4fa94a8 Added the text "The domain of y=e^x..." (#20980) 2018-11-05 20:38:43 -05:00
Rasheed Bustamam 88bf0150f4 add more detail to SVG paths (#20974) 2018-11-05 20:34:23 -05:00
Kevin Collins 3f6efeef00 Clarified behavior of reduce() and the initialValue argument. (#21000) 2018-11-06 00:30:25 +00:00
absentMindedDeveloper 7530f98750 Numbers within strings (#20969)
* Numbers within strings

Added a short entry on how numbers function inside of strings as well as how to convert a number inside of a string into a number which you can perform operations on in a normal fashion.

* Change a string in the example to a number
2018-11-06 06:03:52 +07:00
Rasheed Bustamam 857628fa23 Make redux actions a bit more clear (#20907)
Also add a few paragraphs about action creators, a common pattern in redux apps
2018-11-06 06:02:30 +07:00
Jeffrey Bullock a84ad1f96f Updated freeCodeCamp contribution link (#21137) 2018-11-06 06:00:45 +07:00
kViking f6e71ede55 Add new formatting example (#20937)
Illustrates common multiple line formatting for chained ternary operators
2018-11-06 05:46:18 +07:00
Pedro ba6458bcce add the text "Hewllet Packard Ent" to article (#21075)
* add the text "Hewllet Packard Ent" to article

also add the this video too: "https://www.youtube.com/watch?v=jlwGcgFfcnU"

* Update index.md
2018-11-05 16:24:00 -05:00
13636592 4c059aef35 Add REST API Guide (#21103)
* Add REST API Guide

* Update index.md
2018-11-05 16:01:39 -05:00
Preankhan Gowrypalan 4cb42e0d8f Grammar (#21127)
* Grammar

Removed unnecessary use of 'undemand' in a sentence.

* Update index.md
2018-11-05 15:53:43 -05:00
DiggyShants f360553083 added a space between . and word (#21027)
* added a space between . and word

In the text, there was no space where needed. I added the space.

* basic editing

* Update index.md

Was failing the build CI test:
Error: 
  The article at: /home/travis/build/freeCodeCamp/freeCodeCamp/guide/english/3d/blender/index.md is missing frontmatter.
  Example:
  ---
  title: The Article Title
  localeTitle: The Translated Title # Only required for translations
  ---
  < The Article Body >
2018-11-05 15:50:07 -05:00
barrettfett e9f1f3e19c Basic info on pointer-events property (#21110)
* Basic info on pointer-events property

Property, possible values and link to more information

* Update index.md

* Update index.md
2018-11-05 15:49:14 -05:00
absentMindedDeveloper 6d0f7697bc Pi not being infinite (#21118)
Added note on how pi is irrational but not infinite.
2018-11-05 15:43:02 -05:00
svpham29 4bc4b5e668 Added link to article (#21107)
Italicized book title + included ISBN number
2018-11-05 15:40:11 -05:00
Tim Sullivan 9d5b394dd7 Fixed formatting and added website (#21122)
Automate the Boring Stuff with Python and Python Crash Course did not match the title formatting of the other books. I changed them to match and added the website for ATBS.
2018-11-05 15:37:17 -05:00
Shane 3fa2615836 add swift (#21119)
Swift is very useful now and I think we should put swift there instead of etc.
2018-11-05 15:24:47 -05:00