Commit Graph

4795 Commits

Author SHA1 Message Date
Daniella Todd
36a4df9afa Updated solution-Include intro (#34199) (#34486)
Added intro paragraph and further hints.
2019-05-01 12:48:31 +02:00
Joon
61dfcfd4a3 New header added (#26525)
* New header added

Went into an abstract level of what determines a brand based on all the self-development books I have been devouring.

* Minor grammar fixes
2019-05-01 13:44:26 +05:30
Garret Kemp
0ba2b1b09c Solution and hint added to challenge (#35762) 2019-04-30 09:14:23 -07:00
chaomt
fbe8dcdf6b fix(guide): binary search tree min/max height (#35938)
We added the correct solution to the guide article related to this code challenge, and deleted the other information which is not related to the code challenge at all.
2019-04-30 13:16:17 +05:30
Matt
59cbe5ae7a update index.md (#33486)
Provide more information on what nginx is and some basic tutorial links.
2019-04-29 15:39:34 -07:00
Muh Fachrul Razy
c8d39b6658 Add 'sudo' and Step 3 - 4 (#33067)
Add sudo at the first of each syntax line and added Step 3 (firewall adjustment) and Step 4 (check nginx service)
2019-04-28 10:01:51 -07:00
Nikita
bee5145d8f Correctly translated into Russian (#29983) 2019-04-28 15:37:59 +04:00
JesseJams
bab94ccf00 Addition of overview of nginx files and locations. (#30566)
* Overview of nginx files and locations.

* fix: wasn't necessary to add apt-get under CentOS
2019-04-27 18:48:38 -07:00
Rajiv Ranjan Singh
43b4c64c9c fixed typos (#35736) 2019-04-26 15:21:51 -07:00
purifyyourhome
5395b70d12 Added reference to Raspberry pi and desktop ATX (#31292)
Modified "Types of Motherboards" section to point to how ATX is common mostly for desktop and server computers.  Mentioned how many Single Board Computers such as the Raspberry Pi use their own form factor not based off the ATX standard.
2019-04-26 14:18:19 -07:00
Sudhakar Kumar
6c02554045 Fix superscripts (#34921)
Fix the superscripts for squares and cubes in area and volume.
2019-04-25 01:03:26 -07:00
Yan Logan
f92c3b0aa5 Update index.md (#29710)
Fox incorrect translations
2019-04-25 10:11:55 +04:00
ComputerLee
d5c461427b Minor Grammatical Changes (#30414) 2019-04-24 13:28:11 -07:00
WolfHollow
7a8604e209 told about cmos (#29871) 2019-04-24 12:19:34 -07:00
Alexander Dervish
fc1977b2c9 Correct translation for Ruby Numbers operators (#30333) 2019-04-24 21:25:33 +04:00
Peter Kay
a1e33ebf81 update regex resource link (#35901) 2019-04-24 07:19:44 -07:00
Manish Giri
220c982d52 fix(guide): Fix C++ selection sort algo (#35546) 2019-04-23 09:48:42 -07:00
Nitin Sharma
f743f1e732 Fixed example (#32827)
Replaced assignment operator with the equality operator.
Fixed example structure.
Improved language.
2019-04-23 08:04:48 -07:00
Alexander Dervish
2874baa0c6 Ruby Arrays Correct translation (#30279) 2019-04-22 21:46:02 +04:00
Nikita
e4b04ea84b Correctly translated into Russian (#30041) 2019-04-22 21:39:17 +04:00
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
Mahmud031
229bec9a4b Added quick-sort in MATLAB (#27823) 2019-04-21 09:24:43 -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
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
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