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
@@ -3,81 +3,6 @@
3
3
  "language": "Go",
4
4
  "repository": "https://github.com/exercism/xgo",
5
5
  "active": true,
6
- "problems": [
7
- "hello-world",
8
- "leap",
9
- "clock",
10
- "gigasecond",
11
- "hamming",
12
- "raindrops",
13
- "acronym",
14
- "bob",
15
- "triangle",
16
- "difference-of-squares",
17
- "secret-handshake",
18
- "food-chain",
19
- "house",
20
- "pascals-triangle",
21
- "series",
22
- "queen-attack",
23
- "grains",
24
- "etl",
25
- "scrabble-score",
26
- "parallel-letter-frequency",
27
- "sum-of-multiples",
28
- "pythagorean-triplet",
29
- "bank-account",
30
- "crypto-square",
31
- "luhn",
32
- "largest-series-product",
33
- "sieve",
34
- "palindrome-products",
35
- "bracket-push",
36
- "anagram",
37
- "word-count",
38
- "binary",
39
- "allergies",
40
- "rna-transcription",
41
- "roman-numerals",
42
- "say",
43
- "circular-buffer",
44
- "robot-name",
45
- "react",
46
- "custom-set",
47
- "atbash-cipher",
48
- "phone-number",
49
- "strain",
50
- "pig-latin",
51
- "prime-factors",
52
- "nth-prime",
53
- "diffie-hellman",
54
- "octal",
55
- "beer-song",
56
- "ocr-numbers",
57
- "wordy",
58
- "nucleotide-count",
59
- "grade-school",
60
- "matrix",
61
- "saddle-points",
62
- "trinary",
63
- "hexadecimal",
64
- "meetup",
65
- "binary-search",
66
- "binary-search-tree",
67
- "tree-building",
68
- "kindergarten-garden",
69
- "simple-cipher",
70
- "paasio",
71
- "pov",
72
- "minesweeper",
73
- "robot-simulator",
74
- "tournament",
75
- "word-search",
76
- "connect",
77
- "ledger",
78
- "poker",
79
- "variable-length-quantity"
80
- ],
81
6
  "deprecated": [
82
7
  "accumulate",
83
8
  "bottles",
@@ -94,5 +19,372 @@
94
19
  "space-age",
95
20
  "linked-list",
96
21
  "simple-linked-list"
22
+ ],
23
+ "exercises": [
24
+ {
25
+ "difficulty": 1,
26
+ "slug": "hello-world",
27
+ "topics": []
28
+ },
29
+ {
30
+ "difficulty": 1,
31
+ "slug": "leap",
32
+ "topics": []
33
+ },
34
+ {
35
+ "difficulty": 1,
36
+ "slug": "clock",
37
+ "topics": []
38
+ },
39
+ {
40
+ "difficulty": 1,
41
+ "slug": "gigasecond",
42
+ "topics": []
43
+ },
44
+ {
45
+ "difficulty": 1,
46
+ "slug": "hamming",
47
+ "topics": []
48
+ },
49
+ {
50
+ "difficulty": 1,
51
+ "slug": "raindrops",
52
+ "topics": []
53
+ },
54
+ {
55
+ "difficulty": 1,
56
+ "slug": "acronym",
57
+ "topics": []
58
+ },
59
+ {
60
+ "difficulty": 1,
61
+ "slug": "bob",
62
+ "topics": []
63
+ },
64
+ {
65
+ "difficulty": 1,
66
+ "slug": "triangle",
67
+ "topics": []
68
+ },
69
+ {
70
+ "difficulty": 1,
71
+ "slug": "difference-of-squares",
72
+ "topics": []
73
+ },
74
+ {
75
+ "difficulty": 1,
76
+ "slug": "secret-handshake",
77
+ "topics": []
78
+ },
79
+ {
80
+ "difficulty": 1,
81
+ "slug": "food-chain",
82
+ "topics": []
83
+ },
84
+ {
85
+ "difficulty": 1,
86
+ "slug": "house",
87
+ "topics": []
88
+ },
89
+ {
90
+ "difficulty": 1,
91
+ "slug": "pascals-triangle",
92
+ "topics": []
93
+ },
94
+ {
95
+ "difficulty": 1,
96
+ "slug": "series",
97
+ "topics": []
98
+ },
99
+ {
100
+ "difficulty": 1,
101
+ "slug": "queen-attack",
102
+ "topics": []
103
+ },
104
+ {
105
+ "difficulty": 1,
106
+ "slug": "grains",
107
+ "topics": []
108
+ },
109
+ {
110
+ "difficulty": 1,
111
+ "slug": "etl",
112
+ "topics": []
113
+ },
114
+ {
115
+ "difficulty": 1,
116
+ "slug": "scrabble-score",
117
+ "topics": []
118
+ },
119
+ {
120
+ "difficulty": 1,
121
+ "slug": "parallel-letter-frequency",
122
+ "topics": []
123
+ },
124
+ {
125
+ "difficulty": 1,
126
+ "slug": "sum-of-multiples",
127
+ "topics": []
128
+ },
129
+ {
130
+ "difficulty": 1,
131
+ "slug": "pythagorean-triplet",
132
+ "topics": []
133
+ },
134
+ {
135
+ "difficulty": 1,
136
+ "slug": "bank-account",
137
+ "topics": []
138
+ },
139
+ {
140
+ "difficulty": 1,
141
+ "slug": "crypto-square",
142
+ "topics": []
143
+ },
144
+ {
145
+ "difficulty": 1,
146
+ "slug": "luhn",
147
+ "topics": []
148
+ },
149
+ {
150
+ "difficulty": 1,
151
+ "slug": "largest-series-product",
152
+ "topics": []
153
+ },
154
+ {
155
+ "difficulty": 1,
156
+ "slug": "sieve",
157
+ "topics": []
158
+ },
159
+ {
160
+ "difficulty": 1,
161
+ "slug": "palindrome-products",
162
+ "topics": []
163
+ },
164
+ {
165
+ "difficulty": 1,
166
+ "slug": "bracket-push",
167
+ "topics": []
168
+ },
169
+ {
170
+ "difficulty": 1,
171
+ "slug": "anagram",
172
+ "topics": []
173
+ },
174
+ {
175
+ "difficulty": 1,
176
+ "slug": "word-count",
177
+ "topics": []
178
+ },
179
+ {
180
+ "difficulty": 1,
181
+ "slug": "binary",
182
+ "topics": []
183
+ },
184
+ {
185
+ "difficulty": 1,
186
+ "slug": "allergies",
187
+ "topics": []
188
+ },
189
+ {
190
+ "difficulty": 1,
191
+ "slug": "rna-transcription",
192
+ "topics": []
193
+ },
194
+ {
195
+ "difficulty": 1,
196
+ "slug": "roman-numerals",
197
+ "topics": []
198
+ },
199
+ {
200
+ "difficulty": 1,
201
+ "slug": "say",
202
+ "topics": []
203
+ },
204
+ {
205
+ "difficulty": 1,
206
+ "slug": "circular-buffer",
207
+ "topics": []
208
+ },
209
+ {
210
+ "difficulty": 1,
211
+ "slug": "robot-name",
212
+ "topics": []
213
+ },
214
+ {
215
+ "difficulty": 1,
216
+ "slug": "react",
217
+ "topics": []
218
+ },
219
+ {
220
+ "difficulty": 1,
221
+ "slug": "custom-set",
222
+ "topics": []
223
+ },
224
+ {
225
+ "difficulty": 1,
226
+ "slug": "atbash-cipher",
227
+ "topics": []
228
+ },
229
+ {
230
+ "difficulty": 1,
231
+ "slug": "phone-number",
232
+ "topics": []
233
+ },
234
+ {
235
+ "difficulty": 1,
236
+ "slug": "strain",
237
+ "topics": []
238
+ },
239
+ {
240
+ "difficulty": 1,
241
+ "slug": "pig-latin",
242
+ "topics": []
243
+ },
244
+ {
245
+ "difficulty": 1,
246
+ "slug": "prime-factors",
247
+ "topics": []
248
+ },
249
+ {
250
+ "difficulty": 1,
251
+ "slug": "nth-prime",
252
+ "topics": []
253
+ },
254
+ {
255
+ "difficulty": 1,
256
+ "slug": "diffie-hellman",
257
+ "topics": []
258
+ },
259
+ {
260
+ "difficulty": 1,
261
+ "slug": "octal",
262
+ "topics": []
263
+ },
264
+ {
265
+ "difficulty": 1,
266
+ "slug": "beer-song",
267
+ "topics": []
268
+ },
269
+ {
270
+ "difficulty": 1,
271
+ "slug": "ocr-numbers",
272
+ "topics": []
273
+ },
274
+ {
275
+ "difficulty": 1,
276
+ "slug": "wordy",
277
+ "topics": []
278
+ },
279
+ {
280
+ "difficulty": 1,
281
+ "slug": "nucleotide-count",
282
+ "topics": []
283
+ },
284
+ {
285
+ "difficulty": 1,
286
+ "slug": "grade-school",
287
+ "topics": []
288
+ },
289
+ {
290
+ "difficulty": 1,
291
+ "slug": "matrix",
292
+ "topics": []
293
+ },
294
+ {
295
+ "difficulty": 1,
296
+ "slug": "saddle-points",
297
+ "topics": []
298
+ },
299
+ {
300
+ "difficulty": 1,
301
+ "slug": "trinary",
302
+ "topics": []
303
+ },
304
+ {
305
+ "difficulty": 1,
306
+ "slug": "hexadecimal",
307
+ "topics": []
308
+ },
309
+ {
310
+ "difficulty": 1,
311
+ "slug": "meetup",
312
+ "topics": []
313
+ },
314
+ {
315
+ "difficulty": 1,
316
+ "slug": "binary-search",
317
+ "topics": []
318
+ },
319
+ {
320
+ "difficulty": 1,
321
+ "slug": "binary-search-tree",
322
+ "topics": []
323
+ },
324
+ {
325
+ "difficulty": 1,
326
+ "slug": "tree-building",
327
+ "topics": []
328
+ },
329
+ {
330
+ "difficulty": 1,
331
+ "slug": "kindergarten-garden",
332
+ "topics": []
333
+ },
334
+ {
335
+ "difficulty": 1,
336
+ "slug": "simple-cipher",
337
+ "topics": []
338
+ },
339
+ {
340
+ "difficulty": 1,
341
+ "slug": "paasio",
342
+ "topics": []
343
+ },
344
+ {
345
+ "difficulty": 1,
346
+ "slug": "pov",
347
+ "topics": []
348
+ },
349
+ {
350
+ "difficulty": 1,
351
+ "slug": "minesweeper",
352
+ "topics": []
353
+ },
354
+ {
355
+ "difficulty": 1,
356
+ "slug": "robot-simulator",
357
+ "topics": []
358
+ },
359
+ {
360
+ "difficulty": 1,
361
+ "slug": "tournament",
362
+ "topics": []
363
+ },
364
+ {
365
+ "difficulty": 1,
366
+ "slug": "word-search",
367
+ "topics": []
368
+ },
369
+ {
370
+ "difficulty": 1,
371
+ "slug": "connect",
372
+ "topics": []
373
+ },
374
+ {
375
+ "difficulty": 1,
376
+ "slug": "ledger",
377
+ "topics": []
378
+ },
379
+ {
380
+ "difficulty": 1,
381
+ "slug": "poker",
382
+ "topics": []
383
+ },
384
+ {
385
+ "difficulty": 1,
386
+ "slug": "variable-length-quantity",
387
+ "topics": []
388
+ }
97
389
  ]
98
390
  }
@@ -4,20 +4,6 @@
4
4
  "repository": "https://github.com/exercism/xgroovy",
5
5
  "checklist_issue": 9,
6
6
  "active": false,
7
- "problems": [
8
- "hello-world",
9
- "hamming",
10
- "gigasecond",
11
- "raindrops",
12
- "rna-transcription",
13
- "difference-of-squares",
14
- "leap",
15
- "nth-prime",
16
- "robot-name",
17
- "roman-numerals",
18
- "grains",
19
- "word-count"
20
- ],
21
7
  "deprecated": [
22
8
 
23
9
  ],
@@ -26,5 +12,67 @@
26
12
  ],
27
13
  "foregone": [
28
14
 
15
+ ],
16
+ "exercises": [
17
+ {
18
+ "difficulty": 1,
19
+ "slug": "hello-world",
20
+ "topics": []
21
+ },
22
+ {
23
+ "difficulty": 1,
24
+ "slug": "hamming",
25
+ "topics": []
26
+ },
27
+ {
28
+ "difficulty": 1,
29
+ "slug": "gigasecond",
30
+ "topics": []
31
+ },
32
+ {
33
+ "difficulty": 1,
34
+ "slug": "raindrops",
35
+ "topics": []
36
+ },
37
+ {
38
+ "difficulty": 1,
39
+ "slug": "rna-transcription",
40
+ "topics": []
41
+ },
42
+ {
43
+ "difficulty": 1,
44
+ "slug": "difference-of-squares",
45
+ "topics": []
46
+ },
47
+ {
48
+ "difficulty": 1,
49
+ "slug": "leap",
50
+ "topics": []
51
+ },
52
+ {
53
+ "difficulty": 1,
54
+ "slug": "nth-prime",
55
+ "topics": []
56
+ },
57
+ {
58
+ "difficulty": 1,
59
+ "slug": "robot-name",
60
+ "topics": []
61
+ },
62
+ {
63
+ "difficulty": 1,
64
+ "slug": "roman-numerals",
65
+ "topics": []
66
+ },
67
+ {
68
+ "difficulty": 1,
69
+ "slug": "grains",
70
+ "topics": []
71
+ },
72
+ {
73
+ "difficulty": 1,
74
+ "slug": "word-count",
75
+ "topics": []
76
+ }
29
77
  ]
30
78
  }
@@ -5,10 +5,6 @@
5
5
  "checklist_issue": 2,
6
6
  "active": false,
7
7
  "test_pattern": "TODO",
8
- "problems": [
9
- "hello-world",
10
- "bob"
11
- ],
12
8
  "deprecated": [
13
9
 
14
10
  ],
@@ -18,5 +14,17 @@
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": "bob",
27
+ "topics": []
28
+ }
21
29
  ]
22
30
  }
@@ -4,9 +4,6 @@
4
4
  "repository": "https://github.com/exercism/xnasm",
5
5
  "checklist_issue": 4,
6
6
  "active": false,
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
  }
@@ -4,21 +4,6 @@
4
4
  "repository": "https://github.com/exercism/xnim",
5
5
  "checklist_issue": 13,
6
6
  "active": false,
7
- "problems": [
8
- "hello-world",
9
- "leap",
10
- "bob",
11
- "word-count",
12
- "anagram",
13
- "triangle",
14
- "react",
15
- "binary",
16
- "rna-transcription",
17
- "hamming",
18
- "queen-attack",
19
- "nucleotide-count",
20
- "difference-of-squares"
21
- ],
22
7
  "deprecated": [
23
8
 
24
9
  ],
@@ -27,5 +12,72 @@
27
12
  ],
28
13
  "foregone": [
29
14
 
15
+ ],
16
+ "exercises": [
17
+ {
18
+ "difficulty": 1,
19
+ "slug": "hello-world",
20
+ "topics": []
21
+ },
22
+ {
23
+ "difficulty": 1,
24
+ "slug": "leap",
25
+ "topics": []
26
+ },
27
+ {
28
+ "difficulty": 1,
29
+ "slug": "bob",
30
+ "topics": []
31
+ },
32
+ {
33
+ "difficulty": 1,
34
+ "slug": "word-count",
35
+ "topics": []
36
+ },
37
+ {
38
+ "difficulty": 1,
39
+ "slug": "anagram",
40
+ "topics": []
41
+ },
42
+ {
43
+ "difficulty": 1,
44
+ "slug": "triangle",
45
+ "topics": []
46
+ },
47
+ {
48
+ "difficulty": 1,
49
+ "slug": "react",
50
+ "topics": []
51
+ },
52
+ {
53
+ "difficulty": 1,
54
+ "slug": "binary",
55
+ "topics": []
56
+ },
57
+ {
58
+ "difficulty": 1,
59
+ "slug": "rna-transcription",
60
+ "topics": []
61
+ },
62
+ {
63
+ "difficulty": 1,
64
+ "slug": "hamming",
65
+ "topics": []
66
+ },
67
+ {
68
+ "difficulty": 1,
69
+ "slug": "queen-attack",
70
+ "topics": []
71
+ },
72
+ {
73
+ "difficulty": 1,
74
+ "slug": "nucleotide-count",
75
+ "topics": []
76
+ },
77
+ {
78
+ "difficulty": 1,
79
+ "slug": "difference-of-squares",
80
+ "topics": []
81
+ }
30
82
  ]
31
83
  }