|
319 | 319 | }, |
320 | 320 | { |
321 | 321 | "slug": "rna-transcription", |
322 | | - "name": "Rna Transcription", |
| 322 | + "name": "RNA Transcription", |
323 | 323 | "uuid": "ca7c5ef1-5135-4fb4-8e68-669ef0f2a51a", |
324 | 324 | "practices": ["string-methods"], |
325 | 325 | "prerequisites": [ |
|
342 | 342 | }, |
343 | 343 | { |
344 | 344 | "slug": "etl", |
345 | | - "name": "Etl", |
| 345 | + "name": "ETL", |
346 | 346 | "uuid": "a3b24ef2-303a-494e-8804-e52a67ef406b", |
347 | 347 | "practices": ["dicts"], |
348 | 348 | "prerequisites": ["dicts"], |
|
366 | 366 | }, |
367 | 367 | { |
368 | 368 | "slug": "sum-of-multiples", |
369 | | - "name": "Sum Of Multiples", |
| 369 | + "name": "Sum of Multiples", |
370 | 370 | "uuid": "6e0caa0a-6a1a-4f03-bf0f-e07711f4b069", |
371 | 371 | "practices": ["sets"], |
372 | 372 | "prerequisites": [ |
|
398 | 398 | }, |
399 | 399 | { |
400 | 400 | "slug": "difference-of-squares", |
401 | | - "name": "Difference Of Squares", |
| 401 | + "name": "Difference of Squares", |
402 | 402 | "uuid": "913b6099-d75a-4c27-8243-476081752c31", |
403 | 403 | "practices": ["numbers"], |
404 | 404 | "prerequisites": ["basics", "numbers"], |
|
436 | 436 | }, |
437 | 437 | { |
438 | 438 | "slug": "isbn-verifier", |
439 | | - "name": "Isbn Verifier", |
| 439 | + "name": "ISBN Verifier", |
440 | 440 | "uuid": "7961c852-c87a-44b0-b152-efea3ac8555c", |
441 | 441 | "practices": ["strings"], |
442 | 442 | "prerequisites": ["basics", "bools", "conditionals", "strings"], |
|
770 | 770 | }, |
771 | 771 | { |
772 | 772 | "slug": "run-length-encoding", |
773 | | - "name": "Run Length Encoding", |
| 773 | + "name": "Run-Length Encoding", |
774 | 774 | "uuid": "505e7bdb-e18d-45fd-9849-0bf33492efd9", |
775 | 775 | "practices": ["iteration", "regular-expressions"], |
776 | 776 | "prerequisites": [ |
|
1178 | 1178 | }, |
1179 | 1179 | { |
1180 | 1180 | "slug": "ocr-numbers", |
1181 | | - "name": "Ocr Numbers", |
| 1181 | + "name": "OCR Numbers", |
1182 | 1182 | "uuid": "98ca48ed-5818-442c-bce1-308c8b3b3b77", |
1183 | 1183 | "practices": ["loops"], |
1184 | 1184 | "prerequisites": [ |
|
1196 | 1196 | }, |
1197 | 1197 | { |
1198 | 1198 | "slug": "diffie-hellman", |
1199 | | - "name": "Diffie Hellman", |
| 1199 | + "name": "Diffie-Hellman", |
1200 | 1200 | "uuid": "92e2d5f8-7d8a-4e81-a55c-52fa6be80c74", |
1201 | 1201 | "practices": ["numbers"], |
1202 | 1202 | "prerequisites": ["basics", "bools", "numbers"], |
|
1672 | 1672 | }, |
1673 | 1673 | { |
1674 | 1674 | "slug": "dot-dsl", |
1675 | | - "name": "Dot Dsl", |
| 1675 | + "name": "DOT DSL", |
1676 | 1676 | "uuid": "a9c2fbda-a1e4-42dd-842f-4de5bb361b91", |
1677 | 1677 | "practices": [ |
1678 | 1678 | "class-composition", |
|
1934 | 1934 | }, |
1935 | 1935 | { |
1936 | 1936 | "slug": "sgf-parsing", |
1937 | | - "name": "Sgf Parsing", |
| 1937 | + "name": "SGF Parsing", |
1938 | 1938 | "uuid": "0d6325d1-c0a3-456e-9a92-cea0559e82ed", |
1939 | 1939 | "practices": [ |
1940 | 1940 | "operator-overloading", |
|
1958 | 1958 | }, |
1959 | 1959 | { |
1960 | 1960 | "slug": "paasio", |
1961 | | - "name": "Paasio", |
| 1961 | + "name": "PaaS I/O", |
1962 | 1962 | "uuid": "ec36f9ed-f376-43d9-90ee-be0bea0cfc98", |
1963 | 1963 | "practices": [ |
1964 | 1964 | "class-customization", |
|
1987 | 1987 | }, |
1988 | 1988 | { |
1989 | 1989 | "slug": "rest-api", |
1990 | | - "name": "Rest Api", |
| 1990 | + "name": "REST API", |
1991 | 1991 | "uuid": "2abe6eed-c7e4-4ad7-91e3-778bc5176726", |
1992 | 1992 | "practices": [ |
1993 | 1993 | "class-composition", |
|
2011 | 2011 | }, |
2012 | 2012 | { |
2013 | 2013 | "slug": "pov", |
2014 | | - "name": "Pov", |
| 2014 | + "name": "POV", |
2015 | 2015 | "uuid": "d98b1080-36d4-4357-b12a-685d204856bf", |
2016 | 2016 | "practices": ["rich-comparisons"], |
2017 | 2017 | "prerequisites": [ |
|
2103 | 2103 | }, |
2104 | 2104 | { |
2105 | 2105 | "slug": "pascals-triangle", |
2106 | | - "name": "Pascals Triangle", |
| 2106 | + "name": "Pascal's Triangle", |
2107 | 2107 | "uuid": "e1e1c7d7-c1d9-4027-b90d-fad573182419", |
2108 | 2108 | "practices": [], |
2109 | 2109 | "prerequisites": [], |
|
0 commit comments