Commit Graph

1336 Commits (4b92a1d593ae8adb8bf9d5f15a8f20e6dbc59bce)

Author SHA1 Message Date
Jason Antwi-Appah 409086d600 Added more details on different distros (#21451)
Added details on distros that appeal to certain niches, like AVLinux, and distros with different GUIs/window managers.
2018-11-11 10:28:08 +07:00
Elias Hjelm c07bfe0848 Fixed typos and whitespace in jQuery selectors (#22053)
On line 8: "an function" changed to "a function"
On line 83 & 84: "on the dom" changed to "in the dom"
On line 89 & 97: removed whitespace in jQuery selectors
2018-11-11 08:21:22 +05:30
Nishant Mishra 079bd5629c Update index.md (#21555) 2018-11-11 09:49:33 +07:00
samsvo 5917b2315e Changed subjective "better than" wording (#21548) 2018-11-11 09:36:36 +07:00
Takachou 2efe0116b5 Added new transition duration (#21427)
Added new transition

Added transition duration to the code and indention to the code.
2018-11-11 09:19:53 +07:00
Rachita Bhagchandani eb4c305722 Added augumented trees in binary trees guide (#21530) 2018-11-10 22:10:29 +00:00
Prashanth Thiagarajan f0640891a6 Minor typo in index.md (#21529) 2018-11-10 22:03:00 +00:00
factotumMeister 79e96d0c7b fixed examples (#21527)
made changes to examples to be more javascript standard
2018-11-10 21:57:52 +00:00
RBenBeach f89a138484 removed stray hyphen (#21522) 2018-11-10 21:46:37 +00:00
Anandu B Ajith 5d6628dd1a fix formatting , add expansions (#21521) 2018-11-10 21:43:25 +00:00
Takachou 3dfcd0c256 Updated with figma latest capabilities (#21519)
- added prototyping 
- added figma library 
- added code export
2018-11-10 21:39:55 +00:00
Aman Kumar 519f08da03 Introduced Geometric progression (#21517)
* Introduced Geometric progression

* Fixed some typos and added geometric mean

* fixed some more typos

* Added Design Patterns book

* added design pattern books
2018-11-10 21:35:24 +00:00
rdfriesen 4e22e660dc typo fix (#21171)
* typo fix

* Update index.md
2018-11-10 15:04:53 -05:00
Santino Valenzuela 6ab703ea99 Fixes typo under "What does this button do" (#22928)
Fixes typo under "What does this button do" heading from "kinda" to "kind of".
2018-11-10 23:21:44 +05:30
Abdul Ghaffar 849277da75 add javaScript resource (#21277)
added 'learn X in Y minutes (X = JavaScript)' link.
2018-11-10 08:55:25 -07:00
TheRealSpartacus 009b2e6cd8 Adding content to article (#21484)
Saw this article was empty, decided to fill it
2018-11-10 08:47:01 -06:00
vgupta3 3f795e4e6d Fixed the code block for food table display (#21474)
Added a code block end quote after the food table so that the company table is displayed in a separate code block.
2018-11-10 07:50:03 -06:00
Brian dbc6c05166 Add example for ## A word on 'scope' (#21447) 2018-11-10 13:02:05 +00:00
CubeSky 1492e4d09d Fixed formating and partialy translated to portuguese (#20811) 2018-11-10 12:14:59 +01:00
vgupta3 70fc1ac009 Fixed the binary search equation by changing the 2x to 2^x (#21389)
Fixed the binary search equation by changing the 2x to 2^x

If we divide N by 2 x times it is supposed to be N/2^x not N/2x
2018-11-10 14:48:35 +07:00
Evan Farmer d6bf654355 Changed wording, clarified language index.md (#21426) 2018-11-10 14:46:54 +07:00
vgupta3 7b29cd7f36 Fixed the code block for student table display (#21437)
Added a code block end quote after the student table so that the student-contact-info sql command is properly displayed in a code block.
2018-11-10 14:34:53 +07:00
Mike-Git-Hub 4b2a09efb1 add text "The absolute value of a quantity x is denoted by |x| (the quantity is enclosed between two vertical bars)." (#21402)
add text "The absolute value of a quantity x is denoted by |x| (the quantity is enclosed between two vertical bars)."
2018-11-10 13:51:05 +07:00
ayra-jafri 7dc9394cc9 Added some more resources (all free) to the list (#21232)
* Added some more resources (all free) to the list

* Updated the index.md and removed a few links

Specifically removed the Java2s book link, and the Java Freeware link. Also changed the link for the Helsinki MOOC to https.
2018-11-10 13:23:45 +07:00
Jacky Lui d260f82df1 Adding Full Stack Development Heading + book (#34218)
* Adding Full Stack Development Heading + book

* fixed changes relating to asterix and link

I added the [Amazon Smile] to the link, although I'm not sure what it does

* Update index.md
2018-11-10 10:36:03 +05:30
Alexander Molnar bcd9f41e2d Fixed errors, added content (#34278)
Errors fixed, and added a few other minor points to clarify things, some examples, and more rules for differentiation. Also removed hot-linked images since it is sometimes frowned upon (people should not frown upon FCC!) and some don't work anymore.
2018-11-10 10:32:16 +05:30
trbst fc4a95bfc6 Fixed markdown and examples (#34245)
* Fixed markdown and examples

* Fixed markdown in starting section and 'Header and Footer' section
* Fixed example code structure in starting section and 'Header and Footer' section

* Add correct syntax
2018-11-10 10:31:57 +05:30
AlexandreLeFou 5f03e0f036 Added a solution/fixed stub :) (#34251)
* Added a solution/fixed stub :)

I have added for the most known browser what keyboard combinations/shortcuts you can use in order to open up from Web dev tools the console and run the same code as we do in FCC camp!

Certifications/JavaScript Algorithms and Data Structures/Debugging/Understanding the Differences Between the Freecodecamp and Browser Console

* Deleted a link provided

I have previously provided a link upon which I have added the Macintosh shortcuts. 
I have deleted all the Mac set of keybords as I can't check them in my pc and it is considered plagiarism

* Fixed text 

added more instructions

* Added solution

updated with solution and JS code for solution+as well as hint

* deleted white space in solution

* added frontmatter

fixed Travis problem

* Update index.md
2018-11-10 10:30:30 +05:30
EmeraldEntities efdb543d76 Fixed grammatical issues and updated the text (#21329) 2018-11-10 12:08:41 +09:00
ayra-jafri 0e263c6a9c Added a few books to the list and reformatted some links (#21320) 2018-11-10 11:55:43 +09:00
Tansica Sun 9c77565661 Recommended Jon Duckett's books for beginners (#21316) 2018-11-10 11:55:29 +09:00
RBenBeach 29c7800008 Corrected typos, punctuation, and spacing issues (#21508) 2018-11-10 07:01:12 +05:30
Jonathan Otano 56da36c236 fixed typo (#25144) 2018-11-10 06:51:10 +05:30
Piyush Bajaj d8ad84a387 Update index.md (#25099) 2018-11-10 06:25:25 +05:30
Muhammed Kilig cad39ca159 Added link to Gimp Website for alt download at bottom (#21154) 2018-11-09 19:19:42 -05:00
Rogel Horlador c582a638cc Updated the URL of <input> tag (#21392) 2018-11-09 23:54:10 +00:00
Aditya 3e1187ded8 [Guide] Data Structures: Create a Circular Queue (#34255)
* feat: added circular queue

* fixed code block, adjusted pointer position relative to array entries

* fix: code block
2018-11-09 16:52:54 -07:00
Sharkyshreds ed66838a61 inclusion of private cloud clients (#20924)
* inclusion of  private cloud clients

* Update index.md
2018-11-09 18:47:10 -05:00
Pawan Bangar 1f5d012bb8 add "Jvm Core Responsibilities and More About Jvm" (#21145)
* add "Jvm Core Responsibilities and More About Jvm"

we must know why java,not c++ reason is jvm...

* Update index.md

* Update index.md
2018-11-09 18:46:06 -05:00
Kris Hayes e6a9e49ac3 Added diff between span and div section (#21386) 2018-11-09 23:37:16 +00:00
Mike-Git-Hub a2be9a40e1 replace existing text with the following new text "Divide the top of the fraction (the numerator) by the bottom of the fraction (the denominator); then multiply the result by 100 to obtain the number in percentage form. Example: Step 1: 1/4 = .25 Step 2: .25 x 100 = 25% In this example, we have determined that 1/4 equals 25%." (#21356)
replace existing text with the following new text "Divide the top of the fraction (the numerator) by the bottom of the fraction (the denominator); then multiply the result by 100 to obtain the number in percentage form.  Example:  Step 1: 1/4 = .25  Step 2: .25 x 100 = 25%  In this example, we have determined that 1/4 equals 25%."
2018-11-09 22:36:30 +00:00
Pranav Anbarasu 6c25b2f707 Added new information (#21354) 2018-11-09 22:26:27 +00:00
Maleo223 8b0e7b97b7 Grammar/Spelling Error Changes. (#22605) 2018-11-09 16:52:02 -05:00
brkline 39de1a6af5 Fixed a Few Spelling and Grammar Issues (#22604)
- In the Sprint description under Artifacts, fixed a few grammar errors and missing letters in the sentence 'A deliverable can defined...'.
- In the Scrum Master description under Roles, added the initials used in the description for clarity, fixed a few grammatical errors, and improved consistency when referencing Scrum Guide.
2018-11-09 16:51:22 -05:00
Nigel Cheok 08202e752a Update readme (#22603)
* Update readme

* Fixed formatting
2018-11-09 16:50:01 -05:00
Aditya Oberai 0363a40dcc Grammatical Edits (#22595) 2018-11-09 16:49:01 -05:00
Nicola Iacovelli 347f237090 Improved description of finally (#22367)
* Improved description of finally

Added more examples for the finally block

* Grammatical changes
2018-11-09 16:48:09 -05:00
Shad Ahmad Zaidi 92b88ea352 Describing the example of creating an array (#22366)
* Describing the example of creating an array

Describing the example as well as syntax for creating an array

* Fixed grammar and formatting issues
2018-11-09 16:47:19 -05:00
tasmainawolf fb7f531718 Adding throws keyword with multiple exceptions (#21142) 2018-11-09 11:10:01 -05:00
jonchim d967ae5134 Added additional information about font weight (#20973)
* Added additional information about font weight

* [Font Size And Weight Matters] (https://type-ed.com/resources/rag-right/2017/11/13/font-weight-size)

* [How To Set Weights And Styles With The @font-face Declaration] (https://www.smashingmagazine.com/2013/02/setting-weights-and-styles-at-font-face-declaration/)

* Update index.md
2018-11-09 11:08:39 -05:00
Muhammed Kilig 2289f37dfa Added Google Definition to PHP documentation (#21135) 2018-11-09 11:07:44 -05:00
Alishaan Ali e4bff66f89 Slight Grammatical Changes on if-elif-else-statements (#21222)
<!-- Please follow this checklist and put an x in each of the boxes, like this: [x]. It will ensure that our team takes your pull request seriously. -->

- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md).
- [x] My pull request has a descriptive title (not a vague title like `Update index.md`)
- [x] My pull request targets the `master` branch of freeCodeCamp.
- [x] None of my changes are plagiarized from another source without proper attribution.
- [x] My article does not contain shortened URLs or affiliate links.

If your pull request closes a GitHub issue, replace the XXXXX below with the issue number.

Closes #XXXXX
2018-11-09 11:03:10 -05:00
Zeff Morgan 4a59a669e3 Adding instructions to fix .gitignore mistakes (#21334)
* Adding instructions to clean up .gitignore errors

Inexperienced devs often run into these situations that can be frustrating and a little scary to fix. The information is easy enough to find, and I hate to overcomplicate these instructions, but since these are common enough mistakes for the newly initiated, it may be good to have a reference here.

* Adding instruction to fix .gitignore mistakes

A common mistake for the inexperienced is to commit files and directories without updating the .gitignore file. This information is easily found if you dig for it, but common enough I thought it might be useful to add here.
2018-11-09 15:50:29 +00:00
Curtis Vermeeren 68340dcb6b Added a do-while-loop example (#21294) 2018-11-09 15:24:33 +00:00
Mike-Git-Hub 3445c5fb86 add text "An example of positive correlation would be the relationship between people's height and weight: taller people tend to be heavier. If we look at the average data for a large group of people, as height increases so does weight." (#21328)
add text "An example of positive correlation would be the relationship between people's height and weight: taller people tend to be heavier. If we look at the average data for a large group of people, as height increases so does weight."
2018-11-09 07:49:44 -06:00
philip1077 4e77980256 Added "Starting easy with Lego Mindstorms" (#21301) 2018-11-09 22:38:45 +09:00
dillon 3da3e3ec01 Updated cryptocurrency mining paragraph. (#21298) 2018-11-09 22:29:35 +09:00
Rogel Horlador 1cc8a24b47 Added types for <input> tag (#21327) 2018-11-09 07:29:19 -06:00
viggo111 4d064b8bd3 Modified text "#FFFFF" to "#FFFFFF". (#21308) 2018-11-09 22:28:59 +09:00
Jimmy 69ec2781a3 add anaconda logo to python/anaconda/index.md (#21278) 2018-11-09 22:19:14 +09:00
SirDickinson d9e6bc6acc Adding multiline comments using triple apostrophes (#21296) 2018-11-09 21:59:13 +09:00
odm275 17233b2a66 Added a Caveat section with a case (#21299)
Added a Caveat sub-section, and covered the refs aren't passed through case with an example. There are still a couple of more caveats. And left a reference to forwarding refs docs.
2018-11-09 09:18:02 +00:00
kylesucks f7fbdfce67 my changes (#22571)
* my changes

* Fixed formatting

* Fixed naming
2018-11-09 04:13:55 -05:00
Vincent 104d717756 Explanation/example of how to get the file to display in browser (#22554)
* More detailed explanation/example

A little extra explanation about how to get the example file to display in the browser.

* Used 'note' for changes
2018-11-09 04:10:51 -05:00
Gatare Libère 75dd7e7595 Minor grammatical error (#22487) 2018-11-09 04:09:46 -05:00
Vocaoson 52b2fd8b91 Separate content and example (#22468)
* Separate content and example

* Fixed formatting
2018-11-09 04:09:06 -05:00
yukunny 18bd15f99f organized structure and updated hyperlink (#22386)
* organized structure and updated hyperlink

* Fixed formatting
2018-11-09 04:08:20 -05:00
justingiffard af0c94f6e9 Clarified and fixed some horrific errors (#22355)
* Clarified the sentence about zero indexing and that any data type can be stored in an array
* Added spacing between elements
* Fixed declaration format `new nameOfArray[numberOfElements](vals)` is definitely not a thing it should be `new dataType [numberOfElements](vals)`
* Added shorthand definition
* Removed claim that you are storing an array in another array by assigning an alias to it
2018-11-09 04:01:42 -05:00
Brent Willems c2027c19a7 added link to Java Swing docs in this repo (#22105)
* added link to Java Swing docs in this repo

* Replaced repo link w/ guide link
2018-11-09 04:00:18 -05:00
Antony ekirapa ab5ddf132f Fixed grammar (#21939)
Some sentences were not started with capital letters. Also, where fixed where a sentence should end with a full stop and start with a capital letter.
2018-11-09 03:59:26 -05:00
Pranav Anbarasu 22142dc0e0 Grammar and simplified explanation with examples (#21315)
Fixed the grammar in a few places and added a simplified explanation with examples
2018-11-09 13:39:38 +05:30
Pawan Bangar 9372b49bb9 Add "Memory Allocation in Array" (#21234)
* Add "Memory Allocation in Array"

* fix: formatting, grammar and example

* fixed grammar, cleaned up table
2018-11-09 12:57:24 +05:30
Sevket Yalcin 1173ee166a Update CRA's installation command using npx (#21243) 2018-11-09 12:55:41 +05:30
Taylor Stauss 73e6061004 CSS: ADD ::first-line pseudo-element document (#21291)
* CSS: ADD ::first-line pseudo-element document

* fix links, they were mistitled
2018-11-09 12:54:01 +05:30
Daniel Kilders ae0696a55b Added missing word 'top' (#22579) 2018-11-09 00:59:51 -05:00
Matt Oldham 86d923db9a Miscellaneous wordsmithing (#22576) 2018-11-09 00:58:24 -05:00
kylesucks c84a83c787 my changes (#22565) 2018-11-09 00:40:32 -05:00
Joel Bryant b759c984b9 Fixed update (#24840) 2018-11-09 10:13:09 +05:30
Tim Sullivan 9bc9c16072 Reformatted and expanded distribution list (#21262)
Added links, put them one per line. Added some common distributions that were listed as the predecessor to the ones originally in the list.
2018-11-08 18:35:08 -07:00
Vishesh 4959c4c111 Fat Arrows do not work well with arguments example (#20595)
* Fat Arrows do not work well with arguments example

* added clarity
2018-11-08 18:32:09 -07:00
rdfriesen f5d5de59c0 typo fixes (#21166) 2018-11-09 06:11:45 +07:00
Pawan Bangar 9e5d2baac1 ADD "Undefining Macro" (#21287)
* ADD "Undefining Macro"

we can undefine macro whenever we want in code by adding #undefine

* fix: markdown title format

* fix: minor grammar corrections

Capitalise first word and remove extra full stops
2018-11-08 19:22:35 +00:00
Yodesis 09ccd61302 Add attributes "action" "method" to article (#22140) 2018-11-08 23:09:05 +04:00
Snailsloth 2796e12467 translation adjustment (#21887)
*  translation adjustment

translation adjustment for framework description

* ch

* ch1
2018-11-08 22:57:35 +04:00
Hassan Khan beb14101f8 added details (#21280) 2018-11-08 09:09:13 -06:00
Alexander Cvetkov cfe829eb8b recommend java books list edit (#21797) 2018-11-08 18:58:02 +04:00
Roman d9ce601569 Added correct translations and text changes (#20128)
* Add correct translations and text changes

Added missed paragraph from original article

* changes
2018-11-08 18:56:31 +04:00
Joel Bryant 8395d35448 Update index.md (#24832) 2018-11-08 20:15:09 +05:30
Roppon Picha 2057069f2c spelling corrections and example addition (#21268) 2018-11-08 08:36:17 -06:00
Logan 3abf1f69b7 <pre> formatting for examples (#24806)
Added <pre> formatting around examples for ease of legibility
2018-11-08 20:06:03 +05:30
Logan 18869d6b80 <pre> Formatting for examples (#24810)
Adding <pre> tags to pre-format examples, for legibility
2018-11-08 19:40:20 +05:30
ayra-jafri 276146b247 Fixed some minor typos (#21257) 2018-11-08 19:39:58 +05:30
Logan 35067f4095 <pre> Formatting and formula correction (#24811)
Corrected "Square" formulas and added formatting for examples
2018-11-08 19:09:53 +05:30
Belma Gaukrodger 6420198f64 Added PWA Rocks! site to the references (#24805) 2018-11-08 19:08:34 +05:30
Josh cb07d5b5e4 Grammar adjustments (#24831)
I am new and still learning Git; please let me know if I need to alter my proposed file changes. Thank you so much!
2018-11-08 18:55:09 +05:30
LRodriguez 7e15320e35 corrected spelling from targetted to targeted (#21261) 2018-11-08 13:20:57 +00:00
Kevin Haynes 3674a818e3 Updated index.md (#21259)
added a few more operators that would be useful to beginners.  Sprinkled in a little extra terminology about pointers in order to... point... beginners towards something to look up.
2018-11-08 13:18:06 +00:00
Giuseppe Varriale cc84d010fd Fixed pop method description (#21254) 2018-11-08 12:54:19 +00:00
Danny 9f53e77f25 Fixed typo on line 13. (#21242)
Fixed line 13 typo. Changed "SOO-RIMM" to "SO-RIMM".
2018-11-08 18:13:12 +05:30
Roppon Picha e5fa49eb13 added comments. revised redundancy at the start. (#21251)
and minor spelling edits
2018-11-08 11:53:02 +00:00
Diogo Teixeira 1cf700bb84 Portuguese Translation Update\Translate comments (#20753)
* Portuguese Translation Update\Translate comments

* some minor corrections to the PR
2018-11-08 12:24:41 +01:00
samfultonschool f2a16f5240 Added Timestamp Fact (#21248)
Added timestamp fact about what it is and when it will end.
2018-11-08 11:21:27 +00:00
LRodriguez de990a6ed0 added boolean variables example (#21244) 2018-11-08 11:15:55 +00:00
Rohith ad678a10ce Add the topic "penetration testing tool" to the article (#21240)
short note on kali linux
2018-11-08 11:12:16 +00:00
Roger Vieira afd6a5368d Translation of Program Comments (#20776)
Translated some parts from english to portuguese for better understanding.
2018-11-08 11:24:54 +01:00
Erdem Efe Erol 9a5579384c Added new tutorial and example game links (#21769)
New links
2018-11-08 02:24:10 -08:00
Eduardo Airton 2aaf1b0367 Correções do código apresentado (#19937)
* Correções do código apresentado

Identação do código apresentado em JavaScript para melhor entendimento além de algumas correções e tradução do termo First In First Out para quem não fala inglês ter uma melhor noção do conceito.

* Correções no código JavaScript apresentado

* Update index.md
2018-11-08 02:10:29 -08:00
rdfriesen c0115cae0a typo fixes (#21229) 2018-11-08 15:16:50 +05:30
Rasheed Bustamam 4a5a4be598 Delete the redux/reducers guide (#20938) 2018-11-08 15:13:28 +05:30
Tim Sullivan 5e00cbbeed Added core GIT to list of GUIs (#21237)
and linked to the https://git.wiki.kernel.org/index.php/InterfacesFrontendsAndTools page that includes dozens of options.
2018-11-08 09:17:32 +00:00
msamylea e541a8b68e Fixed type in line #32 (#21245) 2018-11-08 09:14:59 +00:00
Sudhakar Kumar 5ccad2d294 Remove extra bracket and modify URL (#22461) 2018-11-08 03:37:19 -05:00
AntTAKEOVER 0ef0dd193a Added visualization of indexes in array. (#22449)
The table provides a visual representation of the array, allowing learners to gain a better understanding of indexes in arrays.
2018-11-08 03:29:39 -05:00
Larry Greene 7281adb569 Removed unnecessary word (#22445) 2018-11-08 03:21:01 -05:00
Sayali e9c1c46a53 missing verb (#22442)
Missing verb 'use' in  section 'How it is used for Data Science:
2018-11-08 01:17:36 -05:00
Okaba Mark N 9c476d6698 Updated #1 property of B-Trees (#22151) 2018-11-07 17:44:39 -05:00
manishkaa 3bf39c6146 Add "Unit Information" (#22113)
* Add "Unit Information"

* Fixed formatting
2018-11-07 17:42:35 -05:00
PMB79 5242bba543 Correction of grammar. (#22146) 2018-11-07 17:40:42 -05:00
Jon Kulton 66a97b9c3e Grammar/Typo updates to Ruby Guide homepage (#21152)
* Grammar/Typo, and a rewrite for final paragraph

This paragraph had a few typos and was a little wordy. I've fixed typos, broken it into two paragraphs, and updated the format a bit so we're saying the same thing with less words.

* Update index.md
2018-11-08 05:40:10 +07:00
Andrew James 47cb043dd2 Clarified the definition for the `false` return (#22134)
Updated to clarify 'false' is returned if "none" of the elements met the condition, instead of "any".

Also edited the last sentence a little.
2018-11-07 17:34:41 -05:00
japplejuice 7ce47c5de3 Condensed the comparison of XML & HTML (#21013)
Condensed the comparison of XML and HTML in an attempt to be more concise and easier read.
2018-11-08 05:33:11 +07:00
PMB79 ac950d8038 Simplification of language to improve readability. (#22107) 2018-11-07 17:22:00 -05:00
zweifish 7ec5d3126d fixed some grammatical errors (#21156) 2018-11-07 20:39:18 +00:00
Barbara Kryvko 7a6fe5967b Enhance and Correct Scrum Master article (#20986)
* Enhance and Correct Scrum Master article

Adjusted spelling and scrum guide link, add additional Scrum Master duties, and correct some misconceptions.

* Complete a sentence and change link destination
2018-11-07 20:33:49 +00:00
Roppon Picha b8c7704cbc spelling corrections (#21236) 2018-11-07 20:04:05 +00:00
Tim Sullivan 5647a7ad75 Reformatted and expanded certs (#21216)
I reformatted the certifications into their respective tracks and added links to each of their landing pages.
2018-11-07 15:00:19 -05:00
Daniel 02185e18df Change the title so it is more visible. (#21789)
* Change the title so it is more visible.

* corrected title syntax

* added main header back in after title syntax fix
2018-11-07 14:58:57 -05:00
Danny ec19aff757 Fixed a typo on line 23 (#21233)
Fixed a typo on line 23. There was a "=" instead of a "-" after Cable Management.
2018-11-07 14:49:47 -05:00
barrettfett d2c2fa0ce6 Add other values of the target attribute (#20989)
* Add other values of the target attribute

"_self" "_parent" "_top" _"targetframe"

* fixed grammar and formatting issues

* additional formatting corrections
2018-11-07 14:34:24 -05:00
Snailsloth 6a8959dc0b translation adjustment and link to cdn (#21938)
translation adjustment + link to cdnjs with newer Foundation versions added
2018-11-07 23:17:22 +04:00
Jacob Hoard d0911b8d65 Add information about .indexOf() (#21205) 2018-11-07 18:44:15 +00:00
Danny Kirschner c7ccd4c64b Adding another way to check falsey boolean values (#21129)
Checking using !! to get the boolean value may be easier than setting up a conditional.

Also linking to the truthy freeCodeCamp guide.
2018-11-07 18:38:56 +00:00
Adi 5ee74650f1 Update index.md with has_key() (#21093)
Adding has_key() method to python dictionaries
2018-11-07 18:32:45 +00:00
fuserMRX a1451de63b Extend bash-man and add fixes in language (#21898) 2018-11-07 20:35:25 +04:00
morsmordere 625e9afb49 Update indes.md (#21193)
Add a picture
2018-11-07 20:32:24 +04:00
S.Hale 3920b7c4ce Corrected capitalization, corrected to American spellings and typos (#30685)
* Translate challenge subtitles and example challenge text to Spanish

* Corrected errors in syntax and punctuation

* Multiple corrections of it/s to its plus other grammar corrections

* Correction and added paragraph to CSS Flex article

* Corrected my own typo

* Corrected capitalization, American spellings and typos
2018-11-07 10:34:13 -05:00
Jimmy 624f328f29 Fixed some links, and added one to index.md (#20608)
* Fixed some links, and added one to index.md

* cleaned up links and removed referral/campaign query params
2018-11-07 07:56:11 -07:00
Rasheed Bustamam 579e151f0f Update language to be more clear and concise (#20891)
Code snippet had incorrect syntax, some of the wording was vague or unclear.
2018-11-07 07:54:54 -07:00
Bradley 8c4e965e19 Corrected Spelling. Added emphasis. (#24884)
Line 11 changed "everyon" to "everyone", changed "amongst" to "among".
Line 14 changed "approrpiate" to "appropriate" 
Added some emphasis to line 11 to help get the message across.
2018-11-07 20:20:08 +05:30
mejraf e649006653 Update index.md (#25034)
Edited to visually impaired users.
2018-11-07 20:18:36 +05:30
Shankar Rao Mata 4e14def324 added description about Ant build tool (#21202) 2018-11-07 09:43:17 -05:00
Ken Ahrens e4a2cf16b1 minor tweaks npm v yarn (#21203) 2018-11-07 09:41:43 -05:00
msamylea 73d9e1d8f3 Fixed grammar on line #4. (#21228) 2018-11-07 08:20:53 -06:00
Jeffrey Bullock b269677b6a Text/Typo Corrections (#21223) 2018-11-07 08:16:57 -06:00
msamylea 28408d9171 Fixed typo on Line #13 (#21221) 2018-11-07 07:59:39 -06:00
msamylea 3886d3435a Fixed typo in line #4 (#21213) 2018-11-07 07:53:17 -06:00
Roppon Picha e04f1045d0 added intro sentence. corrected spelling. (#21207) 2018-11-07 07:47:43 -06:00
Shane b3ca44febd replace last link with other better one (#21132)
The last link is private videos that at least I can't see it and I replace it with a better one and update more frequently.
2018-11-07 07:35:20 -06:00
Dhaval Savalia 6cfc0030ce Add new frameworks and improve structure (#21128) 2018-11-07 07:26:34 -06:00
arjundixit98 12da60565a Add the word "programming" in the article (#25057) 2018-11-07 13:54:17 +05:30