Commit Graph

4599 Commits

Author SHA1 Message Date
Farrel Mahaztra
5f494670eb Add body text and link (#30453)
Added content and a link to an existing online implementation of the 401k calculator
2019-03-19 18:53:09 -07:00
Farrel Mahaztra
71b337223f Add body text and link (#30459)
Added informational content about half-life calculators and included link to an existing online implementation and the Wikipedia article on the topic
2019-03-19 18:52:45 -07:00
Farrel Mahaztra
0a67728ab1 Add body text and link (#30463)
Added informational content on combinations and permutations calculators as well as their respective (brief) explanations and links to the corresponding Wikipedia articles and calculator implementation
2019-03-19 18:52:19 -07:00
Farrel Mahaztra
2ee112c6b1 Add body text and link (#30475)
Added informational content about calorie calculators, the equations behind them, and added link to an existing online implementation
2019-03-19 18:51:36 -07:00
Deni Pencl
906c296c21 Fix grammar (#32953)
Just a few minor fixes in wording
2019-03-19 18:36:53 -07:00
prashantkumar1997
49779d1f57 Added Reference Section & link to existing sources (#32312) 2019-03-19 18:34:56 -07:00
Harsh Savergaonkar
c439d3a9e1 Made explaination easier (#32028) 2019-03-19 18:29:14 -07:00
Philippe Hébert
e410996d22 Fixed typos (#32850) 2019-03-19 18:15:35 -07:00
Hum4n01d
06e26c8977 Fix typos (#31865) 2019-03-19 18:14:54 -07:00
Ajay Tanwar
3c0c15c189 Update index.md (#31780) 2019-03-19 18:14:30 -07:00
Mo Aalabou
374f074f0f Update index.md -- Fixed some grammar and phrasing mistakes in the first two paragraphs (#29916)
* Update index.md

Fixed a couple grammar mistakes in the first two paragraphs

* Update index.md
2019-03-19 18:09:54 -07:00
Luka Kidric
78837947d6 Added a more information section (#28084) 2019-03-19 17:24:51 -07:00
Ojini Chizoba Jude
3be922b4c5 grammatical adjustments (#28200)
* grammatical adjustments

* fix: changed or to and
2019-03-19 17:24:29 -07:00
Rajiv Ranjan Singh
cda3febdbe Fixed Typographical Error in guide/english/csharp/index.md (#35635)
* Update index.md

* reverted code
2019-03-19 16:17:40 -07:00
The Coding Aviator
df9bc7e1b5 Add solution to Use the CSS Transform Property skewY to Skew an Element Along the Y-Axis (#34483)
* Update index.md

* Add full solution
2019-03-19 15:12:33 -07:00
Adam Shaffer
bbfb01731e Add an explanation of the no arguments restriction (#27505) 2019-03-19 15:10:34 -07:00
Rajiv Ranjan Singh
1692f15527 Fixed Typographical Error in guide/english/virtualbox/index.md (#35610) 2019-03-19 21:47:57 +05:30
Julian W
ad209de248 Add up to date images and fix format issue (#27043)
Images for VS Code and ATOM were not up to date. Replaced existing images with up to date ones. Also fixed a format markdown issue.
2019-03-19 21:10:03 +05:30
raitisss84
b140d05599 added Wikipedia article about AWS (#32524)
Please add Wiki article about AWS (* [Wikipedia](https://en.wikipedia.org/wiki/Amazon_Web_Services))
2019-03-19 21:09:05 +05:30
Shak
38c2b40b1d Updated the file to add SNS (#29107)
SNS added as a popular service.
2019-03-19 20:42:11 +05:30
Daniel Roy
a626b7f9e5 Updated with pricing and cost calculator links (#27859) 2019-03-19 20:41:51 +05:30
despare
6cf08fb0ae Update index.md (#31789) 2019-03-19 07:57:30 -07:00
Rajiv Ranjan Singh
824d459182 Fixed Typographical Error in guide/english/blockchain/index.md (#35542)
* Update index.md

* reverted the code

* Update index.md
2019-03-18 23:35:56 -04:00
JKarlavige
797d40b639 Added Flex Flow Property (#25178)
* Added Flex Flow property

Explains the basic use of the flex-flow property.

* Update index.md
2019-03-19 01:07:02 +05:30
PREM CHANDRA SINGH
cc27a90254 ADDED BRIEF FEATURES ABOUT KALI LINUX DISTRO (#33631)
* Update index.md

* Update index.md
2019-03-18 15:58:23 +05:30
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