Commit Graph

16822 Commits

Author SHA1 Message Date
b85e58deeb Added "Nested Functions" section to the file (#19120)
* Added "Nested Functions" section to the file

* Update index.md

* Revert "Update index.md"
2018-10-15 22:44:56 -05:00
179a6f6bc8 fix(guide): Fix typo and adjust examples (#19122)
Subsitute to substitute, and adjusted example messages to fit with the example images.
2018-10-15 22:43:55 -05:00
282ff3d4b7 Added info on nesting functional components (#19131) 2018-10-15 22:41:02 -05:00
49f5b96d4c Add section on creating redux middleware (#19093) 2018-10-15 22:40:47 -05:00
3f9f258203 Added 'cp' command description (#19145) 2018-10-15 22:34:44 -05:00
c1e2da97e0 Mentioned 3 types of lists at beginning (#19074)
The article structure and formatting doesn't make it obvious what the third type of list is, so I added the names of the 3 types of list to the first paragraph.
2018-10-15 22:34:10 -05:00
3fda823973 feature(guide): added usage of default parameters (#19087)
When the default parameters are not in the end of the parameters list, they still can be used if you pass 'undefined' arguments.
2018-10-15 22:32:46 -05:00
8d8b7843b6 Added another usage example and fixed typos (#19088) 2018-10-15 22:32:21 -05:00
fb12f02104 Update to add-fractions-with-unlike-denominators (#19095)
Described second method for smaller common denominator
2018-10-15 22:30:23 -05:00
2a11e0dfd7 Improved wording in all-factors-of-a-number (#19096)
* Update to all-factors-of-a-number

Improved wording for better understanding

* Update index.md
2018-10-15 22:30:00 -05:00
290e16e80d Variable Arguments (Varargs) Method (#19098)
if we need a method in which  number of parameters varies then use this type.
2018-10-15 22:29:00 -05:00
4f12490bcd Update index.md (#18898)
add ignite as a resource for getting started
2018-10-15 22:26:31 -05:00
23dddbf25f Update index.md (#19039) 2018-10-15 22:26:06 -05:00
6f4e23bf55 Add a guide article for the Elm architecture (#19042)
* Add architecture stub and link to it in language intro

* Add Elm architecture initial article

* Add wrap up section to architecture article

* Add link to official elm guide
2018-10-15 22:25:46 -05:00
0bae15e8c3 Clarification of the declaration order overriding (#19046)
* Clarification of the declaration order overriding

Previous text was talking about an override but it may also confuse readers that the override was done in the order of the listing of class names inside the h1.
I also added an extra case to better clarify the situation.

* Small change mentioning the order of declaration

Missed an order of declaration emphasis on my previous commit, adding it on this one.
2018-10-15 22:23:15 -05:00
80eeb06ac0 suggestion for OS X (#19047) 2018-10-15 22:23:05 -05:00
7d3219cb30 Add text "Learn More about CS" (#18939) 2018-10-15 22:21:45 -05:00
1d217b53b5 Update index.md (#18947)
Added a python book recommendation to the book-recommendations page.
2018-10-15 22:20:47 -05:00
3939a4c433 Update index.md (#19051) 2018-10-15 22:18:59 -05:00
5efcae8dc0 Corrected typo (#19056) 2018-10-15 22:17:56 -05:00
3587cc0c4d feat: Add guide article for elm lists (#19059) 2018-10-15 22:17:05 -05:00
014e23eb3d docs: fix grammar in how-to-work-on-guide-articles (#19062) 2018-10-15 22:16:49 -05:00
d87ad0623f Fixed markdown syntax (#19060)
One backtick was missing from the starting tag of a code block, which had downstream effects.
2018-10-15 22:16:36 -05:00
fce714b14b fix(guide): typos and change truthy to falsy (#19064)
A variable declared without a value, will be undefined, therefore it is falsy, not truthy (the example could have been pasted badly). Also changed falsey to falsy and added '' as another way to declare an empty string.
2018-10-15 22:15:47 -05:00
eb8bf60a3c added Mastering Linux Shell Scripting (#19066)
- also updated link to Deep Learning and formatting
2018-10-15 22:15:08 -05:00
feff7c2480 Updated confusing formatting (#19068)
Changed "<Required>" to "required", since the former can be confusing, especially to those new to coding.
2018-10-15 22:14:47 -05:00
70b05d3305 Added more list operations (#18934)
- Reverse a List
- Splice a List
2018-10-15 22:14:21 -05:00
172828aaf0 adding guide for bash cp command (#18943) 2018-10-15 22:12:56 -05:00
80d7e048ac Update solution to challenge (#18946)
1. I added the line `$("#target4").html("<em>#target4</em>");` to solve the challenge.
2. I added link to official documentation and the freeCodeCamp guide.
2018-10-15 22:12:28 -05:00
iso
2c0b453b6a Corrected spelling error (#18949)
Changed "deifinition" to "definition" on first line of first paragraph (line 6)
2018-10-15 22:11:12 -05:00
6a9e1da614 Adding a little more to the article (#18950) 2018-10-15 22:10:48 -05:00
1d2797ac58 Added book recommendations (#18951)
Added 3 book recommendations to java resources page.
2018-10-15 22:10:21 -05:00
e754325a1d Adding instruction to enable virtualization (#18953)
I guess this is only for some computers because most of the computers I have used VMs on worked just fine but one of them gave me an error :VT-x is disabled in the BIOS for both all CPU modes (VERR_VMX_MSR_ALL_VMX_DISABLED)
2018-10-15 22:09:45 -05:00
132c0d26a9 Updated the title, typos, and awkward sentences (#18954)
Updated incorrect use of 'Data science".
Updated title because section talks refers to both Data science and analysis.
Fixed some typos and phrasing inconsistencies
2018-10-15 22:09:27 -05:00
2a9b43c942 Adding a link to Tkinter Documentation (#18955) 2018-10-15 22:09:02 -05:00
131e29402f Added more regarding the advantages of WP (#19401)
* Added more regarding the advantages of WP

* fix: bulletized contributor's advantage points
2018-10-15 20:08:44 -07:00
55b51d5c32 Added "Want to learn more?" section to index.md (#18956)
* Added "Want to learn more?" section to index.md

* Adjusted heading formatting
2018-10-15 22:08:30 -05:00
88f8389cec Update, added vw, vh example to values part index.md (#18964)
* Update index.md

vw, vh values added

* update: correctly added vw and vh units
2018-10-15 22:06:21 -05:00
f78d4eedfc Basics of Java Regular Expression (#18965)
Added basics of Java Regular Expression with example.
2018-10-15 22:05:50 -05:00
c87c76f8cb include my added text to the file (#18972) 2018-10-15 22:04:10 -05:00
d39331967e added intorduction to setup AWS S3 in Django project to store static assets and media files (#18975) 2018-10-15 22:02:12 -05:00
9dd0cbca4d Added Python crash course book 2E (#18882) 2018-10-15 22:01:24 -05:00
a273923afb Added installation steps and documentation (#18921)
Wrote description, installation steps, and documentation link.
2018-10-15 22:00:34 -05:00
f53940c5c0 add advantages for arrow examples (#18911)
explained benefits with code examples
2018-10-15 21:59:50 -05:00
32bd1a273d Linked an article about doing code reviews (#18620)
* Update index.md

Added an article about doing code review

* fix fixed link syntax and corrected grammar
2018-10-15 22:28:10 -03:00
39327cfd0c Typos and removing scripts from <head> section. (#19318)
* Typos and removing scripts from <head> section.

Removed scripts from <head> section description. "contains informations about the web site, exemple: style, meta-tags, scripts, etc..." (exemple on its own have typo), scripts doesn't containt informations about website.

* Update index.md

* Fixed the english mistakes and used better markdown
2018-10-15 22:13:47 -03:00
57d59d5a77 Update java lambda expression guilde (#19102) 2018-10-15 20:57:27 -04:00
ee05051613 Fixed wording in first paragraph (#19355)
* Fixed wording in first paragraph

The fist paragraph looked like it was a bad translation into English, I cleaned it up to be grammatically correct.

* fix: corrected contributor's sentence

Also changed to STaaS.

* Update index.md
2018-10-15 17:53:00 -07:00
9f98cdce3b Solution prevent-object-mutation.english.md (#18767)
* Update prevent-object-mutation.english.md

* Improved JavaScript style
2018-10-15 21:04:52 -03:00
9354cac5e6 Added links to the sites of frameworks (#19348)
* Added links to the sites of frameworks

* correctly formatted contributor's links
2018-10-15 16:54:58 -07:00