Commit Graph

23693 Commits

Author SHA1 Message Date
Tom
51b5defb7e fix/regex-upper-and-lower-bounds-tests (#36059)
* fix/regex-upper-and-lower-bounds-tests

* fix/add-solution-back

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/regular-expressions/specify-upper-and-lower-number-of-matches.english.md

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2019-06-25 14:45:20 -07:00
43a125217c Added Date Object Guide to Javascript Guides (#36006) 2019-06-25 16:05:34 -05:00
306c53187f feat: add article for JavaScript String.search() (#36014) 2019-06-25 15:56:06 -05:00
c3aec1aef2 feat: add article for JavaScript String.startsWith() (#36015) 2019-06-25 15:53:30 -05:00
e40c55b02a feat: add article for JavaScript String.toString() (#36016) 2019-06-25 15:52:06 -05:00
90a9f27440 Add Introduction to Machine Learning Article (#33555)
Add Introduction to Machine Learning Article as additional reference
2019-06-25 13:51:50 -07:00
a2eb82c20c added attributions to the code (#28095)
Explained the backpropagation in simple terms
2019-06-25 13:50:22 -07:00
e86a675b95 Added example with one parameter to master branch (#32027)
* javascript comments page makeover (english)

Remove redundant information
Fix link styles
Make everything easier to read

* Added example with one parameter
2019-06-25 13:44:19 -07:00
850512c2ab Added an implementation code in python (#33305) 2019-06-25 13:42:43 -07:00
7e2e9a61bc Add explore-exploit problem as important theme in RL (#32322)
Explore exploit helps motivate the different decisions facing RL algorithms and introduces the concept of "greedy" approaches.
2019-06-25 13:34:30 -07:00
566e112d5d Added step-by-step instructions to 'how-to-use-package.json-the-core-of-any-node.js-project-or-npm-package/index.md' (#35868)
* Added step-by-step instructions and screenshots

Added step-by-step instructions to set up an anonymous node/express project for the challenges and three demo screenshots.

* Removed screenshots from instructions

* fix: changed javascript to json

* fix: changed to two-space indentation
2019-06-25 13:15:51 -07:00
7659d1fdaa feat: add article for JavaScript String.codePointAt() (#36011) 2019-06-25 15:07:24 -05:00
60ae1845cb added jQuery load() Method (#31453) 2019-06-25 14:59:46 -05:00
f267d2a61b Fixed Broken Links in Binary Agents (#35947)
The parseInt link to the freecodecamps forum pointed to a link with no resource. And Also fixed the link for String.length and removed a dead link.
2019-06-25 12:59:15 -07:00
4954f87424 Kotlin extension functions (#31943) 2019-06-25 14:36:52 -05:00
05c51c762a Update content for clarity and edit punctuation (#33369) 2019-06-25 11:14:24 -07:00
b07fac01b2 Added a 'Note' part. (#32776)
The 'Note' part describes how we can check for odd even with the help of & operator.
2019-06-25 11:04:53 -07:00
447b8f50fc Added points on Custom Data Attributes in HTML (#32749) 2019-06-25 11:04:11 -07:00
c9d00827c4 Added MergeSort Implementation in Java (#28042)
* Added MergeSort Implementation in Java

* fix: changed c++ to cpp
2019-06-25 10:53:35 -07:00
cbc2c0b7c2 update (#31295)
* update

* Update index.md
2019-06-25 10:36:40 -07:00
782c5ba553 fix: introduce action creators in redux-actions (#31170) 2019-06-25 10:28:05 -07:00
274ef504c3 Add new details and links to CJM (#31088) 2019-06-25 10:25:31 -07:00
2ff2b82d51 Added definitions of different types of matrices (#30128) 2019-06-25 10:15:51 -07:00
2f8d009133 Update index.md (#29940) 2019-06-25 10:11:37 -07:00
ecc22cc9aa Added tailgaiting as example (#30985)
Added a (short description) of tailgating under the Some examples of Social Engineering hacks, as it is another form of these.
2019-06-25 10:08:48 -07:00
9cccd52aec constructor in abstract class (#29329)
Have added some information in abstract classes
2019-06-25 09:51:06 -07:00
c8ca40751b fix: removed extra sh code fences 2019-06-25 16:57:43 +08:00
8ce1b374e3 fix: replace languages preceded by space 2019-06-25 16:57:43 +08:00
2b553d31b6 fix replace code block with blockquote 2019-06-25 16:57:43 +08:00
3f56cf6f54 fix replace code with applicable language postfix 2019-06-25 16:57:43 +08:00
4f83b58aa6 fix replace Swift4 with swift for language postfix 2019-06-25 16:57:43 +08:00
1b113c436c fix replace c# with csharp for language postfix 2019-06-25 16:57:43 +08:00
b7e98240c8 fix replace #include with c for language postfix 2019-06-25 16:57:43 +08:00
4a2b88b16e fix replace output with shell for language postfix 2019-06-25 16:57:43 +08:00
5e6ba79c04 fix replace solidity with no language postfix 2019-06-25 16:57:43 +08:00
1932a08858 fix replace sh with shell for language postfix 2019-06-25 16:57:43 +08:00
22f52296bc fix: replace c++ with cpp for language postfix 2019-06-25 16:57:43 +08:00
7d097e62ac fix: replace cs with csharp for language postfix 2019-06-25 16:57:43 +08:00
f57e6d69d8 fix: remove codepen.io links from challenge articles 2019-06-25 16:52:24 +08:00
6167811c09 Update index.md (#28398)
Add some details about table, and the css property: border.
2019-06-25 16:22:17 +08:00
0fb5d35e14 Update index.md (#27499)
fixed the first title
2019-06-25 16:21:35 +08:00
00446ffb17 Add latest Angular Version (7.0.0) (#27109) 2019-06-25 15:54:31 +08:00
zd6
d3c2f0825a translation smoothen index.md (#23426)
translation corrected
2019-06-25 15:53:00 +08:00
618d6f4cbc Changed pronouns to 您 and cleaned up formatting (#33694) 2019-06-25 15:52:10 +08:00
8786caf103 Fixed typos and changed some wording for clarity. (#28926) 2019-06-25 14:40:22 +07:00
231d388d8b fixed: fixed some translating problem. (#30923)
* fixed: fixed some translating problem.

I don't know how did you translate the "猛击猫“,but it's really not a good translation.
I almost laugh to death to see this(just feel fun,no impolite). 
: )

* Update index.md

* Update index.md
2019-06-25 14:56:52 +08:00
3016c6e798 Update Blockchain types chinese index.md
Correct some Chinese translation
2019-06-25 14:39:17 +08:00
5185e91db2 Update Smart Contracts Chinese index.md
Correct some Chinese translation
2019-06-25 14:38:51 +08:00
dc37f4755b Update Blockchain Chinese feature index.md
Update the chinese translation in feature index.md
2019-06-25 14:38:26 +08:00
f0faa41fb0 A note about usage and some tiny fixes. (#28689) 2019-06-25 13:36:47 +07:00