Played Challenges
Reorganize Pokémon - 696 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 22
- Position: #122 / 191
- Number of attempts: 4
Fix timezone format - 318 entries
Add the missing T and Z in the datetime field. There should be a T instead of the space, and a Z at the end of the datetime. `2024-08-31 18:32:00;` -> `2024-08-31T18:32:00Z;`
- Best score: 15
- Best player score: 16
- Position: #31 / 101
- Number of attempts: 3
Rearrange array to single level - 1649 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 17
- Position: #43 / 272
- Number of attempts: 12
New teacher - 1423 entries
Update the details of the new CS teacher.
- Best score: 19
- Best player score: 29
- Position: #209 / 300
- Number of attempts: 1
months to html list items - 1110 entries
Turn the months into list items.
- Best score: 22
- Best player score: 31
- Position: #240 / 301
- Number of attempts: 1
Wrap the text of an email message to 79 characters - 846 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #315 / 437
- Number of attempts: 1
Just the middle - 11541 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1511 / 4230
- Number of attempts: 5
Condensed Cases - 807 entries
Apple's new programming language, Swift, allows two style of case statements: 1) one Enum case on each line, or 2) multiple Enum cases on a single line. Convert the following from the first case (no pun intended) to the second type.
- Best score: 12
- Best player score: 25
- Position: #235 / 248
- Number of attempts: 1
The Cake is a Lie - 1386 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #286 / 537
- Number of attempts: 5
Change the content of a string - 1711 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #237 / 629
- Number of attempts: 3
Sort and add attributes - 1539 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 38
- Position: #516 / 594
- Number of attempts: 1
Whitespace, empty lines and tabs - 3879 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 32
- Position: #624 / 830
- Number of attempts: 1
Simple text editing with Vim - 13274 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 17
- Position: #2611 / 3811
- Number of attempts: 4
VimGolf