Commit Graph

24858 Commits

Author SHA1 Message Date
Gabriel Felvinczi
f09316dc3c Add new quote (#34370) 2018-11-22 10:22:31 +08:00
mbgitgitmb
455f1f0705 Added link to books related to Android Development (#22413) 2018-11-21 14:51:09 -07:00
Tomas Luque Gonzalez
ffc8c1b091 Keywords explanation (#22407)
* Keywords explanation

* format better...

add more info title + move link to it
make a list of info under note
2018-11-21 14:50:18 -07:00
sirhung1993
c2633cdefa Add foreign key definition and example (#22388)
* Add foreign key definition and example

A very basic foreign key definition and example

* Fix typo as recommended

Line 66: as @nik recommendation
Line67: fix plural nouns

* grammar
2018-11-21 14:32:10 -07:00
Bearz314
aae77a7890 Added explanation on the -- (#22343)
Added explanations on using `--` in SQL to comment out unwanted trailing characters.

Payload should not have a `'` as numbers should not be wrapped by quotes (source: https://www.w3schools.com/sql/sql_where.asp ) The previous payload would have an extra closing quote in the SQL query.
2018-11-21 14:31:47 -07:00
manoj24t
7588d6693d add the link "Math, Stats and NLP for Machine Learning" to article (#22372) 2018-11-21 14:18:21 -07:00
Niraj Nandish
a94ee3d5b8 Correct order of FCC local setup (#34410) 2018-11-22 01:36:13 +05:30
mrugesh mohapatra
ffca835231 docs: update instructions for translations 2018-11-22 01:11:23 +05:30
mrugesh mohapatra
f97bcdf70e docs: update guide front matter 2018-11-22 01:11:23 +05:30
mariyahendriksen
1059098ac8 change key terms to their correct translation (#22978)
improved translation of the key terms, improved sentence structure and word choice
2018-11-21 22:05:25 +04:00
Mikhail Perov
7f6b42d3df some translation improvements (#22982) 2018-11-21 22:04:56 +04:00
Sneerbol
bd3f2e46bb Fixed little mistakes in text (#23168) 2018-11-21 22:04:21 +04:00
Gregory
b695b6d688 [Russian] responsive-web-design: improved translate (#23392)
* responsive-web-design: improved translate

* ch13

* ch
2018-11-21 22:03:47 +04:00
Michael Salmons
53bf2f7a61 Update index.md (#22770)
grammatical change- Change "Acceptance testing," to "Acceptance testing is"
2018-11-22 00:54:43 +07:00
Adrian Skar
82459dad13 [Guide] Basic JS: Ternary operator. Fixes and enhancements (#22633)
1. Fix code solution (it used the assignment operator to compare _a_ and _b_ instead of the comparison one; which wouldn't pass the test at the exercise page).
2. Add problem explanation, hint, code explanation, run example and resources
2018-11-22 00:36:11 +07:00
Karthik Rao
e4ae577cd9 fix: update react props guide article (#25837)
Fix typo and improve the definition of props
2018-11-21 22:35:12 +05:30
noodleWrecker7
c7175946bc Fixed a spelling error (#25646) 2018-11-21 22:27:12 +05:30
Siddhartha Anand
dfb5779820 Add traversal methods (#22428)
Add traversal methods (inorder, preorder, postorder) for the binary search tree.
2018-11-21 08:45:53 -07:00
KevinMDuarte
5cd69f01c5 Added ternary operator (#22427)
Added ternary operator with some explanation and an example
2018-11-21 07:18:14 -08:00
Rajesh Chittampally
6ff8d96efc Added a php framework, installation steps (#22401)
* Added a php framework, installation steps

Added a PHP framework, installation steps and added other minor texts

* Fixed small typo issues

* fixed small typo issues in links
2018-11-21 09:15:52 -06:00
Bearz314
97679fd4c2 Minor formatting change and added a note on == (#22378)
* Minor formatting change and added a note on ==

* Code blocks are now styled as C-language syntax.
* Added a note about the difference of `==` and `=` in the context of condition statements.

* change the second #6 to 7
2018-11-21 09:15:21 -06:00
gasts
98798bd3fa Description of unix sort (#22403)
A sort description of unix sort
2018-11-21 09:06:47 -06:00
Marcin Grygierczyk
e612f499c2 Add description of abstract class (#22400) 2018-11-21 09:01:22 -06:00
justingiffard
5ddb059242 Made pretty and clarified (#22392)
* fixed indentations, added line breaks
* split the 3 switch case output examples and specified in which situation they would be executed
2018-11-21 08:58:23 -06:00
raghavbhartia
81178d2344 Added few advantages of event driven architecture (#22389) 2018-11-21 08:56:36 -06:00
KevinatorTrainer5
df0bb71bce Elaboration of unknown side cases on Pythagoras Theorem (#22373)
-I decided to extend the amount of information on Pythagoras Theorem, through explaining other cases of finding an unknown side apart from the hypotenuse, which are the perpendicular height and base.
2018-11-21 08:52:03 -06:00
Alishaan Ali
8ca6a28a9b Commenting Code Minor Grammatical Changes (#21175) 2018-11-21 08:58:10 -05:00
Izwan Rusli
5c612e5f6e Adding Transparent Hover Effect code (#21179)
* Adding Transparent Hover Effect code

* Update index.md

* Update index.md

* Update index.md

* Update index.md
2018-11-21 08:55:21 -05:00
Danny
73326f98ec Fixed grammar error on line 70 (#21182)
Fixed grammar error on line 70. Changed the word "do" to "does".
2018-11-21 08:51:01 -05:00
Preankhan Gowrypalan
17cf06c92d Small grammar change (#21183)
Colon instead of a comma for lists.
2018-11-21 08:29:32 -05:00
zweifish
09edf93ba9 fixed minor formatting error (#21184)
* fixed minor formatting error

* Update index.md
2018-11-21 08:27:47 -05:00
DC
adad522465 Formatting examples, added example based on note (#21186)
would like some feedback on my extra example :)
2018-11-21 08:26:07 -05:00
rdfriesen
610c4303c1 typo fix (#21195) 2018-11-21 08:12:00 -05:00
msamylea
6364a9732e Fixed minor typo in line 16 (#21188) 2018-11-21 08:08:13 -05:00
Sevket Yalcin
82954a7778 Update CRA installation script using npx (#21201) 2018-11-21 07:57:28 -05:00
Robert Samu
184b5c2bf0 Fixed mistyped words (#25401) 2018-11-21 10:37:50 +05:30
Merenoel
49a9ef11a9 Corrected several grammar mistakes (#25396) 2018-11-21 10:36:17 +05:30
jonmoon74
b360386e31 Grammar correction (#25386)
Grammar corrections in line 48
2018-11-21 10:33:30 +05:30
Robert Samu
771e8a019b Fixed mistyped words (#25385) 2018-11-21 10:32:11 +05:30
Lumpenstein
91a3bd6e9a Update index.md (#22845) 2018-11-20 22:53:17 -05:00
vtt01uk
0abba344c9 Minor spelling corrections (#22825) 2018-11-20 19:12:30 -05:00
Matt
d219d38644 typos, grammar, output fixes (#22987)
Minor fixes to typos, grammar and example output framing
2018-11-20 19:00:47 -05:00
Karen Tobo
65c5b03a41 Copy editing of ArrayList article (#22985) 2018-11-20 18:59:54 -05:00
tahirsoft
df0196f6e3 fixed some minor mistakes like vanished colon and etc. (#22984) 2018-11-20 18:59:04 -05:00
csteacher1
bc48cff3e8 Usage Section Update (#22977)
Add the following paragraph after the doctype declaration on Line 55:

"It is important to note, that while "DOCTYPE" is shown in uppercase letters here.  The keyword "DOCTYPE" is case-insensitive and can be uppercase or lowercase.  This simplification is part of the reason HTML5 pages are compatible with old and new browsers, and also compatible with the browsers on mobile devices."
2018-11-20 18:58:37 -05:00
Dallin Reeves
4b44e363c4 Added resource under 'More information' (#22957)
* Added resource under 'More information'

* Fixed formatting
2018-11-20 18:54:18 -05:00
Ariel Teague
11ed97e860 Add mention of centralized vcs to svn article (#22826)
Add a small section to the Subversion article discussing it as a well-known example of a centralized vcs.
2018-11-20 18:51:57 -05:00
JMVL64
8cc39cb957 Found extra link for podcasts (#22780)
And added software tester -> is a bit of a specialty.
2018-11-20 18:48:48 -05:00
AntTAKEOVER
b49f534d73 Added the output of a print statement (#22748)
Added the output for a print statement used in a code example.
2018-11-20 18:48:01 -05:00
brkline
ba16264562 Revised to fix spelling, grammar, and add clarity (#22728) 2018-11-20 18:47:14 -05:00