Commit Graph

23154 Commits (17f6a756eb97c470ad43e82705a8e6e8b372ece2)

Author SHA1 Message Date
Shooflower 3938722d13 Corrected grammar/spelling errors (#31402) 2019-05-11 22:01:32 +05:30
Ritaban Datta 272499aa63 Updated recursion (#32505)
Deleted an extra white space
2019-05-11 21:57:53 +05:30
Randy Janecek 23cc43c301 Fixed typo, improved readability. (#32580) 2019-05-11 21:55:33 +05:30
Andrew Rohde 152a73c81a Changed preform to perform (#31731) 2019-05-11 21:48:56 +05:30
Himanshu Patel 2ed6bc9831 Minor grammatical corrections. (#31228) 2019-05-11 21:44:41 +05:30
Cesar Jimenez e345970e51 Adding 1 accent to a word (#22618)
1 instance of the word exito was not accentuated in the article. It should read éxito.
2019-05-11 21:32:08 +05:30
Chris Steenkamp 77509c6d23 Add examples of creating static and dynamic arrays (#30358)
* Add examples of creating static and dynamic arrays

* fix: changed c++ to cpp
2019-05-11 08:40:41 -07:00
samujjal1618 1c7fbc043e Improved on the Dynamic array description (#27761)
* Improved on the Dynamic array description

* fix: changed c++ to cpp
2019-05-11 08:08:13 -07:00
Catherine Soojung Kim c5731fb5c5 Fixed some typos and grammatical errors (#19686) 2019-05-11 13:48:57 +05:30
Parminder Singh 1c669fd568 Graph Algorithms: Added ford fulkerson algorithm for maximum flow (#24481)
* added ford fulkerson algorithm guide

* fix: changed to 2 space indentation
2019-05-10 20:46:26 -07:00
Mahesh Jaganiya 3669ed4238 Added "Intent Services" (#30876)
Added more information in services about intent services.
2019-05-10 20:12:20 -07:00
tess d2901ac0ae Added Go to list (#31469) 2019-05-10 20:11:50 -07:00
codyteo 0d33020bd0 Elaboration of SAFe configurations (#24838)
Elaborating on Full SAFe, Large Solution SAFe, Portfolio SAFe, and Essential SAFe.
2019-05-10 19:58:04 -07:00
sophiekamuf d379381458 Add "K-means clustering description" (#24684) 2019-05-10 19:56:16 -07:00
Kyle Lobo 379e76676a Added escape sequences, operators in "terms-to-know-for-beginners" (#28832)
* Added escape sequences, operators in "terms-to-know-for-beginners"

Added extra details/facts about multi-line comments in C++
Also fixed some indentation

* fix: changed c++ to cpp
2019-05-10 17:06:04 -07:00
Justin Thomas 31ff1b08ea Add a section on Decentralized Apps (#31443) 2019-05-10 16:37:03 -07:00
prashantkumar1997 098f9c478e Added reference links section (#29593)
* Added reference links section

* fix: changed c++ to cpp

* fix: changed one extra c++ to cpp
2019-05-10 16:04:50 -07:00
prashant 39352ce64d add "Quit sftp." option (#29454)
* add "Quit sftp." option

Added "Quit sftp." and manpage referernce

* fix: changed unix to bash
2019-05-10 16:02:47 -07:00
Oliver Eyton-Williams 07b33d3989 fix(client): Donate other display correct submit button text 2019-05-11 01:48:16 +05:30
Lipis 4101d5c73e Replace Github -> GitHub (Spanish) (#35182) 2019-05-10 12:44:53 -07:00
Amol Pednekar bc17e56594 Generalized smart contract definition | Updated Blockchain technology section (#30994)
Earlier description seemed to Ethereum specific, hence updated.
Also would be more accurate to say Hyperledger - (Specific project) instead of the umbrella term just "Hyperledger" because they have tons of projects.
2019-05-09 14:54:06 -07:00
Randell Dawson d3c8eacef2 Hints & Solution for React and Redux (#35946) 2019-05-09 18:57:06 +05:30
Randell Dawson 7437145bb4 fix: improved existing tests (#35801) 2019-05-09 09:01:50 -04:00
mrugesh mohapatra 7b4e8632f5
docs: fix emoji on the translate item 2019-05-09 12:23:53 +05:30
Randell Dawson 1b07106f8e fix: removed guide articles no longer needed (#35679) 2019-05-08 21:26:48 -05:00
Yoelvis Jiménez fdb49ba89a Fix "ReferenceError: url is not defined" in challenge (#35415)
* Fix "ReferenceError: url is not defined" in challenge

I fix the challenge because issue #14002 
- The `url` variable is set to external resource `https://jsonplaceholder.typicode.com/posts`
- I replaced .textContent instead of .innerHTML (better practice)
- Checking for HTTP status of 201 instead of 200
All these suggestions by @HarplingeTom and "approved" by  @QuincyLarson. See the issue comments.
I test the code locally in my computer and this works 👍 
I modified and verify the tests according the new assessment.

* Update curriculum/challenges/english/04-data-visualization/json-apis-and-ajax/post-data-with-the-javascript-xmlhttprequest-method.english.md

Minor typo: `<code>` to `</code>`

Co-Authored-By: yoelvisj <43357527+yoelvisj@users.noreply.github.com>

* Update curriculum/challenges/english/04-data-visualization/json-apis-and-ajax/post-data-with-the-javascript-xmlhttprequest-method.english.md

new declared as const

Co-Authored-By: yoelvisj <43357527+yoelvisj@users.noreply.github.com>
2019-05-08 20:07:36 -05:00
duytrinhvn 534824e232 Fix spelling error (#35925)
* Fix spelling error

* fix: changed be conformed to conform
2019-05-08 19:54:32 -05:00
Kyle Scheuerlein 3b5fbe3edb Improve formatting of Challenge Seed (#35854) 2019-05-08 18:32:01 -05:00
Waseem Ahmad 05de360085 fix NaN issue for the number of active Donations (#35970)
* fixed NaN issue for the number of active Donations

* Initialized activeDonations to 0 in the initial state
2019-05-08 20:18:10 +02:00
Varsha Margrette db9eca1bde Update index.md (#30256) 2019-05-08 10:27:16 -07:00
mrugesh mohapatra da1cd48e82 docs: remove snyk badge 2019-05-08 07:33:27 -07:00
Deanna Tran 338d7ee8a7 Change "rest operator" to say "rest parameter" in challenges and guide (#35496)
* change es6 challenges rest operator to param

* fix rest parameter typos

* change rest operator to parameter in guide

* fix casing

* change rest operator to rest parameter in guide

* change rest operator to rest parameter in curriculum

* remove extra whitespace

* remove whitespaces

* remove whitespace

* fix: removed arabic file

* fix: removed chinese file
2019-05-08 16:30:24 +02:00
Tom 4f73b5a7f3 Fix/manage state locally tests (#35980)
* fix/manage-state-locally-test

* fix/update-test-words

* fix/update-test
2019-05-08 10:17:54 -04:00
Denis Kurgan 6924d9c9e8 Update index.md (#30410) 2019-05-08 12:09:11 +04:00
Denis Kurgan 1a204a94d7 Update index.md (#30390) 2019-05-08 12:08:12 +04:00
Denis Kurgan c6982549e5 Update index.md (#30386) 2019-05-08 12:07:24 +04:00
Denis Kurgan be64029374 Update index.md (#30378) 2019-05-08 12:06:57 +04:00
Denis Kurgan 7670cfa94f Update index.md (#30363) 2019-05-08 12:06:29 +04:00
Picklebunker 6a304ef9bb Updated grammar and consistency of terms. (#30668) 2019-05-07 22:46:37 -07:00
Mrugesh Mohapatra 033606ec8d fix(donate): add a space in donate text 2019-05-07 22:56:21 +03:00
Picklebunker c16014531e Updated grammar and readability (#30658)
* Updated grammar and readability 

Terms such as class and item are either referred to in English or avoided in the Chinese versions of tutorials that I have found, as translating them directly does not make much sense.
Changed some sentence structures for the ease of understandings.

* fix typo
2019-05-07 12:14:06 -07:00
Picklebunker 5570716edf Update use-media-queries-to-create-responsive-layouts.chinese.md (#30686)
* Update use-media-queries-to-create-responsive-layouts.chinese.md

* update some translation
2019-05-07 12:13:47 -07:00
Oliver Eyton-Williams d4df02c7e2 fix: Sync blockquote, code and pre's color in night mode 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams 0e24bffe22 fix: Make code blocks look more conventional 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams 1ca15d75b8 fix: remove unnecessary selector, fix inline code and other issues 2019-05-07 10:43:43 -07:00
Tom 93e5554615 fix: added semi-colon not in original code
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com>
2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams 3e45db3ef5 Give language-* code blocks the same style as generic ones 2019-05-07 10:43:43 -07:00
Randell Dawson 5cfff58c7b fix: added all js to end of 3 backticks 2019-05-07 10:43:43 -07:00
Randell Dawson 5cf039e5fd fix: performed first conversions 2019-05-07 10:43:43 -07:00
Oliver Eyton-Williams 1a6392f0f0 fix: make all ways of representing code match blockquotes 2019-05-07 10:43:43 -07:00