Commit Graph

3784 Commits

Author SHA1 Message Date
Akshay Babbar
0ee9d54b4c added Few Products (#32640)
Updated the Desciption
2019-03-18 15:57:24 +05:30
Shruti Grover
6f1830f7ba Adding resource for Python (#30018)
https://www.py4e.com (Python for Everybody) added as tutorials for python
2019-03-18 15:56:46 +05:30
socutebunny
773f0d18a0 Added rm usage and examples (#26957)
* Added rm usage and examples

* md-ize code
2019-03-18 15:56:06 +05:30
King Josaphat Chewa
a7f1912adb Add "Debian" as a popular distro (#32817) 2019-03-18 15:23:16 +05:30
Wisawa Ploypradub
8bafea5e7e Add Gnome 3 to popular distribution (line41) (#32672) 2019-03-18 15:22:35 +05:30
Chris Steenkamp
91926b71fe Corrected markdown for example code (#30387)
The markdown used in the examples in the section titled Implementation had the closing back-ticks specified on the wrong line, causing the code examples to be incorrectly displayed.
2019-03-17 18:48:57 -07:00
Matheus Genteluci
6f28548668 Understand where an objects prototype comes from (#34643)
* Understand where an objects prototype comes from

- One hint and Solution added to index.md

* Add original seed code
2019-03-17 17:19:21 -07:00
Alexander Molnar
15a8e35288 Added more content (#26036)
Clarified definition, and gave examples of why primes are important and useful
2019-03-17 14:13:22 -07:00
toakes59
542cf6a68f added For Loop heading (#30382)
Added For Loop heading to top of page.  This is easier to see then the title table
2019-03-17 10:22:43 -07:00
ayagrwl
ea4eaf02b6 Added applications and external link (#29227) 2019-03-17 10:02:39 -07:00
toakes59
b4044fe267 Changed a = a + 1 to a++ (#28742)
Changed a = a + 1 to a++ in implementation section.  It is best practice to use a++ rather than a = a + 1
2019-03-17 09:45:59 -07:00
m0ndnacht
b8b1e029db fixed some semantical issues (#33465) 2019-03-17 17:03:49 +05:30
Christos Gourzoulidis
078e88fd45 YouTube Loop (#32950)
Adding youtube loop values
2019-03-17 16:48:04 +05:30
Matthew Piestrak
d16af9f673 Fixed grammatical and misspelling errors. (#27544)
I made changes through the "section and articles" section but stopped there and plan on returning later to finish.
2019-03-16 23:45:00 +05:30
Shooflower
fb46f0e7f2 Corrected spelling/grammar mistakes (#31406) 2019-03-16 23:11:23 +05:30
Xiaojie(Aaron) Li
8a49907edd made minor changes to explanation of the grid system (#30370)
added semi colons, periods, and better wording to make the flow of the paragraphs better.
2019-03-16 23:09:43 +05:30
binarygalwalkin
4d4cc72f10 Fixed grammar and punctuation (#32257) 2019-03-16 22:36:20 +05:30
Brittany Sarenpa
74f45f5109 Grammar fix (#28614)
Changed the first sentence to flow a bit more naturally.
2019-03-16 22:35:16 +05:30
Carys Mills
1cd44868aa Add text overflow to text docs (#30454) 2019-03-16 22:33:30 +05:30
Rayon
838112967b Added Attribute Selectors (#26789)
Attribute selectors added with example.
2019-03-16 12:02:43 +05:30
balaji3257
0fc73969b3 added navigation to specific algorithms (#33473) 2019-03-15 14:15:29 -07:00
The Coding Aviator
322134031a chore: Add all calculus based topics to one point (#34398) 2019-03-15 12:31:09 -07:00
heavyslobs
938ed336e0 Making the description gender neutral (#28152) 2019-03-16 00:28:27 +05:30
Sherrie L. Fuqua
1bf8df4b28 Edits for consistency and grammar (#31095)
Made headings consistent with similar articles, grammar corrections, and few sentences rearranged for readability.
2019-03-16 00:24:36 +05:30
Akshay Babbar
3896a84c9f Updated DDR5 Link (#32650)
Added the DDR5 link..
2019-03-16 00:06:29 +05:30
Blue" Jay Matthews
5d30b8777e Explained 300ms value as milliseconds (#26951)
Just wanted to help clarify to learners that the 300ms stands for 300 milliseconds. So that they understand the measurement of time being used.
2019-03-15 23:56:17 +05:30
Aaditree
1282227c24 Infinite loop, fixed iteration (#29697) 2019-03-15 23:51:30 +05:30
Carys Mills
44264b2b3a Tweak overflow docs (#30445) 2019-03-15 23:49:52 +05:30
Amit Kumar Dubey
3b279e10c9 feat: add Angular Bootstrap Boilerplate link in Angular 2.x+ resources (#35605) 2019-03-15 23:43:10 +05:30
The Coding Aviator
94cc1840fc guide: Move all spacing related files to one file (#35604)
* fix: Move all spacing related files to one file

* fix: </> for span
2019-03-15 06:34:44 -07:00
DaddyBA
f1360f1fa7 Further explanation of What vs How (#24135) 2019-03-15 05:08:05 -04:00
FireHawk01
ddabb9ef0f Fixed grammatical errors (#32497) 2019-03-15 13:43:39 +05:30
Ekin Eryilmaz
194c1bdcb2 Highlighted some words. (#27975) 2019-03-15 13:31:48 +05:30
Tareq K
77ec049479 Added some information about complex responses (#33911) 2019-03-15 13:12:11 +05:30
jamiesteck
46b10c2f65 added method overloading (#28813)
* added method overloading

added a section describing method overloading

* Update index.md
2019-03-15 13:11:52 +05:30
Nicole Peery
6965bb2cfd Added rem unit under Font Size properties (#28026) 2019-03-15 12:41:49 +05:30
Kelsey Edelstein
e149ebd501 Remove duplicate CSS preprocessor article (#33056) 2019-03-15 12:41:15 +05:30
Christopher McCormack
087ca6509a feat: refactored, fixed grammar, punctuation, formatting (#35598) 2019-03-15 12:37:42 +05:30
howieandersen
da84162282 added basic information about default constructors in the index file for methods (#29797) 2019-03-15 12:33:22 +05:30
Hassaan Ahmad
9a5e3c5e0e Add the w3 org global struct (#31277) 2019-03-15 12:30:54 +05:30
Mihir Rathwa
e47ae0f660 Fixed Rocket icon for "Run Code". (#26583) 2019-03-15 12:28:14 +05:30
DavidNachman
6c0819acdf line break text (#31878)
additional information about line breaks added.
2019-03-15 12:26:31 +05:30
jamiesteck
4f0f87c124 Added example of using == instead of = (#28790)
* Added example of using == instead of =

Added example of using == instead of = when comparing primitive types.

* Update index.md
2019-03-15 12:23:09 +05:30
azrap
193bb31133 give definitions for back-ground size properties (#32899) 2019-03-15 12:21:35 +05:30
jaceclowdus
02df1343e1 Change the formatting in line 6 (#27211)
This makes it more consistent with the rest of the CSS guides.
2019-03-15 12:19:45 +05:30
SakshamGupta1995
ef8c5e5bfa Add equalsIgnoreCase to the file (#27662)
The function equalsIgnoreCase() is also used for comparing the equality of 2 strings.
2019-03-15 12:19:06 +05:30
Dani Marek
9192e0c5da Added commas to lines 20, 22, 24, and 28 (#33773) 2019-03-15 12:17:55 +05:30
Marko
ccfb6444f1 Added Constructor Chaining (#28232)
Added Constructor Chaining
2019-03-15 12:14:16 +05:30
Setyo Adi Wibowo
1be6528d4b add non-breaking space with example (#27533) 2019-03-15 12:11:12 +05:30
SpeedX
a57baf07fd Fixed Logical error (#31639)
Fixed Logical Error in the Second program
2019-03-15 11:55:33 +05:30