Commit Graph

21813 Commits (96bef5a7800acec69caf0f10b6f9933b7183a4f0)

Author SHA1 Message Date
Randell Dawson 96bef5a780 docs: corrected reference to Guide article vs forum wiki (#35092) 2019-03-05 21:42:41 +05:30
The Coding Aviator f0d907be66 docs: make scope and naming of Pull Requests clearer (#35272)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com>
2019-03-05 21:38:26 +05:30
PsiActual 078e51959a Added additional resource links and corrected punctuation (#32149) 2019-03-05 08:06:56 -08:00
fun831 aebc6ecadf Update index.md (#29023)
Fixed a spelling error.
2019-03-05 08:05:15 -08:00
Randell Dawson 0b912a1220 fix: removed invalid Intermediate solution (#35504) 2019-03-05 09:37:01 -06:00
Dan B 73e6e13243 Update find-the-minimum-and-maximum-value-in-a-binary-search-tree.english.md (#35057)
Added solution which has been tested and confirmed to pass all tests
2019-03-05 08:44:59 -06:00
Dan B 8bb76a4eb6 Update insert-an-element-into-a-max-heap.english.md (#34989)
Added solution to problem
2019-03-05 08:41:56 -06:00
Dan B 28aecb41f8 Update find-the-minimum-and-maximum-height-of-a-binary-search-tree.english.md (#35006)
Added working solution to the problem
2019-03-05 08:37:57 -06:00
Randell Dawson 8e5b99b8ca fix(curriculum) Prevent 5th test from allowing invalid solution in Escape Sequences in Strings challenge (#35367)
* fix: prevent 5th test from allowing invalid code

* fix: added new test to not allow extra characters
2019-03-05 07:57:48 -06:00
Ahmad Abdolsaheb 4046bb3a0d fix: align sponsors and give background 2019-03-05 16:03:22 +05:30
Bouncey 7d18cd8de6 fix: Delete zombie auth properties from session 2019-03-05 15:57:46 +05:30
Bouncey 898242f562 fix: Sesssions should not have an effect on the request routing 2019-03-05 15:57:46 +05:30
Bouncey 72a0d63aa0 fix: Centralise user deserialization 2019-03-05 15:57:46 +05:30
Bouncey 0c23844793 chore: Remove old auth cruft 2019-03-05 15:57:46 +05:30
The Coding Aviator 081284c2d3 fix: Formatting for Zig Zag Matrix challenge (#35403)
* fix: Formatting for Zig Zag Matrix challenge

* Remove non-breaking spaces and replace them with normal spaces

* Update zig-zag-matrix.english.md

* Move instructions to instructions section from description

* Update zig-zag-matrix.english.md
2019-03-05 11:57:57 +05:30
The Coding Aviator 8bac073687 fix(formatting): Zeckendorf challenge | Rosetta code (#35474)
* fix(formatting): Zeckendorf challenge | Rosetta code

* Update zeckendorf-number-representation.english.md
2019-03-05 11:51:56 +05:30
sah-pinocchio 6ae6e6fa05 edit text. (#30845) 2019-03-04 20:19:09 -07:00
The Archangel 1b4ce7e188 Changed bug bounty URL (#27457)
Pointed it back at the guide for the "Bug Bounty" category instead of wikipedia. Will move the wikipedia link to the bug bounty page.
2019-03-04 17:00:01 -08:00
Saisaran mummidi 4f1fb17b37 add "()" in line 12 after "parenthesis". (#30846) 2019-03-04 16:59:47 -08:00
fransposito a960147c5a Grammar and Readability (#27602)
* Grammar and Readability

* fix: corrected some typos
2019-03-04 16:40:07 -08:00
Sahishnu ee36db5841 Update index.md (#31949) 2019-03-04 16:37:50 -08:00
Robin Ferguson 797a425665 Added code highlighting for while loop (#31676) 2019-03-04 16:26:31 -08:00
Shalise Smith 11a5ac26d8 added creator info, fixed spacing (#27614) 2019-03-04 16:23:51 -08:00
The Coding Aviator 2675f403c5 Update index.md (#34773) 2019-03-04 16:23:14 -08:00
tachoni ee0b83d876 Fixed typo on line 12 (#31800)
Added colon before a list of description
2019-03-04 16:20:35 -08:00
Josh Goldberg 1c272a05cd Update index.md (#33151) 2019-03-04 16:04:18 -08:00
Megan Charles 1236847518 Updated Index (#31806)
I extended the definition slightly.
2019-03-04 15:58:11 -08:00
Sai Kiran b80e7a503d corrected text=top to text-top (#27703) 2019-03-04 15:56:49 -08:00
Adnan Rahić bf3112d256 Added AWS Lambda document to the freeCodeCamp guide (#27985)
* feat: added page about aws lambda to guide

* feat: added resources to AWS Lambda guide
2019-03-04 15:44:54 -08:00
Amir Hilal bc8efb5541 Solution to spread operators in Redux challange (#34268) 2019-03-04 15:38:40 -08:00
mail-liam dcb7e22b08 Minor changes and fixes. (#28463)
Some minor changes to sentence structure and grammar fixes.
2019-03-04 15:36:05 -08:00
John Mantas cf721281ca Add solution using RegExp (#34294) 2019-03-04 15:35:27 -08:00
Andrew Nicholas Rivera d61ea6108d added clarification on instances and a link (#28214)
* added clarification on instances and a link

I added a bit of clarification on the relationship between a instance and the class during initialization. I also added a article  to the resource links relationships through pokemon.

* fix: corrected spelling and punctuation
2019-03-04 15:20:49 -08:00
Michael G 1594728815 Added some Sample Code for a demonstration in article commenting-code (#28451)
Implemented some Sample Code for the reader so they can see how comments are used in a basic function.
2019-03-04 15:04:25 -08:00
Jesse Roland 113980f97a Added explanation of implementing `[]` and `[]=` methods (#27904) 2019-03-04 15:02:40 -08:00
Amy 704f7fa4c7 Fix typos and clarify explanations (#30546)
* Fix typos and clarify explanations

* Make edits based on review

* Update guide/english/css/css3-media-queries/index.md

Co-Authored-By: amyyf <ava447@gmail.com>
2019-03-04 13:07:08 -08:00
KartikSoneji 117c10b8de Added note on eval, and small changes (#31231)
* Added note on eval, and small changes

* Added Syntax Error handling for Compiled and Interpreted Languages

* Corrected Syntax error to semantic error.
2019-03-04 13:06:29 -08:00
Randell Dawson b7fee2848c fix(curriculum): Corrected test which allowed wrong solution to pass (#35394)
* fix: corret-wrong-checks-in-test

* fix: improved robustness of test

* fix: added a full working solution for challenge

* fix: added && to asssert
2019-03-04 12:33:02 -06:00
Tomas Pozo a0d5c01f90 Standardize informal treatment and some grammar improvements (#32664)
Plus, fix colorblindness translation.
2019-03-04 18:52:40 +01:00
José Roberto Ramírez Matías 65b1b53593 Some grammar improvements (#23833)
Some grammar and lexical improvements to the description and instructions text
2019-03-04 18:34:31 +01:00
conradauthor 93c7843467 Update index.md (#29155)
This article seemed a little light on content and examples. The grammar was also a little off.

I have re-written the article to include more examples, cleaned up the grammar, and included a "further reading" suggestion.
2019-03-04 09:53:53 -07:00
kevindelsh 259eec5ab5 Sass import doesn't need file extension (#34802)
Added that the Sass import statement doesn't need the file extension like it doesn't need the underscore.
This helps beginners to better understand the concept and avoid confusion.
2019-03-04 09:35:07 -06:00
Ihor Allin 6222b86133 Update understand-the-hazards-of-using-imperative-code.english.md (#35052)
Moved instructions into correct section.
2019-03-04 09:24:54 -06:00
Randell Dawson 99c7f28530 fix: remove <code> tags around word queue (#35393) 2019-03-04 09:12:29 -06:00
kwyoke 61b7ac8948 Clarified use of `using namespace std` (#30681) 2019-03-04 08:11:15 -07:00
Tristan Sweet 281819741a Edited commas (#30627) 2019-03-04 07:54:11 -07:00
ayerest b5601f612b Minor text updates (#29923) 2019-03-04 17:33:58 +05:30
Vedran Leder 61f4c46bff Add more resources to linear gradient(#27272) 2019-03-04 17:33:10 +05:30
Mateusz Konieczny b0c239ff53 Fix match single unspecified characters hint page (#34615) 2019-03-04 17:14:38 +05:30
Edy Ionescu ff4afe4683 Add --grep flag to git-log (#25158) 2019-03-04 17:01:32 +05:30