Commit Graph

4530 Commits (a415c2055b25fcb1088f7d28fa49e836865167ab)

Author SHA1 Message Date
DarkPanda 8a2927ff99 Add Font Family details (#28719)
* Add Font Family details

* fix: removed unnecessary comment
2019-03-08 15:12:51 -08:00
bagecka 2e939bcd66 Updated article on img tag alt attribute (#33853)
Populated content for stub article: Add a Text Alternative to Images for Visually Impaired Accessibility
2019-03-08 14:56:29 -08:00
Mario Kandut 61e8a7c8bd add: content for this challenge (#31782) 2019-03-08 14:53:49 -08:00
Mario Kandut 41314f1364 add: content for challenge - match ending string patterns (#31774) 2019-03-08 14:50:49 -08:00
JeanMendes bdc7c22ee6 Update "Escape Sequences in Strings" stub (#34006)
* Update "Escape Sequences in Strings" stub

* fix: replaced backspace with word boundary
2019-03-08 14:47:58 -08:00
AnonProgrammer007 a8f303094c Update index.md add comma and sentence (#33994)
Added apostrophe on line 4, added 'combined approach' on line 10.
2019-03-08 15:47:05 -07:00
Adrian Skar f0270b8439 [Guide] Basic JS: Inequality operator. Enhancements (#28501)
* Basic JS: Inequality operator. Enhancements

From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8651)
·Added exercise explanation, run code link, code explanation and resources.

* fixed: fixed typo
2019-03-08 14:42:20 -08:00
Adrian Skar 64d7eba61b [Guide] Basic JS: Greater than operator. Enhancements (#28510)
* [Guide] Basic JS: Greater than operator. Enhancements

From [this PR on the old guide repo](https://github.com/freeCodeCamp/guide/pull/8663).
· Added problem explanation, run code example, code explanation and resources.

* fix: removed repl.it link
2019-03-08 14:42:05 -08:00
Andrei Calinescu baed72fd3d Explained solution and added alternate (#34718)
* Explained solution and added alternate

Explained why the solution works and added an alternate, less elegant solution for comparison.

* Removed last line per feedback
2019-03-08 14:41:08 -08:00
F94Olivera e0ce2301e6 Added Hint 2 & remove repl links (#34745) 2019-03-08 14:36:08 -08:00
Dante Calderón a22526d17f Fix error in the markdown (#34990)
Fix error in the markdown closing the code fragment.
2019-03-08 14:08:26 -08:00
Garret Kemp e290762005 Provided code solution to jQuery challenge : Change the CSS of an Element Using jQuery (#35293)
* Update index.md

* Update index.md
2019-03-08 14:06:17 -08:00
The Coding Aviator 058db4f449 fix(guide): Add full solution code to jQuery challenges (#35488) 2019-03-08 14:04:01 -08:00
Eraj Tob 871d8ff3d9 Speeling and Punctuation modification (#32432) 2019-03-08 14:59:20 -07:00
Lucas Thompson 00c7b70ab5 Edit paragraph 1 for clarity and material. (#32396)
A sudden contextual jump to overclocking may leave an unversed reader confused. The added and edited lines improve the clarity and flow of the paragraph as well as provide a basic description of overclocking.
2019-03-08 14:45:35 -07:00
Kevin Trang da9171a57a Added a More Information section to "Import a Google Font" (#34633)
-Added additional links in the More Information section to show the user how to implement Google Fonts into their HTML and CSS code
2019-03-08 13:38:54 -08:00
DarkPanda 45b24b1de1 Add CSS Class to Style an Element details (#28749) 2019-03-08 13:23:33 -08:00
Akhil Pillai 2d2c13f2ab Add the text for clarity to the article (#28489)
Also added links for more info
2019-03-08 13:13:26 -08:00
Matheus Genteluci 9d09a12906 Use the javascript console to check the value... (#34644)
* Use the javascript console to check the value...

... of a variable.

- Solution added to index.md

* add full solution
2019-03-08 13:03:18 -08:00
Rajiv Ranjan Singh 16fe6efff6 Fixed Typographical Error in guide/english/3d/blender/index.md (#35486)
* Update index.md

* Update index.md

* Update index.md

* revert code

* Update index.md

* Fixed spacing and grammar
2019-03-09 02:08:59 +05:30
chayawit cf8a79c0af Replace stub page with new hints (#34799)
* Replace stub page

* Update index.md
2019-03-08 12:16:27 -08:00
Omereshone Kelvin Oghenerhoro 21d2698a44 update front end certification guide handle action in the store solution code to return the state parameter not the defaultState object (#28485) 2019-03-08 10:35:02 -08:00
Owais Ali 3eab20af32 add guide of certificate/api/create a model (#29472)
* add guide of certificate/api/create a model

* Add syntax highlighting

* Update index.md syntax highlighting
2019-03-08 09:51:00 -08:00
Andrei Calinescu bf255ddb05 Added SASS solutions, fixed typos, code formatting (#34792)
* Added SASS solution and output CSS

* Fixed typo, added code formatting

The example code outputs for "start to end" and "start through end" were swapped. "1 to 3" does not include the end number, so should output "1 2", while "1 through 3" includes the end number, so should output "1 2 3"

* Added SASS solution and output CSS

* Added SASS solution

* Updated solution to full solution

Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator [suggestion](https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#pullrequestreview-210097979).

* Updated solution to full solution

Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator suggestion https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#pullrequestreview-210097979.

* Fixed Markdown syntax

Minor edit

* Updated solution to full solution

Now includes all seed code, plus the changes needed to pass the tests, per @thecodingaviator suggestion https://github.com/freeCodeCamp/freeCodeCamp/pull/34792#discussion_r263731937.
2019-03-08 21:07:52 +05:30
Nnubia Ogbuefi 948d66fcdb minor corrections (#31479) 2019-03-08 15:38:12 +05:30
Rajiv Ranjan Singh b01e9d5bf5 Fixed Typographical Error in guide/english/accessibility/index.md (#35507)
* Update index.md

* reverted code
2019-03-08 14:12:11 +05:30
Linda Zanchi 45f5a8d6b8 punctuation and clarity edits (#30189)
Removed multiple unnecessary commas, added edits for grammar.
2019-03-07 21:14:28 -08:00
Shak 12282c84e6 Updated index.md (#29136)
Added following things:

- Private Cloud analogy.
- Fixed Typos for more Information URLs
- Removed "said to be" around modern websites/architectures.
2019-03-07 21:03:31 -08:00
Shalise Smith 0ea4472ab2 Displayed links as a list. (#27449)
* Displayed links as a list.

* fix: added markdown bullets
2019-03-07 20:43:52 -08:00
tasosmazis d2a1a5653b edited typos (#29125) 2019-03-07 20:11:32 -08:00
Mojjammil Khandker b95343b775 Update index.md (#32576)
Uppercase first letter of words after colons as they are full sentences. Added period on line 13 to make it consistent with the rest.
2019-03-07 19:58:06 -08:00
DrN0VA 316769c9c0 Punctuation Issue (#27893)
"Puppet manifests". 
changed to 
"Puppet manifests."
2019-03-07 19:48:23 -08:00
andakawa 8969c3a653 Update index.md (#31041)
Added some information to clarify the concept behind Vue.js
2019-03-07 19:41:04 -08:00
mawarijo 43d538ce2d Fix typos in Vue intro (#28439) 2019-03-07 19:14:27 -08:00
dannyalexander87 72d9b1c7fc Update index.md (#31358)
only added another example of white hat hackers "pentesters"
2019-03-07 19:14:06 -08:00
jballi17 5f2d8abc24 index.md minor spelling fixes (#31199)
changed "breches" to "breaches"
changed "self-infliced" to "self-inflicted"
changed "understadn" to "understand"
2019-03-07 19:12:43 -08:00
tasosmazis 32f14743e6 edited typos (#29122) 2019-03-07 19:12:20 -08:00
Josh aa82e7f9f3 Added description of the "CIA Triad" (#24707)
Added the text: "The CIA triad is a model used in Information Security to build sound policy. The acronym "CIA" stands for Confidentiality, Integrity, and Availability. These three items are the most important components of security."
2019-03-07 19:10:52 -08:00
Deandre White 535bbab99a Fixed "then" to "the" typo (#28843) 2019-03-07 19:08:13 -08:00
Konrad Hyzy 998d2f30ed Added few clarifications, updated typos (#28822) 2019-03-07 19:07:04 -08:00
Kingsjo1 b2375a9235 Add description for docker detahced (#28799)
* Add description for docker detahced

I added how to run in detached mode, see the container running and get info and how to attach to container.

* Fix typo in docker detached part
2019-03-07 19:05:01 -08:00
Ivan Paulin e6262284b4 Fix typos in text (#27796)
Change "throught" to "through" in several places.  Context "move through" instead of "move throught".
Fix typo in "caracters", add missing "h".
2019-03-07 18:55:34 -08:00
japplejuice fb89ff9384 Adjusted wording in "Environmental Considerations" section (#29714)
Adjusted the wording and grammar in the "Environmental Considerations" section to increase readability and to better follow the sentence structure.
2019-03-07 19:51:16 -07:00
Anton G. Neuhold Jr 401cbe6204 Updated completing-the-square with fixes. (#28363)
Fixed typo "quadratic eduation" to "quadratic equation".
Some grammar seemed off so that was changed as well.
😁
2019-03-07 18:47:48 -08:00
Andrew Mackie d37f5a7751 Fixed typos (#27202) 2019-03-07 18:46:51 -08:00
japplejuice edb3548826 Altered grammar of "Case Cooling" section (#29678)
Changed the grammar of "Case Cooling" section to be easier understood.
2019-03-07 19:29:35 -07:00
Talvaxian f00d180040 Line 23 Update Added Fan Flow (#29066)
Line 23 of Cable Management had an "=" instead of "-" changed to keep universal across document.
Also added information about push pull of fans.
2019-03-07 19:10:46 -07:00
Arina 49efb5dc5a Update index.md (#32962)
Fixed some typos.
2019-03-07 18:01:56 -08:00
richa7327 fe2f025bfb Add the sample document structure (#32646) 2019-03-07 18:01:18 -08:00
Avish Kansakar f14ab31569 cable management accessories (#29014)
Gave examples of cable management accessories
2019-03-07 18:40:36 -07:00
Kaustubh J 0c8217474e Update index.md (#32414)
Added necessary links for installation and described the cons of MongoDB
2019-03-07 15:42:08 -08:00
Paperweb 2683b2904e Fix typo, language, and add some more info (#28359)
Fix typo, language, and add some more info
2019-03-07 15:40:19 -08:00
Nextheory Labs e6db8965ff fixed spelling error (#32773)
Compatability -> Compatibility
2019-03-07 15:36:50 -08:00
Upasana Sinha 84c3093ca0 Fixed minor spelling mistake (#31848)
Replaced 'uses' with 'used' on line 56.
2019-03-07 15:31:43 -08:00
Shooflower 48eaeb953e Corrected spelling/grammar + added resource (#31412) 2019-03-07 15:22:45 -08:00
yungbeard007 412c0fd5a5 Corrected grammatical errors in paragraph two (#33760)
Edited the sentence below by replacing "the" with "that" and "as" with "at".

"Studies have found that two out of five 'successful' people consider themselves frauds/imposters while other studies have shown that up to 70% of people experience imposter syndrome at one point in time or another."
2019-03-07 15:16:35 -08:00
Ajay Tanwar 75c47119b7 Update index.md (#31808) 2019-03-07 15:06:10 -08:00
Irfan N.Hamid 5e1a6f5f42 Added MongoDB Logo (#29327) 2019-03-07 15:02:12 -08:00
jenshaw86 246c4281c5 Grammatical edits to article (#30190) 2019-03-07 14:53:59 -08:00
S R 1c51e91292 Explanations for NULL, Added Default (#28008)
1. Corrected NOT NULL / NULL explanation
2. Added explanation for Default
3. Added new columns to illustrate 'default' and 'null' behaviour.
4. Explanations for datatypes
5. NUMERIC Datatype illustrated.
2019-03-07 14:45:33 -08:00
aleph-aseffa 3493880f70 Grammatical and spelling fixes (#30005)
* Grammatical and spelling fixes

Small fixes to improve the flow of the essay.

* fix: changed the back to that
2019-03-07 14:39:33 -08:00
yuktaanand c49c3e5a23 SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987 (#33629) 2019-03-07 14:37:19 -08:00
Rachel Irene Lunan c241ca7c49 added spelling hints (#29868)
* added spelling hints

* fix: changes pratfalls to mistakes
2019-03-07 14:17:12 -08:00
mdowis bb5735acdc Correct markdown to show tag (#30384) 2019-03-07 14:15:04 -08:00
MCBlastoise ddfee61412 Minor spelling and grammar fixes (#30047) 2019-03-07 14:13:49 -08:00
William George Cook a3c5ff9ede Clarify SQLite's role in prototyping (#29843) 2019-03-07 14:10:51 -08:00
Anatoly Makeyev c4bf3c1ff0 Added several SQL language elements (#28167) 2019-03-07 13:35:57 -08:00
Nnubia Ogbuefi dc649f6f45 Added a conference website (#30746) 2019-03-07 13:35:33 -08:00
Franklin Castellanos 737cce6b35 Grammar and spelling modifications (#29018) 2019-03-07 13:35:11 -08:00
Jurica Zuanović 3a7a57c67b Fix spelling (#27828)
Fixed "to to" to "to", "letfmost" to "leftmost", "definiton" to "definition"
2019-03-07 13:23:16 -08:00
TrangNgu65 6ca11755a2 Grammatical errors (#28793)
Fixed spelling errors.
2019-03-07 13:10:17 -08:00
PhoenixJenn a798f6fb18 Added DDL, DML, TCL, CRUD definitions. (#24372)
Added some more context, including DDL/DML/TCL/CRUD definitions.
2019-03-07 13:08:14 -08:00
Seandoyle12 cd41b0a3de Added a line to help the cooling process (#28075)
Added "* Make sure to keep the room clean to keep dust and hair out of the fans and cooling systems to keep them functioning properly."
2019-03-07 08:56:45 -07:00
David Mc Cormack d3ddfc7cae Updates to lines 18,21 and 23 (#27477)
Line 18 - Grammar and syntax corrections
Line 21 - Added in 'The case should be located in a way that allows good airflow'
Line 23 - Syntax and grammar corrections
2019-03-07 08:35:42 -07:00
Bannon Tanner cfb6454775 solution Work with Dynamic Data in D3 (#27204)
changed stub to full explanation page with relevant links and basic/intermediate solutions
2019-03-07 18:54:44 +05:30
Bannon Tanner a8334f88c0 guide solution for Work with data in D3 (#27121)
changed stub to be a full solution
2019-03-07 18:51:49 +05:30
Anas Salam 6be246ac4a inserted text 'aka Parent Node' to the file "index.md" (#26929)
* Update file "index.md"

added text = 'aka Parent Node'
increased branch length from the root

* text replaced in index.md file

text 'aka' replaced with 'also known as' in index.md file
2019-03-06 13:43:13 -07:00
Piyush Bajaj 7881a603ba Update index.md git file(#25090) 2019-03-06 22:51:31 +05:30
Thodoris Pliakas 7eabdbb689 Added examples for tracking remote branch (#24760) 2019-03-06 22:34:58 +05:30
Jake Levenson 83dd3ba7d8 Fixed Formatting (#24574)
Gave better visual representations of equations
2019-03-06 22:31:31 +05:30
Gregory Gubarev 6eaacf526c Responsive Web Design: Added hint to Style Multiple Elements with a CSS Class (#24379) 2019-03-06 22:19:37 +05:30
Doug 973a01e218 Adds guide page for bash command grep (#25769) 2019-03-06 07:52:22 -08:00
ALucatero03 ffefb3cdcc Update index.md fonts (#27380) 2019-03-06 20:54:21 +05:30
Amy 9c1424ba7a Copyedit and clarify phrasing (#27265) 2019-03-06 20:26:21 +05:30
Isaac Miti cc49ac0456 Added an example of background gradient with image (#29570)
Code sample of how to implement a CSS background gradient, provided a screenshot for demo purpose.
2019-03-05 19:15:05 -07:00
Aris Karatarakis 35162199c6 add RGBA, HSL, HSLA for defining color (#28145) 2019-03-05 18:53:43 -07:00
Tom 3c9e19d999 fix: broken get a hint links [english] (#35280) 2019-03-05 16:22:23 -08:00
Tom 07ff561590 fix: rename guide folders [portuguese] (#35283) 2019-03-05 16:13:55 -08:00
Tom 7e017304a7 fix: rename guide folders [spanish] (#35285) 2019-03-05 15:51:08 -08:00
Tom f089586474 fix: rename guide folders [russian] (#35284) 2019-03-05 15:45:14 -08:00
Matheus Genteluci 0558bb2f37 How to Use Package.json (#34601)
Added hint and solution to index.md at guides section
Portuguese language
2019-03-05 15:38:31 -08:00
Tom 28b56bdf31 fix: rename guide folders [chinese] (#35282) 2019-03-05 15:37:52 -08:00
Tom a95697ed5d fix: rename guide folders [arabic] (#35281) 2019-03-05 15:30:12 -08:00
alittlepickle 86835361f1 Updated index.md from a stub. (#29731)
Added a cautionary note about the somewhat regular issue with Glitch where the FCC boilerplate app does not import. This is a common complaint on the forum from people who have no idea that the issue stems from Glitch.
2019-03-05 15:19:24 -08:00
The Coding Aviator a8a7f47e49 Added solution to modify fill mode challenge (#34500)
* Update index.md

* Add full solution
2019-03-05 14:43:37 -08:00
githrdw d97f0a56a6 Added optional selector (#28540)
* Added optional selector

Added optional selector

* Update index.md
2019-03-05 14:40:18 -08:00
Rajiv Ranjan Singh 286ef61b1a Update index.md (#35517) 2019-03-05 14:27:24 -08:00
isha2812 a61627cf9c added about perfect binary tree in index.md (#26201) 2019-03-05 14:31:41 -07:00
Tom 65c3188fd7 Fix/remove stubs on filled articles (#35506) 2019-03-06 01:57:17 +05:30
Megan Charles 3268b79833 Defining the Defining the Problem (#31832)
I created an initial "defining the problem" definition
2019-03-05 13:21:49 -06:00
Huyen Nguyen 44445fec72 fix: remove stub information from a guide article (#34915) 2019-03-06 00:47:40 +05:30
Owais Ali c816a88d3b Update guide 'install and set up mongoose' (#29450) 2019-03-05 13:05:16 -06:00
Nikhat Zaidi 04abf70efc Described usage of ALTER TABLE statement (#30349)
Description of where the ALTER TABLE statement can be used in a RDBMS
2019-03-06 00:12:56 +05:30
krekalidis 3b07316da1 Add Drop Column example (#24742)
* Add Drop Column example

Add Drop Column example with SQL Code instead of image. Also drop column image was removed since it was the same with the change column image.

* Minor name change
2019-03-06 00:12:16 +05:30
Randell Dawson 6f9dbbb2a5 fix(guide): rename guide article filename to include dot instead of dash (#35398) 2019-03-05 22:58:59 +05:30
PsiActual 078e51959a Added additional resource links and corrected punctuation (#32149) 2019-03-05 08:06:56 -08:00
fun831 aebc6ecadf Update index.md (#29023)
Fixed a spelling error.
2019-03-05 08:05:15 -08:00
Randell Dawson 0b912a1220 fix: removed invalid Intermediate solution (#35504) 2019-03-05 09:37:01 -06:00
sah-pinocchio 6ae6e6fa05 edit text. (#30845) 2019-03-04 20:19:09 -07:00
The Archangel 1b4ce7e188 Changed bug bounty URL (#27457)
Pointed it back at the guide for the "Bug Bounty" category instead of wikipedia. Will move the wikipedia link to the bug bounty page.
2019-03-04 17:00:01 -08:00
Saisaran mummidi 4f1fb17b37 add "()" in line 12 after "parenthesis". (#30846) 2019-03-04 16:59:47 -08:00
fransposito a960147c5a Grammar and Readability (#27602)
* Grammar and Readability

* fix: corrected some typos
2019-03-04 16:40:07 -08:00
Sahishnu ee36db5841 Update index.md (#31949) 2019-03-04 16:37:50 -08:00
Robin Ferguson 797a425665 Added code highlighting for while loop (#31676) 2019-03-04 16:26:31 -08:00
Shalise Smith 11a5ac26d8 added creator info, fixed spacing (#27614) 2019-03-04 16:23:51 -08:00
The Coding Aviator 2675f403c5 Update index.md (#34773) 2019-03-04 16:23:14 -08:00
tachoni ee0b83d876 Fixed typo on line 12 (#31800)
Added colon before a list of description
2019-03-04 16:20:35 -08:00
Josh Goldberg 1c272a05cd Update index.md (#33151) 2019-03-04 16:04:18 -08:00
Megan Charles 1236847518 Updated Index (#31806)
I extended the definition slightly.
2019-03-04 15:58:11 -08:00
Sai Kiran b80e7a503d corrected text=top to text-top (#27703) 2019-03-04 15:56:49 -08:00
Adnan Rahić bf3112d256 Added AWS Lambda document to the freeCodeCamp guide (#27985)
* feat: added page about aws lambda to guide

* feat: added resources to AWS Lambda guide
2019-03-04 15:44:54 -08:00
Amir Hilal bc8efb5541 Solution to spread operators in Redux challange (#34268) 2019-03-04 15:38:40 -08:00
mail-liam dcb7e22b08 Minor changes and fixes. (#28463)
Some minor changes to sentence structure and grammar fixes.
2019-03-04 15:36:05 -08:00
John Mantas cf721281ca Add solution using RegExp (#34294) 2019-03-04 15:35:27 -08:00
Andrew Nicholas Rivera d61ea6108d added clarification on instances and a link (#28214)
* added clarification on instances and a link

I added a bit of clarification on the relationship between a instance and the class during initialization. I also added a article  to the resource links relationships through pokemon.

* fix: corrected spelling and punctuation
2019-03-04 15:20:49 -08:00
Michael G 1594728815 Added some Sample Code for a demonstration in article commenting-code (#28451)
Implemented some Sample Code for the reader so they can see how comments are used in a basic function.
2019-03-04 15:04:25 -08:00
Jesse Roland 113980f97a Added explanation of implementing `[]` and `[]=` methods (#27904) 2019-03-04 15:02:40 -08:00
Amy 704f7fa4c7 Fix typos and clarify explanations (#30546)
* Fix typos and clarify explanations

* Make edits based on review

* Update guide/english/css/css3-media-queries/index.md

Co-Authored-By: amyyf <ava447@gmail.com>
2019-03-04 13:07:08 -08:00
KartikSoneji 117c10b8de Added note on eval, and small changes (#31231)
* Added note on eval, and small changes

* Added Syntax Error handling for Compiled and Interpreted Languages

* Corrected Syntax error to semantic error.
2019-03-04 13:06:29 -08:00
conradauthor 93c7843467 Update index.md (#29155)
This article seemed a little light on content and examples. The grammar was also a little off.

I have re-written the article to include more examples, cleaned up the grammar, and included a "further reading" suggestion.
2019-03-04 09:53:53 -07:00
kwyoke 61b7ac8948 Clarified use of `using namespace std` (#30681) 2019-03-04 08:11:15 -07:00
Tristan Sweet 281819741a Edited commas (#30627) 2019-03-04 07:54:11 -07:00
ayerest b5601f612b Minor text updates (#29923) 2019-03-04 17:33:58 +05:30
Vedran Leder 61f4c46bff Add more resources to linear gradient(#27272) 2019-03-04 17:33:10 +05:30
Mateusz Konieczny b0c239ff53 Fix match single unspecified characters hint page (#34615) 2019-03-04 17:14:38 +05:30
Edy Ionescu ff4afe4683 Add --grep flag to git-log (#25158) 2019-03-04 17:01:32 +05:30
Alexander Molnar 5b71c2b25e Added content to stub about quadratic formula(#24716) 2019-03-04 16:57:12 +05:30
OLOGUNOWA Samuel f93e494f4a A basic solution to challenge sum-all-primes (#34249) 2019-03-04 16:06:05 +05:30
Kevin Ullyott cd18e168a6 Add documentation on jQuery chaining (#26702) 2019-03-04 10:39:06 +05:30
Manish Giri 9a8e961c59 fix(guide): Fix java index.md heading level (#35326) 2019-03-03 19:50:16 -08:00
Ruben Lamon a412195e38 added extra solution to pig latin guide (#34465)
* added extra solution to pig latin guide

* Fixed repl.it link for Advanced solution

* Remove repl links

* Fix formatting issue
2019-03-03 17:53:46 -08:00
Aadat f7899f3f1c Added object oriented keyword in definition of cplusplus (#30056) 2019-03-03 14:14:40 -07:00
Aadat 5da72be9ca Added wikipedia link for Bjarne Stroustrup (#30052) 2019-03-03 13:22:19 -07:00
samujjal1618 99906d2589 Added some more information (#27749) 2019-03-03 12:43:13 -07:00
ishan-sriv 218bcfe75d Add lines 109-118(reading files) (#27795)
* Add lines 109-118(reading files)

* Update index.md
2019-03-03 10:11:21 -08:00
Dhirendra 7463e75530 Add hint & example for using CSS selectors. (#24807) 2019-03-03 23:15:47 +05:30
The Coding Aviator 6f9cad3315 fix(guide): Change true and false to equal and not equal in ternary operator challenge (#35494) 2019-03-03 09:13:12 -08:00
Andrew Mackie 87f04caf82 Fixed typos and added a reference. (#27451) 2019-03-03 08:14:07 -08:00
Anaconda 76fd0ce297 Added method to delete objects (#33474) 2019-03-03 07:55:52 -08:00
averyl36 d78db71f34 Color change command (#28128) 2019-03-03 20:24:22 +05:30
rituteb 91a5cc67cf fix(guide): Update code editor references (#34960) (#35363) 2019-03-02 10:00:39 -08:00
Agnes Brettl 6b581d6f81 Rgbcolors with alpha channel (#27219) 2019-03-02 10:00:44 -07:00
Bradley D. Thornton d4d1834766 working-in-tech/remote-versus-onsite (grammar fix) (#32241) 2019-03-02 18:46:03 +05:30
rupali317 cb3db952ee fix: update guide article for javascript conditional ternary operator (#35388) 2019-03-02 11:09:15 +05:30
Nicole Peery 890d7be105 Elaborated on the definition of a mixin and added definition of extends with a code example (#28046) 2019-03-01 16:49:07 -07:00
Kabir Hossain 9f3e196574 bubble sort example in php added (#24929)
* bubble sort example in php added

* bubble sort example in php completed (#3)

bubble sort example in php completed
2019-03-01 16:48:53 -07:00
The Coding Aviator b10256e853 Added formatting and explanation to Use the Conditional (Ternary) Operator (#34310) 2019-03-01 15:40:29 -08:00
lauraste1 8679a70c55 Add Boyer-Moore article to string algorithms section of guide (#34937)
* Add files via upload

* fix: corrected front matter

* fix: renamed to be index.md
2019-03-01 15:00:27 -08:00
ramyasree 6dbec7e44f Added hints and solutions to Redux exercises (#35244)
* Added hints and solutions to Redux exercises

solution to Redux exercise: Copy an Object with Object.assign

* Added the full code for the solution
2019-03-01 14:53:43 -08:00
Garret Kemp 46c4263931 Added code solution to jQuery challenge: Remove Classes from an Element with jQuery. (#35269)
* Update index.md

* Update index.md
2019-03-01 14:50:23 -08:00
David E. Barrera 53bb915868 Agregar definicion y ejemplo. (#20895) 2019-03-01 23:36:27 +01:00
Akhil Babu e59e7cd2dd Updated index.md to change the grammatical mistakes (#32494)
* Updated index.md to change the grammatical mistakes

In the line no. 6, added an "an" before the word "element". Similar corrections in line no. 8, 9, and 10. In line no. 8, "then" is added in the line to make a proper meaning in completing the sentence. The word "to the" is added before the words such as "top", "left" and "bottom" in line nos. 9 and 10 to make a proper sentence.

* Update index.md

* Added a , before the then statement
2019-03-01 14:29:10 -08:00
Joe 8eae311392 clear (#24643)
* clear

added an explanation of the clear command

* add title fix format

* fixed format

* fixed title

* Fix filename to index.md
2019-03-01 13:49:29 -08:00
Joe 56604f43f6 exit (#24641)
* exit

added an explanation of the exit command

* add title fix format

* fixed format

* fixed title

* Fix filename to index.md
2019-03-01 13:48:38 -08:00
The Coding Aviator 48312b3ff9 fix(guide): Fix language names in jQuery section of guide (#35271)
* Fix language names

* Fix language name

* Update index.md

* Fix language names

* Change javascript to js
2019-03-01 12:33:52 -08:00
The Coding Aviator efe39a5da8 fix(guide): Add full solution to jQuery challenge: Use jQuery to Modify the Entire Page (#35270)
* Add full solution

* Update index.md
2019-03-01 08:28:12 -08:00
Rajasimha Reddy 3ec8875bf1 Add locate command (#30902)
* Add locate command

* fix: formatting

* fix: formatting
2019-03-01 07:51:48 -07:00
merkur0 5665222c70 Added a Basic Code Solution to "False Bouncer" challenge (#34858)
* Added a Basic Code Solution

I have also provided the Code Explanation and Relevant Links.

* Added 3 backticks to code

Co-Authored-By: merkur0 <ondramerkun123@gmail.com>

* Added 3 backticks here too

Co-Authored-By: merkur0 <ondramerkun123@gmail.com>

* Removed deprecated part of text

Co-Authored-By: merkur0 <ondramerkun123@gmail.com>

* fix: reformatted links and add closing backticks
2019-02-28 16:39:56 -08:00
Joe Erickson 0890dda962 Add content for PHP strings (#27489)
* Add content for PHP strings

* fix: resolved conflict
2019-02-28 16:37:12 -08:00
Zonqq 3f2b07ed71 Add information "String" (#26594) 2019-02-28 14:51:54 -08:00
Francisco Gutierrez fadea0cfe8 fix: Fix typo (#34779)
Changed "chack" for "check"
2019-02-28 12:41:55 -08:00
Oleg Filonchuk b98213dd29 fixed few wrong translations (#29313) 2019-02-28 20:51:48 +04:00
amusinger 16e95b9f51 Improved Russian translation to this article (#29281) 2019-02-28 20:49:51 +04:00
Lance-Drane f687f804d8 Solution for Intermediate Algorithm Scripting: Pig Latin (#34446)
* Solution for Intermediate Algorithm Scripting: Pig Latin

Solution exclusively utilizes regex and string functions

Username: finally_static

* Properly format sublists

* sublists

* sublists

* sublist

* fix: added #2 to existing Intermediate solution

* Create a number for first intermediate solution
2019-02-27 19:49:00 -05:00
Dennis Liu ae5e2398aa fix(guide): add intermediate solution to guide (#25485) 2019-02-27 19:03:53 -05:00
Nemanja Jeremic 8db94edcab added documentation ur (#34631)
added documentation url for  String.fromCharCode() method
2019-02-27 13:53:22 -08:00
Akshay Avinash 108884cbba Update index.md (#24020) 2019-02-27 08:29:08 -07:00
Christopher McCormack 52105e3968 feat: fixed grammar/formatting of entire document (#35392) 2019-02-26 21:01:25 +05:30
seanjs 30b630b5b7 Realign indentation and checkstyle of bracket (#29205)
* Realign indentation and checkstyle of bracket

* Update index.md
2019-02-25 18:17:43 +09:00
hwannee f6b7958094 Correct wrong bracket 2019-02-25 17:46:35 +09:00
Koustav Chowdhury d226f4ceaa Changed as per review 2019-02-25 16:45:05 +09:00
Koustav Chowdhury d4848df011 Alternative way to sort a vector 2019-02-25 16:45:05 +09:00
Enjel Hutasoit 544401abd5 Add example explaination (#33226) 2019-02-24 21:58:06 -08:00
v01d3tr 0f905531df feat: added info about typeof null (#26899)
* feat: added info about typeof null

* Further clarify change
2019-02-24 23:43:49 -05:00
Shashank Goyal ef625c80c6 Fix output of sample code (#28971)
sample code to avoid using shared or mutable state has output commented as 2 while it should be 1.
2019-02-24 18:46:13 -08:00
Amaka Mbah 36d1a7d369 Fix typo on line 6. Add info on line 6 & 7 (#31531) 2019-02-24 19:19:09 -07:00
Christian Coffey 145a94f192 Update index.md (#30085)
Removed an unnecessary example as well as changed the description for the usage of the 'await' keyword. Also added an example for async method declarations.
2019-02-24 19:03:33 -07:00
justingiffard 97834c64d2 Fixed example 2 so that its runnable (#22328)
added some some time consuming code and a return to `CalcDamage`
removed `static` from `CalcTotalDamage` so that the compiler doesn't complain that `CalcDamage` should be static
compiler wasn't happy with `totalDamage += CalcDamage(player);` or `return await Task.WhenAll(totalDamage)` because you are attempting to assign a Task to an int. Fixed it by using `WhenAll` correctly
Changed parameter name of `CalcTotalDamage` from `group` to `people` as  `group` can  be confusing to read as its used with linq
2019-02-24 18:36:06 -07:00
Nguyen Viet 063257939b add php tag + update coding style (#26602)
should use all camel case for method
2019-02-24 09:41:44 -08:00
isha2812 caf6d3446f added recursive implemenation in c++ in index.md (#26218)
* added recursive implemenation in c++ in index.md

* fix: formatting/syntax highlighting
2019-02-24 10:17:31 -07:00
Vyrza d6cb576e89 Add further references (#33511)
* Add further references

* fix: added formatting for links using bullets
2019-02-24 09:53:18 -07:00
SpeedX 01bd850d3c Updated some new usages (#31635)
* Updated some new usages

Displaying information using wild card and merging file usuage added

* fix: resolve-conflicts
2019-02-24 10:32:57 -06:00
Christian Garcia ee635832ad fix(guide): typos and grammar in quickselection (#29284) 2019-02-24 10:32:26 -06:00
Irfan N.Hamid f79843e7ee Added Ionic Logo (#29332) 2019-02-24 09:24:31 -07:00
Wingman J. Lee 58a2313e29 changed 'redirect' to 'redirecting' (#27983) 2019-02-24 09:05:23 -07:00
aizelagustino d45f3c4c9f Added link to elm-lang.org (#33035) 2019-02-24 09:04:44 -07:00
Sashweana a495944a28 Added features (#28508)
- Added Audits feature
2019-02-24 09:01:03 -07:00
Wendy Gonzalez a3b74bb020 added way to access dev tools (#27432)
Noticed the two items listed under 'accessing the dev tools' weren't consecutive steps so I changed them to unordered list and added a third way
2019-02-24 09:00:22 -07:00
Chris Del 10e9c6f340 Update Higher-Order Arrow Functions code challenge (#34414)
* fix: update text of Write Higher Order Arrow to be more instructive

* fix: update tests and code to be more simple. Edit typos in text part. Prepare for PR

* fix: further changes to PR

* fix: checkout old head. Merge later commit with older commits

* fix: add MDN links to arrow-functions guide

* fix: re-add removed log and change working in guide wording

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/write-higher-order-arrow-functions.english.md

Yep

Co-Authored-By: chrisdel101 <arssonist@yahoo.com>

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/write-higher-order-arrow-functions.english.md

Removing unneeded line for clarity

Co-Authored-By: chrisdel101 <arssonist@yahoo.com>
2019-02-24 13:34:53 +05:30
codestin 5b73ed54e2 Update index.md with grammatical, spelling fixes (#28874) 2019-02-23 23:04:40 -08:00
Ian McCormack c91b475917 Corrected grammer, additional info & search glyph added. (#31431) 2019-02-23 22:54:20 -08:00
Jtorres68 e9478456f9 Added envelope and print icon and grammar fixes (#29261) 2019-02-23 22:36:01 -08:00
Thaurin b444d91364 Clean up and fix markdown/spelling errors (#27935)
* Clean up and fix markdown/spelling errors

* fix: removed comma
2019-02-23 22:26:28 -08:00
BlueFlames17 a6da90f702 Punctuation and spelling fix (#28316) 2019-02-23 22:24:31 -08:00
Connor 50ae2dac8b Small grammar edits (#29912) 2019-02-23 22:02:17 -08:00
Anna Tyrrell 975f49eb61 Edit for spelling and grammar. (#27611) 2019-02-23 21:47:00 -08:00
Meghan Westvig 1ef8270608 Fixing spelling errors (#27194) 2019-02-23 21:35:00 -08:00
Chanda 7cfdacd1b4 Updated verbiage for clarity (#26537)
Modify some of the core text in the article for clarity to the reader.
2019-02-23 21:25:27 -08:00
Javed Mohamed 01b8030bbe Improve C dynamic memory guide (#23849)
- Fix many errors and facts to be more accurate.
- Add more examples and cover all four commonly used functions.
- Rewrite parts to be more clear.
- Add some useful notes and warnings ... memory allocation is error prone!
2019-02-23 21:18:22 -08:00
Istvan Acs 8128ab00ea Add more description (#27989) 2019-02-23 21:10:16 -08:00
Sherman 6a42eb1fd0 Cleaned up wording and updated links to newest version (#33915) 2019-02-23 20:05:56 -08:00
Koustav Chowdhury a4c4eb7fb4 Suggested ways of improving Quickselect (#23850) 2019-02-23 21:46:00 -06:00
TrangNgu65 7381f0b69a Grammatical error fix (#28786)
Fixed some grammatical errors with capitalization and diction.
2019-02-23 14:58:59 -08:00
Aaron Fox cd0bf772e1 Added linked list time complexity table (#28086) 2019-02-23 14:51:00 -08:00
heymanpreet 2c1fbfea28 Added expansion of translation phase (#30314) 2019-02-23 14:47:25 -08:00
Praedor 61618d1e95 Corrected Grammar Mistake (#27225)
Acronyms are meant to be capitalized and (optional) periods between letters.
2019-02-23 14:44:43 -08:00
Alex 82e42bc21c Added in on good v. bad comments (#29942)
Added paragraph about best commenting practices in the introduction and relevant FreeCodeCamp link in the More Information section.
2019-02-23 16:06:57 -05:00
Shamp 06fe81b587 good practice for java doc (#29252)
good practice for java doc
2019-02-23 15:17:24 -05:00
Angelisa 132c0260c4 Added descriptions (#31641)
to Brackets and Sublime Text sections.
2019-02-23 12:31:40 -07:00
Sparsh e3b9659b00 Added "cost of js in 2018" additional resources (#30485) 2019-02-23 12:04:02 -07:00
Hadhemi 9506495042 Update index.md (#29597) 2019-02-23 11:58:16 -07:00
typinghands 3d41c07e86 Added 1 resource to the blogs area (#28570)
Added a specific medium article where they collected the most mentioned javascript books. Medium describes the list as, quote "Google’s BigQuery analysed top mentioned books of Hacker news , Stack Overflow and Reddit."
2019-02-23 11:57:30 -07:00
LOHare 6e2d7b0a7e Added 4 addition websites to the Tutorial SubHeader (#28488)
*   [Udacity Intro to JavaScript](https://eu.udacity.com/course/intro-to-javascript--ud803)
*   [Tutorial to React](https://reactjs.org/tutorial/tutorial.html)
*   [Introduction to Babel](https://flaviocopes.com/babel/)
*   [Khan Academy - Intro to JS](https://www.khanacademy.org/computing/computer-programming/programming)
2019-02-23 11:56:54 -07:00
Rajiv Ranjan Singh 04421a979c Update index.md (#35373) 2019-02-23 13:43:31 -05:00
Александр Мурзин eec1a140a1 fix translate to russian (#28865)
(planned out and budgeted) mine translate will more correct i think.
2019-02-23 18:48:04 +04:00
Oliver Eyton-Williams 36bad642c2 Add variable declaration (#34702)
* Declare variable

* Update guide/english/certifications/javascript-algorithms-and-data-structures/functional-programming/use-the-map-method-to-extract-data-from-an-array/index.md

Co-Authored-By: ojeytonwilliams <ojeytonwilliams@gmail.com>
2019-02-22 14:03:34 -08:00
Lidiya 7cda5ce59c [Russian] Improved translate (#28752) 2019-02-22 23:41:21 +04:00
marcosetm c835c4485a add align properties and code samples (#31396) 2019-02-22 10:39:02 -08:00
Kristina Gern fad914550f Edit for clarity (#32927) 2019-02-22 10:35:21 -08:00
a-Daley 635000c646 Added "the" to line 17 and comma to line 33 (#30754) 2019-02-22 10:34:10 -08:00
Ethan 4398114837 Added a CSS line-height page to the guides (#33288) 2019-02-22 10:29:26 -08:00
Blake Lambert dd9ce2bc2a Added information on inheritance in Python (#26572)
* Added information on inheritance in Python

* Formatting changes
2019-02-22 03:33:16 -05:00
Nick J 334be37bff Fix typo CPPU (#28883)
Fixes a typo in the text where CPPU should be CPU.
2019-02-22 11:40:37 +04:00
KartikSoneji 9389c7342c Added the diamond operator (<>) (#31291)
* Added the diamond operator (<>)

* Update guide/english/java/generics/index.md

Co-Authored-By: KartikSoneji <kartiksoneji@rocketmail.com>

* Changed <> to &lt; and &gt;

* Changed &lt; and &gt; to be escaped by `. Fixed Code Style to be Consistent.

* Formatting changes
2019-02-21 21:03:52 -05:00
Harkirat Singh e202b917d6 Update index.md (#35323)
* Update index.md

Completion of solution code.

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>

* Update guide/english/certifications/apis-and-microservices/basic-node-and-express/get-data-from-post-requests/index.md

Co-Authored-By: Harkirat155 <harkirat.hira@gmail.com>
2019-02-21 09:32:41 -08:00
Lidiya 0523233ac7 [Russian] Improved translate (#28746) 2019-02-21 17:57:29 +04:00
Lidiya fbc53ea257 [Russian] Improved translate (#28761) 2019-02-21 15:25:56 +04:00
Lidiya fe60bf33e4 [Russian] Improved translate (#28755) 2019-02-21 15:25:36 +04:00
dsb4343 5cb5c11df9 Added tutorial video for Java. (#33338) 2019-02-21 03:29:22 -05:00
Rodrigo Araujo f366b32d92 Changed wording (#33085) 2019-02-21 03:10:57 -05:00
S R 21b767539c Additions to Hello World guidance. (#27929)
Mention about .class files and not using .class extension while running.
2019-02-21 02:41:27 -05:00
Kelsey Edelstein 8448e71299 Add two CSS multi-column properties to index.md (#33054) 2019-02-20 23:06:21 -08:00
Cameron Behdani 1817e12c15 Added additional improve CSS performance tip (#32930) 2019-02-20 22:00:49 -08:00
Gabriel Hoverman 9d2719e2e4 Added PHP Try Catch to Guide. (#33840)
* Added PHP Try Catch to Guide.

* fix: change tru to try
2019-02-20 20:52:08 -08:00
Prajwal Bhatia 26b8e46af7 Add "Asynchronous nature" to the article (#33366) 2019-02-20 17:02:37 -07:00
deathwarden150 2c10d23ac3 Update index.md (#30265)
Added a point in Disadvantages.
2019-02-20 16:59:17 -07:00
Tanmay Arora aaba4c0987 Explanation.md (#30081)
Explained and simplified a few core concepts
2019-02-20 18:50:29 -05:00
Rachel Irene Lunan fe37a0a998 Update index.md (#29850)
made some mild proofreading edits to the text
2019-02-20 16:33:18 -07:00
Kaunaj Banerjee e580fa594c Add an example of infinite loop (#28627)
* Add an example of infinite loop

* Update index.md
2019-02-20 18:31:40 -05:00
Agnes Brettl 43daf92211 Update the text to make clear the main definition (#27237) 2019-02-20 18:16:44 -05:00
carsandparties 2a81a0bfe8 Add to description of box-shadow (#27192)
Add that box-shadow works just like text-shadow. Also fix typo by changing "give" to "gives"
2019-02-20 17:58:44 -05:00
Gabriel Hoverman 9526a6ed03 Added PHP Substring Function to Guide. (#33826)
* Added PHP Substring Function to Guide.

* Added PHP Substring Function to Guide.

* Fixed typo
2019-02-20 08:40:18 -08:00
Harikrishnan 463acd85e8 Detailed article on Pandas-Series (#31661) 2019-02-20 11:35:49 -05:00
Rajiv Ranjan Singh 739eefa9d2 Update index.md (#35212) 2019-02-20 08:35:21 -08:00
Harikrishnan 4fbc0440a2 DF Operation, follow up article on DataFrame (#32621)
* DF Operation, follow up article on DataFrame

Comprehensive article on Pandas DataFrame basic operation and methods.

* Update index.md
2019-02-20 11:35:06 -05:00
Harikrishnan 7d632a2a3a Comprehensive article on Pandas DataFrame (#31801)
* Comprehensive article on Pandas DataFrame

I will add more operations and methods in the coming articles.

* Updated the comments on title.

reread and modified based on style guide.
2019-02-20 11:34:20 -05:00
Daniele Pedone 4bd426500f Added info for stdClass (#31363)
* Update index.md

* fix: changed strClass to stdClass
2019-02-20 07:03:27 -08:00
CubeSky 8b5b951e92 Added portuguese page for vagrant (#20825) 2019-02-20 11:55:01 -03:00
Diogo Teixeira 18fd2780d7 Fix bad translation (auto-translation) (#20685)
* Change Bad translation (auto-translation)

* Fix typo
2019-02-20 11:54:42 -03:00
Matt Christensen b0edf27c8a updated index by adding explode() function (#33621) 2019-02-20 06:40:01 -08:00
Fabio Trilho Pereira 5bb85c3409 Translated the Add Images to Your Website (#20587) 2019-02-20 11:38:08 -03:00
Tomás Pereira 15052dfdf8 Grammar corrections - third and forth paragraph (#20597)
Added some grammar corrections on the third paragraph, including a mistyped sentence, along with some basic grammar errors that were fixed..
2019-02-20 11:28:41 -03:00
Nikita 0e9e73e377 Correctly translated into Russian (#28241)
* Correctly translated into Russian

* Grammar errors corrected. Fixed Markdown markup.
2019-02-20 14:36:22 +04:00
veera-potnis 59aa8a4a86 Fixed spelling 'child' (#28697) 2019-02-20 13:02:03 +04:00
Papun Charan 853311c57a Added 'difference between macros and functions'part (#32372)
I have explained the basic differences between macros and functions.
2019-02-20 01:05:00 -05:00
Juan D Frias f2b3e2091a Minor code corrections and text clarification (#30123) 2019-02-20 00:11:11 -05:00
Connor 2424f7892b Small edits (#29888) 2019-02-19 23:24:41 -05:00
Kaustubh J 359a776425 Update index.md (#32427)
Explained the space and time complexity of counting sort
2019-02-19 19:24:29 -08:00
Ankit Sharma 6994353c99 docs: Update guide of counting sort implementation heading add specific language(#26859) (#29407) 2019-02-19 18:50:50 -08:00
ngutierrez31 1b4122cfef Updated index.md: C++ implementation for count sort (#26609)
* Update index.md

Added a C++ implementation to count sort using std::vector

* fix: added code block syntax
2019-02-19 18:49:13 -08:00
Yizhou Sun 4ba7381167 Remove "jQuery" from "JavaScript Frameworks" (#32195)
It is more or less inaccurate to define jQuery as a framework. Many people don't mind it, though. To see the difference between the concepts of libraries and frameworks, please refer to "inversion of control": https://stackoverflow.com/questions/3057526/framework-vs-toolkit-vs-library/3057818#3057818
2019-02-19 18:20:50 -08:00
Andrew Rohde 228807ec63 Added additional references (#31728) 2019-02-19 17:38:37 -08:00
Sudhakar Kumar 0b44bb7fae Add installation help for Ubuntu (#35305)
Add a CRAN URL with the guide for installing R on Ubuntu
2019-02-19 14:47:53 -08:00
Sacha DeAngeli f36dd205e3 simplified and fixed grammar (#34003)
simplified text in several places
fixed grammar and typos
added a link to the reference section when it's referenced in the article text
2019-02-19 14:43:47 -08:00
Harikrishnan 4d6470c7c0 detailed article on pandas data visualization. (#34184)
* detailed article on pandas data visualization.

* Made updates as per the guide rules.

Proof read it and made the review changes.
2019-02-19 14:34:24 -05:00
Tankica d6f8ddfdb3 Add strtolower function (#31351) 2019-02-19 10:40:21 -08:00
okiwoki 341327281d added two additional attacks (#33881) 2019-02-19 06:50:30 -05:00
ananya a0992342d2 Add text (#29183) 2019-02-19 06:00:19 -05:00
Garret Kemp 02ef934ce5 replaced freeCoceCamp -> freeCodecamp (#35292) 2019-02-18 23:14:19 -08:00
GentlemanlyHippo 0df20f3e79 Add hardware flaws as a way to attack (#26607)
* Add hardware flaws

* Grammar fix
2019-02-19 01:23:45 -05:00
Kuldeep Patel a6a3b685da Add Some JavaScript History (#30089) 2019-02-18 18:25:44 -07:00
Alexander Dervish ca23bb47e2 Ruby For Loops Correct translation (#30291) 2019-02-18 12:32:17 -08:00
winetoys 5eb0555b5e spelling (#31203) 2019-02-18 12:49:58 -06:00
Mark Gross 0074d2a11d Add bash-configuration (#29988) 2019-02-18 12:49:20 -06:00
Kingsjo1 d53d0cf88d Add Man page (#28750) 2019-02-18 11:58:40 -06:00
Alex Dumitru 7f6fba32c0 added example with output redirect to new file (#27734) 2019-02-18 11:41:59 -06:00
Mariya 9f5e016e64 improved translation (#27825)
improved some key terms, changed sentences structure
2019-02-18 15:39:57 +04:00
Prakhar Varshney 4fd6515e1e fix the case in title (#28559)
* fix the case in title

* fix: corrected verbs' spelling
2019-02-17 19:39:41 -08:00
MariusTv 0afc6a15c6 ES6 Object destructuring - set default value (#31025) 2019-02-17 19:21:46 -08:00
Debalina fd3fbf50e5 (chore) add mdn link for let and const (#29829)
* (chore) add mdn link for let and const

Add further reading section and included mdn link for let and const

* fix: corrected link syntax
2019-02-17 19:11:19 -08:00
MariusTv 28276ae4af ES6 desctructuring - default values (#31018)
* ES6 desctructuring - default values

* fix: moved array spread operator section
2019-02-17 19:03:50 -08:00
Adi f5ab32315f Update index.md to add the get method (#27185)
* Update index.md

Adding the Get method to the dictionary

* Grammar fix
2019-02-17 20:56:31 -05:00
Aaron Gottlieb d5df6b1721 Links to popular boilerplate projects (#29833) 2019-02-17 19:24:15 -05:00
Craig Iturbe 70745216bd Update index.md (#27138) 2019-02-17 19:03:58 -05:00
Nathan Hannig 789746aaca fix: update React installation guide to make it shorter (#26707)
* fix: update installation guide to make it shorter

* Remove duplicate info, link sources
2019-02-17 18:43:43 -05:00
MariusTv d6fa57cd2f Update ES6 array destructuring (#31017) 2019-02-17 14:37:56 -08:00
Nischay Hegde c2e6329296 Fixed grammar, among other things. (#27130)
Since `#include <bits/stdc++.h>` is not a part of the C++ Standard, it was changed to more appropriate headers.
Also fixed the grammatical errors here.
Added a few helpful links.
2019-02-17 17:12:48 -05:00
KurtWayn3 e6143c7cf5 Update Props Guide to Include a Working Example (#32683) 2019-02-17 12:45:44 -05:00
KurtWayn3 23d6381828 Update JSX to Include How to Use Maps (#32698) 2019-02-17 12:44:50 -05:00
KurtWayn3 aa716b40d1 Add Information on Object Initializing in ES6 (#32835)
* Add Information on Object Initializing in ES6

* fix: added front matter block
2019-02-17 12:43:24 -05:00
RunsWithSquirrels 2f78a38885 Added Punctuation and Clarified Information (#29691)
I added a period to help make the article appear cleaner, as well as some further information with an already-established link to help clarify what the link tells the reader.
2019-02-17 09:53:04 -07:00
Sashweana 251fd0f4c1 Fixed spelling error and added new information (#28509)
* Fixed spelling error and added new information

- changed from built in to built-in
- added information for .count method

* Removed redundant construct
2019-02-17 06:25:06 -05:00
Shafrazi 6b4136c854 Added each method (#27159)
* Added each method

* Rephrasing sentence
2019-02-17 06:19:26 -05:00
Shafrazi 9988a61c56 Added include? method (#27129)
* Added include? method

* Added include? method

* Add colon for consistent formatting
2019-02-17 06:10:24 -05:00
Ayushman9454 93537670c0 added color input (#27096)
* added color input

* Added further details and formatting
2019-02-17 06:01:20 -05:00
Jonathan Lawrence 8c0d082b05 Make Definition Clearer (#35178)
* Make Definition Clearer

* readability update

Co-Authored-By: lawrencejon <lawrencejon97@gmail.com>
2019-02-17 05:13:02 -05:00
Kyle Cheng 38777ef429 Readability (#33134) 2019-02-16 20:48:36 -08:00
Sean ef369d5241 Fixed formatting for SQL RIGHT JOIN (English) (#26328)
Used consistent formatting for table results
2019-02-16 23:36:33 -05:00
Zach Zhao f9ffbe305c Prototype Chain Cycles (#25980)
* Prototype Chain Cycles

* Fix error message
2019-02-16 23:28:39 -05:00
hkRho 86caa14ead Added comma to line 48 (#31604) 2019-02-16 23:23:16 -05:00
gourabk121 0ced2546ec add the lines (#25846)
* add the lines

* Grammar and formatting fix
2019-02-16 23:21:42 -05:00
Ratnesh Jasiwal 96bfcfd654 Installation of latest laravel commands added (#34181) 2019-02-16 12:43:29 -07:00
Michael Piekutowski c68f606c03 Readability Fix (#28000)
I attempted to smooth out the readability of the second sentence of the second paragraph in the "JavaScript" section of the article without changing its meaning to enhance the user experience.
2019-02-16 12:21:53 -07:00
Andonov Florijan 5025882f7e I have added Latest Version (#33002)
Latest Version section added to the file. I want to continue developing the laravel portion of the repo.
2019-02-16 11:51:29 -07:00
Rachel Irene Lunan cafbe33cc7 mild proofreading edits (#29854)
removed repeated words and unnecessary punctuation
2019-02-16 10:41:49 -07:00
Genevieve L'Oreal cf0ebc2846 Added Quickstart Tutorial and formatting changes (#29412) 2019-02-16 10:12:23 -07:00
Debalina 7bd476c232 add code snippet: logical operator (#29842)
add code snippet for logical operator short-circuit evaluation
2019-02-16 10:02:27 -07:00
Chris Bassey d66d92b8df Added get laravel (#28860)
Added some description for Laravel installation
2019-02-15 19:23:45 -07:00
Tim Sparks 7872dda58b change conceling to concealing (#35237) 2019-02-15 17:10:59 -08:00
Sarah Hasnain 63d31ba61e Added info about Mozilla Accessibility tool (#33758) 2019-02-15 17:57:32 -06:00
Alya Syahirah b1372bba15 Add info about Valet to article (#25124) 2019-02-15 15:28:06 -07:00
Sarah Hasnain 150d655306 Info about creating and verifying accessible PDFs (#33743)
* Info about creating and verifying accessible PDFs

* markdownize link, add space
2019-02-15 15:58:18 -06:00
Kelsey S d17bfe4abf Added Link to The A11y Project Website (#33557)
Added a resource to link to The A11y Project website, along with a short description of what the site offers.
2019-02-15 15:22:14 -06:00
Kelsey S 4381bd1b29 Add New Color Contrast Resource (#33543)
Linked to a new color contrast resource website that is good for Developers and Designers.
2019-02-15 15:06:16 -06:00
Praveen Kaushik 6b375206cf Added more Accessibility tools for web developers (#31040)
* Added more Accessibility tools for web developers

Added Screen Reader tools useful for accessibility development

* markdownize links

change & to 'and'
2019-02-15 12:35:42 -06:00
AnonProgrammer007 ec013401bb Update index.md Add 'please' & comma (#33015) 2019-02-15 12:12:32 -06:00
chelseybuttrey 521871ab8f Update index.md (#29856)
I added the WAVE Extention Tool for Google Chrome
2019-02-15 12:10:04 -06:00
Tom 25a6f0441f Update javascript comments guide [english] (#33456)
convert links + lists to markdown
remove redundant information
make it more readable
2019-02-15 13:33:20 +03:00
N-Gohel f70bf00b7e added two helpful tips (#26949)
* added two helpful tips

* Grammar cleanup and formatting changes
2019-02-14 23:55:37 -05:00
OLOGUNOWA Samuel ce17020fed Added a missing opening bracket (#34447)
There was a missing opening bracket for the array `romans`
2019-02-14 19:45:57 -08:00
SpeedX 5f228f9b44 Added rules (#32459)
* Added rules

Rules For naming variables added and checked the document

* fixed: made resources header smaller one size
2019-02-14 14:21:09 -08:00
Aaditree fadfbca63c Types of variables (#29670)
Types of variables specified in a class.
2019-02-14 13:20:07 -08:00
egxn d07a0be071 Update title to react instead reaccionar (#34099)
I restored the react name in title table.
2019-02-14 22:07:04 +01:00
Linda Zanchi 59f490e22e edit for punctuation and capitalization (#30161)
Removed multiple unnecessary commas, added one necessary comma, added one capital in a title.
2019-02-14 14:03:39 -07:00
Franco Mariani 91a3e6d8a5 Update index.md (#31763)
- Update link to ruby's 2.5.3 latest version.
- Changed paragraph order to correct order. It was confusing.
2019-02-14 22:03:21 +01:00
Angel Vázquez 396fcded1a Electron page (#30207)
* Groovy language spanish section translation amendment

* Electron section spanish translation additions
2019-02-14 22:01:38 +01:00
Mario Vizcaino d9c9f7731f reverted some translations (#26611) 2019-02-14 22:00:40 +01:00
ImADrafter 0d515706ca Improved translation (#26477)
Fixed some words that was unintentionally translated.
2019-02-14 21:59:26 +01:00
Sergio García Martín f577e7719e git vs github: Improve spanish translate (#26280) 2019-02-14 21:58:35 +01:00
deathwarden150 6dd5960f40 update index.md (#31278)
Made comment better
2019-02-14 12:56:58 -08:00
Jeremy Nofs 9d39c5c384 Remove reference to using sudo for make files (#29674)
"For make file executable you should call this command under sudo chmod +x "filename"." Doesn't belong in this overview of bash scripts.
2019-02-14 12:45:43 -08:00
Varian Caesar c900cec85e edit(guide): simplify cost function (#29668)
Simplify the cost function for logistic regression
2019-02-14 12:45:14 -08:00
jherrerai a83143edb7 Improvements in the translation to Spain (#29671) 2019-02-14 12:30:25 -08:00
allissonrosa403 d3e2cf2cc8 Explanation about the language of external links. (#29635)
Explanation about the language of external links.
2019-02-14 12:29:01 -08:00
Jeremy Nofs 91684b8bf8 Change Byte to byte (#29667) 2019-02-14 11:11:24 -08:00
czakarian ec3e5df3b9 Update index.md examples with more detail (#26176) 2019-02-14 10:52:55 -08:00
yosoyoscar 78cee680a9 SQL comments translated into Spanish (#25954)
* SQL comments translated into Spanish

* fix: corrected translation
2019-02-14 09:28:11 -08:00
Vorkonolic 55111c6e90 changes (#25555)
* changes

Correction of mistakes in Russian.

* fix: removed line above front matter block
2019-02-14 09:25:30 -08:00
caioslv 4b2d112627 fixing automatic translations (#29607) 2019-02-14 09:10:06 -08:00
Inho Kim 265d1df540 update Spanish translation of "About Vim" (#20850) 2019-02-14 09:08:01 -08:00