trackler 2.0.0.0 → 2.0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/common/bin/jsonlint +17 -1
  3. data/common/exercises/bowling/canonical-data.json +17 -9
  4. data/lib/trackler/version.rb +1 -1
  5. data/tracks/coffeescript/config.json +107 -23
  6. data/tracks/coldfusion/config.json +7 -3
  7. data/tracks/cpp/config.json +172 -36
  8. data/tracks/elisp/config.json +92 -20
  9. data/tracks/go/config.json +367 -75
  10. data/tracks/groovy/config.json +62 -14
  11. data/tracks/haxe/config.json +12 -4
  12. data/tracks/nasm/config.json +3 -3
  13. data/tracks/nim/config.json +67 -15
  14. data/tracks/perl5/config.json +307 -63
  15. data/tracks/perl6/config.json +57 -13
  16. data/tracks/pony/config.json +32 -8
  17. data/tracks/powershell/config.json +15 -7
  18. data/tracks/python/config.json +0 -64
  19. data/tracks/sml/{accumulate → exercises/accumulate}/example.sml +0 -0
  20. data/tracks/sml/{accumulate → exercises/accumulate}/test_accumulate.sml +0 -0
  21. data/tracks/sml/{allergies → exercises/allergies}/example.sml +0 -0
  22. data/tracks/sml/{allergies → exercises/allergies}/test_allergies.sml +0 -0
  23. data/tracks/sml/{anagram → exercises/anagram}/example.sml +0 -0
  24. data/tracks/sml/{anagram → exercises/anagram}/test_anagram.sml +0 -0
  25. data/tracks/sml/{binary → exercises/binary}/example.sml +0 -0
  26. data/tracks/sml/{binary → exercises/binary}/test_binary.sml +0 -0
  27. data/tracks/sml/{hamming → exercises/hamming}/example.sml +0 -0
  28. data/tracks/sml/{hamming → exercises/hamming}/test_hamming.sml +0 -0
  29. data/tracks/tcl/config.json +3 -3
  30. data/tracks/teco/config.json +3 -3
  31. data/tracks/vbnet/config.json +37 -10
  32. metadata +11 -11
@@ -4,69 +4,6 @@
4
4
  "repository": "https://github.com/exercism/xperl5",
5
5
  "active": true,
6
6
  "test_pattern": ".*t$",
7
- "problems": [
8
- "bob",
9
- "leap",
10
- "grains",
11
- "raindrops",
12
- "hamming",
13
- "etl",
14
- "scrabble-score",
15
- "word-count",
16
- "anagram",
17
- "difference-of-squares",
18
- "proverb",
19
- "space-age",
20
- "roman-numerals",
21
- "clock",
22
- "prime-factors",
23
- "triangle",
24
- "beer-song",
25
- "phone-number",
26
- "robot-name",
27
- "atbash-cipher",
28
- "accumulate",
29
- "crypto-square",
30
- "trinary",
31
- "rna-transcription",
32
- "allergies",
33
- "simple-cipher",
34
- "series",
35
- "luhn",
36
- "house",
37
- "gigasecond",
38
- "strain",
39
- "pig-latin",
40
- "linked-list",
41
- "list-ops",
42
- "wordy",
43
- "largest-series-product",
44
- "hexadecimal",
45
- "secret-handshake",
46
- "kindergarten-garden",
47
- "nucleotide-count",
48
- "binary-search",
49
- "matrix",
50
- "pascals-triangle",
51
- "say",
52
- "grade-school",
53
- "meetup",
54
- "queen-attack",
55
- "ocr-numbers",
56
- "palindrome-products",
57
- "twelve-days",
58
- "binary-search-tree",
59
- "sum-of-multiples",
60
- "sieve",
61
- "food-chain",
62
- "pythagorean-triplet",
63
- "saddle-points",
64
- "robot-simulator",
65
- "minesweeper",
66
- "custom-set",
67
- "simple-linked-list",
68
- "sublist"
69
- ],
70
7
  "deprecated": [
71
8
  "binary",
72
9
  "point-mutations"
@@ -77,5 +14,312 @@
77
14
  ],
78
15
  "foregone": [
79
16
 
17
+ ],
18
+ "exercises": [
19
+ {
20
+ "difficulty": 1,
21
+ "slug": "bob",
22
+ "topics": []
23
+ },
24
+ {
25
+ "difficulty": 1,
26
+ "slug": "leap",
27
+ "topics": []
28
+ },
29
+ {
30
+ "difficulty": 1,
31
+ "slug": "grains",
32
+ "topics": []
33
+ },
34
+ {
35
+ "difficulty": 1,
36
+ "slug": "raindrops",
37
+ "topics": []
38
+ },
39
+ {
40
+ "difficulty": 1,
41
+ "slug": "hamming",
42
+ "topics": []
43
+ },
44
+ {
45
+ "difficulty": 1,
46
+ "slug": "etl",
47
+ "topics": []
48
+ },
49
+ {
50
+ "difficulty": 1,
51
+ "slug": "scrabble-score",
52
+ "topics": []
53
+ },
54
+ {
55
+ "difficulty": 1,
56
+ "slug": "word-count",
57
+ "topics": []
58
+ },
59
+ {
60
+ "difficulty": 1,
61
+ "slug": "anagram",
62
+ "topics": []
63
+ },
64
+ {
65
+ "difficulty": 1,
66
+ "slug": "difference-of-squares",
67
+ "topics": []
68
+ },
69
+ {
70
+ "difficulty": 1,
71
+ "slug": "proverb",
72
+ "topics": []
73
+ },
74
+ {
75
+ "difficulty": 1,
76
+ "slug": "space-age",
77
+ "topics": []
78
+ },
79
+ {
80
+ "difficulty": 1,
81
+ "slug": "roman-numerals",
82
+ "topics": []
83
+ },
84
+ {
85
+ "difficulty": 1,
86
+ "slug": "clock",
87
+ "topics": []
88
+ },
89
+ {
90
+ "difficulty": 1,
91
+ "slug": "prime-factors",
92
+ "topics": []
93
+ },
94
+ {
95
+ "difficulty": 1,
96
+ "slug": "triangle",
97
+ "topics": []
98
+ },
99
+ {
100
+ "difficulty": 1,
101
+ "slug": "beer-song",
102
+ "topics": []
103
+ },
104
+ {
105
+ "difficulty": 1,
106
+ "slug": "phone-number",
107
+ "topics": []
108
+ },
109
+ {
110
+ "difficulty": 1,
111
+ "slug": "robot-name",
112
+ "topics": []
113
+ },
114
+ {
115
+ "difficulty": 1,
116
+ "slug": "atbash-cipher",
117
+ "topics": []
118
+ },
119
+ {
120
+ "difficulty": 1,
121
+ "slug": "accumulate",
122
+ "topics": []
123
+ },
124
+ {
125
+ "difficulty": 1,
126
+ "slug": "crypto-square",
127
+ "topics": []
128
+ },
129
+ {
130
+ "difficulty": 1,
131
+ "slug": "trinary",
132
+ "topics": []
133
+ },
134
+ {
135
+ "difficulty": 1,
136
+ "slug": "rna-transcription",
137
+ "topics": []
138
+ },
139
+ {
140
+ "difficulty": 1,
141
+ "slug": "allergies",
142
+ "topics": []
143
+ },
144
+ {
145
+ "difficulty": 1,
146
+ "slug": "simple-cipher",
147
+ "topics": []
148
+ },
149
+ {
150
+ "difficulty": 1,
151
+ "slug": "series",
152
+ "topics": []
153
+ },
154
+ {
155
+ "difficulty": 1,
156
+ "slug": "luhn",
157
+ "topics": []
158
+ },
159
+ {
160
+ "difficulty": 1,
161
+ "slug": "house",
162
+ "topics": []
163
+ },
164
+ {
165
+ "difficulty": 1,
166
+ "slug": "gigasecond",
167
+ "topics": []
168
+ },
169
+ {
170
+ "difficulty": 1,
171
+ "slug": "strain",
172
+ "topics": []
173
+ },
174
+ {
175
+ "difficulty": 1,
176
+ "slug": "pig-latin",
177
+ "topics": []
178
+ },
179
+ {
180
+ "difficulty": 1,
181
+ "slug": "linked-list",
182
+ "topics": []
183
+ },
184
+ {
185
+ "difficulty": 1,
186
+ "slug": "list-ops",
187
+ "topics": []
188
+ },
189
+ {
190
+ "difficulty": 1,
191
+ "slug": "wordy",
192
+ "topics": []
193
+ },
194
+ {
195
+ "difficulty": 1,
196
+ "slug": "largest-series-product",
197
+ "topics": []
198
+ },
199
+ {
200
+ "difficulty": 1,
201
+ "slug": "hexadecimal",
202
+ "topics": []
203
+ },
204
+ {
205
+ "difficulty": 1,
206
+ "slug": "secret-handshake",
207
+ "topics": []
208
+ },
209
+ {
210
+ "difficulty": 1,
211
+ "slug": "kindergarten-garden",
212
+ "topics": []
213
+ },
214
+ {
215
+ "difficulty": 1,
216
+ "slug": "nucleotide-count",
217
+ "topics": []
218
+ },
219
+ {
220
+ "difficulty": 1,
221
+ "slug": "binary-search",
222
+ "topics": []
223
+ },
224
+ {
225
+ "difficulty": 1,
226
+ "slug": "matrix",
227
+ "topics": []
228
+ },
229
+ {
230
+ "difficulty": 1,
231
+ "slug": "pascals-triangle",
232
+ "topics": []
233
+ },
234
+ {
235
+ "difficulty": 1,
236
+ "slug": "say",
237
+ "topics": []
238
+ },
239
+ {
240
+ "difficulty": 1,
241
+ "slug": "grade-school",
242
+ "topics": []
243
+ },
244
+ {
245
+ "difficulty": 1,
246
+ "slug": "meetup",
247
+ "topics": []
248
+ },
249
+ {
250
+ "difficulty": 1,
251
+ "slug": "queen-attack",
252
+ "topics": []
253
+ },
254
+ {
255
+ "difficulty": 1,
256
+ "slug": "ocr-numbers",
257
+ "topics": []
258
+ },
259
+ {
260
+ "difficulty": 1,
261
+ "slug": "palindrome-products",
262
+ "topics": []
263
+ },
264
+ {
265
+ "difficulty": 1,
266
+ "slug": "twelve-days",
267
+ "topics": []
268
+ },
269
+ {
270
+ "difficulty": 1,
271
+ "slug": "binary-search-tree",
272
+ "topics": []
273
+ },
274
+ {
275
+ "difficulty": 1,
276
+ "slug": "sum-of-multiples",
277
+ "topics": []
278
+ },
279
+ {
280
+ "difficulty": 1,
281
+ "slug": "sieve",
282
+ "topics": []
283
+ },
284
+ {
285
+ "difficulty": 1,
286
+ "slug": "food-chain",
287
+ "topics": []
288
+ },
289
+ {
290
+ "difficulty": 1,
291
+ "slug": "pythagorean-triplet",
292
+ "topics": []
293
+ },
294
+ {
295
+ "difficulty": 1,
296
+ "slug": "saddle-points",
297
+ "topics": []
298
+ },
299
+ {
300
+ "difficulty": 1,
301
+ "slug": "robot-simulator",
302
+ "topics": []
303
+ },
304
+ {
305
+ "difficulty": 1,
306
+ "slug": "minesweeper",
307
+ "topics": []
308
+ },
309
+ {
310
+ "difficulty": 1,
311
+ "slug": "custom-set",
312
+ "topics": []
313
+ },
314
+ {
315
+ "difficulty": 1,
316
+ "slug": "simple-linked-list",
317
+ "topics": []
318
+ },
319
+ {
320
+ "difficulty": 1,
321
+ "slug": "sublist",
322
+ "topics": []
323
+ }
80
324
  ]
81
325
  }
@@ -4,19 +4,6 @@
4
4
  "repository": "https://github.com/exercism/xperl6",
5
5
  "checklist_issue": 30,
6
6
  "active": false,
7
- "problems": [
8
- "bob",
9
- "leap",
10
- "grains",
11
- "raindrops",
12
- "scrabble-score",
13
- "word-count",
14
- "anagram",
15
- "robot-name",
16
- "accumulate",
17
- "rna-transcription",
18
- "binary"
19
- ],
20
7
  "deprecated": [
21
8
 
22
9
  ],
@@ -26,5 +13,62 @@
26
13
  ],
27
14
  "foregone": [
28
15
 
16
+ ],
17
+ "exercises": [
18
+ {
19
+ "difficulty": 1,
20
+ "slug": "bob",
21
+ "topics": []
22
+ },
23
+ {
24
+ "difficulty": 1,
25
+ "slug": "leap",
26
+ "topics": []
27
+ },
28
+ {
29
+ "difficulty": 1,
30
+ "slug": "grains",
31
+ "topics": []
32
+ },
33
+ {
34
+ "difficulty": 1,
35
+ "slug": "raindrops",
36
+ "topics": []
37
+ },
38
+ {
39
+ "difficulty": 1,
40
+ "slug": "scrabble-score",
41
+ "topics": []
42
+ },
43
+ {
44
+ "difficulty": 1,
45
+ "slug": "word-count",
46
+ "topics": []
47
+ },
48
+ {
49
+ "difficulty": 1,
50
+ "slug": "anagram",
51
+ "topics": []
52
+ },
53
+ {
54
+ "difficulty": 1,
55
+ "slug": "robot-name",
56
+ "topics": []
57
+ },
58
+ {
59
+ "difficulty": 1,
60
+ "slug": "accumulate",
61
+ "topics": []
62
+ },
63
+ {
64
+ "difficulty": 1,
65
+ "slug": "rna-transcription",
66
+ "topics": []
67
+ },
68
+ {
69
+ "difficulty": 1,
70
+ "slug": "binary",
71
+ "topics": []
72
+ }
29
73
  ]
30
74
  }
@@ -4,14 +4,6 @@
4
4
  "repository": "https://github.com/exercism/xpony",
5
5
  "active": false,
6
6
  "test_pattern": "TODO",
7
- "problems": [
8
- "hello-world",
9
- "difference-of-squares",
10
- "bob",
11
- "hamming",
12
- "leap",
13
- "anagram"
14
- ],
15
7
  "deprecated": [
16
8
 
17
9
  ],
@@ -22,5 +14,37 @@
22
14
  ],
23
15
  "foregone": [
24
16
 
17
+ ],
18
+ "exercises": [
19
+ {
20
+ "difficulty": 1,
21
+ "slug": "hello-world",
22
+ "topics": []
23
+ },
24
+ {
25
+ "difficulty": 1,
26
+ "slug": "difference-of-squares",
27
+ "topics": []
28
+ },
29
+ {
30
+ "difficulty": 1,
31
+ "slug": "bob",
32
+ "topics": []
33
+ },
34
+ {
35
+ "difficulty": 1,
36
+ "slug": "hamming",
37
+ "topics": []
38
+ },
39
+ {
40
+ "difficulty": 1,
41
+ "slug": "leap",
42
+ "topics": []
43
+ },
44
+ {
45
+ "difficulty": 1,
46
+ "slug": "anagram",
47
+ "topics": []
48
+ }
25
49
  ]
26
50
  }
@@ -4,19 +4,27 @@
4
4
  "repository": "https://github.com/exercism/xpowershell",
5
5
  "checklist_issue": 4,
6
6
  "active": false,
7
- "problems": [
8
- "hello-world",
9
- "hamming"
10
- ],
11
7
  "deprecated": [
12
8
 
13
9
  ],
14
10
  "ignored": [
15
- "bin",
16
- "docs",
17
- "img"
11
+ "bin",
12
+ "docs",
13
+ "img"
18
14
  ],
19
15
  "foregone": [
20
16
 
17
+ ],
18
+ "exercises": [
19
+ {
20
+ "difficulty": 1,
21
+ "slug": "hello-world",
22
+ "topics": []
23
+ },
24
+ {
25
+ "difficulty": 1,
26
+ "slug": "hamming",
27
+ "topics": []
28
+ }
21
29
  ]
22
30
  }
@@ -3,70 +3,6 @@
3
3
  "language": "Python",
4
4
  "repository": "https://github.com/exercism/xpython",
5
5
  "active": true,
6
- "problems": [
7
- "hello-world",
8
- "leap",
9
- "clock",
10
- "pangram",
11
- "rna-transcription",
12
- "hamming",
13
- "word-count",
14
- "gigasecond",
15
- "bob",
16
- "run-length-encoding",
17
- "meetup",
18
- "difference-of-squares",
19
- "anagram",
20
- "allergies",
21
- "series",
22
- "robot-simulator",
23
- "sieve",
24
- "atbash-cipher",
25
- "sum-of-multiples",
26
- "acronym",
27
- "say",
28
- "largest-series-product",
29
- "kindergarten-garden",
30
- "grade-school",
31
- "flatten-array",
32
- "roman-numerals",
33
- "space-age",
34
- "grains",
35
- "luhn",
36
- "etl",
37
- "prime-factors",
38
- "pig-latin",
39
- "simple-cipher",
40
- "scrabble-score",
41
- "crypto-square",
42
- "sublist",
43
- "pythagorean-triplet",
44
- "circular-buffer",
45
- "robot-name",
46
- "matrix",
47
- "rail-fence-cipher",
48
- "nth-prime",
49
- "saddle-points",
50
- "beer-song",
51
- "perfect-numbers",
52
- "secret-handshake",
53
- "twelve-days",
54
- "binary",
55
- "palindrome-products",
56
- "bracket-push",
57
- "hexadecimal",
58
- "minesweeper",
59
- "queen-attack",
60
- "wordy",
61
- "phone-number",
62
- "ocr-numbers",
63
- "house",
64
- "triangle",
65
- "poker",
66
- "zebra-puzzle",
67
- "rectangles",
68
- "binary-search"
69
- ],
70
6
  "exercises": [
71
7
  {
72
8
  "slug": "hello-world",
File without changes
@@ -4,9 +4,6 @@
4
4
  "repository": "https://github.com/exercism/xtcl",
5
5
  "active": false,
6
6
  "test_pattern": "TODO",
7
- "problems": [
8
-
9
- ],
10
7
  "deprecated": [
11
8
 
12
9
  ],
@@ -15,5 +12,8 @@
15
12
  ],
16
13
  "foregone": [
17
14
 
15
+ ],
16
+ "exercises": [
17
+
18
18
  ]
19
19
  }
@@ -4,9 +4,6 @@
4
4
  "repository": "https://github.com/exercism/xteco",
5
5
  "active": false,
6
6
  "test_pattern": "TODO",
7
- "problems": [
8
-
9
- ],
10
7
  "deprecated": [
11
8
 
12
9
  ],
@@ -16,5 +13,8 @@
16
13
  ],
17
14
  "foregone": [
18
15
 
16
+ ],
17
+ "exercises": [
18
+
19
19
  ]
20
20
  }