Commit Graph

22737 Commits (2874baa0c6dfd614d627b191b00827f53c9149db)

Author SHA1 Message Date
Alexander Dervish 2874baa0c6 Ruby Arrays Correct translation (#30279) 2019-04-22 21:46:02 +04:00
hukerter da40a2be67 Add the improved Russian translation to this challenge (#30211) 2019-04-22 21:45:36 +04:00
topka56 57fafe6b3e Add the improved Russian translation to this challenge (#30150) 2019-04-22 21:43:15 +04:00
topka56 49da9d58ca Add the improved Russian translation to this challenge (#30132) 2019-04-22 21:41:25 +04:00
lilaloka 5699c2f2d5 Add the improved Russian translation to this challenge (#30115) 2019-04-22 21:41:04 +04:00
lilaloka f5af471f02 Add the improved Russian translation to this challenge (#30106) 2019-04-22 21:40:45 +04:00
lilaloka 9de402796a Add the improved Russian translation to this challenge (#30098) 2019-04-22 21:40:24 +04:00
lilaloka 15acc7a848 Add the improved Russian translation to this challenge (#30095) 2019-04-22 21:40:05 +04:00
lilaloka e03ae25d2a Add the improved Russian translation to this challenge (#30092) 2019-04-22 21:39:40 +04:00
Nikita e4b04ea84b Correctly translated into Russian (#30041) 2019-04-22 21:39:17 +04:00
Manish Giri 722b65d80f fix(curriculum): Add solutions to HTML challenges (#35766)
* fix(curriculum): Add solutions to HTML challenges

* Remove extra anchor element
2019-04-22 11:37:05 +05:30
Fordco 5fb179a6ef fix: missing ! in final test case. Fixes issue #34725 (#35033) 2019-04-22 11:31:17 +05:30
Manish Giri e736179720 fix(curriculum): Add solutions to CSS challenges (#35873) 2019-04-22 11:27:43 +05:30
Cezary Waś 65a92f7ef9 Defining variables (#35891)
biString, uniString and i should be defined.
2019-04-22 11:25:30 +05:30
Kaustubh J 7b51ec6487 Update index.md (#32513)
Added python code and mentioned randomized pivot
2019-04-21 14:16:14 -07:00
lisa2274 76958731f0 Add the improved Russian translation to this challenge (#30037) 2019-04-21 20:50:57 +04:00
lisa2274 7a69b0d8b9 Add the improved Russian translation to this challenge (#30033) 2019-04-21 20:50:34 +04:00
Mahmud031 229bec9a4b Added quick-sort in MATLAB (#27823) 2019-04-21 09:24:43 -07:00
Catalina ffcb092bf1 Fixed CSS Challenge English version (#35849) 2019-04-20 09:49:23 -07:00
Tom f1bcd5f0de fix/add-full-solutions-to-flexbox (#35760) 2019-04-20 09:45:18 -07:00
StanimalTheMan 01b61eb831 fix: update grammar & spelling react (#35882) 2019-04-20 08:55:03 -07:00
Domingo Moronta 6c2c4f546e Add updated links to Anaconda resources (#32363)
* Add updated links to Anaconda resources

* fix: removed broken image
2019-04-19 16:16:37 -07:00
ranched 9899035f34 fix(cirriculum): Expand instructions for Chai Assertion challenges (#35724)
* Expand instructions for Chai Assertion challenges

* Seperate instructions/descriptions and remove some quotes

* Add detail to descriptions in truthiness and isOk challenges

* Update formatting in instructions
2019-04-19 18:34:53 +05:30
Nikita 1f7a1a6e1f Correctly translated into Russian (#30022) 2019-04-19 14:00:52 +04:00
Austin Baldwin 9a64e1f1e6 Add help command for conda. (#31418) 2019-04-18 17:49:13 -07:00
Randell Dawson 54bc113721 fix(curriculum): Added 9 missing solutions to challenges in the Debugging section (#35750)
* fix: add 9 solutions to challenges

* fix: remove extra line

Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-04-19 00:14:20 +05:30
unrealriga 7aceb4595e Update index.md (#29884) 2019-04-18 22:39:56 +04:00
RomsavaDev 68e1eab64e Add new russian text about ROM (#29812) 2019-04-18 22:38:30 +04:00
Witcharrr 256facb79a Fixed translation a bit (#29801) 2019-04-18 22:37:56 +04:00
Aditya Sridhar 35cfffebd5 Added points to note while using git reset (#25267)
* Added points to note while using git reset

Using --hard option can be dangerous. Added a warning to mention the same.

* Added points to note while using git reset - pull request fixes

Co-Authored-By: aditya-sridhar <s.aditya.1811@gmail.com>
2019-04-18 10:26:18 +05:30
Zach Lumpkins 2327e6cc5d Minor edits to animation-in-canvas guide code (#31185)
* docs(guide): minor edits to animation-in-canvas

* Use ES6 syntax in code examples
* Clean up formatting in code examples for clarity
* Remove unnecessary sentence for brevity

* docs(guide): use arrow functions for canvas animation examples
2019-04-17 15:00:35 -07:00
Witcharrr 76e62b1032 Fixed translation for a little (#29802) 2019-04-17 20:26:35 +04:00
Chris Steenkamp 339aa0dcdb Fix minor grammatical and spelling errors (#30407)
* Fix minor grammatical and spelling errors

* fix: made recommend change
2019-04-17 17:38:06 +05:30
Papun Charan ddc5f2457a Added a tip and a statement (#30277)
* Added a tip and a statement

The statement says that using only 'if' is ok but 'else' and 'else if' can't be used without 'if'.
And the tip column is for optimization, it is clearly explained with two examples.

* Formatting
2019-04-17 17:36:58 +05:30
SimonFuet 98f52a448e Add ternary operator to control flow statements (#29269)
* Add ternary operator to control flow statements

* Remove external links, formatted code and removed useless codeblock
2019-04-17 17:31:20 +05:30
Tanuj Sharma 8c55c83f47 fixed typos and reference link syntax (#29188) 2019-04-17 17:15:48 +05:30
Alexander Molnar c807429608 Fixed errors and added examples with variety (#24300)
Made precise that intercepts are (x,y)-points and not numbers. Added more examples to show different possibilities that can occur and removed the oversized image of a few short lines of equations.
2019-04-17 17:11:01 +05:30
Richard Hall d45c83d031 Create index.md (#28927) 2019-04-17 17:08:52 +05:30
Smruti Ranjan Rana 7e44e13b21 Added 'Range' example, Update 'More Informations' (#27593) 2019-04-17 17:00:28 +05:30
Ian Korpi edc9d0f134 Expand Certifications/Information Security and Quality Assurance article stub (#27397)
* Expand InfoSec & QA article

Expand the Information Security & Quality Assurance root article.

* Fixing capitalization in InfoSec title.
2019-04-17 16:59:21 +05:30
Ayushman9454 1b8d148a0d added one more attribute (#27307) 2019-04-17 16:57:13 +05:30
Kaan 656117cbc3 Added "Further Reading" Section (#30466) 2019-04-17 16:42:56 +05:30
lizcamp be1b48e795 Added more details to each level (#33092)
Elaborated on each of the 5 levels
2019-04-16 17:56:39 -07:00
Aaron Fox e658f50679 Added section on Tabulation vs Memoization (#28093) 2019-04-16 10:27:15 -07:00
Witcharrr 52b06a1ec0 Fixed translation for a little (#29793) 2019-04-16 21:17:17 +04:00
Jelena Golova be5d014be5 Improve translation index.md (#29791)
Not fully checked.
2019-04-16 21:16:44 +04:00
Witcharrr 316003bc7f Fixed translation a bit (#29787) 2019-04-16 21:16:04 +04:00
simchuck c9f628e8f6 Add reference to getting started with WSL on Windows 10 (#32805)
* Add reference to getting started with WSL on Windows 10

For those who are interested primarily in learning the Linux command line, and currently using a Windows 10 installation.

* fix: modified/fixed article links
2019-04-16 09:23:22 -07:00
Ryan Doyle 330382040b Sample Document Structure inside ``` ``` block (#35863)
The sample document structure was not inside an MD code block, so it lacked formatting.
2019-04-16 09:06:40 -07:00
simchuck 991d1057be Editorial changes to choosing a distribution (#32797) 2019-04-16 08:52:51 -07:00