trackler 2.2.1.55 → 2.2.1.56
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/trackler/version.rb +1 -1
- data/problem-specifications/CONTRIBUTING.md +1 -1
- data/problem-specifications/exercises/phone-number/description.md +1 -1
- data/tracks/clojure/config.json +9 -1
- data/tracks/clojure/exercises/complex-numbers/README.md +37 -0
- data/tracks/clojure/exercises/complex-numbers/project.clj +4 -0
- data/tracks/clojure/exercises/complex-numbers/src/complex_numbers.clj +17 -0
- data/tracks/clojure/exercises/complex-numbers/src/example.clj +20 -0
- data/tracks/clojure/exercises/complex-numbers/test/complex_numbers_test.clj +141 -0
- data/tracks/dart/exercises/hello-world/lib/example.dart +3 -1
- data/tracks/dart/exercises/hello-world/lib/hello_world.dart +1 -1
- data/tracks/dart/exercises/hello-world/test/hello_world_test.dart +2 -16
- data/tracks/dart/exercises/leap/test/leap_test.dart +1 -1
- data/tracks/dart/tool/create-exercise +35 -25
- data/tracks/ecmascript/config.json +13 -0
- data/tracks/ecmascript/exercises/accumulate/README.md +1 -1
- data/tracks/ecmascript/exercises/acronym/README.md +1 -1
- data/tracks/ecmascript/exercises/all-your-base/README.md +1 -1
- data/tracks/ecmascript/exercises/allergies/README.md +1 -1
- data/tracks/ecmascript/exercises/alphametics/README.md +1 -1
- data/tracks/ecmascript/exercises/anagram/README.md +1 -1
- data/tracks/ecmascript/exercises/atbash-cipher/README.md +1 -1
- data/tracks/ecmascript/exercises/beer-song/README.md +1 -1
- data/tracks/ecmascript/exercises/binary-search-tree/README.md +1 -1
- data/tracks/ecmascript/exercises/binary-search/README.md +1 -1
- data/tracks/ecmascript/exercises/binary/README.md +1 -1
- data/tracks/ecmascript/exercises/bob/README.md +1 -1
- data/tracks/ecmascript/exercises/bowling/README.md +1 -1
- data/tracks/ecmascript/exercises/bracket-push/README.md +1 -1
- data/tracks/ecmascript/exercises/change/README.md +1 -1
- data/tracks/ecmascript/exercises/circular-buffer/README.md +1 -1
- data/tracks/ecmascript/exercises/clock/README.md +1 -1
- data/tracks/ecmascript/exercises/collatz-conjecture/README.md +1 -1
- data/tracks/ecmascript/exercises/connect/README.md +1 -1
- data/tracks/ecmascript/exercises/crypto-square/README.md +1 -1
- data/tracks/ecmascript/exercises/custom-set/README.md +1 -1
- data/tracks/ecmascript/exercises/diamond/README.md +1 -1
- data/tracks/ecmascript/exercises/difference-of-squares/README.md +1 -1
- data/tracks/ecmascript/exercises/diffie-hellman/README.md +1 -1
- data/tracks/ecmascript/exercises/etl/README.md +1 -1
- data/tracks/ecmascript/exercises/flatten-array/README.md +1 -1
- data/tracks/ecmascript/exercises/food-chain/README.md +1 -1
- data/tracks/ecmascript/exercises/gigasecond/README.md +1 -1
- data/tracks/ecmascript/exercises/grade-school/README.md +1 -1
- data/tracks/ecmascript/exercises/grains/README.md +1 -1
- data/tracks/ecmascript/exercises/hamming/README.md +1 -1
- data/tracks/ecmascript/exercises/hello-world/README.md +1 -1
- data/tracks/ecmascript/exercises/hexadecimal/README.md +1 -1
- data/tracks/ecmascript/exercises/isbn-verifier/README.md +1 -1
- data/tracks/ecmascript/exercises/isogram/README.md +1 -1
- data/tracks/ecmascript/exercises/kindergarten-garden/README.md +1 -1
- data/tracks/ecmascript/exercises/largest-series-product/README.md +1 -1
- data/tracks/ecmascript/exercises/leap/README.md +1 -1
- data/tracks/ecmascript/exercises/linked-list/README.md +1 -1
- data/tracks/ecmascript/exercises/list-ops/README.md +1 -1
- data/tracks/ecmascript/exercises/luhn/README.md +1 -1
- data/tracks/ecmascript/exercises/matrix/README.md +1 -1
- data/tracks/ecmascript/exercises/meetup/README.md +1 -1
- data/tracks/ecmascript/exercises/minesweeper/README.md +1 -1
- data/tracks/ecmascript/exercises/nth-prime/README.md +1 -1
- data/tracks/ecmascript/exercises/ocr-numbers/README.md +1 -1
- data/tracks/ecmascript/exercises/octal/README.md +1 -1
- data/tracks/ecmascript/exercises/palindrome-products/README.md +1 -1
- data/tracks/ecmascript/exercises/pangram/README.md +1 -1
- data/tracks/ecmascript/exercises/pascals-triangle/README.md +1 -1
- data/tracks/ecmascript/exercises/perfect-numbers/README.md +1 -1
- data/tracks/ecmascript/exercises/phone-number/README.md +1 -1
- data/tracks/ecmascript/exercises/pig-latin/README.md +1 -1
- data/tracks/ecmascript/exercises/prime-factors/README.md +1 -1
- data/tracks/ecmascript/exercises/protein-translation/README.md +78 -0
- data/tracks/ecmascript/exercises/protein-translation/example.js +45 -0
- data/tracks/ecmascript/exercises/protein-translation/package.json +71 -0
- data/tracks/ecmascript/exercises/protein-translation/protein-translation.spec.js +59 -0
- data/tracks/ecmascript/exercises/proverb/README.md +1 -1
- data/tracks/ecmascript/exercises/pythagorean-triplet/README.md +1 -1
- data/tracks/ecmascript/exercises/queen-attack/README.md +1 -1
- data/tracks/ecmascript/exercises/raindrops/README.md +1 -1
- data/tracks/ecmascript/exercises/rna-transcription/README.md +1 -1
- data/tracks/ecmascript/exercises/robot-name/README.md +1 -1
- data/tracks/ecmascript/exercises/robot-simulator/README.md +1 -1
- data/tracks/ecmascript/exercises/roman-numerals/README.md +1 -1
- data/tracks/ecmascript/exercises/run-length-encoding/README.md +1 -1
- data/tracks/ecmascript/exercises/saddle-points/README.md +1 -1
- data/tracks/ecmascript/exercises/say/README.md +1 -1
- data/tracks/ecmascript/exercises/scrabble-score/README.md +1 -1
- data/tracks/ecmascript/exercises/secret-handshake/README.md +1 -1
- data/tracks/ecmascript/exercises/series/README.md +1 -1
- data/tracks/ecmascript/exercises/sieve/README.md +1 -1
- data/tracks/ecmascript/exercises/simple-cipher/README.md +1 -1
- data/tracks/ecmascript/exercises/simple-linked-list/README.md +1 -1
- data/tracks/ecmascript/exercises/space-age/README.md +1 -1
- data/tracks/ecmascript/exercises/strain/README.md +1 -1
- data/tracks/ecmascript/exercises/sublist/README.md +1 -1
- data/tracks/ecmascript/exercises/sum-of-multiples/README.md +1 -1
- data/tracks/ecmascript/exercises/transpose/README.md +1 -1
- data/tracks/ecmascript/exercises/triangle/README.md +1 -1
- data/tracks/ecmascript/exercises/trinary/README.md +1 -1
- data/tracks/ecmascript/exercises/twelve-days/README.md +1 -1
- data/tracks/ecmascript/exercises/two-bucket/README.md +1 -1
- data/tracks/ecmascript/exercises/two-fer/README.md +1 -1
- data/tracks/ecmascript/exercises/word-count/README.md +1 -1
- data/tracks/ecmascript/exercises/word-search/README.md +1 -1
- data/tracks/ecmascript/exercises/wordy/README.md +1 -1
- data/tracks/erlang/exercises/bob/src/bob.erl +4 -4
- data/tracks/erlang/exercises/bob/src/example.erl +30 -15
- data/tracks/erlang/exercises/bob/test/bob_tests.erl +84 -45
- data/tracks/erlang/exercises/collatz-conjecture/test/collatz_conjecture_tests.erl +2 -0
- data/tracks/erlang/exercises/hamming/src/example.erl +10 -10
- data/tracks/erlang/exercises/hamming/src/hamming.erl +4 -4
- data/tracks/erlang/exercises/hamming/test/hamming_tests.erl +54 -13
- data/tracks/erlang/exercises/hello-world/test/hello_world_tests.erl +2 -0
- data/tracks/erlang/exercises/leap/test/leap_tests.erl +2 -0
- data/tracks/erlang/exercises/rna-transcription/src/example.erl +6 -2
- data/tracks/erlang/exercises/rna-transcription/src/rna_transcription.erl +3 -3
- data/tracks/erlang/exercises/rna-transcription/test/rna_transcription_tests.erl +24 -14
- data/tracks/erlang/testgen/src/tgen.erl +1 -0
- data/tracks/erlang/testgen/src/tgen_bob.erl +29 -0
- data/tracks/erlang/testgen/src/tgen_hamming.erl +41 -0
- data/tracks/erlang/testgen/src/tgen_rna-transcription.erl +38 -0
- data/tracks/fsharp/exercises/etl/Etl.fs +2 -2
- data/tracks/fsharp/exercises/etl/EtlTest.fs +72 -29
- data/tracks/fsharp/exercises/etl/Example.fs +10 -5
- data/tracks/fsharp/exercises/nth-prime/NthPrimeTest.fs +1 -1
- data/tracks/fsharp/exercises/nucleotide-count/Example.fs +7 -3
- data/tracks/fsharp/exercises/nucleotide-count/NucleotideCount.fs +1 -3
- data/tracks/fsharp/exercises/nucleotide-count/NucleotideCountTest.fs +51 -33
- data/tracks/fsharp/generators/Generators.fs +48 -2
- data/tracks/gnu-apl/README.md +49 -14
- data/tracks/python/exercises/flatten-array/flatten_array_test.py +18 -11
- data/tracks/python/exercises/pig-latin/example.py +2 -1
- data/tracks/python/exercises/pig-latin/pig_latin_test.py +10 -4
- metadata +14 -2
@@ -13,7 +13,7 @@ like Portable Network Graphics to its acronym (PNG).
|
|
13
13
|
Go through the setup instructions for ECMAScript to
|
14
14
|
install the necessary dependencies:
|
15
15
|
|
16
|
-
http://exercism.io/languages/ecmascript
|
16
|
+
http://exercism.io/languages/ecmascript/installation
|
17
17
|
|
18
18
|
## Requirements
|
19
19
|
|
@@ -35,7 +35,7 @@ score is 257, your program should only report the eggs (1) allergy.
|
|
35
35
|
Go through the setup instructions for ECMAScript to
|
36
36
|
install the necessary dependencies:
|
37
37
|
|
38
|
-
http://exercism.io/languages/ecmascript
|
38
|
+
http://exercism.io/languages/ecmascript/installation
|
39
39
|
|
40
40
|
## Requirements
|
41
41
|
|
@@ -36,7 +36,7 @@ Write a function to solve alphametics puzzles.
|
|
36
36
|
Go through the setup instructions for ECMAScript to
|
37
37
|
install the necessary dependencies:
|
38
38
|
|
39
|
-
http://exercism.io/languages/ecmascript
|
39
|
+
http://exercism.io/languages/ecmascript/installation
|
40
40
|
|
41
41
|
## Requirements
|
42
42
|
|
@@ -11,7 +11,7 @@ Given `"listen"` and a list of candidates like `"enlists" "google"
|
|
11
11
|
Go through the setup instructions for ECMAScript to
|
12
12
|
install the necessary dependencies:
|
13
13
|
|
14
|
-
http://exercism.io/languages/ecmascript
|
14
|
+
http://exercism.io/languages/ecmascript/installation
|
15
15
|
|
16
16
|
## Requirements
|
17
17
|
|
@@ -325,7 +325,7 @@ experiment make the code better? Worse? Did you learn anything from it?
|
|
325
325
|
Go through the setup instructions for ECMAScript to
|
326
326
|
install the necessary dependencies:
|
327
327
|
|
328
|
-
http://exercism.io/languages/ecmascript
|
328
|
+
http://exercism.io/languages/ecmascript/installation
|
329
329
|
|
330
330
|
## Requirements
|
331
331
|
|
@@ -58,7 +58,7 @@ And if we then added 1, 5, and 7, it would look like this
|
|
58
58
|
Go through the setup instructions for ECMAScript to
|
59
59
|
install the necessary dependencies:
|
60
60
|
|
61
|
-
http://exercism.io/languages/ecmascript
|
61
|
+
http://exercism.io/languages/ecmascript/installation
|
62
62
|
|
63
63
|
## Requirements
|
64
64
|
|
@@ -39,7 +39,7 @@ A binary search is a dichotomic divide and conquer search algorithm.
|
|
39
39
|
Go through the setup instructions for ECMAScript to
|
40
40
|
install the necessary dependencies:
|
41
41
|
|
42
|
-
http://exercism.io/languages/ecmascript
|
42
|
+
http://exercism.io/languages/ecmascript/installation
|
43
43
|
|
44
44
|
## Requirements
|
45
45
|
|
@@ -33,7 +33,7 @@ So: `101 => 1*2^2 + 0*2^1 + 1*2^0 => 1*4 + 0*2 + 1*1 => 4 + 1 => 5 base 10`.
|
|
33
33
|
Go through the setup instructions for ECMAScript to
|
34
34
|
install the necessary dependencies:
|
35
35
|
|
36
|
-
http://exercism.io/languages/ecmascript
|
36
|
+
http://exercism.io/languages/ecmascript/installation
|
37
37
|
|
38
38
|
## Requirements
|
39
39
|
|
@@ -16,7 +16,7 @@ He answers 'Whatever.' to anything else.
|
|
16
16
|
Go through the setup instructions for ECMAScript to
|
17
17
|
install the necessary dependencies:
|
18
18
|
|
19
|
-
http://exercism.io/languages/ecmascript
|
19
|
+
http://exercism.io/languages/ecmascript/installation
|
20
20
|
|
21
21
|
## Requirements
|
22
22
|
|
@@ -41,7 +41,7 @@ For a tenth frame of XXX (three strikes), the total value is 30.
|
|
41
41
|
Go through the setup instructions for ECMAScript to
|
42
42
|
install the necessary dependencies:
|
43
43
|
|
44
|
-
http://exercism.io/languages/ecmascript
|
44
|
+
http://exercism.io/languages/ecmascript/installation
|
45
45
|
|
46
46
|
## Requirements
|
47
47
|
|
@@ -8,7 +8,7 @@ verify that all the pairs are matched and nested correctly.
|
|
8
8
|
Go through the setup instructions for ECMAScript to
|
9
9
|
install the necessary dependencies:
|
10
10
|
|
11
|
-
http://exercism.io/languages/ecmascript
|
11
|
+
http://exercism.io/languages/ecmascript/installation
|
12
12
|
|
13
13
|
## Requirements
|
14
14
|
|
@@ -13,7 +13,7 @@ result is an array with the values: 1, 1, 10 and 25.
|
|
13
13
|
Go through the setup instructions for ECMAScript to
|
14
14
|
install the necessary dependencies:
|
15
15
|
|
16
|
-
http://exercism.io/languages/ecmascript
|
16
|
+
http://exercism.io/languages/ecmascript/installation
|
17
17
|
|
18
18
|
## Requirements
|
19
19
|
|
@@ -11,7 +11,7 @@ Two clocks that represent the same time should be equal to each other.
|
|
11
11
|
Go through the setup instructions for ECMAScript to
|
12
12
|
install the necessary dependencies:
|
13
13
|
|
14
|
-
http://exercism.io/languages/ecmascript
|
14
|
+
http://exercism.io/languages/ecmascript/installation
|
15
15
|
|
16
16
|
## Requirements
|
17
17
|
|
@@ -30,7 +30,7 @@ Resulting in 9 steps. So for input n = 12, the return value would be 9.
|
|
30
30
|
Go through the setup instructions for ECMAScript to
|
31
31
|
install the necessary dependencies:
|
32
32
|
|
33
|
-
|
33
|
+
http://exercism.io/languages/ecmascript/installation
|
34
34
|
|
35
35
|
## Requirements
|
36
36
|
|
@@ -35,7 +35,7 @@ won since `O` didn't connect top and bottom.
|
|
35
35
|
Go through the setup instructions for ECMAScript to
|
36
36
|
install the necessary dependencies:
|
37
37
|
|
38
|
-
http://exercism.io/languages/ecmascript
|
38
|
+
http://exercism.io/languages/ecmascript/installation
|
39
39
|
|
40
40
|
## Requirements
|
41
41
|
|
@@ -49,7 +49,7 @@ game while being scored at 4 in the Hawaiian-language version.
|
|
49
49
|
Go through the setup instructions for ECMAScript to
|
50
50
|
install the necessary dependencies:
|
51
51
|
|
52
|
-
http://exercism.io/languages/ecmascript
|
52
|
+
http://exercism.io/languages/ecmascript/installation
|
53
53
|
|
54
54
|
## Requirements
|
55
55
|
|
@@ -9,7 +9,7 @@ A gigasecond is 10^9 (1,000,000,000) seconds.
|
|
9
9
|
Go through the setup instructions for ECMAScript to
|
10
10
|
install the necessary dependencies:
|
11
11
|
|
12
|
-
http://exercism.io/languages/ecmascript
|
12
|
+
http://exercism.io/languages/ecmascript/installation
|
13
13
|
|
14
14
|
## Requirements
|
15
15
|
|
@@ -40,7 +40,7 @@ experiment make the code better? Worse? Did you learn anything from it?
|
|
40
40
|
Go through the setup instructions for ECMAScript to
|
41
41
|
install the necessary dependencies:
|
42
42
|
|
43
|
-
http://exercism.io/languages/ecmascript
|
43
|
+
http://exercism.io/languages/ecmascript/installation
|
44
44
|
|
45
45
|
## Requirements
|
46
46
|
|
@@ -32,7 +32,7 @@ experiment make the code better? Worse? Did you learn anything from it?
|
|
32
32
|
Go through the setup instructions for ECMAScript to
|
33
33
|
install the necessary dependencies:
|
34
34
|
|
35
|
-
http://exercism.io/languages/ecmascript
|
35
|
+
http://exercism.io/languages/ecmascript/installation
|
36
36
|
|
37
37
|
## Requirements
|
38
38
|
|
@@ -19,7 +19,7 @@ If everything goes well, you will be ready to fetch your first real exercise.
|
|
19
19
|
Go through the setup instructions for ECMAScript to
|
20
20
|
install the necessary dependencies:
|
21
21
|
|
22
|
-
http://exercism.io/languages/ecmascript
|
22
|
+
http://exercism.io/languages/ecmascript/installation
|
23
23
|
|
24
24
|
## Requirements
|
25
25
|
|
@@ -12,7 +12,7 @@ The program should handle invalid hexadecimal strings.
|
|
12
12
|
Go through the setup instructions for ECMAScript to
|
13
13
|
install the necessary dependencies:
|
14
14
|
|
15
|
-
http://exercism.io/languages/ecmascript
|
15
|
+
http://exercism.io/languages/ecmascript/installation
|
16
16
|
|
17
17
|
## Requirements
|
18
18
|
|
@@ -17,7 +17,7 @@ The word *isograms*, however, is not an isogram, because the s repeats.
|
|
17
17
|
Go through the setup instructions for ECMAScript to
|
18
18
|
install the necessary dependencies:
|
19
19
|
|
20
|
-
http://exercism.io/languages/ecmascript
|
20
|
+
http://exercism.io/languages/ecmascript/installation
|
21
21
|
|
22
22
|
## Requirements
|
23
23
|
|
@@ -64,7 +64,7 @@ While asking for Bob's plants would yield:
|
|
64
64
|
Go through the setup instructions for ECMAScript to
|
65
65
|
install the necessary dependencies:
|
66
66
|
|
67
|
-
http://exercism.io/languages/ecmascript
|
67
|
+
http://exercism.io/languages/ecmascript/installation
|
68
68
|
|
69
69
|
## Requirements
|
70
70
|
|
@@ -18,7 +18,7 @@ the largest product for a series of 6 digits is 23520.
|
|
18
18
|
Go through the setup instructions for ECMAScript to
|
19
19
|
install the necessary dependencies:
|
20
20
|
|
21
|
-
http://exercism.io/languages/ecmascript
|
21
|
+
http://exercism.io/languages/ecmascript/installation
|
22
22
|
|
23
23
|
## Requirements
|
24
24
|
|
@@ -31,7 +31,7 @@ phenomenon, go watch [this youtube video][video].
|
|
31
31
|
Go through the setup instructions for ECMAScript to
|
32
32
|
install the necessary dependencies:
|
33
33
|
|
34
|
-
http://exercism.io/languages/ecmascript
|
34
|
+
http://exercism.io/languages/ecmascript/installation
|
35
35
|
|
36
36
|
## Requirements
|
37
37
|
|
@@ -32,7 +32,7 @@ If you want to know more about linked lists, check [Wikipedia](https://en.wikipe
|
|
32
32
|
Go through the setup instructions for ECMAScript to
|
33
33
|
install the necessary dependencies:
|
34
34
|
|
35
|
-
http://exercism.io/languages/ecmascript
|
35
|
+
http://exercism.io/languages/ecmascript/installation
|
36
36
|
|
37
37
|
## Requirements
|
38
38
|
|
@@ -28,7 +28,7 @@ For example, if given "First Monday of January 2017", the correct meetup date is
|
|
28
28
|
Go through the setup instructions for ECMAScript to
|
29
29
|
install the necessary dependencies:
|
30
30
|
|
31
|
-
http://exercism.io/languages/ecmascript
|
31
|
+
http://exercism.io/languages/ecmascript/installation
|
32
32
|
|
33
33
|
## Requirements
|
34
34
|
|
@@ -13,7 +13,7 @@ numbers, pretend they don't exist and implement them yourself.
|
|
13
13
|
Go through the setup instructions for ECMAScript to
|
14
14
|
install the necessary dependencies:
|
15
15
|
|
16
|
-
http://exercism.io/languages/ecmascript
|
16
|
+
http://exercism.io/languages/ecmascript/installation
|
17
17
|
|
18
18
|
## Requirements
|
19
19
|
|