Commit Graph

18836 Commits

Author SHA1 Message Date
d12ea3a198 Add the text "Критерии приёмки...". (#24002)
Критерии приёмки - это не то же самое, что приёмочные тесты.
2018-11-24 22:23:06 +04:00
3b9dafc1de Add the text "The time complexity of this algorithm is O(nLogn), be it best case, average case or worst case. It's time complexity can be easily understood from the recurrence eqaution :T(n) = 2T(n/2) + n." to the article (#22663) 2018-11-24 16:12:25 +00:00
f95e0a1f53 Short description of unix wget (#22662)
* Short description of unix wget

A short description of unix wget

* fix(guide): typos and grammar
2018-11-24 16:10:15 +00:00
ecce2f9f49 Add clearer language describing UNION ALL (#22656) 2018-11-24 14:01:57 +00:00
bb3e2b34b8 Correct language about exclusivity of BETWEEN clause (#22632)
* Correct language about exclusivity of BETWEEN clause

SQL BETWEEN clause is inclusive both in the SQL standard as well as in MySQL.

* fix(guide): remove misleading sentence
2018-11-24 14:00:54 +00:00
6df0cb92fb Included use of underscore wildcard character (#22613)
* Included use of underscore wildcard character 

Included the use and example of wildcard character underscore which can be used with LIKE operator

* fix(guide): minor typos and grammar
2018-11-24 12:30:34 +00:00
4f1677a9c6 Select statement - another way (#22582) 2018-11-24 11:10:34 +00:00
1197f22d8e correction-of-grammatical-errors (#19223) 2018-11-24 02:44:14 -08:00
90472bbc89 Roman Numerals added to index.md (#29631)
* Roman Numerals added to index.md

Roman Numerals added with examples to index.md

* Update index.md

* Update index.md
2018-11-24 02:25:32 -08:00
5a4260a2e1 added description and example (#22548)
I added a little bit more description and a example of how to use the library.
2018-11-24 10:21:37 +00:00
e68084401d add code for createNode function (#22472) 2018-11-24 09:48:21 +00:00
9db07d9b50 Elaborate the blurring line between hard disks and ram (#22448) 2018-11-24 09:41:29 +00:00
97ef234fe4 Ionic guide update (#22209)
* updated angular guide to focus on angular 2+

* updated intro to ionic guide
2018-11-24 15:28:50 +07:00
ad4d7c72b2 add delete function (#22404)
Added a delete function in the implementation part.
2018-11-24 15:24:22 +07:00
6814ad7f67 change var to const and let (#23151)
* change var to const and let

* fix: output
2018-11-24 14:41:42 +07:00
7d226d0078 Added variable addition example (#23047)
Added an example showing storing values in variables before adding them. Also added syntax highlighting to original code snippet.
2018-11-24 14:30:12 +07:00
413b0d0711 format the "generation" subtitles (#23517)
Format the "generation" subtitles so they all have the same spacing.
2018-11-23 23:21:49 -05:00
29bb99d2db Simple grammatical fixes (#23495) 2018-11-23 22:41:27 -05:00
bcfa28fe03 Fixed grammatical errors in last paragraph (#23457) 2018-11-23 21:18:39 -05:00
a7fcbaefed Added "Stanford CS193a Lecture Videos" (#23439) 2018-11-23 21:17:45 -05:00
6c7ea37f82 Update more information with link to sciencing (#23443) 2018-11-23 21:08:46 -05:00
6eb660ba0b Update examples and more information (#23437) 2018-11-23 21:04:24 -05:00
06111e2eaf Update the complementary color section (#23408)
* Update the complementary color section

* Fixed formatting
2018-11-23 21:01:40 -05:00
ba242ccf1e Short description and code example of Exceptions (#23406)
* Short description and code example of Exceptions

* Fixed typos and formatting
2018-11-23 21:01:08 -05:00
8c758caa8d Added quick link to Angular 6 introduction (#23398) 2018-11-23 20:54:58 -05:00
b04cc579a6 add syntax of inheritance to article (#23396)
* add syntax of inheritance to article

add the simple syntax of inheritance before the actual example .

* Fixed formatting
2018-11-23 20:51:32 -05:00
0aa89d91f0 Added definition about contradiction (#30310)
* Added definition about contradiction

* Update index.md
2018-11-23 17:37:41 -08:00
2cea1e1c66 better unordered list formatting : "Further reading" (#23264) 2018-11-23 20:21:29 -05:00
ee17eb4720 Made several grammatical changes (#23288)
Removed space between "/" and "body" in line 27 to correct the spacing. 
Added "use" in between "container" and "several" to make grammatical sense in line 32. Also added a space between "semantic" and the parathesis in the same line to make text look cleaner.
Added "and" between "<header>" and "<footer>" because there are two items in line 33.

Note: In "Introduction of semantic tags," the grammar and sentence structure does not make sense. I tried to correct it, however, it may not be the right correction and should be reviewed.
2018-11-23 20:20:36 -05:00
7cc769d895 Added ####More Information (#23362)
* Added ####More Information

Added ####More Information to styling links

* Removed link to w3schools
2018-11-23 20:19:58 -05:00
Sam
65db5549f4 Corrected markdown and code sample formatting (#23374)
* Corrected markdown and code sample formatting

Added code highlighting to `<p>`, to prevent it being interpreted as a new paragraph.
Also made indentation in the code sample consistent.

* Fixed typo and formatting
2018-11-23 20:19:15 -05:00
4cc14a3e91 Add Keras information (#26857)
* Add Keras information

Updated information according to the request made by @scissorsneedfoodtoo and added links to code samples for better understanding

* fix: removed space before title front matter key
2018-11-23 17:04:52 -08:00
55be6fa791 Fixed translation mistakes in first paragraph (#28142)
The first paragraph had several common translation mistakes, making Spanish less fluent as it was translated word by word so the sentence didn't make much sense in Spanish.
2018-11-23 17:04:22 -08:00
71d6d2ad4f Added #### More Information (#23372)
Added #### More Information CSS Tricks to styling tables.
2018-11-23 17:00:22 -08:00
bdef759267 Update index.md (#23333)
Added CSS properties to ##Styling Tables
2018-11-23 16:59:54 -08:00
0fbbfc993a Update code format (#21779)
* 格式调整

* fix: correct Mozilla link for Chinese version
2018-11-23 16:52:39 -08:00
210a84b7e3 Elaborated on more cases of factorising equations (#22494)
* Elaborated on more cases of factorising equations

-I decided to add other cases of factorising other algebraic equations that involves different values of the quadratic equation apart from 1

* Removing unnecessary <br> tags
2018-11-23 16:25:29 -08:00
d55024c82a Added the correct word on line 31. (#31824)
* Added the correct word on line 31.

It said "One of does files" instead of "One of those files".

* fix: corrected grammar
2018-11-23 16:24:34 -08:00
ade502b49b Update index.md (#25445) 2018-11-23 16:24:01 -08:00
b5df808ecf Sorting when digits & alphabets in data (#22878)
Introduced sorting done during digits & alphabets combines and updated the example to reflect the same.
2018-11-23 16:19:21 -08:00
08f7e2a87e Reorganized draft, added query examples (#28770) 2018-11-23 15:57:03 -08:00
63b500f8a1 Update link references (#25039)
Hi, I have added a simple guide with some insights on values and practices of XP and a link to manifesto of software craftsmanship which is always inspiring to read and make extra research about the movement.
2018-11-23 15:51:49 -08:00
d023146a5e pair programming and frequent releases (#22480) 2018-11-23 15:50:56 -08:00
73ee2a225b Corrected spelling of systematic (#25451) 2018-11-23 15:37:10 -08:00
471665871f Update index.md (#25370)
Added a line to the detailed commit messages section on the importance of making sure your commit messages explain what changed fro ease of roll-back
2018-11-23 15:33:50 -08:00
e27771a58a Adding Content (#23485)
Saw empty guide, added content
2018-11-23 15:29:10 -08:00
d9521fc948 Translation correction (#24156) 2018-11-23 22:59:32 +04:00
364fd799f5 Update Russian translation for 'git-merge' documentation (#24055) 2018-11-23 22:58:05 +04:00
92d221897c added examples, made explanations clearer (#26233) 2018-11-23 22:35:44 +05:30
f58043c1db Update index.md (#26274)
Edited algorithm efficiency paragraph to remove "be" from the sentence "Since the algorithms today..." 

I also adjusted the period spacing at the end of the algorithm efficiency paragraph.
2018-11-23 22:18:50 +05:30