Commit Graph

28661 Commits

Author SHA1 Message Date
Chris Hyatt
e2b9b19b49 Egs to Example (#32648) 2019-04-14 10:09:59 +05:30
Randy Janecek
bc84a7eb67 fixed typos (#32588) 2019-04-14 10:07:40 +05:30
Badal Moradia
0313dfca04 Added docstring information (#28336) 2019-04-13 16:53:08 -07:00
Benjamin Herrchen
20f71fd22e correct usage of Math.random() to give equal 50/50 results (#35840)
* Update render-conditionally-from-props.english.md

* Update render-conditionally-from-props.english.md
2019-04-13 18:06:01 -04:00
Samantha Burke
cdd96c476f Capitalised 'Lab' in 'Artificial Intelligence Lab' (#32653) 2019-04-13 22:50:47 +05:30
Akshay Babbar
f7eecb2ca4 Added Description,Links and Images (#32883)
Added Definition and YOutube Link and Images for better understanding.
Will Add Code later
2019-04-13 22:49:25 +05:30
UberschallSamsara
a0c464e058 Edits for clarity (#33309)
Edited introductory paragraph for clarity.
2019-04-13 22:43:48 +05:30
yashikabadaya
d8a44d691e Commit message (#33334) 2019-04-13 22:42:56 +05:30
Ankit Mathur
1c5e0c93b3 Correcting grammatical errors (#33530)
* correcting grammatical mistakes in dynamic programming section
2019-04-13 22:35:21 +05:30
Elena
f8483b0ca7 I changed the grammar (#33801) 2019-04-13 22:32:59 +05:30
Tammy Lee
a77d7c0cf6 Added explanation for single y intercept (#31540) 2019-04-13 18:51:42 +05:30
Pim Kennedy
fb7aaeb964 Fix wierd sentence. (#33901)
* Update index.md

* Fix more wierd sentences
2019-04-13 14:42:23 +05:30
Andrew Laptev
18f47a1d61 [Node.js] Russian translate for nodejs/process (#29649) 2019-04-12 21:27:05 +04:00
Andrew Laptev
52cfd9e439 [Node.js] Russian translate for nodejs/buffer (#29632) 2019-04-12 21:26:04 +04:00
mshokarimo
a2be188158 Changes to Switch. Not explained fully. (#29595) 2019-04-12 21:25:14 +04:00
Dave Varney
8d6ebe675e Edited 2 paragraphs; Added Advantages and Disadvantages (#28990) 2019-04-12 10:07:26 -07:00
Straighter
ed601af6d8 Fixed typo (#29790) 2019-04-12 22:34:22 +05:30
The Coding Aviator
b7de2dff3f guide: remove copyrighted content from file (#35831) 2019-04-12 09:49:19 -07:00
Kaily Granados
63b2ba58ba Added Chef logo + click redirects to Chef website (#29162) 2019-04-12 09:39:40 -07:00
Paul Gamble
bddcda5559 added html solution for testing - responsive-web-design/applied-visual-design/decrease-the-opacity-of-an-element (#35516)
* added html solution for testing

* fix: corrected invalid solution
2019-04-12 18:17:12 +02:00
Zen Bender
949e20cf86 Added riddle and solution (#29928)
Solution hidden in nested detail to hide spoiler
2019-04-12 21:37:45 +05:30
sidiousvic
7f845c1d2f [NEW] A clearer, more readable return statement (#35565)
* A clearer, more readable return statement

Use .filter() to get the odd values in array.
Use .reduce() to sum.

Two separate tasks, one line, easier to read and understand.
Updated comments and Code Explanation accordingly.
2019-04-12 14:29:47 +02:00
kenmalley
a114b8939b Rewording for smoother flow and easier reading (#28717)
I tried to stay true to the message you were going for while adjusting some of the wording and sentence structure to sound more professional and to be easier to read/follow.
2019-04-11 20:52:31 -07:00
mshokarimo
bff326bc3b Added some missing translations Line 81 (#29583) 2019-04-11 22:11:06 +04:00
mshokarimo
e90ef7b580 Line 77 Corrected (#29591) 2019-04-11 22:08:38 +04:00
Stepan Pugachev
55ef2d8a95 Russian translation adjusted (#29511) 2019-04-11 22:05:29 +04:00
JesseJams
1be131a5b9 Include what predated SSH (#28300)
SSH is meant to be a more secure way to connect to remote systems.
2019-04-10 18:00:54 -07:00
Aditi Joshi
ebdd8632fc Fix/update challenges for responsive-web-design-principles (#35804)
* Fix/update challenges for responsive-web-design-principles

* fix/update fix some minor mistakes

* fix/update remove extra line

* Update curriculum/challenges/english/01-responsive-web-design/responsive-web-design-principles/create-a-media-query.english.md

Co-Authored-By: aditijoshi14 <aditijoshi1997@hotmail.com>

* Update curriculum/challenges/english/01-responsive-web-design/responsive-web-design-principles/create-a-media-query.english.md

Co-Authored-By: aditijoshi14 <aditijoshi1997@hotmail.com>
2019-04-10 17:26:56 -04:00
olga1blinova
5f5e886aac Fixed local title. (#29492) 2019-04-10 21:43:37 +04:00
pushharder
a8e004f7c8 Russian translation refactoring (#29476) 2019-04-10 21:42:21 +04:00
pushharder
46dfb0a449 Russian translation refactoring (#29457) 2019-04-10 21:41:49 +04:00
Dmitrii Kholodov
2e3a4abbc1 Update make-circular-images-with-a-border-radius.russian.md (#29375) 2019-04-10 21:41:02 +04:00
Rajiv Ranjan Singh
e847f3a839 Typo Fix in guide/english/computer-hardware/gpu/index.md (#35725)
* Update index.md

* added period in sentence
2019-04-10 10:08:33 -07:00
Beau Carnes
7e522dc473 fix: add new scrimbas (#35803) 2019-04-10 09:23:12 -07:00
Ian Effendi
f74d507434 fix(curriculum): replace js with full solution in accessibility challenge (#35810)
* fix(curriculum): add full, working solution for accessibility challenge.

This commit replaces a JavaScript only solution where a full, working
solution should have been written.

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/avoid-colorblindness-issues-by-using-sufficient-contrast.english.md

Co-Authored-By: rimij405 <effendiian@gmail.com>
2019-04-10 17:55:16 +02:00
Randell Dawson
6a859ee7f9 fix: added 12 missing solutions to Basic Data Structure Challenges (#35744) 2019-04-10 21:03:15 +05:30
Guayo Mena
75293e649d fix(curriculum): Fix test in Javascript challenge (#35795)
Fixes #35793

I rearranged the variables in one of the tests.
I just changed the english file. Should I change the rest of the languages as well?

Note: I did this change through github's API, because I couldn't run the project locally so I haven't actually tested it.
2019-04-10 20:55:05 +05:30
lasjorg
394ae3d1ce fix(challenge): check for li and specify elements accepting text (#35193)
* fix(challenge): check for li and specify elements accepting text

* fix(challenge): revert text

* fix(challenge): remove word added by mistake

* fix(challenge): update test, cleanup assertion text
2019-04-10 20:52:37 +05:30
Manish Giri
9b9a96234f fix(curriculum): Add solutions to responsive web design principles (#35761) 2019-04-10 07:57:14 -07:00
Randell Dawson
42bc9fa9b6 fix(curriculum): Made tests not accept invalid HTML (#35774)
* fix: made tests stricter

* fix: simplify text

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-04-10 19:21:52 +05:30
samsm929
5ac765c56a Added Calculus based proof for Area equation (#33998) 2019-04-10 14:27:08 +05:30
Randell Dawson
d5798c38de fix: rewrite of word blanks challenge (#35779) 2019-04-10 01:48:01 -04:00
Hari Krishna
069f94e699 Minor typos (#29623)
* Minor typos

* fix: reverted unnecessary change
2019-04-09 20:14:20 -07:00
asims2404
c7aba9e970 Removed image (#35806) 2019-04-09 15:41:23 -07:00
asims2404
83c9258bed Update index.md (#35805)
The advanced solution does not meet problem criteria.
"The built-in repeat()-method should not be used"
2019-04-09 15:39:45 -07:00
Jeff Thompson
fdaff91ed7 clarify/ add her (#34090)
* clarify/ add her

clarified text and added his/her to help the sentence.

* cna->can
2019-04-09 16:11:59 +05:30
15jacobj
532385692a Changed from stub into short article (#25544)
* Changed from stub into short article

I have now added some content to this page. It is pretty much fully functional, but more detail could be added.

* Remove template code and resource

Resources are not under fCC's control, removed image
2019-04-09 15:03:36 +05:30
mushtaq smb
527dd68f01 Remove unwanted images (#35797) 2019-04-09 14:34:10 +05:30
shreyajaggi
f09798b7c4 Add " ' " in line 5 (#32606) 2019-04-09 14:21:26 +05:30
Pedro Colis
c2f032bfa2 added comma (#32712) 2019-04-09 14:20:58 +05:30