Commit Graph

2763 Commits

Author SHA1 Message Date
gikf
399281f225 fix(curriculum): rework Project Euler 84 (#42161) 2021-05-24 23:13:34 +05:30
camperbot
bd69e00480 chore(i18n,curriculum): update translations (#42191) 2021-05-24 09:42:08 +02:00
Halu89
1018f91535 fix(curriculum): check for correct method in test (#42214)
I don't know how the code runs from here, but I'm assuming it should be the correct method now
2021-05-22 10:58:35 +02:00
Seth Falco
4d024f3e4b fix(curriculum): css and html test issues (#42045)
* fix: css and html issues

* fix: issues with css test

* fix: allow spaces in solution css

* fix: css tests for use-rgb-to-mix-colors
2021-05-21 12:18:42 +01:00
camperbot
938e5913fa chore(i18n,curriculum): update translations (#42187) 2021-05-19 19:20:10 +02:00
alirezaghey
777c508f82 fix(curriculum): small english improvement (#42173)
* fix(curriculum): small english improvement

* fix(curriculum): small english improvement

Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>

Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>
2021-05-18 14:42:05 -07:00
Sem Bauke
f3e8a0f0c2 fix(curriculum): clarify Check if an Object has a Property (#42156)
* fix: clarify Check if an Object has a Property

* fix: give extra clarity on object checking
2021-05-18 20:36:53 +04:00
camperbot
18ccc3bd34 chore(i18n,curriculum): processed translations (#42178) 2021-05-18 07:27:23 -07:00
gikf
0f0a1f4801 feat(curriculum): add solution (#42149)
* fix: ensure using in test arrays from background

* feat: add solution

* fix: improve description
2021-05-18 14:26:54 +09:00
gikf
86d50dc093 feat(curriculum): add solution (#42146)
* fix: ensure using in test arrays from background

* feat: add solution

* fix: improve description
2021-05-18 14:12:56 +09:00
alirezaghey
7fb1b142e3 fix(curriculum): small english improvement (#42167) 2021-05-17 15:53:15 -05:00
gikf
1ab5139c51 feat(curriculum): add solution (#42130)
* fix: ensure using in test arrays from background

* feat: add solution

* fix: improve description

* fix: grammar

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-05-17 12:43:17 -05:00
camperbot
3d91eae3e5 chore(i18n,curriculum): processed translations (#42162) 2021-05-17 19:00:24 +05:30
camperbot
3fe039248c chore(i18n,curriculum): processed translations (#42151) 2021-05-17 11:31:56 +02:00
alirezaghey
f4d07a2cdf fix: solve off by one error in solution (#42152)
* fix: solve off by one erro in solution
closes #42141

* fix: add white space for readability

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-05-16 20:04:07 +02:00
camperbot
0596e2749a chore(i18n,curriculum): update translations (#42147) 2021-05-15 18:01:37 +02:00
alirezaghey
cbb7afd5b8 fix(curriculum): correct link text (#42143)
* Small language improvement

The correct term is assignment operator.

* Small language improvement

Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>

Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
2021-05-15 17:10:19 +02:00
Sem Bauke
2e915a7259 fix(learn): rework Rosetta Code SHA256 (#41936)
* fix(learn): rework Rosetta Code SHA256

* fix: add extra info

* Add suggestions from Nick

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-05-14 16:41:42 +00:00
alirezaghey
79e799feb5 fix(curriculum): scoping variables language improvement (#42135) 2021-05-14 09:02:54 -07:00
gikf
d9ed4057ef fix(curriculum): rework Project Euler 80 (#42128)
* fix: rework challenge to use argument in function

* fix: add solution
2021-05-14 11:51:29 +05:30
gikf
4a9559ad98 feat(curriculum): add tests and solution (#42111)
* feat: add tests

* feat: add solution
2021-05-14 11:50:30 +05:30
gikf
4c083f44e9 fix(curriculum): rework Project Euler 77 (#42077)
* fix: rework challenge to use argumnet in function

* fix: add solution

* fix: position block evenly between paragraphs
2021-05-14 11:49:58 +05:30
gikf
911d18bae5 fix(curriculum): rework Project Euler 78 (#42104)
* fix: rework challenge to use argument in function

* fix: add solution

* fix: improve look and spacing
2021-05-14 11:49:23 +05:30
gikf
efe1f48a57 fix(curriculum): rework Project Euler 76 (#42072)
* fix: rework challenge to use argument in function

* fix: add solution

* fix: position block evenly between paragraphs
2021-05-14 11:48:52 +05:30
gikf
e9f8f425b3 fix(curriculum): rework Project Euler 74 (#42057)
* fix: rework challenge to use argument in function

* fix: add solution

* fix: use MathJax for consistent look
2021-05-14 11:48:22 +05:30
Aung Myat Min
fd6b32a3c5 fix(curriculum): typos in D3 challenge (#42116)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2021-05-12 23:03:28 +01:00
Niraj Nandish
d820b2a0cd fix(curriculum): Update wording of test in 'Add Methods After Inheritance' (#42112)
* fix: Update wording of test in 'Add Methods After Inheritance'

* fix(curriculum): Correct grammar of test description

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-05-12 11:25:05 -07:00
camperbot
7aaa365393 chore(i18n,curriculum): processed translations (#42115) 2021-05-12 21:25:58 +05:30
gikf
4260416ac3 fix(curriculum): rework Project Euler 75 (#42066)
* fix: rework challenge to use argument in function

* fix: add solution

* fix: position block evenly between paragraphs
2021-05-11 18:26:58 +05:30
gikf
a6acbe20cc fix(curriculum): rework Project Euler 71 (#42006) 2021-05-11 13:33:29 +02:00
Usama Ali
5f33051a92 fix(curriculum): typo for using zombie.js (#42090) 2021-05-11 06:12:40 +02:00
camperbot
994c2a1ce2 chore(i18n,curriculum): update translations (#42080) 2021-05-10 16:18:45 +02:00
camperbot
253f30b205 chore(i18n,curriculum): update translations (#42070) 2021-05-09 21:42:02 +02:00
camperbot
44dc4f6788 chore(i18n,curriculum): update translations (#42022) 2021-05-06 08:11:14 -07:00
Sem Bauke
607b1c3dbf fix(curriculum): look for possible www link in regex (#41955)
* fix(curriculum): look for possible www. link in regex

* Add suggestions from Nick

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-05-06 10:06:33 +05:30
gikf
f42e4292ad feat: add solution 2021-05-06 04:26:22 +05:30
Nicholas Carrigan (he/him)
3da4be21bb chore: seed chinese traditional (#42005)
Seeds the chinese traditional files manually so we can deploy to
staging.
2021-05-05 22:43:49 +05:30
camperbot
a067bd15a1 chore(i18n,curriculum): update translations (#42001) 2021-05-05 08:09:17 -07:00
gikf
582b9a3298 fix(curriculum): rework Project Euler 66 (#41963)
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-05-05 13:24:49 +05:30
gikf
7a04b8977f fix(curriculum): rework Project Euler 70 (#41988)
* fix: rework challenge to use argument in function

* fix: use MathJax for display consistency

* fix: add solution
2021-05-05 13:22:16 +05:30
gikf
57238ccdc9 fix(curriculum): rework Project Euler 69 (#41974)
* fix: rework challenge to use argument in function

* fix: use mathjax for consistent phi letter

* fix: add solution

* fix: re-align table formatting
2021-05-04 11:12:33 +05:30
camperbot
d27b53dcb2 chore(i18n,curriculum): update translations (#41957) 2021-05-02 21:17:31 +02:00
Sem Bauke
9c28a2300a fix(curriculum): look for inlined filter function (#41953) 2021-04-30 20:55:16 +01:00
camperbot
2762d4b8e5 chore(i18n,curriculum): update translations (#41945) 2021-04-29 08:43:46 -07:00
GM Fuster
3b056aa7b4 chore(replit): use correct brand name across codebase (#41941)
* replace repl.it with replit.com in the English version

Replace repl.it to replit.com in the English version.  Chinese and Spanish versions have the same issue.

* Updated the repl.it to replit.com or Replit

I changed the text from replit.com to Replit and added the changes to the files outside the curriculum folder.

* Forgot removing one .com.

There was on Replit.com that I missed when I reviewed the files.

* Resolve conflicts

I got an unable to auto merge so resolving conflicts and trying again.

* try committing conflicts again

* Trying the conflicts again

* chore: fix typo in personal library

Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>

Co-authored-by: gemmaf98 <44875585+gemmaf98@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Shaun Hamilton <51722130+ShaunSHamilton@users.noreply.github.com>
2021-04-29 11:13:38 +01:00
Evgeny Klimenchenko
db369fbed1 fix(client): remove JS comments from user code for tests (#41873)
* Removes comments in js challanges by default

* fix local-scope-and-functions test regex

* fix all languages

* revert language changes

* removed unnecessary removeJSComments from challenges

* fix challanges in other languages

* removed removeJSComments from all challanges
2021-04-28 10:18:54 -05:00
camperbot
0296abbea6 chore(i18n,curriculum): processed translations (#41939) 2021-04-28 18:43:20 +05:30
sjc5
a0463d2c99 fix: insert missing forward-slash in instructions (#41934)
inserted forward-slash in closing 'sup' tag in instructions section
2021-04-28 08:07:43 +02:00
GM Fuster
d8ca6db29e fix(curriculum): replace repl.it with replit.com (#41933)
Replace repl.it to replit.com in the English version.  Chinese and Spanish versions have the same issue.

Co-authored-by: gemmaf98 <44875585+gemmaf98@users.noreply.github.com>
2021-04-27 21:30:04 +01:00
Shaun Hamilton
55a1b2a5bf fix(curriculum): allow adnode regex test for multi-line (#41929) 2021-04-28 00:07:12 +05:30