df3322eb97
Add descriptive titles for Extensible Prime Generator challenge ( #39246 )
...
* fix(learn): Add descriptive titles to tests.
* fix: Add missing word.
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com >
* fix: Display expected output to user.
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com >
2020-07-23 23:28:16 -07:00
fbdba9edb1
feat(interview-prep): Converting and Tranfering Rosetta challenges ( #38754 )
...
* feat(interview-prep): Converting and Tranfering Rosetta challenges
2020-07-20 12:02:06 +09:00
07e665052d
Fixed-pass-an-array-as-props ( #39268 )
...
* Fixed-pass-an-arrays-props
* Fixed:pass-an-array-as-props2
* Update curriculum/challenges/english/03-front-end-libraries/react/pass-an-array-as-props.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/03-front-end-libraries/react/pass-an-array-as-props.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/03-front-end-libraries/react/pass-an-array-as-props.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-07-17 13:11:16 -07:00
01d61afd5f
Fixed Some Typos ( #39275 )
2020-07-17 09:06:24 -07:00
b352f36169
feat: add resources for data analysis videos ( #39241 )
...
* feat: add resources for data analysis videos
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-07-17 11:12:45 +02:00
90e4ddb40f
Add <dfn> tags ( #39260 )
2020-07-16 11:35:03 -07:00
1f1c58ae18
fix regex
2020-07-16 15:41:35 +03:00
aa1acbe68f
Add missing solutions for algorithm challenges ( #38858 )
2020-07-15 12:03:29 -05:00
cd90da13f0
Disambiguate "Priority Queue" instructions ( #38805 )
...
* Disambiguate "Priority Queue" instructions
* Add front() to solution
* Add tests for front() method
* Fix test typo
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-07-15 11:49:56 -05:00
8ebb4922d4
fix(learn): updated catphotoapp links ( #39215 )
2020-07-15 15:26:49 +05:30
98977942ff
fix(learn): updated catphotoapp links (Chinese) ( #39252 )
2020-07-15 15:25:06 +05:30
3c58ec4dad
fix(learn): updated catphotoapp links (Russian) ( #39253 )
2020-07-15 15:24:34 +05:30
fd6b24685f
fix(learn): updated catphotoapp links (Portuguese) ( #39254 )
2020-07-15 15:24:15 +05:30
174e98a404
fix(learn): updated catphotoapp links (Spanish) ( #39255 )
2020-07-15 15:23:48 +05:30
fc7582b308
fix(learn): updated catphotoapp links (Arabic) ( #39256 )
2020-07-15 15:23:16 +05:30
0b700b5f78
fix(learn): clarify description for finders keepers ( #39068 )
...
* fix(learn): clarify description for finders keepers
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-07-14 09:29:53 +02:00
35f24c6085
Fix text inconsistency ( #39203 )
...
* Fix text inconsistency
To match the eight ECMAScript Language Types on the previous paragraph.
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com >
2020-07-09 16:18:11 +02:00
ca2b97f11e
commit 7/8 Rosetta tokenize ( #39213 )
2020-07-08 17:21:01 -05:00
8656556ca2
Standardize indent size in Data Structures challenge seeds ( #38803 )
...
* Standardize indent size in "Priority Queue" seed
* Standardize indent size in "Circular Queue" seed
* Standardize indent size
* Standardize indents "Search within a Linked List"
* Standardize indents "Remove Elements from a Linked List by Index"
2020-07-08 16:58:15 -05:00
ff9148ca51
Improve formatting in Max Heap lessons ( #38835 )
...
* Improve formatting in max heap lessons
* Switch to HTML ordered lists
2020-07-08 16:54:02 -05:00
db6d97142a
fix: remove whitespace to test solution ( #39210 )
2020-07-08 15:13:02 -05:00
aff56ac392
learn(fix) - fixed grammar because it was confuse to understand the sentence ( #39188 )
...
* fix(learn): confusing grammar in copy array items using slice
2020-07-09 01:20:08 +09:00
511238d36e
challenges: description improvement ( #39197 )
...
Co-authored-by: PeterF521 <peterf521@gmail.com >
2020-07-07 06:10:04 -07:00
564d0452cd
Fixed Spelling bug #39191 ( #39193 )
2020-07-05 15:06:14 -07:00
ab75df7cb1
fix(learn): capitalization and grammar errors ( #39151 )
2020-07-02 17:20:43 +05:30
1e0e54446f
chore: replace forum links ( #39139 )
2020-06-30 14:21:26 +05:30
1f3fa5f0ed
fix(curriculum): Add default white bg to tree DS image for better view ( #39086 )
...
* fix(curriculum): Add bg to tree DS image for better view
2020-06-24 19:20:34 +02:00
decf1ece99
chore: enable python curriculum ( #39118 )
2020-06-23 17:36:39 +05:30
2aee480c46
Remove example code from challenge seed ( #39083 )
...
Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
2020-06-22 16:13:21 +05:30
5ddaf0fdf2
fix comparing-and-sorting-tuples answer ( #39027 )
...
* fix comparing-and-sorting-tuples answer
apply flag to sorted function
* remove commas from numpy array
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-06-19 16:47:34 +02:00
6e5988da4e
fix(learn): versioning for new certificate slugs ( #39087 )
2020-06-17 20:30:31 +05:30
02bb0546a1
fix(learn): update pages for new qa and infosec projects ( #39032 )
2020-06-16 19:34:32 +05:30
77df0e32cd
feat(learn): rename certificates, cert slugs, and cert flags ( #39026 )
2020-06-15 21:51:30 +05:30
be4070a73d
fix(curriculum): improve test robustness ( #39004 )
...
* Add: // Only change code...comments
* Allow user to modify bob
2020-06-13 11:47:06 +02:00
9a861d1f1c
fix(curriculum): Fixed Spelling Error. 'lightning speed' ( #39056 )
2020-06-13 15:14:24 +05:30
71aba0b0cf
fix: update Colab link and wording machine learning challenges ( #39061 )
2020-06-13 15:13:21 +05:30
5dcee2a70f
fix: update video link for Relationship Building challenge. ( #39062 )
2020-06-13 15:12:18 +05:30
c385c70423
fix(learn): use more precise abbreviation for ReLU ( #39065 )
2020-06-13 15:11:00 +05:30
fd2ca5cf40
Add: forumTopicId for rosetta code ( #38855 )
2020-06-08 20:07:41 +05:30
43865fc098
fix(learn): function must return boolean, not string. ( #39010 )
2020-06-06 15:22:46 +05:30
f967b279a7
fix(curriculum): standardize fill-in-the-blank format and typos ( #39011 )
...
This PR changes the format of earlier fill-in-the-blank questions/answers to the one used in later questions. It also fixes a few typos.
2020-06-06 15:21:34 +05:30
10b0c9ed94
fix: more conditional structures python ( #38981 )
2020-06-06 15:20:30 +05:30
89d5c891e3
feat(learn): add full stack certificate md and handle errors
...
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-06-06 14:45:12 +05:30
62dcb1f3fa
fix(curriculum): remove whitespace typo ( #39009 )
2020-06-05 16:08:38 +02:00
32a443d1c9
fix(curriculum): Fixed typo APi to API ( #38998 )
...
* Fixed a typo APi => API
Co-authored-by: Vardhu2706 <avsv.vardhaman@gmail.com >
2020-06-04 09:10:49 +02:00
95371f92b3
fix(learn): clarify formatting requirements for multiple ternary operators challenge ( #38993 )
...
* fix(learn): clarify formatting requirements for multiple ternary operators challenge
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-06-03 18:33:03 +02:00
da166363eb
fix(curriculum): add clarification to question and escape backslash ( #38951 )
...
* fix: add clarification to question
* fix: adjust word placement
Adjust word placement in python for everybody curriculum
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-06-02 16:27:51 +09:00
87ef15befa
Fixes a broken link to 'undefined is a keyword' ( #38897 )
...
Fixes a broken link to 'undefined is a keyword' by replacing the wrong link with the correct one.
2020-06-02 16:22:59 +09:00
40cd0982f7
fix: numpy accessing and changing elements
2020-06-02 16:04:17 +09:00
a6c2b5ee1d
fix(curriculum) remove unnecessary */
from description ( #38969 )
2020-05-31 10:49:10 -05:00