Commit Graph

17873 Commits

Author SHA1 Message Date
6e2afe334d Add text translation corrections to the article (#21100) 2018-11-05 09:04:45 -06:00
5d658ad4d5 Add text translation corrections to the article (#21094) 2018-11-05 09:04:19 -06:00
249ba84351 Add text translation corrections to the article (#21087) 2018-11-05 09:03:54 -06:00
7288e79a97 Add text translation corrections to the article (#21082) 2018-11-05 09:03:18 -06:00
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
293f406cac Update index.md (#21083) 2018-11-05 07:58:40 -06:00
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
0938344ae6 Update CONTRIBUTING.md (#21077) 2018-11-05 07:36:18 -06:00
c16fd2c63b extended minimal example and Google CDN (#34209) 2018-11-05 18:31:56 +05:30
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
874e7ed3da fixed typo (#21778) 2018-11-05 04:24:34 -05:00
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
847dd62af6 Added a suggestion (#21752) 2018-11-05 04:19:24 -05:00
90a417b331 Changed C++ to C (#21734)
Changed a reference to C++ to C.
2018-11-05 04:14:50 -05:00
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
dd03af6947 fixed minor typos (#21702) 2018-11-05 04:08:56 -05:00
70d8675171 Fixed several typos. (#21699) 2018-11-05 04:07:32 -05:00
446be9460c Update verb form "learning" (#21695) 2018-11-05 04:06:11 -05:00
31c9f6c1ca Added another clear example to probability (#21688) 2018-11-05 04:04:40 -05:00
acbc1725a2 Edited some grammar and syntax (#21687) 2018-11-05 04:03:14 -05:00
b25fd77ed2 Changed 'method' to 'function' for relevancy. (#25037) 2018-11-05 13:45:07 +05:30
16d0bf22c8 Fixed typo (#24837) 2018-11-05 13:43:02 +05:30
d9e5321c4e fix typo error (#24996) 2018-11-05 13:32:20 +05:30
58879fc5fb Removed repeat link (#21627) 2018-11-05 02:48:39 -05:00
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
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
01a3532484 fixed spacing in loops (#21571) 2018-11-05 02:07:10 -05:00
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
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
af3c7e8794 Fixed minor typo (#21805) 2018-11-05 01:59:10 -05:00
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
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
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
64bf069fa9 Tabs on documentation (#21071) 2018-11-04 21:08:44 -07:00
c66dc46128 Added few more examples of "tech" (#20987) 2018-11-04 21:04:24 -07:00
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
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
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
d5991a5df9 Updated RAM to include article about ECC Memory (#21022) 2018-11-04 20:46:10 -06:00
9a11c8b013 Defining the abbreviation (#21021)
Defining the abbreviation, so readers know what "PEP" stands for.
2018-11-04 20:44:35 -06:00
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
eab44f2548 Added blog link to Angular articles by Thoughtram (#21002) 2018-11-04 20:11:47 -06:00
527569b95b Correct typo on the word "realizing" (#21008) 2018-11-04 20:10:46 -06:00
0697232bad Added new resource and more description (#20991) 2018-11-04 20:04:58 -06:00
dc09ca3e25 Updated typo and more info (#21787) 2018-11-04 20:59:47 -05:00
77bf9f968f Fixed some grammatical mistake. (#21932)
* Fixed some grammatical mistake.

* Revert to nested lists
2018-11-04 20:50:15 -05:00
Joe
e465168940 Update index.md (#24609)
changed "creates empty file if not exists or modify times of existing files" to "creates empty file if none exists or modifies times of existing files"
2018-11-04 15:59:43 -08:00
847acc1578 Make russian translate little better (#18530)
Make russian translate for add-a-text-alternative-to-images-for-visually-impaired-accessibility.russian.md little better and more russian
2018-11-04 15:55:51 -08:00
947e827cd4 Update index.md (#24610)
* Update index.md

More Information section was empty, a link to MDN Docs was added.

* corrected added link syntax
2018-11-04 15:15:04 -08:00