Commit Graph

18054 Commits

Author SHA1 Message Date
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
6c25b2f707 Added new information (#21354) 2018-11-09 22:26:27 +00:00
8b0e7b97b7 Grammar/Spelling Error Changes. (#22605) 2018-11-09 16:52:02 -05:00
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
08202e752a Update readme (#22603)
* Update readme

* Fixed formatting
2018-11-09 16:50:01 -05:00
0363a40dcc Grammatical Edits (#22595) 2018-11-09 16:49:01 -05:00
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
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
01097385d6 fix: Add 'production' check 2018-11-10 01:57:06 +05:30
fbee89b345 feat: Seed news articles on script 2018-11-10 01:57:06 +05:30
fb7f531718 Adding throws keyword with multiple exceptions (#21142) 2018-11-09 11:10:01 -05:00
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
2289f37dfa Added Google Definition to PHP documentation (#21135) 2018-11-09 11:07:44 -05:00
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
dbfab5b118 chore: Port over mission statement and gtag (#34262)
- [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.


Closes #18184
2018-11-09 21:21:50 +05:30
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
68340dcb6b Added a do-while-loop example (#21294) 2018-11-09 15:24:33 +00:00
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
4e77980256 Added "Starting easy with Lego Mindstorms" (#21301) 2018-11-09 22:38:45 +09:00
3da3e3ec01 Updated cryptocurrency mining paragraph. (#21298) 2018-11-09 22:29:35 +09:00
1cc8a24b47 Added types for <input> tag (#21327) 2018-11-09 07:29:19 -06:00
4d064b8bd3 Modified text "#FFFFF" to "#FFFFFF". (#21308) 2018-11-09 22:28:59 +09:00
69ec2781a3 add anaconda logo to python/anaconda/index.md (#21278) 2018-11-09 22:19:14 +09:00
d9e6bc6acc Adding multiline comments using triple apostrophes (#21296) 2018-11-09 21:59:13 +09:00
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
f7fbdfce67 my changes (#22571)
* my changes

* Fixed formatting

* Fixed naming
2018-11-09 04:13:55 -05:00
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
75dd7e7595 Minor grammatical error (#22487) 2018-11-09 04:09:46 -05:00
52b2fd8b91 Separate content and example (#22468)
* Separate content and example

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

* Fixed formatting
2018-11-09 04:08:20 -05:00
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
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
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
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
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
1173ee166a Update CRA's installation command using npx (#21243) 2018-11-09 12:55:41 +05:30
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
ae0696a55b Added missing word 'top' (#22579) 2018-11-09 00:59:51 -05:00
86d923db9a Miscellaneous wordsmithing (#22576) 2018-11-09 00:58:24 -05:00
c84a83c787 my changes (#22565) 2018-11-09 00:40:32 -05:00
b759c984b9 Fixed update (#24840) 2018-11-09 10:13:09 +05:30
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
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
f5d5de59c0 typo fixes (#21166) 2018-11-09 06:11:45 +07:00
97d3951e70 Partially translated README.md (#19008)
* Partially translated README.md

* change line 19
2018-11-08 11:29:48 -08:00
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
09ccd61302 Add attributes "action" "method" to article (#22140) 2018-11-08 23:09:05 +04:00
2796e12467 translation adjustment (#21887)
*  translation adjustment

translation adjustment for framework description

* ch

* ch1
2018-11-08 22:57:35 +04:00
c6bd0850fd Add the improved Russian translation to this challenge (#21088)
* Add the improved Russian translation to this challenge

* ЗАменила коробку на квадрат

* Change the translation in the text of the tests
2018-11-08 22:53:43 +04:00
f37c3915b0 Adds the improved Russian translation to article (#20946)
* Adds the improved Russian translation to article

* Заменила коробку на квадрат

* Change the translation in the text of the tests
2018-11-08 22:53:28 +04:00