Commit Graph

22743 Commits

Author SHA1 Message Date
a1e33ebf81 update regex resource link (#35901) 2019-04-24 07:19:44 -07:00
cf86246866 fix(curriculum): Add solutions to 16 Applied Accessibility challenges #35751 (#35809)
This commit adds 16 full working solutions to the responsive web design
principles dealing with applied accessibility.
2019-04-24 19:12:46 +05:30
BSi
f8555c2f8b Added the semicolon in the example provided (#35898) 2019-04-23 19:26:50 -04:00
220c982d52 fix(guide): Fix C++ selection sort algo (#35546) 2019-04-23 09:48:42 -07:00
78777537fa Add the improved Russian translation to this challenge (#30296) 2019-04-23 20:42:17 +04:00
f743f1e732 Fixed example (#32827)
Replaced assignment operator with the equality operator.
Fixed example structure.
Improved language.
2019-04-23 08:04:48 -07:00
2874baa0c6 Ruby Arrays Correct translation (#30279) 2019-04-22 21:46:02 +04:00
da40a2be67 Add the improved Russian translation to this challenge (#30211) 2019-04-22 21:45:36 +04:00
57fafe6b3e Add the improved Russian translation to this challenge (#30150) 2019-04-22 21:43:15 +04:00
49da9d58ca Add the improved Russian translation to this challenge (#30132) 2019-04-22 21:41:25 +04:00
5699c2f2d5 Add the improved Russian translation to this challenge (#30115) 2019-04-22 21:41:04 +04:00
f5af471f02 Add the improved Russian translation to this challenge (#30106) 2019-04-22 21:40:45 +04:00
9de402796a Add the improved Russian translation to this challenge (#30098) 2019-04-22 21:40:24 +04:00
15acc7a848 Add the improved Russian translation to this challenge (#30095) 2019-04-22 21:40:05 +04:00
e03ae25d2a Add the improved Russian translation to this challenge (#30092) 2019-04-22 21:39:40 +04:00
e4b04ea84b Correctly translated into Russian (#30041) 2019-04-22 21:39:17 +04:00
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
5fb179a6ef fix: missing ! in final test case. Fixes issue #34725 (#35033) 2019-04-22 11:31:17 +05:30
e736179720 fix(curriculum): Add solutions to CSS challenges (#35873) 2019-04-22 11:27:43 +05:30
65a92f7ef9 Defining variables (#35891)
biString, uniString and i should be defined.
2019-04-22 11:25:30 +05:30
7b51ec6487 Update index.md (#32513)
Added python code and mentioned randomized pivot
2019-04-21 14:16:14 -07:00
76958731f0 Add the improved Russian translation to this challenge (#30037) 2019-04-21 20:50:57 +04:00
7a69b0d8b9 Add the improved Russian translation to this challenge (#30033) 2019-04-21 20:50:34 +04:00
229bec9a4b Added quick-sort in MATLAB (#27823) 2019-04-21 09:24:43 -07:00
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
01b61eb831 fix: update grammar & spelling react (#35882) 2019-04-20 08:55:03 -07:00
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
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
1f7a1a6e1f Correctly translated into Russian (#30022) 2019-04-19 14:00:52 +04:00
9a64e1f1e6 Add help command for conda. (#31418) 2019-04-18 17:49:13 -07:00
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
7aceb4595e Update index.md (#29884) 2019-04-18 22:39:56 +04:00
68e1eab64e Add new russian text about ROM (#29812) 2019-04-18 22:38:30 +04:00
256facb79a Fixed translation a bit (#29801) 2019-04-18 22:37:56 +04:00
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
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
76e62b1032 Fixed translation for a little (#29802) 2019-04-17 20:26:35 +04:00
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
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
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
8c55c83f47 fixed typos and reference link syntax (#29188) 2019-04-17 17:15:48 +05:30
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
d45c83d031 Create index.md (#28927) 2019-04-17 17:08:52 +05:30
7e44e13b21 Added 'Range' example, Update 'More Informations' (#27593) 2019-04-17 17:00:28 +05:30
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
1b8d148a0d added one more attribute (#27307) 2019-04-17 16:57:13 +05:30
656117cbc3 Added "Further Reading" Section (#30466) 2019-04-17 16:42:56 +05:30
be1b48e795 Added more details to each level (#33092)
Elaborated on each of the 5 levels
2019-04-16 17:56:39 -07:00
e658f50679 Added section on Tabulation vs Memoization (#28093) 2019-04-16 10:27:15 -07:00