Commit Graph

22276 Commits

Author SHA1 Message Date
88f0996a4f Added 'Pointer to pointer' section (#32819)
* Added 'Pointer to pointer' section

The 'Pointer to pointer' section describe what is pointer to pointer with an example.

* Update index.md

Changed Output header to ####
2019-03-20 12:25:09 -04:00
85412ef12a Making index.md more informative (#24188)
* Making index.md more informative

* Update index.md
2019-03-20 12:05:41 -04:00
2219a9a8dd Update positive-and-negative-lookahead.english.md (#34582)
Update solution from w{5} to w{6} as exercise is to match at greater than 5 characters long.
2019-03-20 15:58:09 +01:00
f313c094cb fix: clarify how to create multiple box shadows (Issue: #35534) (#35555)
* fix: clarify how to create multiple box shadows

* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/add-a-box-shadow-to-a-card-like-element.english.md

<code> tags added to 'color' property in order to make it look more consistent with the other propertes of 'box-shadow'.

Co-Authored-By: BA1RY <shashank.bairy04@gmail.com>
2019-03-20 15:32:53 +01:00
dfbcbc6fe3 Added a mixxin guide for vue (#32948)
* Added a mixxin guide for vue

* renamed folder to lower case

* fix: corrected typo and grammar
2019-03-20 07:25:19 -07:00
5f894a3231 A solution was missing (#35552)
My solution
2019-03-20 15:17:00 +01:00
ca29fb664e Add Event Handling guide for Vue.js (#24176) 2019-03-20 07:05:19 -07:00
f94879daa9 Add tools to monitor performance (#28745) 2019-03-20 06:31:18 -07:00
a27c736bf4 Correct paddings in inline code blocks (#35497)
* Update layout.css
2019-03-20 14:22:20 +01:00
Iva
527d442ac7 Update grid properties (#25190)
* Update grid properties

* Update index.md
2019-03-20 15:44:52 +05:30
2cc1e9b9b2 Update index.md (#27798)
some grammatical changes
2019-03-20 15:39:02 +05:30
a393397f8f Added noopener's as well as a link to MDN's flexbox (#35044)
I added noopener to the rel for links that have target="_blank" as well as a link to Mozilla Developer Networks Flexbox tutorial.
2019-03-20 15:36:34 +05:30
7a6afdc9b3 Added basic grid concepts for beginners (#32161) 2019-03-20 15:33:08 +05:30
d67bdf6e4a Added an additional resource (#30995)
* Added an additional resource

* Added additional resource
2019-03-20 15:32:16 +05:30
847a561fbd Add Google Drawings as an SVG tool (#28718) 2019-03-20 15:26:31 +05:30
6a43b4d61e Fix a couple of misspelled words. (#34055) 2019-03-20 14:09:57 +05:30
915c5fbfb6 fix some syntax error (#34137) 2019-03-19 23:42:48 -07:00
eeae761325 Changes to grammar, content, styling, etc (#28364) 2019-03-19 20:03:43 -07:00
4d021015e9 Add changed world line 8 "the items" to article (#27578) 2019-03-19 19:41:54 -07:00
6a7243ddd8 Minor grammar changes (#29174) 2019-03-19 19:19:39 -07:00
41efabf325 Edit for clarity and conciseness. (#33355)
* Edit for clarity and conciseness.

* fix: corrected typos
2019-03-19 19:05:33 -07:00
Adi
1aa2a5788d Adding Resources Section (#28212)
Adding Resources section and updating the NodeJS API link
2019-03-19 18:58:11 -07:00
297b01396c Conditional Ternary Operators - add mdn link (#29851)
add mdn link for Conditional Ternary Operators documentation
2019-03-19 18:54:53 -07:00
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
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
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
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
906c296c21 Fix grammar (#32953)
Just a few minor fixes in wording
2019-03-19 18:36:53 -07:00
49779d1f57 Added Reference Section & link to existing sources (#32312) 2019-03-19 18:34:56 -07:00
c439d3a9e1 Made explaination easier (#32028) 2019-03-19 18:29:14 -07:00
e410996d22 Fixed typos (#32850) 2019-03-19 18:15:35 -07:00
06e26c8977 Fix typos (#31865) 2019-03-19 18:14:54 -07:00
3c0c15c189 Update index.md (#31780) 2019-03-19 18:14:30 -07:00
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
78837947d6 Added a more information section (#28084) 2019-03-19 17:24:51 -07:00
3be922b4c5 grammatical adjustments (#28200)
* grammatical adjustments

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

* reverted code
2019-03-19 16:17:40 -07:00
d5861edc84 add more specific tests for username regex challenge (#34655)
* add more specific tests for username regex challenge

* fix: removed unnecessary test
2019-03-19 15:21:30 -07:00
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
bbfb01731e Add an explanation of the no arguments restriction (#27505) 2019-03-19 15:10:34 -07:00
1692f15527 Fixed Typographical Error in guide/english/virtualbox/index.md (#35610) 2019-03-19 21:47:57 +05:30
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
88a5d46ccb fix(challenge): add support for IIFE arrow function (#35573)
* fix(challenge): add support for IIFE arrow function

* fix(challenge): update regex
2019-03-19 08:39:43 -07:00
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
39b597f1c2 Corrected grammatical mistake (#35631)
From: "The version numbers themselves not should be changed"
To: "The version numbers themselves should not be changed"
2019-03-19 11:24:48 -04:00
38c2b40b1d Updated the file to add SNS (#29107)
SNS added as a popular service.
2019-03-19 20:42:11 +05:30
a626b7f9e5 Updated with pricing and cost calculator links (#27859) 2019-03-19 20:41:51 +05:30
6cf08fb0ae Update index.md (#31789) 2019-03-19 07:57:30 -07:00
228d873dd3 Fix: remove quote from challenge where not needed [english] (#35493) 2019-03-19 15:04:03 +05:30
4d1d89b1c7 fix(curriculum) Fixed test to only allow valid JSX comments for Add Comments In JSX challenge (#35320)
* fix: only allow valid jsx comments in div elem

* fix: allow blank comment and removed assert msgs
2019-03-19 01:00:12 -04:00