Commit Graph

19649 Commits

Author SHA1 Message Date
d200f83f27 used "beginning" in place of "beginnings" and added a letter "a" (#24319) 2018-12-08 01:26:07 -05:00
8607451546 Add the "Code Samples" part to the article (#24315)
Useful link example
2018-12-08 01:25:27 -05:00
83246f7811 Create index.md for file-permissions (#24288)
* Create index.md for file-permissions

* corrected title syntax for contributor
2018-12-08 01:24:53 -05:00
f9ae997467 Added info of crash course (#24048)
* Added info of crash course

* Reordered change
2018-12-07 22:49:20 -05:00
4618195026 Update index.md , adding for loop examples (#24388)
* Update index.md

* Added code formatting to changes
2018-12-07 22:35:29 -05:00
ca96fd91a6 Minor grammar and syntax corrections. (#23177) 2018-12-08 09:04:04 +07:00
1e705473bb Fixed spelling errors (#24183) 2018-12-07 19:22:30 -05:00
537559f3c5 Fixed spelling errors (#24181) 2018-12-07 19:09:15 -05:00
4442537dfb Clarified and padded out most paragraphs (#26806)
I updated, clarified and padded out several paragraphs to make the topic more accessible and informative for a novice.
2018-12-07 15:20:28 -07:00
6c5907b9f4 Add and delete the text (#25251)
* Add and delete the text 

"digital/virtual" ,"Bitcoin is currently the most popular and valuable one.The sole purpose to bring up the concept of cryptocurrency was to remove the intervention of middlemen third parties in order to make te transactions more swift and secure , with the anonymity maintained for the all the users operating through their respective systems called 'nodes' on a network." " One needs to lend their computational power to arrive on a consensus and hence thereby validating the transaction on the blockchain network"

* fix: spelling
2018-12-07 15:07:02 -07:00
86881ae86f A little grammar fix (#24677)
* A little grammar fix

* fix: whitespace
2018-12-07 23:59:52 +05:30
88eb6f0031 Very small text correction (#24699) 2018-12-07 20:11:36 +05:30
6590ccd536 Small grammar update (#24687) 2018-12-07 20:05:59 +05:30
d88ab7d16c Corrected Grammer (#31274)
Changed 'have confirmed that someone else facing the same issue' in the Found a Bug section to 'have confirmed that someone else is facing the same issue'.
2018-12-07 21:20:09 +08:00
6ef54a56d6 Create README-IT (#25705)
Created Italian translation for the freeCodeCamp README.MD file.
2018-12-07 21:09:54 +08:00
dd86f560eb fix(guide): escape tags in the vue components guide 2018-12-07 12:46:31 +00:00
0e621175ad fix(curriculum): remove SASS from requirements 2018-12-07 12:43:13 +00:00
cd3ee6f175 Fixed Markdown Formatting (#26209) 2018-12-07 16:34:05 +04:00
31fbdedad0 Added a documentation blog from Medium.com (#25361) 2018-12-07 15:52:57 +04:00
4862246eab Word correction on index.md (#24401)
Changed the word "grapics" to "graphics" on line 8
2018-12-07 05:06:28 -05:00
6977db2170 Added console.warn and console.group (#24325)
I have added console.warn and console.group functions
2018-12-07 04:53:06 -05:00
092a5a4ca8 Add the topic "Address Calculation" to the article (#24317) 2018-12-07 04:47:27 -05:00
11d9115576 Added css for correct displaing (#24307) 2018-12-07 04:42:22 -05:00
631a467e74 Update index.md (#32220)
Removed duplicate link to Medium article.
2018-12-07 04:36:55 -05:00
e01505573e Update index.md (#32160)
Addes more details about  pigs and chickens
2018-12-07 04:31:40 -05:00
646a17bb96 Minor grammar and spelling corrections (#23887) 2018-12-07 04:29:30 -05:00
88f400af91 Correct some typos (#30981)
- 'index' should be 'indexed'
- 'contain' should be 'contains'
- 'heterogenuous' should be 'heterogeneous'
2018-12-07 04:28:06 -05:00
878f8863b4 Update index.md (#24166) 2018-12-07 04:27:20 -05:00
0ae42fd4ac Add reason why adding div was bad (#30906)
* Add reason why adding div was bad

* Made reason clear
2018-12-07 04:24:28 -05:00
8a5ae5a3f4 removed text-"and should be used to do so." (#24159)
changes are committed in line no.29
2018-12-07 04:23:43 -05:00
004c67fddd Updated "More Information" Links at Bootstrap Buttons (#24036)
* Updated "More Information" Links

Updated bootstrap links from 4.0 to 4.1 version
"Bootstrap Get Started" link was broken (404 error). Changed to https://guide.freecodecamp.org/bootstrap/get-started/

* Updated "Bootstrap Get Started" link

* Removed last link (broken)
2018-12-07 04:21:45 -05:00
504b9440ad Link to an android course on Udemy (#24014)
Added the link to a free android development course on udemy in the courses section
2018-12-07 04:21:07 -05:00
79c2e920fd Added Introduction to Parallel Computing book url (#23746) 2018-12-07 04:14:58 -05:00
5bd189d8d3 Grammatical Errors + missing syntax highlighting (#23610) 2018-12-07 04:12:31 -05:00
bc65ccf919 My change is in line 18. (#23604)
Initialize----->start value
Condition---->stop value
Termination----->step value
2018-12-07 04:09:16 -05:00
c0c3c4c624 Add 'changes' to this article (#25019)
* Add 'changes' to this article

* add changes to this file
2018-12-07 04:04:54 -05:00
f662f0ef9b fixed CSS code examples (#23531) 2018-12-07 04:04:06 -05:00
c012f70ac3 Add the section "## Usage" (#30251)
* Add the section "## Usage"

* Added code formatting to OP's PR
2018-12-07 04:00:37 -05:00
LT
05eb597ca0 Fixed a simple typo. (#24169) 2018-12-07 03:59:12 -05:00
d0758ab398 Code Description (#24164)
"import java.util.ArrayList;" is a java code. It should be declared in "code theme". People may miss the "import package" code part since it is not discriminated from the other parts as a code part. If they miss the whole code will complain just because of this simple mistake. This way people wouldn't miss the code to import the package.
2018-12-07 03:58:11 -05:00
c21a5bef62 Changed the description (#24765) 2018-12-07 12:57:39 +04:00
e7447af573 Fixed markdown syntax of Sprint docs (#24109)
Missing white space after the hyphen made a wrong rendering html.
2018-12-07 03:57:29 -05:00
9dbd5525eb Added "More Information" Link at Bootstrap Forms (#24105) 2018-12-07 03:48:13 -05:00
6aa8aeda72 Add a greater detailed explanation of the Javascript example that is used. (#23787) 2018-12-07 03:47:43 -05:00
2a2598074e Handling unknown exceptions (#23587)
* Handling unknown exceptions

What to do when you do not know what kind of exceptions may be thrown by your application.

* Added code formatting
2018-12-07 03:44:49 -05:00
3eb4f43c6d Fixed some typos in the documentation (#22843) 2018-12-07 03:42:53 -05:00
fd35b8cccd Spelling edits (#23715) 2018-12-07 03:38:58 -05:00
e35833b77a Update index.md (#24281) 2018-12-07 03:28:58 -05:00
4878643f28 Grammatical corrections.md (#24254)
Made grammatical corrections to the text.
2018-12-07 03:26:17 -05:00
d04713636c Modify the translation. (#31761)
The previous expression is not accurate, so I have modified it.
2018-12-06 23:15:09 -08:00