trackler 2.2.1.162 → 2.2.1.163

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@
18
18
  "topics": [
19
19
  "strings"
20
20
  ],
21
- "auto-approve": true
21
+ "auto_approve": true
22
22
  },
23
23
  {
24
24
  "slug": "two-fer",
@@ -5,4 +5,4 @@ These resources can help you get started:
5
5
  * [Continue: Web Applications in Racket](http://docs.racket-lang.org/continue/index.html)
6
6
  * [More: Systems Programming with Racket](http://docs.racket-lang.org/more/index.html)
7
7
  * [How to Design Programs](http://htdp.org/), by Matthias Felleisen, Robert Bruce Findler, Matthew Flatt, and Shiriam Krishnamurthi
8
- * [The Little Schemer](http://mitpress.mit.edu/books/little-schemer), by Daniel P. Friedman and Matthias Felleisen
8
+ * [The Little Schemer](http://mitpress.mit.edu/books/little-schemer-fourth-edition), by Daniel P. Friedman and Matthias Felleisen
@@ -1,25 +1,25 @@
1
1
  {
2
+ "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md",
2
3
  "maintainers": [
3
4
  {
4
5
  "github_username": "snahor",
5
- "show_on_website": false,
6
6
  "alumnus": false,
7
+ "show_on_website": false,
7
8
  "name": null,
8
- "bio": null,
9
9
  "link_text": null,
10
10
  "link_url": null,
11
- "avatar_url": null
11
+ "avatar_url": null,
12
+ "bio": null
12
13
  },
13
14
  {
14
15
  "github_username": "mcmillhj",
15
- "show_on_website": false,
16
16
  "alumnus": false,
17
+ "show_on_website": false,
17
18
  "name": null,
18
- "bio": null,
19
19
  "link_text": null,
20
20
  "link_url": null,
21
- "avatar_url": null
21
+ "avatar_url": null,
22
+ "bio": null
22
23
  }
23
- ],
24
- "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md"
24
+ ]
25
25
  }
@@ -1,272 +1,226 @@
1
1
  {
2
- "blurb": "Standard ML is a functional programming language with type inference and some side-effects.",
3
2
  "language": "Standard ML",
4
- "checklist_issue": 8,
5
3
  "active": true,
4
+ "blurb": "Standard ML is a functional programming language with type inference and some side-effects.",
5
+ "checklist_issue": 8,
6
6
  "test_pattern": "test[.]sml$",
7
7
  "exercises": [
8
8
  {
9
- "uuid": "a00f98a6-98dd-4c8a-b3d1-adc1d56eef29",
10
9
  "slug": "hello-world",
10
+ "uuid": "a00f98a6-98dd-4c8a-b3d1-adc1d56eef29",
11
11
  "core": true,
12
12
  "unlocked_by": null,
13
13
  "difficulty": 1,
14
- "topics": [
15
-
16
- ]
14
+ "topics": []
17
15
  },
18
16
  {
19
- "uuid": "a56bad29-684c-47e7-9724-8c7f165a51af",
20
17
  "slug": "two-fer",
18
+ "uuid": "a56bad29-684c-47e7-9724-8c7f165a51af",
21
19
  "core": true,
22
20
  "unlocked_by": null,
23
21
  "difficulty": 1,
24
- "topics": [
25
-
26
- ]
22
+ "topics": []
27
23
  },
28
24
  {
29
- "uuid": "622644a8-55c3-498e-ac72-ad6d7d31109d",
30
25
  "slug": "leap",
26
+ "uuid": "622644a8-55c3-498e-ac72-ad6d7d31109d",
31
27
  "core": true,
32
28
  "unlocked_by": null,
33
29
  "difficulty": 1,
34
- "topics": [
35
-
36
- ]
30
+ "topics": []
37
31
  },
38
32
  {
39
- "uuid": "7e1d0e9a-435d-4dc6-8867-2fc4f9b7fe6f",
40
33
  "slug": "all-your-base",
34
+ "uuid": "7e1d0e9a-435d-4dc6-8867-2fc4f9b7fe6f",
41
35
  "core": false,
42
36
  "unlocked_by": null,
43
37
  "difficulty": 1,
44
- "topics": [
45
-
46
- ]
38
+ "topics": []
47
39
  },
48
40
  {
49
- "uuid": "4fb40e77-727b-41bc-ac15-b909a26bb917",
50
41
  "slug": "bob",
42
+ "uuid": "4fb40e77-727b-41bc-ac15-b909a26bb917",
51
43
  "core": false,
52
44
  "unlocked_by": null,
53
45
  "difficulty": 1,
54
- "topics": [
55
-
56
- ]
46
+ "topics": []
57
47
  },
58
48
  {
59
- "uuid": "333c2cb9-f03c-473c-9eeb-096072a321b2",
60
49
  "slug": "accumulate",
50
+ "uuid": "333c2cb9-f03c-473c-9eeb-096072a321b2",
61
51
  "core": false,
62
52
  "unlocked_by": null,
63
53
  "difficulty": 1,
64
- "topics": [
65
-
66
- ]
54
+ "topics": []
67
55
  },
68
56
  {
69
- "uuid": "7be1122c-33cd-40ed-a70f-c71a6713c47a",
70
57
  "slug": "allergies",
58
+ "uuid": "7be1122c-33cd-40ed-a70f-c71a6713c47a",
71
59
  "core": false,
72
60
  "unlocked_by": null,
73
61
  "difficulty": 1,
74
- "topics": [
75
-
76
- ]
62
+ "topics": []
77
63
  },
78
64
  {
79
- "uuid": "216334c2-bdb5-481a-a22b-20ac088f20e9",
80
65
  "slug": "anagram",
66
+ "uuid": "216334c2-bdb5-481a-a22b-20ac088f20e9",
81
67
  "core": false,
82
68
  "unlocked_by": null,
83
69
  "difficulty": 1,
84
- "topics": [
85
-
86
- ]
70
+ "topics": []
87
71
  },
88
72
  {
89
- "uuid": "fb0a030d-33bc-4066-a30a-1b8b02cc42f1",
90
73
  "slug": "flatten-array",
74
+ "uuid": "fb0a030d-33bc-4066-a30a-1b8b02cc42f1",
91
75
  "core": false,
92
76
  "unlocked_by": null,
93
77
  "difficulty": 1,
94
- "topics": [
95
-
96
- ]
78
+ "topics": []
97
79
  },
98
80
  {
99
- "uuid": "ce5dd1a4-7c90-48e4-b260-d2b62f29fbaf",
100
81
  "slug": "hamming",
82
+ "uuid": "ce5dd1a4-7c90-48e4-b260-d2b62f29fbaf",
101
83
  "core": false,
102
84
  "unlocked_by": null,
103
85
  "difficulty": 1,
104
- "topics": [
105
-
106
- ]
86
+ "topics": []
107
87
  },
108
88
  {
109
- "uuid": "76b1e1d1-2360-487c-89be-37f9780540b7",
110
89
  "slug": "raindrops",
90
+ "uuid": "76b1e1d1-2360-487c-89be-37f9780540b7",
111
91
  "core": false,
112
92
  "unlocked_by": null,
113
93
  "difficulty": 1,
114
- "topics": [
115
-
116
- ]
94
+ "topics": []
117
95
  },
118
96
  {
119
- "uuid": "cfd7a0bc-4b94-402a-9e8e-d81cd4ddecfd",
120
97
  "slug": "nth-prime",
98
+ "uuid": "cfd7a0bc-4b94-402a-9e8e-d81cd4ddecfd",
121
99
  "core": false,
122
100
  "unlocked_by": null,
123
101
  "difficulty": 1,
124
- "topics": [
125
-
126
- ]
102
+ "topics": []
127
103
  },
128
104
  {
129
- "uuid": "580496d5-bec7-401d-b0cf-dc16da795491",
130
105
  "slug": "difference-of-squares",
106
+ "uuid": "580496d5-bec7-401d-b0cf-dc16da795491",
131
107
  "core": false,
132
108
  "unlocked_by": null,
133
109
  "difficulty": 1,
134
- "topics": [
135
-
136
- ]
110
+ "topics": []
137
111
  },
138
112
  {
139
- "uuid": "0f488d4b-89da-4d1f-958b-a7b3171f43d5",
140
113
  "slug": "atbash-cipher",
114
+ "uuid": "0f488d4b-89da-4d1f-958b-a7b3171f43d5",
141
115
  "core": false,
142
116
  "unlocked_by": null,
143
117
  "difficulty": 1,
144
- "topics": [
145
-
146
- ]
118
+ "topics": []
147
119
  },
148
120
  {
149
- "uuid": "8ccc61c6-fac5-4af7-803e-d0f6d10f8a1f",
150
121
  "slug": "perfect-numbers",
122
+ "uuid": "8ccc61c6-fac5-4af7-803e-d0f6d10f8a1f",
151
123
  "core": false,
152
124
  "unlocked_by": null,
153
125
  "difficulty": 1,
154
- "topics": [
155
-
156
- ]
126
+ "topics": []
157
127
  },
158
128
  {
159
- "uuid": "d17ab3c6-82a1-413e-9018-8775ec9ea498",
160
129
  "slug": "pangram",
130
+ "uuid": "d17ab3c6-82a1-413e-9018-8775ec9ea498",
161
131
  "core": false,
162
132
  "unlocked_by": null,
163
133
  "difficulty": 1,
164
- "topics": [
165
-
166
- ]
134
+ "topics": []
167
135
  },
168
136
  {
169
- "uuid": "e8ed5a0f-796c-4a1b-af7a-2502254d79a8",
170
137
  "slug": "prime-factors",
138
+ "uuid": "e8ed5a0f-796c-4a1b-af7a-2502254d79a8",
171
139
  "core": false,
172
140
  "unlocked_by": null,
173
141
  "difficulty": 1,
174
- "topics": [
175
-
176
- ]
142
+ "topics": []
177
143
  },
178
144
  {
179
- "uuid": "c8b94fa9-d758-4dca-b7fc-7a130061e064",
180
145
  "slug": "list-ops",
146
+ "uuid": "c8b94fa9-d758-4dca-b7fc-7a130061e064",
181
147
  "core": false,
182
148
  "unlocked_by": null,
183
149
  "difficulty": 1,
184
- "topics": [
185
-
186
- ]
150
+ "topics": []
187
151
  },
188
152
  {
189
- "uuid": "db3e09ee-6c93-417f-b0a0-196cdccf4984",
190
153
  "slug": "rna-transcription",
154
+ "uuid": "db3e09ee-6c93-417f-b0a0-196cdccf4984",
191
155
  "core": false,
192
156
  "unlocked_by": null,
193
157
  "difficulty": 1,
194
- "topics": [
195
-
196
- ]
158
+ "topics": []
197
159
  },
198
160
  {
199
- "uuid": "6170f05b-358b-487a-b5ae-4424af422d8e",
200
161
  "slug": "collatz-conjecture",
162
+ "uuid": "6170f05b-358b-487a-b5ae-4424af422d8e",
201
163
  "core": false,
202
164
  "unlocked_by": null,
203
165
  "difficulty": 1,
204
- "topics": [
205
-
206
- ]
166
+ "topics": []
207
167
  },
208
168
  {
209
- "uuid": "4bce27a8-2b91-4595-b6e6-d4be7e704113",
210
169
  "slug": "sum-of-multiples",
170
+ "uuid": "4bce27a8-2b91-4595-b6e6-d4be7e704113",
211
171
  "core": false,
212
172
  "unlocked_by": null,
213
173
  "difficulty": 1,
214
- "topics": [
215
-
216
- ]
174
+ "topics": []
217
175
  },
218
176
  {
219
- "uuid": "f923bffb-109f-4257-957c-cea8cae2d5c5",
220
177
  "slug": "phone-number",
178
+ "uuid": "f923bffb-109f-4257-957c-cea8cae2d5c5",
221
179
  "core": false,
222
180
  "unlocked_by": null,
223
181
  "difficulty": 1,
224
- "topics": [
225
-
226
- ]
182
+ "topics": []
227
183
  },
228
184
  {
229
-
230
- "uuid": "b4359037-8457-49ea-ac33-44710ada3b4d",
231
185
  "slug": "roman-numerals",
186
+ "uuid": "b4359037-8457-49ea-ac33-44710ada3b4d",
232
187
  "core": false,
233
188
  "unlocked_by": null,
234
189
  "difficulty": 1,
235
- "topics": [
236
-
237
- ]
190
+ "topics": []
238
191
  },
239
192
  {
240
- "uuid": "f7ea4ee6-cd34-4dc9-bd96-abcf940873f0",
241
193
  "slug": "diamond",
194
+ "uuid": "f7ea4ee6-cd34-4dc9-bd96-abcf940873f0",
242
195
  "core": false,
243
196
  "unlocked_by": null,
244
197
  "difficulty": 1,
245
198
  "topics": [
246
- "strings",
247
199
  "lists",
200
+ "strings",
248
201
  "text_formatting"
249
202
  ]
250
203
  },
251
204
  {
252
- "uuid": "c257cb38-ed8d-473f-b02a-5dd8131fdc63",
253
205
  "slug": "pig-latin",
206
+ "uuid": "c257cb38-ed8d-473f-b02a-5dd8131fdc63",
254
207
  "core": false,
255
208
  "unlocked_by": null,
256
209
  "difficulty": 1,
257
210
  "topics": [
258
- "strings",
259
211
  "lists",
212
+ "strings",
260
213
  "text_formatting"
261
214
  ]
262
215
  },
263
216
  {
264
- "uuid": "225cfd7d-81a3-4a58-b1aa-1de2e40e7a93",
265
217
  "slug": "binary",
218
+ "uuid": "225cfd7d-81a3-4a58-b1aa-1de2e40e7a93",
219
+ "core": false,
220
+ "unlocked_by": null,
221
+ "difficulty": 0,
222
+ "topics": null,
266
223
  "deprecated": true
267
224
  }
268
- ],
269
- "foregone": [
270
-
271
225
  ]
272
226
  }
@@ -6,4 +6,4 @@ Some of these concepts may be helpful:
6
6
 
7
7
  - [Lazy evaluation](https://en.wikipedia.org/wiki/Lazy_evaluation)
8
8
  - Sieving (for instance [Sieve of Eratosthenes](https://en.wikipedia.org/wiki/Sieve_of_Eratosthenes)
9
- - Primality by [trial division](https://en.wikipedia.org/wiki/Trial_divisio://en.wikipedia.org/wiki/Trial_division)
9
+ - Primality by [trial division](https://en.wikipedia.org/wiki/Trial_division)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trackler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1.162
4
+ version: 2.2.1.163
5
5
  platform: ruby
6
6
  authors:
7
7
  - Katrina Owen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-13 00:00:00.000000000 Z
11
+ date: 2018-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubyzip
@@ -3246,6 +3246,7 @@ files:
3246
3246
  - tracks/csharp/generators/Exercises/PhoneNumber.cs
3247
3247
  - tracks/csharp/generators/Exercises/PigLatin.cs
3248
3248
  - tracks/csharp/generators/Exercises/Poker.cs
3249
+ - tracks/csharp/generators/Exercises/Pov.cs
3249
3250
  - tracks/csharp/generators/Exercises/PrimeFactors.cs
3250
3251
  - tracks/csharp/generators/Exercises/ProteinTranslation.cs
3251
3252
  - tracks/csharp/generators/Exercises/Proverb.cs
@@ -3253,6 +3254,7 @@ files:
3253
3254
  - tracks/csharp/generators/Exercises/RailFenceCipher.cs
3254
3255
  - tracks/csharp/generators/Exercises/Raindrops.cs
3255
3256
  - tracks/csharp/generators/Exercises/RationalNumbers.cs
3257
+ - tracks/csharp/generators/Exercises/React.cs
3256
3258
  - tracks/csharp/generators/Exercises/Rectangles.cs
3257
3259
  - tracks/csharp/generators/Exercises/ReverseString.cs
3258
3260
  - tracks/csharp/generators/Exercises/RnaTranscription.cs
@@ -3266,6 +3268,7 @@ files:
3266
3268
  - tracks/csharp/generators/Exercises/ScrabbleScore.cs
3267
3269
  - tracks/csharp/generators/Exercises/SecretHandshake.cs
3268
3270
  - tracks/csharp/generators/Exercises/Sieve.cs
3271
+ - tracks/csharp/generators/Exercises/SimpleCipher.cs
3269
3272
  - tracks/csharp/generators/Exercises/SpaceAge.cs
3270
3273
  - tracks/csharp/generators/Exercises/SpiralMatrix.cs
3271
3274
  - tracks/csharp/generators/Exercises/Sublist.cs