Commit Graph

23628 Commits

Author SHA1 Message Date
2a2aa0d152 Translated text within the code (#24359)
* Translated text within the code

* fix: updated examples, removed improper closing tag
2019-06-29 10:41:08 -07:00
3f5fc6b4a6 Update index.md (#22700)
Translation to Spanish
2019-06-29 10:09:17 -07:00
cba35969f0 fix(tools): Use polling to reliably watch challenges 2019-06-29 11:42:48 +08:00
438e7d4c51 fixed testString to disallow any extra characters from passing. Also … (#35987)
* fixed testString to disallow any extra characters from passing. Also changed markup in testString and text

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.english.md

Co-Authored-By: Stevo99 <Sfailla1983@gmail.com>

* fixed test so it won't pass if datetime attr is left blank

* fixed test so it will not pass if datetime attribute is left empty

* fixed error in testString where test would pass if user runs test right away

* added tear-down div to make test code look cleaner

* fixed merge conflict. added tear-down div to make code look cleaner

* fixed testString to disallow any extra characters from passing. Also changed markup in testString and text

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.english.md

improvement to test case where element should have closing tag.

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fixed conflict in git

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.english.md

removed unnecessary test

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/standardize-times-with-the-html5-datetime-attribute.english.md

removed unnecessary test

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-06-28 18:49:00 -04:00
Tom
50b45b9379 Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/create-an-export-fallback-with-export-default.english.md
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2019-06-28 16:04:59 +08:00
2e49aa02df fix/add-anonymous-function-example 2019-06-28 16:04:59 +08:00
9c1b83dd0c fix/add-tests+note-in-import-lesson 2019-06-28 16:04:59 +08:00
c133a6fbd0 fix/remove-duplicate-from-meta 2019-06-28 16:04:59 +08:00
9199319ae1 fix/build-error 2019-06-28 16:04:59 +08:00
9c249bf8be fix/build-error 2019-06-28 16:04:59 +08:00
d68475e7ea fix/build-error 2019-06-28 16:04:59 +08:00
ffc3a827c2 fix/conflicts 2019-06-28 16:04:59 +08:00
61895e05f7 fix/final-draft-before-reviews 2019-06-28 16:04:59 +08:00
f14f1bf750 fix/rename-lessons 2019-06-28 16:04:59 +08:00
23d723a71f fix/add-tests 2019-06-28 16:04:59 +08:00
2e6cb9181a fix/revise-es6-import-export-lessons 2019-06-28 16:04:59 +08:00
6e8bbd169b fix/final-draft-before-reviews 2019-06-28 16:04:59 +08:00
956212cdc0 fix/rename-lessons 2019-06-28 16:04:59 +08:00
8b5cc6d277 fix/add-tests 2019-06-28 16:04:59 +08:00
8a579210e3 fix/revise-es6-import-export-lessons 2019-06-28 16:04:59 +08:00
49dba25225 feat: cleaned up formatting, spelling, grammar (#36087) 2019-06-28 00:25:48 -07:00
882a4b5263 docs: updating macOS terminal guide to include how to change your hostname and display branch name at the command prompt (#35974) 2019-06-28 00:25:09 -07:00
2719823065 Added "Neural Networks" (#33971)
* Added "Neural Networks"

* fix: removed sentence not needed
2019-06-28 00:22:14 -07:00
1f6b3c082d Removed images and added text tables (#35900) 2019-06-28 00:21:21 -07:00
b18560f8d6 Modify list section (#35334)
Change the name of list and the objects inside the list. Add different ways to extract the contents of a list in R.
2019-06-28 00:16:14 -07:00
53b44459e7 feat(guide):Added data frame guide article to R (#35845)
* feat:Added guide article for R

* Start feat/add-guide-article-for-r
2019-06-28 00:15:30 -07:00
26ba31028b index1.md (#33718)
* index1.md

* flx: removed stub info
2019-06-28 00:13:55 -07:00
d197193636 Create index.md for markdown in R. (#35375)
* Create index.md

Create index.md for markdown in R.

* Create index.md for R Markdown

Create index.md for R Markdown, which is used to create reproducible documents.

* Fix grammar issue 

Fix grammar issue to remove duplicate word "package".
2019-06-28 00:13:08 -07:00
923ba821a0 index1.md (#33480)
* index1.md

* fix: removed stub info

* fix: added More Information header back
2019-06-28 00:12:11 -07:00
76d850216c Matched size of "Input" & "Output" at bottom to others (#34115) 2019-06-28 00:05:24 -07:00
7b022e2d72 Provided a better code. (#33478)
* Provided a better code.

Updated the code to give desired output.

* fix: corrected some verbiage
2019-06-28 00:00:46 -07:00
c094443cd7 New file about administrative Linux commands (#32952)
* New file about administrative Linux commands

I've proposed a new file about some administrative Linux command you have to know.

* fix: added .md to filename

* fix: corrected filename to index.md

* fix: changed title
2019-06-27 23:58:43 -07:00
f96c0ba5b9 C Program (#32689)
* C Program

* fix: added code fences
2019-06-27 23:43:06 -07:00
49c2c7164a Corrected enum code declaration. (#32854)
* Corrected enum code. Cannot declare:
public enum phylum;
Since this code will produce an error. If someone will copy the same code, it will not compile and run. I updated the code so that when someone will copy the code, it will not produce an error.

* I also updated the spacing and tabbing on code.
* Corrected the constructor DefineAnimal to Animal since the name of the class is Animal and DefineAnimal will produce an error.
* Remove enum on parameter of constructor since this will produce an error.
* Corrected class Dog as public enum breed will produce an error.
2019-06-27 23:39:32 -07:00
62ba46f9ce Add more verbosity to index.md for Groovy (#32822) 2019-06-27 23:36:54 -07:00
18a3472df7 Added a hello world example to the OpenGL guide (#32670)
* Added hello world example to OpenGL guide

* Fixed command

* Fixed command

* Added command for building

* Update index.md
2019-06-27 23:26:39 -07:00
5170dd21f5 fix link styles in chinese contributing (#36223)
* fix(docs): fix links in /docs/chinese/CONTRIBUTING.md

* fix(docs): specify language in links
2019-06-27 23:22:25 -07:00
d86a007cec Basic update script for Raspberry Pi (#32519)
Python update && upgrade script for Raspberry Pi
2019-06-27 23:22:07 -07:00
0814e2b022 Added linux cpu check (#32124) 2019-06-27 23:17:00 -07:00
762654d4f6 Add example related to sampling large state space problems (#32270)
Not all games of solitaire are winnable. Using Monte Carlo simulations to sample games helps build strong intuition.
2019-06-27 23:16:16 -07:00
500d67d8cd Added article on implicit types (#31234) 2019-06-27 23:03:34 -07:00
1106000fc5 Add embedded systems (#31167) 2019-06-27 23:02:45 -07:00
0931ff6387 added information about Signal (#31151)
Added information regarding the application called Signal
2019-06-27 23:01:28 -07:00
5302b7b351 Added parenthesis, updated to Tuple. (#31085)
Added parenthesis to print function to align file.  Changed #2 from a list to a tuple.
2019-06-27 22:57:37 -07:00
d7a003dc22 Updated index.md (#29129)
* Updated index.md

Added capacity related mechanism for DynamoDB.

* fix: reverted verbiage
2019-06-27 22:55:05 -07:00
864c0af2f5 Add types of print statements. (#30941) 2019-06-27 22:54:38 -07:00
253bac3b63 template-oriented features of angular (#30541)
* love for angular

added extra things about components

* fix: added space
2019-06-27 22:50:31 -07:00
6d115ae515 Add a Condition for Garbage Collection Eligibility (#29334) 2019-06-27 22:45:39 -07:00
0d5389a370 Add attribute article (#30734) 2019-06-27 22:40:38 -07:00
a191a2b2bd fix(client): Use current challenge-md-parser
1.0.0 was fetching the published version, which is 9 months old, so this
gets the local version instead.
2019-06-28 13:34:29 +08:00