Commit Graph

19662 Commits (3362da66dc7b86802f07e82c629b287cc456de73)

Author SHA1 Message Date
Pranati Dutta Roy 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
SweeneyNew 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
Alyssa Dang c21a5bef62 Changed the description (#24765) 2018-12-07 12:57:39 +04:00
trungqudinh 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
Nicole Angelyn T. Lopez 9dbd5525eb Added "More Information" Link at Bootstrap Forms (#24105) 2018-12-07 03:48:13 -05:00
Eric Jae-Min Joo 6aa8aeda72 Add a greater detailed explanation of the Javascript example that is used. (#23787) 2018-12-07 03:47:43 -05:00
ShashwathJS 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
Adam Hill 3eb4f43c6d Fixed some typos in the documentation (#22843) 2018-12-07 03:42:53 -05:00
Radhika Gulati fd35b8cccd Spelling edits (#23715) 2018-12-07 03:38:58 -05:00
Prabesh Subedi e35833b77a Update index.md (#24281) 2018-12-07 03:28:58 -05:00
hdquemada 4878643f28 Grammatical corrections.md (#24254)
Made grammatical corrections to the text.
2018-12-07 03:26:17 -05:00
SunflowerPKU d04713636c Modify the translation. (#31761)
The previous expression is not accurate, so I have modified it.
2018-12-06 23:15:09 -08:00
Rajat Bhatt 9e84b34d4f Add video link of MIT OpenCourseWare. (#24161)
Added video link of minimum spanning tree problem from MIT OpenCourseWare.
2018-12-06 22:59:51 -05:00
LT ba1935ee3c Changed the tick marks for std::list<int> Numbers; (#24172)
Changed the tick marks for std::list<int> Numbers; so it displays correctly.
2018-12-06 21:05:00 -05:00
AntTAKEOVER 048ee477e2 Fixed Error in Code (Variable name) (#24168) 2018-12-06 21:03:20 -05:00
AntTAKEOVER e9587a7a46 Fixed Error in Code (#24162) 2018-12-06 21:00:54 -05:00
Oğuzcan Yavuz 172ec835d7 Add example for destructuring nested objects (#24133)
Also changed styling to be more consistent
2018-12-06 20:27:24 -05:00
vedanthv fbab448003 added external reference (#24125)
* added external reference

* Fixed formatting
2018-12-06 20:15:33 -05:00
Jashan Bansal 91add57a9c Add tip for Comment keyboard Shortcut. (#24116)
* Comment keyboard Shortcut.

Add the tip for how to create the comments by keyboard shortcut in probably all modern text editors.

* Reordered change, fixed formatting
2018-12-06 20:14:56 -05:00
Valeriy 8ee4a8f013 fix(client): wait for async tests to finish 2018-12-06 23:15:18 +00:00
Amy Gonzales f7db17b677 Added Wikipedia link for Fibonacci Sequence (#24128) 2018-12-06 18:05:38 -05:00
vedanthv 94ef3d5ea5 added external reference (#24119) 2018-12-06 18:02:42 -05:00
halseyj 6e8a75f937 Update index.md (#24120) 2018-12-06 17:52:39 -05:00
Neville Bokdawalla 37f2de04de Updated index.md (#24117)
Added new language feature listing 'Discards' under section - "New Features Added in C# 7.0"
2018-12-06 17:48:38 -05:00
vedanthv 9f4534540e Added some info(class vs id selector) (#24110)
* Added some info(class vs id selector)

* Reordered change, fixed formatting
2018-12-06 17:44:18 -05:00
jasonranney 16d7fed408 corrected "JavaScript" capitalization (#25548) 2018-12-07 02:58:50 +05:30
Micha Pietsch 067cbb0761 Remove unrelated trailing characters (#25573) 2018-12-07 02:58:00 +05:30
Rufaro Madamombe 8e2526887b Added syntax highlighting to sample code blocks (#25905)
Fenced sample code blocks didn't have syntax highlighting so updated the guide by adding the HTML language identifier to enable syntax highlighting in the fenced code blocks.
2018-12-06 14:34:13 -06:00
Emre Özdil 4bba3f779f Add new youtube channel for create clone app (#25902) 2018-12-06 14:30:44 -06:00
Subhasis Banik 77c4a9a1b2 added steps to create your own cryptocurrency (#26146)
* added steps to create your own cryptocurrency

added steps to create your own cryptocurrency

* fix: formatting/spelling
2018-12-06 13:27:24 -07:00
GenevieveLS 8473337e8f Expanded article (#24271)
* Expanded article

Expanded article on how to Calculate Percentiles

* Remove 'this is a stub' text
2018-12-06 14:15:26 -06:00
Wes DeKoninck cdc57f3100 Add Gutenberg editor info to WordPress guide (#25878)
* Add WP Gutenberg info to WP Guide

* Update block boilerplate link
2018-12-06 14:02:47 -06:00
Wes DeKoninck 42c0da6090 Add theme frameworks to wp guide (#25877)
* Add theme frameworks index.md for WP Guide

* Updated Free Frameworks title
2018-12-06 14:01:19 -06:00
Alvin Tan 8919f4fa6e Updated info about bitcoin at the bottom (#25606)
* Updated info about bitcoin at the bottom

* fix: moved text to more appropriate section and cleaned up
2018-12-06 12:38:26 -07:00
Gregory Gubarev a3c185af2c [Guide] Added Intermediate Code Solution - Use Multiple Conditional (Ternary) Operators (#25851)
Added Intermediate Code Solution - Use Multiple Conditional (Ternary) Operators
2018-12-06 13:35:22 -06:00
Satish Jhanwer baed51e545 chore(guide): added docker system prune command (#25843)
added basic use of docker system prune command, which will help us to clean up disk space.
2018-12-06 13:23:33 -06:00
Satish Jhanwer 4e434f1243 chore: updated docker-rmi command readme file (#25832)
added example to remove the list of images having a particular text in it.
2018-12-06 13:21:50 -06:00
Paul 95cf1a90d0 Added 'Types of Cryptocurrency' (#25263)
* Added 'Types of Cryptocurrency'

* fix: spelling/formatting
2018-12-06 12:00:34 -07:00
Dustin Christlieb 9ee2d4060c Some additional facts on crypto-space as of 2018 (#24868)
* Some additional facts on crypto-space as of 2018

Added some relevant facts on crypto-currency space and cited links. 
Added one line that is my personal opinion, but nevertheless relevant.

* fix: formatting
2018-12-06 11:16:46 -07:00
DavidNachman 739a74cff8 Bitcoin Info (#24578)
Addition related to max supply of Bitcoin
2018-12-06 10:55:18 -07:00
Sam b2f0dad3a0 Corrected markdown formatting issues (#23295)
Corrected inline code highlighting so that page renders correctly.
2018-12-06 09:51:40 -08:00
Tiffany Du ac66dcf052 Update big brand examples in WordPress guide (#34010)
* Remove big brand examples that no longer use Wordpress

* Add new examples of big name brands using WordPress

* Add links to example brands using WordPress
2018-12-06 10:41:52 -07:00
Qasim Hafeez 780b8a58f4 Added Link for most popular wordpress plugins (#33387) 2018-12-06 10:15:38 -07:00
Nikolay e8485a7293 fixed description + implementation in pseudocode (#25192)
corrected the description and added the implementation in pseudocode
2018-12-06 20:55:34 +04:00
Nikolay 1896b5c977 some language corrections (#25160) 2018-12-06 20:54:24 +04:00
Maxim c073e72b0a Rfactor and translate English parts of the text (#25153) 2018-12-06 20:54:10 +04:00
balaji3257 ca45baca82 Updated more advantages,learning resource section (#33299) 2018-12-06 09:32:53 -07:00
Nico Alvarez 8231f9fedc Corrected spelling and made the text more comprehensible (#19878) 2018-12-06 08:51:58 -07:00
Luane 5de9f32c06 Solution added to exercise 'Use the s tag to strikethrough text ' (#34526)
<!-- 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-12-06 15:03:20 +00:00