Commit Graph

18794 Commits (d023146a5e9a07f5c9520e766aaa715ce58aa122)

Author SHA1 Message Date
Sneerbol d12fb4ba32 Change text from "Текст" to "Атрибут" (#23645) 2018-11-22 18:00:57 +04:00
andrhua 9caa600ea7 fixed machine translation (#23727) 2018-11-22 18:00:37 +04:00
andrhua e797661997 fixed machine translation (#23721) 2018-11-22 18:00:26 +04:00
andrhua f90a95ac0c fixed machine translation (#23717) 2018-11-22 18:00:16 +04:00
andrhua 1c55a4508c fixed machine translation (#23713) 2018-11-22 17:59:16 +04:00
Mikhail Perov 6bfabcb748 make some translation improvements (#22937)
* make some translation improvements

* changes
2018-11-22 17:55:26 +04:00
Mike Firsov 55733b4585 Improved translation (#23497) 2018-11-22 17:55:12 +04:00
Mike Firsov f1cb72c5b8 Improved translation (#23516) 2018-11-22 17:48:21 +04:00
Mike Firsov 52ce5c22f0 Update index.md (#23509) 2018-11-22 17:47:47 +04:00
Aditya d9c6a13741 [Tests] ES6: Use Destructuring Assignment with the Rest Operator (#34303) 2018-11-22 22:27:16 +09:00
Matt Oldham b97d57906c Remove duplicate CREATE ROLE question (#22615) 2018-11-22 07:15:52 -06:00
Nigel Cheok 08a9f1da74 Added 'single file components' to components readme (#22563) 2018-11-22 07:10:49 -06:00
Marcin Grygierczyk 7ea5810a8a Add description of when clause (#22464) 2018-11-22 06:57:49 -06:00
Bearz314 2c865d57e2 Added example on API Tokens (#22460)
* Added info on API Tokens

Added some information on what tokens are.

* Added code to demonstrate access token

Added sample CURL code from Dropbox to illustrate the use of access token.
2018-11-22 06:52:02 -06:00
ardaald 826e6f99d2 Added a link for more information about typefaces (#23270)
* Added a link for more information about typefaces

* Fixed link formatting
2018-11-22 04:26:52 -05:00
Nicole M. Frazier 9809a264d0 Changed 2nd & 3rd paragraph wording (#23227)
Changed from The document to The article
2018-11-22 04:10:49 -05:00
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
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