Commit Graph

21231 Commits

Author SHA1 Message Date
Valeriy
24c1110a87 fix(curriculum): fix solution (#34220) 2018-11-05 08:09:44 -08:00
Amoo Olusola Simeon
2f99c56ba2 Added a new resource link. (#21112)
Added  a new resource link for more details about css variables.
2018-11-05 09:24:00 -06:00
Arsalaan Javed
49a69fb175 PaaS added (#21111) 2018-11-05 09:21:52 -06:00
Isaac Estes-Jones
ccab608846 clarify grammar in Linux section (#20908)
Made grammar more clear and readable
2018-11-05 08:21:02 -07:00
Micky
9b60f6805f Added a quote and talked about satoshi (#20904)
* Added a quote and talked about satoshi

* updated
2018-11-05 08:20:07 -07:00
zweifish
96784fc432 Fixed some grammatical errors on lines 33-34 (#21105) 2018-11-05 09:11:57 -06:00
Shooflower
b01a1e7837 Grammer/Spelling Fixes (#21985) 2018-11-05 10:08:01 -05:00
Nuno Diogo
dfe7058acb Add text translation corrections to the article (#21104) 2018-11-05 09:05:09 -06:00
Nuno Diogo
6e2afe334d Add text translation corrections to the article (#21100) 2018-11-05 09:04:45 -06:00
Nuno Diogo
5d658ad4d5 Add text translation corrections to the article (#21094) 2018-11-05 09:04:19 -06:00
Nuno Diogo
249ba84351 Add text translation corrections to the article (#21087) 2018-11-05 09:03:54 -06:00
Nuno Diogo
7288e79a97 Add text translation corrections to the article (#21082) 2018-11-05 09:03:18 -06:00
Connor Lindsey
6726f94aeb Update Return-largest-number-in-arrays.spanish.md (#19182)
Proofread section correcting some grammar and replacing tu form with more formal and appropriate ud.
2018-11-05 07:29:04 -07:00
ShadowViper1
293f406cac Update index.md (#21083) 2018-11-05 07:58:40 -06:00
Blaise Sebagabo
bc71045f5c Added an online Prototyping tool (#21079)
Proto is free for 15 days. You could  just try it out too!
2018-11-05 07:39:49 -06:00
fatima12nm
0938344ae6 Update CONTRIBUTING.md (#21077) 2018-11-05 07:36:18 -06:00
danielpoehle
c16fd2c63b extended minimal example and Google CDN (#34209) 2018-11-05 18:31:56 +05:30
Dana Ottaviani
ac5bbb2dc7 Add solution
For "Use the flex-basis Property to Set the Initial Size of an Item" challenge
2018-11-05 13:36:38 +03:00
chaudhary-anurag
874e7ed3da fixed typo (#21778) 2018-11-05 04:24:34 -05:00
carlos fernandez
fd1d97e841 change text 's' for 'a' (#21764)
I changed the sentence that said : This code will give s blue background and red text color , for : This code will give a blue background and red text color...
2018-11-05 04:22:34 -05:00
Preeti Lolla
847dd62af6 Added a suggestion (#21752) 2018-11-05 04:19:24 -05:00
katiepillar6
90a417b331 Changed C++ to C (#21734)
Changed a reference to C++ to C.
2018-11-05 04:14:50 -05:00
jacheg
62bf5ad17d Changed the wording for the elements in an array. (#21729)
It was confusing before. Mentioned elements that didn't exist. Maybe meant indexes?
2018-11-05 04:13:33 -05:00
chaudhary-anurag
dd03af6947 fixed minor typos (#21702) 2018-11-05 04:08:56 -05:00
jlewismith
70d8675171 Fixed several typos. (#21699) 2018-11-05 04:07:32 -05:00
Spooky9
446be9460c Update verb form "learning" (#21695) 2018-11-05 04:06:11 -05:00
CosmicSnowman
31c9f6c1ca Added another clear example to probability (#21688) 2018-11-05 04:04:40 -05:00
Netanya
acbc1725a2 Edited some grammar and syntax (#21687) 2018-11-05 04:03:14 -05:00
apurv22
b25fd77ed2 Changed 'method' to 'function' for relevancy. (#25037) 2018-11-05 13:45:07 +05:30
Joel Bryant
16d0bf22c8 Fixed typo (#24837) 2018-11-05 13:43:02 +05:30
deliaphan
d9e5321c4e fix typo error (#24996) 2018-11-05 13:32:20 +05:30
Cindy Barrientos
58879fc5fb Removed repeat link (#21627) 2018-11-05 02:48:39 -05:00
Paula Milenkova
4b701255b9 Added text on the semicolon use alongside indents (#21592)
In the section introducing and elaborating upon if and elif-statements, I made a small note on how the rest of the structure is just as crucial, particularly, the semicolon. That is because, while this file is on indentation, it also regards the structural requirements of a code and how to be refrain from avoidable errors. The same way you can easily avoid an error by remembering when to properly indent is seen when we remember to always include a semicolon after a condition.
2018-11-05 02:25:23 -05:00
TheRealSpartacus
96ffe31186 Add Content (#23448)
Added a definition to perimeter with a simple method to measure a perimeter
2018-11-05 02:13:56 -05:00
Chyanne Haugen
01a3532484 fixed spacing in loops (#21571) 2018-11-05 02:07:10 -05:00
Máté Szőnyi
8e4b2795ab Add a "tip" section to the article (#29865)
* Add a "tip" section to the article

With 1 tip for a frequent error I got when I started using bash

* Fixed formatting issues
2018-11-05 02:01:23 -05:00
Ikehviky
ac5b3067d8 Update index.md (#28374)
* Update index.md

* Add 'find' to the article

* Add 'find' to the article

* Add 'find' to the article

* Add 'grep' to the article

* Fixed formatting issues in OP's PR
2018-11-05 02:00:34 -05:00
chaudhary-anurag
af3c7e8794 Fixed minor typo (#21805) 2018-11-05 01:59:10 -05:00
katiepillar6
1fa6cee420 changed a to b (#21770)
Changed (a) to (b) so it makes sense and reads logically.
2018-11-05 01:58:17 -05:00
Jason Antwi-Appah
1675636976 Fixed administrator in the last sentence.. (#21462)
and other grammar changes in the last 2 lines.
2018-11-05 01:57:27 -05:00
samsvo
6c858fa259 Expanded upon "why getter and setter?" (#21417)
* Expanded upon "why getter and setter?"

* Fixed formatting issues and typo
2018-11-05 01:56:12 -05:00
David Gillispie
64bf069fa9 Tabs on documentation (#21071) 2018-11-04 21:08:44 -07:00
ronandev
c66dc46128 Added few more examples of "tech" (#20987) 2018-11-04 21:04:24 -07:00
EmeraldEntities
934c585a36 Updated the text and examples (#20968)
Rewrote the text to be more descriptive and concise
Added an example for links in images
2018-11-04 21:03:02 -07:00
absentMindedDeveloper
c136cb9606 Distance Formula added (#21067)
Added the actual formula and a brief explanation on how to use it.
2018-11-04 21:59:06 -06:00
magnacart4
3fa9a5bc1b Added "Framer is only available for Mac right now." (#21064) 2018-11-04 21:57:08 -06:00
jmf
c8cad12233 expanded benefits of accessibility features (#20856) 2018-11-04 20:49:53 -07:00
ShadowViper1
d5991a5df9 Updated RAM to include article about ECC Memory (#21022) 2018-11-04 20:46:10 -06:00
Steven M Peterson
9a11c8b013 Defining the abbreviation (#21021)
Defining the abbreviation, so readers know what "PEP" stands for.
2018-11-04 20:44:35 -06:00
Taylor Stauss
87229bc075 CSS: Add ::first-letter pseudo-element (#21009)
This is a basic introduction to the ::first-letter pseudo-element CSS selector. This document is meant to be a starting point and should be added to/expounded on.

P.S. I tried submitting a doc for the ::before selector, but apparently, it was already created, however, it's nowhere to be found in this directory (css/selectors/pseudo/). I wonder if a consolidation is in order 😛.
2018-11-04 20:24:37 -06:00