d8609b5560
Specified that the stream api isn't technically a lambda ( #23161 )
...
* Specified that the stream api isn't technically a lambda
* Cleaned up statement
2018-11-22 03:49:05 -05:00
cd85262256
Add link to practice website ( #23088 )
...
Added link to website for practicing git branching.
2018-11-22 02:34:29 -05:00
4dc1535d86
Whitespace formatting ( #23083 )
...
Added/fixed whitespace. I'm just trying to get a t-shirt, man
2018-11-22 02:32:35 -05:00
d2a49084ed
order of the '<tfoot>' and '<tbody>' tags ( #23029 )
...
The order in the table of its child tags (thead , tbody and tfoot)
2018-11-22 02:23:52 -05:00
f4e5f3cd1d
Added info about ssd lifetime ( #22459 )
2018-11-21 22:22:47 -06:00
6438bcc03c
[en] Add basic Elixir iex guide ( #22454 )
2018-11-21 22:16:19 -06:00
b227b7c2e2
Added actual document information ( #22451 )
...
Basic information on creating a document next to just commenting and writing smart code
2018-11-21 22:11:13 -06:00
1a8e7c792d
Prosed addition to sentence beginning on Line 8 ( #22953 )
...
At the end of the sentence, after "more clearly explain the purpose of each section of a website" add "and make the structure of the website easier to understand."
2018-11-21 23:06:47 -05:00
a87514da97
Short description of unix tail ( #22446 )
...
A short description of unix tail
2018-11-21 22:05:52 -06:00
8d4bf66614
Added correlation =/= causation ( #22433 )
...
with explanatory applications.
2018-11-21 22:00:14 -06:00
f365204cc8
Add the text "### Nested HTML lists" to ( #22946 )
...
* Add the text "### Nested HTML lists" to
### Nested HTML Lists
List can be nested (lists inside lists):
##### Code:
<ul>
<li>Coffee</li>
<li>Tea
<ul>
<li>Black tea</li>
<li>Green tea</li>
</ul>
</li>
<li>Milk</li>
</ul>
##### Output:
<ul>
<li>Coffee</li>
<li>Tea
<ul>
<li>Black tea</li>
<li>Green tea</li>
</ul>
</li>
<li>Milk</li>
</ul>
* Fixed formatting and reordered sections
2018-11-21 23:00:02 -05:00
59b7d5b866
Append more information in introduction of AVL trees. ( #22425 )
...
* Update index.md
Add more information in the introduction of AVL trees.
* removed extraneous word
2018-11-21 21:57:18 -06:00
97a852858f
Fix Grammar error "There lots" and add word "on" ( #22949 )
...
Change "There lots more detail to cover this topic" to "There is a lot more detail to cover on this topic"
2018-11-21 22:56:30 -05:00
3b76bf4b5c
Adding additional comments regarding job apps ( #22913 )
...
Adding an additional statement regarding job applications and how they are approached by women
2018-11-21 22:44:35 -05:00
7a2c4c1c9a
Added more info on :hover ( #22932 )
2018-11-21 22:39:24 -05:00
da3a9670b9
Update index.md ( #25589 )
2018-11-22 08:57:22 +05:30
9d3b95201d
Added two additional links to the resources ( #25770 )
...
* Added two additional links to the resources
* fix: link formatting
2018-11-22 08:56:39 +05:30
f09316dc3c
Add new quote ( #34370 )
2018-11-22 10:22:31 +08:00
455f1f0705
Added link to books related to Android Development ( #22413 )
2018-11-21 14:51:09 -07:00
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
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
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
7588d6693d
add the link "Math, Stats and NLP for Machine Learning" to article ( #22372 )
2018-11-21 14:18:21 -07:00
a94ee3d5b8
Correct order of FCC local setup ( #34410 )
2018-11-22 01:36:13 +05:30
ffca835231
docs: update instructions for translations
2018-11-22 01:11:23 +05:30
f97bcdf70e
docs: update guide front matter
2018-11-22 01:11:23 +05:30
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
7f6b42d3df
some translation improvements ( #22982 )
2018-11-21 22:04:56 +04:00
bd3f2e46bb
Fixed little mistakes in text ( #23168 )
2018-11-21 22:04:21 +04:00
b695b6d688
[Russian] responsive-web-design: improved translate ( #23392 )
...
* responsive-web-design: improved translate
* ch13
* ch
2018-11-21 22:03:47 +04:00
53bf2f7a61
Update index.md ( #22770 )
...
grammatical change- Change "Acceptance testing," to "Acceptance testing is"
2018-11-22 00:54:43 +07:00
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
e4ae577cd9
fix: update react props guide article ( #25837 )
...
Fix typo and improve the definition of props
2018-11-21 22:35:12 +05:30
c7175946bc
Fixed a spelling error ( #25646 )
2018-11-21 22:27:12 +05:30
dfb5779820
Add traversal methods ( #22428 )
...
Add traversal methods (inorder, preorder, postorder) for the binary search tree.
2018-11-21 08:45:53 -07:00
5cd69f01c5
Added ternary operator ( #22427 )
...
Added ternary operator with some explanation and an example
2018-11-21 07:18:14 -08:00
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
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
98798bd3fa
Description of unix sort ( #22403 )
...
A sort description of unix sort
2018-11-21 09:06:47 -06:00
e612f499c2
Add description of abstract class ( #22400 )
2018-11-21 09:01:22 -06:00
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
81178d2344
Added few advantages of event driven architecture ( #22389 )
2018-11-21 08:56:36 -06:00
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
8ca6a28a9b
Commenting Code Minor Grammatical Changes ( #21175 )
2018-11-21 08:58:10 -05:00
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
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
17cf06c92d
Small grammar change ( #21183 )
...
Colon instead of a comma for lists.
2018-11-21 08:29:32 -05:00
09edf93ba9
fixed minor formatting error ( #21184 )
...
* fixed minor formatting error
* Update index.md
2018-11-21 08:27:47 -05:00
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
610c4303c1
typo fix ( #21195 )
2018-11-21 08:12:00 -05:00