trackler 2.1.0.33 → 2.1.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. checksums.yaml +4 -4
  2. data/lib/trackler/version.rb +1 -1
  3. data/tracks/bash/config.json +39 -20
  4. data/tracks/bash/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  5. data/tracks/bash/exercises/difference-of-squares/difference_of_squares_test.sh +71 -0
  6. data/tracks/bash/exercises/difference-of-squares/example.sh +25 -0
  7. data/tracks/clojurescript/config.json +0 -5
  8. data/tracks/clojurescript/{exercises/TRACK_HINTS.md → docs/EXERCISE_README_INSERT.md} +0 -0
  9. data/tracks/coffeescript/config.json +63 -26
  10. data/tracks/coffeescript/{SETUP.md → docs/EXERCISE_README_INSERT.md} +4 -2
  11. data/tracks/coffeescript/exercises/luhn/luhn_test.spec.coffee +2 -2
  12. data/tracks/coffeescript/exercises/palindrome-products/palindrome_products_test.spec.coffee +1 -1
  13. data/tracks/crystal/config.json +27 -10
  14. data/tracks/dlang/config.json +2 -3
  15. data/tracks/dlang/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  16. data/tracks/haxe/config.json +7 -2
  17. data/tracks/haxe/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  18. data/tracks/java/{exercises/_template → _template}/build.gradle +0 -0
  19. data/tracks/java/{exercises/_template → _template}/src/example/java/.keep +0 -0
  20. data/tracks/java/{exercises/_template → _template}/src/main/java/.keep +0 -0
  21. data/tracks/java/{exercises/_template → _template}/src/test/java/.keep +0 -0
  22. data/tracks/java/config.json +201 -77
  23. data/tracks/julia/config.json +1 -7
  24. data/tracks/kotlin/{exercises/_template → _template}/build.gradle +0 -0
  25. data/tracks/kotlin/{exercises/_template → _template}/src/example/kotlin/.keep +0 -0
  26. data/tracks/kotlin/{exercises/_template → _template}/src/main/kotlin/.keep +0 -0
  27. data/tracks/kotlin/{exercises/_template → _template}/src/test/kotlin/.keep +0 -0
  28. data/tracks/mips/config.json +42 -14
  29. data/tracks/mips/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  30. data/tracks/nasm/config.json +1 -0
  31. data/tracks/nasm/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  32. data/tracks/nasm/exercises/.keep +0 -2
  33. data/tracks/nim/config.json +6 -0
  34. data/tracks/nim/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  35. data/tracks/nim/exercises/raindrops/example.nim +18 -0
  36. data/tracks/nim/exercises/raindrops/raindrops_test.nim +51 -0
  37. data/tracks/ocaml/config.json +97 -30
  38. data/tracks/perl5/config.json +186 -66
  39. data/tracks/perl5/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  40. data/tracks/perl6/bin/README.md +16 -6
  41. data/tracks/perl6/bin/exercise-gen.pl6 +21 -6
  42. data/tracks/perl6/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  43. data/tracks/perl6/exercises/accumulate/example.yaml +10 -0
  44. data/tracks/perl6/exercises/all-your-base/all-your-base.t +1 -0
  45. data/tracks/perl6/exercises/all-your-base/example.yaml +49 -0
  46. data/tracks/perl6/exercises/allergies/Allergies.pm6 +1 -1
  47. data/tracks/perl6/exercises/allergies/example.yaml +21 -0
  48. data/tracks/perl6/exercises/anagram/example.yaml +19 -0
  49. data/tracks/perl6/exercises/atbash-cipher/AtbashCipher.pm6 +1 -1
  50. data/tracks/perl6/exercises/atbash-cipher/example.yaml +15 -0
  51. data/tracks/perl6/exercises/bob/Example.pm6 +4 -0
  52. data/tracks/perl6/exercises/bob/example.yaml +24 -0
  53. data/tracks/perl6/exercises/clock/clock.t +1 -0
  54. data/tracks/perl6/exercises/clock/example.yaml +17 -0
  55. data/tracks/perl6/exercises/flatten-array/example.yaml +17 -0
  56. data/tracks/perl6/exercises/grade-school/example.yaml +22 -0
  57. data/tracks/perl6/exercises/grains/example.yaml +13 -0
  58. data/tracks/perl6/exercises/hello-world/Example.pm6 +9 -0
  59. data/tracks/perl6/exercises/hello-world/example.yaml +21 -0
  60. data/tracks/perl6/exercises/leap/Example.pm6 +1 -1
  61. data/tracks/perl6/exercises/leap/Leap.pm6 +1 -1
  62. data/tracks/perl6/exercises/leap/example.yaml +15 -0
  63. data/tracks/perl6/exercises/linked-list/LinkedList.pm6 +1 -1
  64. data/tracks/perl6/exercises/linked-list/example.yaml +51 -0
  65. data/tracks/perl6/exercises/linked-list/linked-list.t +0 -1
  66. data/tracks/perl6/exercises/luhn/example.yaml +19 -0
  67. data/tracks/perl6/exercises/phone-number/{PhoneNumber.pm6 → Phone.pm6} +0 -0
  68. data/tracks/perl6/exercises/phone-number/example.yaml +10 -0
  69. data/tracks/perl6/exercises/raindrops/example.yaml +15 -0
  70. data/tracks/perl6/exercises/rna-transcription/example.yaml +10 -0
  71. data/tracks/perl6/exercises/robot-name/example.yaml +24 -0
  72. data/tracks/perl6/exercises/robot-name/robot-name.t +4 -0
  73. data/tracks/perl6/exercises/scrabble-score/example.yaml +21 -0
  74. data/tracks/perl6/exercises/space-age/example.yaml +52 -0
  75. data/tracks/perl6/exercises/word-count/example.yaml +9 -0
  76. data/tracks/perl6/exercises/wordy/example.yaml +20 -0
  77. data/tracks/perl6/templates/module.mustache +4 -0
  78. data/tracks/perl6/templates/test.mustache +2 -1
  79. data/tracks/plsql/config.json +30 -10
  80. data/tracks/plsql/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  81. data/tracks/pony/config.json +0 -6
  82. data/tracks/pony/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  83. data/tracks/powershell/config.json +6 -2
  84. data/tracks/powershell/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  85. data/tracks/python/config.json +101 -39
  86. data/tracks/r/config.json +0 -4
  87. data/tracks/ruby/config.json +84 -6
  88. data/tracks/ruby/{exercises/TRACK_HINTS.md → docs/EXERCISE_README_INSERT.md} +0 -0
  89. data/tracks/tcl/config.json +1 -0
  90. data/tracks/tcl/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  91. data/tracks/tcl/exercises/.keep +0 -2
  92. data/tracks/teco/config.json +0 -4
  93. data/tracks/teco/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  94. data/tracks/vbnet/config.json +1 -0
  95. data/tracks/vbnet/{SETUP.md → docs/EXERCISE_README_INSERT.md} +0 -0
  96. data/tracks/vimscript/config.json +64 -19
  97. data/tracks/vimscript/{TRACK_HINTS.md → docs/EXERCISE_README_INSERT.md} +0 -0
  98. data/tracks/vimscript/exercises/beer-song/beer_song.vader +50 -0
  99. data/tracks/vimscript/exercises/beer-song/beer_song.vim +24 -0
  100. data/tracks/vimscript/exercises/beer-song/example.vim +21 -0
  101. metadata +37 -29
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd2031328b448784bbbb25c3474429115b197b0c
4
- data.tar.gz: ce0d2fa5e4a4eb542e8d38d9490be58cacd9b063
3
+ metadata.gz: d22c04389af0b5417f36244e838a0596d2f744f9
4
+ data.tar.gz: 7e869044483231d71d7915aa6a7d638fc26968c5
5
5
  SHA512:
6
- metadata.gz: 45ceeca0c9754f51c01f619ac22a7efc4af9c0d97945fee6c01f936d2d44561feaa012adb5b2133aaa4817f0578a20fa86b77182b4d662ff85b31f03cf6f99fa
7
- data.tar.gz: c459730635818484f75dfd170b5c4a96871edc6039330fd1e742a2c1adb549f3f309855d03157dd1a4bb27efa0569601bf49321ad55cdad1cdb292118f7d7e33
6
+ metadata.gz: 8a2caec63e49e0cfc500ba3326640ab7b0fcc227c4682e30983deadcc0324a66e906303c0cab405c37b5869dfed333d492611629eca8fba6b1b115acd37ce49e
7
+ data.tar.gz: bf80d001b43642fe319539dfb584a93c91c88bde4e507a03aa43901529895e6e2984114734f18404b97f95898c29380962be953a7d19a9d60385ea22c817d789
@@ -1,3 +1,3 @@
1
1
  module Trackler
2
- VERSION = "2.1.0.33"
2
+ VERSION = "2.1.0.34"
3
3
  end
@@ -6,52 +6,71 @@
6
6
  "active": false,
7
7
  "exercises": [
8
8
  {
9
- "slug": "hello-world" ,
9
+ "slug": "hello-world",
10
10
  "difficulty": 1,
11
- "topics": []
11
+ "topics": [
12
+
13
+ ]
12
14
  },
13
15
  {
14
- "slug": "gigasecond" ,
16
+ "slug": "gigasecond",
15
17
  "difficulty": 1,
16
- "topics": []
18
+ "topics": [
19
+
20
+ ]
17
21
  },
18
22
  {
19
- "slug": "leap" ,
23
+ "slug": "leap",
20
24
  "difficulty": 1,
21
- "topics": []
25
+ "topics": [
26
+
27
+ ]
22
28
  },
23
29
  {
24
- "slug": "hamming" ,
30
+ "slug": "hamming",
25
31
  "difficulty": 1,
26
- "topics": []
32
+ "topics": [
33
+
34
+ ]
27
35
  },
28
36
  {
29
- "slug": "rna-transcription" ,
37
+ "slug": "rna-transcription",
30
38
  "difficulty": 1,
31
- "topics": []
39
+ "topics": [
40
+
41
+ ]
32
42
  },
33
43
  {
34
- "slug": "raindrops" ,
44
+ "slug": "raindrops",
35
45
  "difficulty": 1,
36
- "topics": []
46
+ "topics": [
47
+
48
+ ]
37
49
  },
38
50
  {
39
- "slug": "bob" ,
51
+ "slug": "bob",
40
52
  "difficulty": 1,
41
- "topics": []
53
+ "topics": [
54
+
55
+ ]
42
56
  },
43
57
  {
44
- "slug": "anagram" ,
58
+ "slug": "difference-of-squares",
45
59
  "difficulty": 1,
46
- "topics": []
60
+ "topics": [
61
+
62
+ ]
63
+ },
64
+ {
65
+ "slug": "anagram",
66
+ "difficulty": 1,
67
+ "topics": [
68
+
69
+ ]
47
70
  }
48
71
  ],
49
72
  "deprecated": [
50
73
 
51
- ],
52
- "ignored": [
53
- "docs",
54
- "img"
55
74
  ],
56
75
  "foregone": [
57
76
 
@@ -0,0 +1,71 @@
1
+ #!/usr/bin/env bats
2
+
3
+ @test 'difference of squares 1' {
4
+ run bash difference_of_squares.sh 1
5
+
6
+ [ "$status" -eq 0 ]
7
+ [ "$output" == 0 ]
8
+ }
9
+
10
+ @test 'difference of squares 5' {
11
+ run bash difference_of_squares.sh 5
12
+
13
+ [ "$status" -eq 0 ]
14
+ [ "$output" == 170 ]
15
+ }
16
+
17
+ @test 'difference of squares 100' {
18
+ run bash difference_of_squares.sh 100
19
+
20
+ [ "$status" -eq 0 ]
21
+ [ "$output" == 25164150 ]
22
+ }
23
+
24
+ # Bonus! Add flags for individual functions
25
+ @test 'square of sum 1' {
26
+ skip
27
+ run bash difference_of_squares.sh 1 -S
28
+
29
+ [ "$status" -eq 0 ]
30
+ [ "$output" == 1 ]
31
+ }
32
+
33
+ @test 'square of sum 5' {
34
+ skip
35
+ run bash difference_of_squares.sh 5 -S
36
+
37
+ [ "$status" -eq 0 ]
38
+ [ "$output" == 225 ]
39
+ }
40
+
41
+ @test 'square of sum 100' {
42
+ skip
43
+ run bash difference_of_squares.sh 100 -S
44
+
45
+ [ "$status" -eq 0 ]
46
+ [ "$output" == 25502500 ]
47
+ }
48
+
49
+ @test 'sum of squares 1' {
50
+ skip
51
+ run bash difference_of_squares.sh 1 -s
52
+
53
+ [ "$status" -eq 0 ]
54
+ [ "$output" == 1 ]
55
+ }
56
+
57
+ @test 'sum of squares 5' {
58
+ skip
59
+ run bash difference_of_squares.sh 5 -s
60
+
61
+ [ "$status" -eq 0 ]
62
+ [ "$output" == 55 ]
63
+ }
64
+
65
+ @test 'sum of squares 100' {
66
+ skip
67
+ run bash difference_of_squares.sh 100 -s
68
+
69
+ [ "$status" -eq 0 ]
70
+ [ "$output" == 338350 ]
71
+ }
@@ -0,0 +1,25 @@
1
+ #!/usr/bin/env bash
2
+
3
+ n=$1
4
+
5
+ sum_of_squares=0
6
+ almost_square_of_sum=0
7
+ for ((i=1; i<=n; i++))
8
+ do
9
+ sum_of_squares=$(($sum_of_squares + $i**2))
10
+ almost_square_of_sum=$(($almost_square_of_sum + $i))
11
+ done
12
+ square_of_sum=$(($almost_square_of_sum**2))
13
+ if [ $# -eq 2 ]
14
+ then
15
+ if [ $2 == "-s" ]
16
+ then
17
+ echo "$sum_of_squares"
18
+ elif [ $2 == "-S" ]
19
+ then
20
+ echo "$square_of_sum"
21
+ fi
22
+ else
23
+ echo $(($square_of_sum - $sum_of_squares))
24
+ fi
25
+
@@ -9,11 +9,6 @@
9
9
  ],
10
10
  "deprecated": [
11
11
 
12
- ],
13
- "ignored": [
14
- "bin",
15
- "img",
16
- "docs"
17
12
  ],
18
13
  "foregone": [
19
14
 
@@ -5,11 +5,6 @@
5
5
  "active": true,
6
6
  "deprecated": [
7
7
 
8
- ],
9
- "ignored": [
10
- "bin",
11
- "docs",
12
- "img"
13
8
  ],
14
9
  "foregone": [
15
10
 
@@ -18,107 +13,149 @@
18
13
  {
19
14
  "difficulty": 1,
20
15
  "slug": "hello-world",
21
- "topics": []
16
+ "topics": [
17
+
18
+ ]
22
19
  },
23
20
  {
24
21
  "difficulty": 1,
25
22
  "slug": "bob",
26
- "topics": []
23
+ "topics": [
24
+
25
+ ]
27
26
  },
28
27
  {
29
28
  "difficulty": 1,
30
29
  "slug": "word-count",
31
- "topics": []
30
+ "topics": [
31
+
32
+ ]
32
33
  },
33
34
  {
34
35
  "difficulty": 1,
35
36
  "slug": "accumulate",
36
- "topics": []
37
+ "topics": [
38
+
39
+ ]
37
40
  },
38
41
  {
39
42
  "difficulty": 1,
40
43
  "slug": "binary",
41
- "topics": []
44
+ "topics": [
45
+
46
+ ]
42
47
  },
43
48
  {
44
49
  "difficulty": 1,
45
50
  "slug": "anagram",
46
- "topics": []
51
+ "topics": [
52
+
53
+ ]
47
54
  },
48
55
  {
49
56
  "difficulty": 1,
50
57
  "slug": "trinary",
51
- "topics": []
58
+ "topics": [
59
+
60
+ ]
52
61
  },
53
62
  {
54
63
  "difficulty": 1,
55
64
  "slug": "hexadecimal",
56
- "topics": []
65
+ "topics": [
66
+
67
+ ]
57
68
  },
58
69
  {
59
70
  "difficulty": 1,
60
71
  "slug": "triangle",
61
- "topics": []
72
+ "topics": [
73
+
74
+ ]
62
75
  },
63
76
  {
64
77
  "difficulty": 1,
65
78
  "slug": "luhn",
66
- "topics": []
79
+ "topics": [
80
+
81
+ ]
67
82
  },
68
83
  {
69
84
  "difficulty": 1,
70
85
  "slug": "binary-search-tree",
71
- "topics": []
86
+ "topics": [
87
+
88
+ ]
72
89
  },
73
90
  {
74
91
  "difficulty": 1,
75
92
  "slug": "nth-prime",
76
- "topics": []
93
+ "topics": [
94
+
95
+ ]
77
96
  },
78
97
  {
79
98
  "difficulty": 1,
80
99
  "slug": "palindrome-products",
81
- "topics": []
100
+ "topics": [
101
+
102
+ ]
82
103
  },
83
104
  {
84
105
  "difficulty": 1,
85
106
  "slug": "queen-attack",
86
- "topics": []
107
+ "topics": [
108
+
109
+ ]
87
110
  },
88
111
  {
89
112
  "difficulty": 1,
90
113
  "slug": "wordy",
91
- "topics": []
114
+ "topics": [
115
+
116
+ ]
92
117
  },
93
118
  {
94
119
  "difficulty": 1,
95
120
  "slug": "clock",
96
- "topics": []
121
+ "topics": [
122
+
123
+ ]
97
124
  },
98
125
  {
99
126
  "difficulty": 1,
100
127
  "slug": "beer-song",
101
- "topics": []
128
+ "topics": [
129
+
130
+ ]
102
131
  },
103
132
  {
104
133
  "difficulty": 1,
105
134
  "slug": "atbash-cipher",
106
- "topics": []
135
+ "topics": [
136
+
137
+ ]
107
138
  },
108
139
  {
109
140
  "difficulty": 1,
110
141
  "slug": "linked-list",
111
- "topics": []
142
+ "topics": [
143
+
144
+ ]
112
145
  },
113
146
  {
114
147
  "difficulty": 1,
115
148
  "slug": "pascals-triangle",
116
- "topics": []
149
+ "topics": [
150
+
151
+ ]
117
152
  },
118
153
  {
119
154
  "difficulty": 1,
120
155
  "slug": "nucleotide-count",
121
- "topics": []
156
+ "topics": [
157
+
158
+ ]
122
159
  }
123
160
  ]
124
161
  }
@@ -1,4 +1,6 @@
1
1
  Refer to the [Exercism CoffeScript page](http://exercism.io/languages/coffeescript) for getting started with CoffeeScript.
2
2
 
3
- In order to run the test, you can run the test file from the exercise directory. For example, if the test suite is called hello_world.spec.coffee, you can run the following command:
4
- jasmine-node --coffee hello_world.spec.coffee
3
+ In order to run the test, you can run the test file from the exercise directory:
4
+ ```bash
5
+ jasmine-node --coffee .
6
+ ```
@@ -26,11 +26,11 @@ describe 'Luhn', ->
26
26
  luhn = new Luhn(201773)
27
27
  expect(luhn.checksum).toEqual(21)
28
28
 
29
- xit "valid number", ->
29
+ xit "invalid number", ->
30
30
  luhn = new Luhn(738)
31
31
  expect(luhn.valid).toEqual(false)
32
32
 
33
- xit "invalid number", ->
33
+ xit "valid number", ->
34
34
  luhn = new Luhn(8739567)
35
35
  expect(luhn.valid).toEqual(true)
36
36
 
@@ -9,7 +9,7 @@ describe "Palindrome", ->
9
9
  expect(largest.value).toEqual(9)
10
10
  expect([[[3, 3], [1, 9]], [[1, 9], [3, 3]]]).toContain(largest.factors)
11
11
 
12
- xit "largets palindrome from double digit factors", ->
12
+ xit "largest palindrome from double digit factors", ->
13
13
  palindromes = new Palindromes({ maxFactor: 99, minFactor: 10 })
14
14
  palindromes.generate()
15
15
  largest = palindromes.largest()
@@ -6,111 +6,129 @@
6
6
  "test_pattern": "_spec.cr",
7
7
  "exercises": [
8
8
  {
9
- "slug": "hello-world" ,
9
+ "slug": "hello-world",
10
10
  "difficulty": 1,
11
11
  "topics": [
12
+
12
13
  ]
13
14
  },
14
15
  {
15
16
  "slug": "hamming",
16
17
  "difficulty": 1,
17
18
  "topics": [
19
+
18
20
  ]
19
21
  },
20
22
  {
21
23
  "slug": "gigasecond",
22
24
  "difficulty": 1,
23
25
  "topics": [
26
+
24
27
  ]
25
28
  },
26
29
  {
27
- "slug": "rna-transcription" ,
30
+ "slug": "rna-transcription",
28
31
  "difficulty": 1,
29
32
  "topics": [
33
+
30
34
  ]
31
35
  },
32
36
  {
33
37
  "slug": "bob",
34
38
  "difficulty": 1,
35
39
  "topics": [
40
+
36
41
  ]
37
42
  },
38
43
  {
39
44
  "slug": "raindrops",
40
45
  "difficulty": 1,
41
46
  "topics": [
47
+
42
48
  ]
43
49
  },
44
50
  {
45
- "slug": "leap" ,
51
+ "slug": "leap",
46
52
  "difficulty": 1,
47
53
  "topics": [
54
+
48
55
  ]
49
56
  },
50
57
  {
51
58
  "slug": "difference-of-squares",
52
59
  "difficulty": 1,
53
60
  "topics": [
61
+
54
62
  ]
55
63
  },
56
64
  {
57
65
  "slug": "pangram",
58
66
  "difficulty": 1,
59
67
  "topics": [
68
+
60
69
  ]
61
70
  },
62
71
  {
63
72
  "slug": "largest-series-product",
64
73
  "difficulty": 1,
65
74
  "topics": [
75
+
66
76
  ]
67
77
  },
68
78
  {
69
79
  "slug": "bracket-push",
70
80
  "difficulty": 1,
71
81
  "topics": [
82
+
72
83
  ]
73
84
  },
74
85
  {
75
- "slug": "sieve" ,
86
+ "slug": "sieve",
76
87
  "difficulty": 1,
77
88
  "topics": [
89
+
78
90
  ]
79
91
  },
80
92
  {
81
93
  "slug": "roman-numerals",
82
94
  "difficulty": 1,
83
95
  "topics": [
96
+
84
97
  ]
85
98
  },
86
99
  {
87
100
  "slug": "atbash-cipher",
88
101
  "difficulty": 1,
89
102
  "topics": [
103
+
90
104
  ]
91
105
  },
92
106
  {
93
107
  "slug": "anagram",
94
108
  "difficulty": 1,
95
109
  "topics": [
110
+
96
111
  ]
97
112
  },
98
113
  {
99
114
  "slug": "react",
100
115
  "difficulty": 1,
101
116
  "topics": [
117
+
102
118
  ]
103
119
  },
104
120
  {
105
121
  "slug": "acronym",
106
122
  "difficulty": 1,
107
123
  "topics": [
124
+
108
125
  ]
109
126
  },
110
127
  {
111
128
  "slug": "binary",
112
129
  "difficulty": 1,
113
130
  "topics": [
131
+
114
132
  ]
115
133
  },
116
134
  {
@@ -127,29 +145,28 @@
127
145
  "slug": "run-length-encoding",
128
146
  "difficulty": 1,
129
147
  "topics": [
148
+
130
149
  ]
131
150
  },
132
151
  {
133
152
  "slug": "pascals-triangle",
134
153
  "difficulty": 1,
135
154
  "topics": [
155
+
136
156
  ]
137
157
  },
138
158
  {
139
159
  "slug": "forth",
140
160
  "difficulty": 3,
141
161
  "topics": [
162
+
142
163
  ]
143
164
  }
144
165
  ],
145
166
  "deprecated": [
146
- ],
147
- "ignored": [
148
- "bin",
149
- "docs",
150
- "img",
151
- "src"
167
+
152
168
  ],
153
169
  "foregone": [
170
+
154
171
  ]
155
172
  }