Ria Cheruvu
b3f88b5a2a
fix: Update index.md ( #24727 )
...
Updated section on basic pipeline for supervised learning to be more accurate and cover all the steps. Added link to Machine Learning Mastery website in the More Information section.
2019-01-29 09:11:17 -07:00
athreya2013
aec38c04d7
Made the comment more clear ( #30524 )
...
Added clarity to the given comment
2019-01-29 09:10:58 -07:00
Nikhat Zaidi
48313a48a6
Case can only be constant ( #30360 )
...
case can be defined by a constant not by variable
2019-01-29 09:10:02 -07:00
Kirk Manegold
4e2ff2b0bd
Updated switch-case fall through ( #29744 )
...
Added an example
2019-01-29 09:07:56 -07:00
Leo
406fdfe6b4
Change improper translation ( #32855 )
2019-01-28 21:33:46 -08:00
Harry Zachariou
fcd4182e68
Added Reduce and structure changes ( #26760 )
...
Added the Reduce function with example also gave headings to Map and Filter
2019-01-28 21:22:17 -05:00
Sarah Waldie
7965ae515c
Minor proofing edits + anti-pattern reference ( #29577 )
2019-01-28 18:27:04 -07:00
Leo
d5850db7d6
Added podcast to "Our community also has:" section ( #34961 )
...
* Added podcast to "Our community also has:" section
* Update podcast copy
2019-01-29 08:44:24 +08:00
Tracey Bushman
b730b67e1a
fix(curriculum): replace data urls with CDN urls for D3 projects ( #34964 )
...
* fix(curriculum): replace data urls with CDN urls for D3 projects
* fix(curriculum): data urls --languages
* fix(curriculum): stray old url
2019-01-29 03:41:02 +05:30
Eric Pfister
b4460049a8
Update index.md ( #29029 )
...
Added comma to line 54. Added online banking to line 54. Added text: "These laws require you to support users with unique requirements and even older versions of browsers and devices. " to line 54.
2019-01-28 13:20:59 -07:00
mskiser
e5a254b2e5
Update index with link to DOM info ( #28999 )
...
Update DOM with a link to the w3 website informational page on DOM.
2019-01-28 13:10:57 -07:00
Jody
efa4c2d897
Made minor grammatical changes ( #28781 )
2019-01-28 13:06:54 -07:00
Alice Rees
12f8b5f810
Update index.md ( #28427 )
...
Add a paragraph about the requirements for colour contrast between foreground and background.
2019-01-28 12:57:20 -07:00
Rich Noah
826d4df47c
tool for accessibility checking ( #28357 )
...
added comment referencing WAVE as a tool to check accessibility.
2019-01-28 12:56:29 -07:00
Leo
47857d9fcb
Deleted wrong comma ( #34979 )
2019-01-28 08:33:11 -08:00
Leo
721cbba477
Deleted an unneccessary comma ( #34976 )
2019-01-28 08:28:11 -08:00
Leo
7f31aa807c
Deleted comma ( #34987 )
2019-01-28 08:18:42 -08:00
Adriano
4e5addc9e7
corrected text ( #27197 )
2019-01-28 08:14:19 -08:00
Valeriy
058ffeb8dc
fix(client): night mode for settings page
2019-01-28 12:02:45 +00:00
Valeriy
dd41028f5b
fix(client): replace decodeHTMLEntities to entities package
2019-01-28 12:02:45 +00:00
Valeriy
fbb15afa88
fix(client): header styles
2019-01-28 12:02:45 +00:00
Valeriy
995489eb3c
fix(client): classic challenge styles and update react-reflex
2019-01-28 12:02:45 +00:00
Valeriy S
4b5f9594f6
fix(client): manually load a fontawesome css for correct SSR
2019-01-28 12:02:45 +00:00
Valeriy S
8a70f14319
fix(client): footer: use react-bootstrap, simplify layout, correct links
2019-01-28 12:02:45 +00:00
Valeriy S
271e7dd077
fix(client): simplify header component and styles, auto close menu
2019-01-28 12:02:45 +00:00
Valeriy S
4987f986a9
fix(client): challenge SSR and styles
2019-01-28 12:02:45 +00:00
Valeriy S
18a42f37cd
fix(client): remove didUpdate on a learn's side-panel
2019-01-28 12:02:45 +00:00
Valeriy S
1f4fa29860
fix(client): scroll top and focus an article on guide navigation
2019-01-28 12:02:45 +00:00
Valeriy
a44935a520
fix(client): do not unmount Guide Layout on navigate
2019-01-28 12:02:45 +00:00
Valeriy
28ee458ceb
fix(client): do not unmount default layout on navigate
2019-01-28 12:02:45 +00:00
Nelson Sandoval
a284b296fc
fix: Capitalize test text for Cascading CSS variables ( #34910 )
2019-01-27 18:11:49 -07:00
j-frow
8208b04af5
Add explicit instructions for command mode. Improve style ( #27289 )
2019-01-27 22:58:11 +04:00
Aaron Gottlieb
2f342d0dc4
Add further explanation of ownProps in mstp ( #26455 )
...
* Add further explanation of ownProps in mstp
* Added syntax highlighting
2019-01-27 13:06:47 -05:00
Nishanth Ramesh
94ba6fc6d8
Add the text "Solidity is a contract-oriented, high-level language for implementing smart contracts." to article ( #24862 )
2019-01-27 10:25:53 -07:00
edu san
c203c9a76f
Expand and add to previous content ( #24671 )
...
Notably added: origin of smart contracts, example of smart contract, references.
The added content required a slight rewording of the previous content.
I removed (miners) from "... nodes(miners) ..." since a node is not equivalent to a miner. Not all nodes are miners (and it is crucial that this is the case!!) -> https://bitcointalk.org/index.php?topic=1734235.0
2019-01-27 09:31:17 -07:00
Suman Roy
49d9aaca40
Added : More detailed information for beginners ( #30023 )
...
Added : shell command --> "npm install -g angular"
Added : Description for creating first app in Angular for Beginners
2019-01-27 09:21:39 -07:00
yapancha
ea5480a2c4
Uses of infinite loop ( #27283 )
...
Some of the uses of an infinite loop just to suggest that the use of an infinite loop is not always an error
2019-01-26 23:36:30 -05:00
The Coding Aviator
4783deafdc
Added solution to Adjust the Color of Various Elements to Complementary Colors ( #34362 )
...
* Update index.md
* Update index.md
* Update index.md
2019-01-26 18:56:15 -08:00
Ishan Chhabra
ddb81086a9
Add Generics Section ( #33367 )
...
* Add Generics Section
* fix: added front matter block
2019-01-26 18:46:52 -08:00
Ishan Chhabra
9359b1aa36
Add Section About Error Handling ( #33365 )
...
* Add Section About Error Handling
* fix: added front matter block
2019-01-26 18:46:41 -08:00
Prathamesh
c64a6c6dfa
add bitcoin: basics ( #33245 )
...
* add bitcoin: basics
* fix: added front matter block
2019-01-26 18:41:49 -08:00
Tom
afbd29fb82
Create new section for "consensus" ( #33189 )
...
* Create new section for "consensus"
Added new section for a deeper discussion/dive on consensus as it relates to blockchain
* fix: added front matter block
2019-01-26 18:30:50 -08:00
Clinton Bale
20cf0d106c
Reworded and added to csharp interface documentation ( #33229 )
...
* Reworded and added to interface documentation
Fixed a few typos and reworded and added parts to the csharp interface documentation
* fix: used single backticks instead of triple backticks
2019-01-26 17:49:49 -08:00
anandxkumar
eaf1c56e16
Added details about getter and setter ( #32070 )
...
Added brief introduction of getter and setter with examples.
2019-01-26 17:34:57 -08:00
Willy David Jr
efff592bc6
Corrected syntax for interface. ( #32878 )
...
Corrected syntax of interface. From Interface to interface (lowercase on first letter).
If the first letter on the word interface is uppercase, this will produce an error on Visual Studio stating that:
The type or namespace name 'Interface' could not be found (are you missing a using directive or an assembly reference?)
2019-01-26 17:30:51 -08:00
James Hunter
eef0d1e811
added hint, fixed typos, updated formatting ( #33492 )
...
* added hint, fixed typos, updated formatting
* fix: fixed typo
2019-01-26 17:27:19 -08:00
KartikSoneji
72a23586c6
Added disadvantage of setters and getters ( #31311 )
2019-01-26 17:20:21 -08:00
almande
06a2d163f7
Fix grammar and which user executes example ( #25897 )
...
I clarified the writing and added some missing articles ("the"). I also changed the description to state that the root user is running the command, based on the use of "sudo" and 744 permissions.
2019-01-26 23:44:50 +00:00
Çağdaş Çetin
a948c416d4
例 Fibonacci ( #32796 )
2019-01-26 11:40:24 -08:00
Leo
20607de9ac
Change improper translation ( #32829 )
2019-01-26 11:04:05 -08:00