Commit Graph

22557 Commits

Author SHA1 Message Date
b223c81dd1 Added For Chrome plugin section (#29870)
* Added For Chrome plugin section

I added in the For Chrome plugin section with a ColorZilla plugin suggestion

* Update index.md
2019-03-21 16:21:26 +05:30
95cfa0a492 Improve English method examples for Ruby's guide (#29087)
* Improve English method examples for Ruby's guide

* Improve ruby common array methods examples

* Minor fix in array examples
2019-03-21 16:13:27 +05:30
c5d4afb987 fixed punctuation in first sentence (#29832) 2019-03-21 15:58:55 +05:30
9cc1f7e50e Added a D3 version disclaimer (#29907)
Added a warning related to versions of D3 and how it can really be a concern.
2019-03-21 15:57:46 +05:30
d2278cc4c8 Fixed formatting (#34461)
Fixed multi-line expressions to display properly
2019-03-21 15:45:38 +05:30
1d6bb4f4b3 Fix typos/errors, add example (#34487)
Linear equations are not just equations of lines (in 2-dimensions) so this has been addressed. Also tried to discuss the simplest case, lines, with less nondescript terminology.
2019-03-21 15:44:25 +05:30
1622c7daa2 Fix errors (#34497)
Not all curves can be represented by functions (e.g., a circle) so they cannot simply be interchanged. Any line that "crosses" a graph touches it at one point but isn't tangent, and other minor typos/formatting addressed.
2019-03-21 15:38:43 +05:30
419a7151f2 Added content to stub (#33043)
Gave definition, explained how to simplify them and then some examples.
2019-03-21 15:30:28 +05:30
847db427e1 Added content to stub (#34354)
Added definition, examples and a likely origin to the term
2019-03-21 15:26:46 +05:30
ad5e844cb5 Add another solution (#35644) 2019-03-21 15:24:12 +05:30
739f4a8850 fix: Update test for ES6 challenge (#34300)
* fix: es6 challenge test

* delete console.log
2019-03-21 10:50:30 +01:00
3e51ced41b fix(challenges): Remove duplicate Rosetta Code sorting problems (#35547)
<!-- 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] All the files I changed are in the same world language (for example: only English changes, or only Chinese changes, etc.)
- [x] My changes do not use shortened URLs or affiliate links.

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

This PR is to remove duplicate Rosetta Code sorting problems that exist in other parts of the curriculum. Here are the problems that are being removed: 
* Sorting algorithms/Bubble sort
* Sorting algorithms/Counting sort
* Sorting algorithms/Heapsort
* Sorting algorithms/Insertion sort
* Sorting algorithms/Merge sort
* Sorting algorithms/Quicksort
* Sorting algorithms/Radix sort
* Sorting algorithms/Selection sort

This PR only removes the challenges in English. I could remove the other languages in this PR, or in another PR.

Closes #34776
2019-03-21 13:05:02 +05:30
08cb91afc5 added when while loop is used (#34128) 2019-03-21 12:43:41 +05:30
eef19480f0 fix: changed awkward sentence in Rust article (#35643) 2019-03-21 11:57:27 +05:30
79394d141f feat(interview-prep): Converting and transferring Rosetta problems (#35487)
* feat(interview-prep): Converting and transferring Rosetta problems

* feat(interview-prep): Fixing challenges

* fix(challenges): Added code tags

* Update knight's-tour.md

Moved text to instructions section and fixed a small typo.

* feat(interview-prep): Update description of Knight's tour

Co-Authored-By: NitronR <bhanur05@gmail.com>

* feat(interview-prep): Update description of Kaprekar numbers

Co-Authored-By: NitronR <bhanur05@gmail.com>

* feat(inteview-prep): Kaprekar numbers description

Added <code> tags.

* fix(interview-prep): Update description Kaprekar Numbers

Co-Authored-By: NitronR <bhanur05@gmail.com>

* fix(interview-prep): Added code tags Kaprekar numbers

Co-Authored-By: NitronR <bhanur05@gmail.com>
2019-03-21 11:52:35 +05:30
cab064a183 Fix tests for Basic JavaScript: Write Reusable JavaScript with Functions (#34345)
* Fix tests

- fix original log() method restoration

- fix case that other userscripts(or extensions) can affect console output and therefore can ruin the test

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/write-reusable-javascript-with-functions.english.md

allow function calling without semicolon

Co-Authored-By: T1mL3arn <T1mL3arn@users.noreply.github.com>
2019-03-21 11:50:23 +05:30
0b964091c9 Add section on iterator-based loops (#33423) 2019-03-20 18:50:21 -07:00
4b2219b01d close #35246 - change AVG_TEMPERATURES to avgTemperatures in instructions (#35537) 2019-03-20 22:02:21 +01:00
4b110d7bb8 Corrected errors and expanded discussion (#24845)
* Corrected errors and expanded discussion

Discussed rational vs. irrational numbers, gave examples, added discussion into the difficulty in studying them as well as real world examples to exhibit their vast importance and utility.

* Update index.md
2019-03-21 02:05:19 +05:30
b6aa5f6c35 add bsd os versions (#26762) 2019-03-21 01:33:20 +05:30
5bf9807fce Fixed Rocket icon for "Run Code" (#26595) 2019-03-21 01:30:51 +05:30
c05d680589 Add new introductory article about Tailwind CSS (#25607) 2019-03-21 01:27:30 +05:30
5005ef594c Added "Proof of Work" (#25541) 2019-03-21 01:25:25 +05:30
9e5f99fa23 Application of Backtracking (#25463) 2019-03-21 01:24:06 +05:30
c910a1efad Add information about access modifiers (#24422)
* Add information about access modifiers

Added some information about 3 most common access modifiers and a simple example.

* Fix indent
2019-03-21 01:21:47 +05:30
20735a30cd Added content (#24378)
Added an explicit calculation as well as the general case for how to compute the slope (and equation) of a line given two points on said line.
2019-03-21 01:01:56 +05:30
763d6658b1 Added a Code Example (#24153)
* Added a Code Example

Added an if...else equivalent of a ternary operator as an example to help readers gain a better understanding of how ternary operators work.

* Update index.md
2019-03-21 01:00:30 +05:30
534a484003 Grammar corrections (#32486) 2019-03-21 00:51:58 +05:30
781a166878 Translated sections' titles (#35597)
The titles of the sections were still in English. Also, I have deleted one "s" from a ver form
2019-03-20 17:46:58 +01:00
1a7afb287a Fix missing variable declaration in data structures challenges (Spanish) (#35641) 2019-03-20 17:44:33 +01:00
b13c10c6d0 Refined the explanation of pointers & their syntax (#30606)
Made some changes to make the declaration of pointers and how they are used more easily understood. Additionally modified the explanation regarding the '&' dereferencing operator.
2019-03-20 12:32:19 -04:00
88f0996a4f Added 'Pointer to pointer' section (#32819)
* Added 'Pointer to pointer' section

The 'Pointer to pointer' section describe what is pointer to pointer with an example.

* Update index.md

Changed Output header to ####
2019-03-20 12:25:09 -04:00
85412ef12a Making index.md more informative (#24188)
* Making index.md more informative

* Update index.md
2019-03-20 12:05:41 -04:00
2219a9a8dd Update positive-and-negative-lookahead.english.md (#34582)
Update solution from w{5} to w{6} as exercise is to match at greater than 5 characters long.
2019-03-20 15:58:09 +01:00
f313c094cb fix: clarify how to create multiple box shadows (Issue: #35534) (#35555)
* fix: clarify how to create multiple box shadows

* Update curriculum/challenges/english/01-responsive-web-design/applied-visual-design/add-a-box-shadow-to-a-card-like-element.english.md

<code> tags added to 'color' property in order to make it look more consistent with the other propertes of 'box-shadow'.

Co-Authored-By: BA1RY <shashank.bairy04@gmail.com>
2019-03-20 15:32:53 +01:00
dfbcbc6fe3 Added a mixxin guide for vue (#32948)
* Added a mixxin guide for vue

* renamed folder to lower case

* fix: corrected typo and grammar
2019-03-20 07:25:19 -07:00
5f894a3231 A solution was missing (#35552)
My solution
2019-03-20 15:17:00 +01:00
ca29fb664e Add Event Handling guide for Vue.js (#24176) 2019-03-20 07:05:19 -07:00
f94879daa9 Add tools to monitor performance (#28745) 2019-03-20 06:31:18 -07:00
a27c736bf4 Correct paddings in inline code blocks (#35497)
* Update layout.css
2019-03-20 14:22:20 +01:00
Iva
527d442ac7 Update grid properties (#25190)
* Update grid properties

* Update index.md
2019-03-20 15:44:52 +05:30
2cc1e9b9b2 Update index.md (#27798)
some grammatical changes
2019-03-20 15:39:02 +05:30
a393397f8f Added noopener's as well as a link to MDN's flexbox (#35044)
I added noopener to the rel for links that have target="_blank" as well as a link to Mozilla Developer Networks Flexbox tutorial.
2019-03-20 15:36:34 +05:30
7a6afdc9b3 Added basic grid concepts for beginners (#32161) 2019-03-20 15:33:08 +05:30
d67bdf6e4a Added an additional resource (#30995)
* Added an additional resource

* Added additional resource
2019-03-20 15:32:16 +05:30
847a561fbd Add Google Drawings as an SVG tool (#28718) 2019-03-20 15:26:31 +05:30
6a43b4d61e Fix a couple of misspelled words. (#34055) 2019-03-20 14:09:57 +05:30
915c5fbfb6 fix some syntax error (#34137) 2019-03-19 23:42:48 -07:00
eeae761325 Changes to grammar, content, styling, etc (#28364) 2019-03-19 20:03:43 -07:00
4d021015e9 Add changed world line 8 "the items" to article (#27578) 2019-03-19 19:41:54 -07:00