Commit Graph

1522 Commits (281a6f4fb80d12244a4d4671e92e7529d18e8957)

Author SHA1 Message Date
wolfwhocodes 281a6f4fb8 Associativity of operators (#23217)
When two or more operators of the same precedence occur in an expression, associativity determines the order in which they must be evaluated.
2018-11-22 04:10:27 -05:00
JacobTBruce a930ebce53 Changed wording to make easier to read (#23180)
Changed "ascribe" to "attribute" in line 7 so make reading easier. Also changed "The" to "This" on lines 38, 40, 42, 44, and 46 to show that the element possessed that attribute and to help make it easier to read.
2018-11-22 03:56:28 -05:00
Kowake c5985f2dda Change "specific" to "specify" in line 50 (#23200)
"specific" is the incorrect form of the word needed. "specify" is a verb and makes the sentence grammatically correct.
2018-11-22 03:55:55 -05:00
CyberCore1010 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
Eve Mendelevich cd85262256 Add link to practice website (#23088)
Added link to website for practicing git branching.
2018-11-22 02:34:29 -05:00
kViking 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
carlos fernandez 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
raghavbhartia f4e5f3cd1d Added info about ssd lifetime (#22459) 2018-11-21 22:22:47 -06:00
Mike R 6438bcc03c [en] Add basic Elixir iex guide (#22454) 2018-11-21 22:16:19 -06:00
KevinMDuarte 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
csteacher1 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
gasts a87514da97 Short description of unix tail (#22446)
A short description of unix tail
2018-11-21 22:05:52 -06:00
Dalton Harmsen 8d4bf66614 Added correlation =/= causation (#22433)
with explanatory applications.
2018-11-21 22:00:14 -06:00
Minna 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
Ankit Mathur 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
Martha Custis 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
tktgius 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
Ece 7a2c4c1c9a Added more info on :hover (#22932) 2018-11-21 22:39:24 -05:00
mian3se da3a9670b9 Update index.md (#25589) 2018-11-22 08:57:22 +05:30
Belma Gaukrodger 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
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
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