Commit Graph

3290 Commits

Author SHA1 Message Date
ghukahr
dcc1397c0c Fix "hint" code not working for the challenge: "Sum All Odd Fibonacci Numbers" (#28676)
* Fix code not passing on challenge tests

The code was not passing the challenge tests because we must sum only odd numbers. Cince we didn't provided an initial value for reduce, it would use the first element of the array, and if it was an odd number, it would skip our validation and add it to the final result.

[https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058](https://www.freecodecamp.org/forum/t/sum-all-odd-fibonacci-numbers-solution-not-passing-all-tests/236058)

* Same English fixed for Arabic

* Same English fix for Chinese

* Same English fix for Portuguese

* Same English fix for Russian

* Same English fix for Spanish
2019-02-12 15:54:53 -08:00
Sidak Singh Aulakh
c9a4c901d4 Added Solution in Guide to while sass problem (#35172)
* Guide: added solution @while sass

Added proper Solution to the Guide for the problem Apply a Style Until a Condition is Met with @while, this is no longer a stub

* fix: used 2-space indentation and removed verbiage

* Removed images with broken links

* Added back the images previously removed.
2019-02-12 13:32:07 -08:00
Lipis
3e4bcf00b5 Replace Github -> GitHub (English) (#35168) 2019-02-12 09:00:17 -08:00
Derek Lane
15b14afe53 Add links to tools, grammar fixes. (#33765)
* Add links to tools, grammar fixes.

Added links to tools mentioned (Node.js, Chromium, etc.). Also fixed a few grammar issues.

* fix: removed link
2019-02-12 08:59:36 -08:00
Carys Mills
cd8ce2dd93 Clean up React docs (#30431) 2019-02-12 08:28:47 -08:00
Stefan
25730a92ac Edited copy for grammar/flow (#26155)
I went through the text to fix some minor grammatical issues (eg, it's/its) and make the text descriptions flow better. I also added some extra code sections to clearly mark where there is code that will be typed into the editor.
2019-02-12 08:07:45 -08:00
Lipis
86b8cee810 Replace Github with GitHub (#34971) 2019-02-12 00:46:34 -08:00
Muktesh
cd31f06c4b fix: explain terms dynamic and interpreted in ruby guide's index.md. (#34769)
* fix: explain terms dynamic and interpreted.

* fix: corrected several spelling and grammar errors
2019-02-12 00:26:22 -08:00
smokiebacon
bb339c2204 update index.md: explained a bit more about Gatsby (#32333) 2019-02-12 00:07:00 -08:00
Josh Wiegand
6360fed235 updated ls description to better match man pages (#30767) 2019-02-11 18:05:06 -08:00
Christian Coffey
cdbd7dba3b Fixed a typo where 'ls' was 'cat' (#30629)
* Fixed a typo where 'ls' was 'cat'

'ls' was written as 'cat' in the usage pane. Also made some grammatical changes and changed the location of the directory usage example.

* Update index.md
2019-02-11 17:48:11 -08:00
grbagrbic
7041581a04 Add -d argument description (#28785) 2019-02-11 17:33:35 -08:00
Jared Scott
4d8b2ed063 fixed typo on bash-ls - removed master (#28387)
I fixed a typo where the usage showed cat rather than ls.
I removed a reference to *master on someones command line example that included a fancy shell hook that shows which git branch you are in (most people won't have that).
2019-02-11 17:20:55 -08:00
andakawa
4c40b0de6c Update index.md (#31053)
Added additional information
2019-02-11 17:12:23 -08:00
anthonyjvoss
8bcd9b7334 Added ls -la example for file details. (#28130) 2019-02-11 17:07:18 -08:00
okiwoki
82d4496325 Added additional information on bug bounty prizes (#33887) 2019-02-11 16:30:29 -08:00
kavurivk
bddc99e66d Added spark official logo (#30775)
* Added spark official logo

* Update index.md
2019-02-11 16:29:57 -08:00
m4eD
c58af731f3 Add the text line 27 (#30820)
* Add the text line 27

add autoclose plugin

* fix: corrected typo
2019-02-11 16:09:51 -08:00
andakawa
6633cdb148 Update index.md (#31050)
Added technical features
2019-02-11 15:50:40 -08:00
agrygo
c7b75a42eb added breaks to list (#28904)
* added breaks to list

added breaks to Data Sources section for readability

* fix: properly formatted ordered list
2019-02-11 15:43:18 -08:00
CL Mason
ad96c3b71e fixed(guide): grammar flow issue (#29100)
* fixed(guide): grammar flow issue

Grammar flow issue in opening paragraph

* fix: corrected sentence structure
2019-02-11 15:42:12 -08:00
Nextheory Labs
527c9cd28e fixed typos (#32748)
* fixed typos

* Update index.md
2019-02-11 15:29:44 -08:00
mdhaq001
7b5161f2e4 Fixing minor punctuation issue 01 (#31268)
Added a full-stop "." at the end of the last line under "What is Electron, exactly?" paragraph.
2019-02-11 15:01:14 -08:00
Mo Aalabou
0b883427d8 Fixed spelling mistake "compatability" (#29926)
Fixed spelling mistake "compatibility" to "compatibility" in 3rd paragraph
2019-02-11 15:00:46 -08:00
ayagrwl
c0605249cd Added More applications of electron. (#28604)
* Added More applications of electron.

Whatsapp Desktop , Twitch.tv , Wire and Light Table are some popular apps among the many others developed by electron.

* Update index.md
2019-02-11 14:59:17 -08:00
JawnsenTrain
444fcbd578 Created a file for the insert method (#26496)
* Created a file for the insert method

I tried to adopt your style of making these files in order to retain consistency.

* Rename list-insert-method to list-insert-method.md

* Rename guide/english/python/lists/list-insert-method.md to guide/english/python/lists/list-insert-method/index.md

* Added code formatting, changed more info link
2019-02-11 16:39:33 -05:00
Suzanne Ito
84324e704b Add article by The Nielsen Norman Group (#26524)
* Add article by The Nielsen Norman Group

* Add link formatting
2019-02-11 16:39:01 -05:00
Tom
469b6595b8 Fill in stub for "Install and require helmet" (#34100) 2019-02-11 13:27:33 -07:00
Tom
42f274b665 Fill in stub for infosec "helmet.hidePoweredBy()" (#34102) 2019-02-11 13:26:26 -07:00
Tom
e74fcb2108 [guide] [english] Fill in stubs for helmet lessons (#34332)
* fill in stub for helmet lesson on noSniff()

* fill in stub for helmet lesson ieNoOpen()

* fill in helmet hsts() stub

* fill in stub for helmetjs lesson-DNS prefetching

* fill in stub for helmet lesson on noCache()

* fill in stub for helmetjs lesson on XSS

* fill in stub for helmet lesson 'parent'

* fill in stub for lesson on bcrypt

* fix type `is` to `it` on line 11

* fill in stub for bcrypt hash lesson

* fill in stub for bcrypt hash sync

* fill stub for helmet lessons overview

* fix spacing

* fix typo
2019-02-11 13:25:59 -07:00
Tom
723ef28ad1 Update index.md (#34108) 2019-02-11 13:25:35 -07:00
Tom
aedcfad1c0 Fill in stub for infosec "helmet.xssFilter()" (#34109) 2019-02-11 13:24:55 -07:00
Mark Evans
75978cf818 Grammatical fixes (#30624)
Fixed a variety of grammatical inconsistencies
2019-02-11 10:31:49 -08:00
Dami
53104462a1 Added line 'Since Gatsby is Built on React' (#27503)
Outlining more reason to consider giving Gatsby a trial.....
2019-02-11 10:13:05 -08:00
Iva
fcfbb61f27 Add section od querying data (#25182)
* Add section od querying data

* fix: corrected spacing in sentences
2019-02-11 10:12:06 -08:00
Julia Benton
14182b740f Added comma to line 26 (#31595) 2019-02-11 12:07:39 -06:00
Dan Keefe
f93234d6dc Update/ Expand guide article on Godot from stub (#24649)
* Expand guide article on Godot from stub

* fix: made some headings smaller
2019-02-11 10:05:36 -08:00
John Albritton
be0c8e064d Adds localhost:8000 to gatsby develop command (#24912)
Adds reference to localhost:8000 to gatsby develop command
2019-02-11 09:54:09 -08:00
Christopher McCormack
96c7188def fix: fixed merge conflict (#35147) 2019-02-11 11:25:52 -06:00
Dylan Rainwater
13115bfb4e Add block comment example and remove whitespace (#28816)
* Add block comment example and remove whitespace

* fix: capitalized string to match output

* fix: removed >
2019-02-11 21:48:16 +05:30
Mukesh Dasari
0de4ebb010 Added NPM description (#28473)
* Added NPM description

* fix: removed unnecessary sentence
2019-02-11 21:43:35 +05:30
hennesseehosting
a65603cfc0 Add link to the "card" class for bootstrap 4 (#28293)
Panels have been replaced in the newest version of bootstrap. I added a link for the details.
2019-02-11 07:42:27 -08:00
Sudhakar Kumar
4e9cfa9404 Fix spelling and punctuation (#34348) 2019-02-11 07:41:44 -08:00
Nadeem Bhati
0563faf6e7 added hybrid blockchain type (#30885) 2019-02-11 08:09:15 -07:00
hennesseehosting
06f29ea112 Added "panel-footer" to code examples (#28271) 2019-02-11 08:04:03 -07:00
Alen Garibović
da9ddc882c added different types of variables used in Swift 4 (#26877)
* added different types of variables used in Swift 4

* updated index.md

removed unnecessary prefix Swift
2019-02-11 06:38:37 -05:00
Kenny Zhou
342d8657a5 guide: add code explanations to algorithm (#25816)
Added a code explanation for the beginner and intermediate code solutions of the 'convert-html-entities' algorithm, from the js certification
2019-02-11 06:17:34 -05:00
KurtWayn3
95e541882c Add Keys with Examples (#32942)
* Add Keys with Examples

* fix: added front matter block
2019-02-10 19:32:24 -08:00
KurtWayn3
4d2c268cd6 Add Information on Hot Module Replacement (#32875)
* Create index.md

* fix: added front matter block
2019-02-10 19:29:55 -08:00
Terho
8debdfd2bc Added basic random examples (#32568)
* Added basic random examples

Python random library examples

* Rename guide/english/python/Random/index.md to guide/english/python/random/index.md
2019-02-10 19:23:42 -08:00