Played Challenges
Reordering properties - 1100 entries
Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.
- Best score: 24
- Best player score: 50
- Position: #67 / 256
- Number of attempts: 2
YAML to dotenv - 1326 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 24
- Position: #135 / 276
- Number of attempts: 1
Swap columns and transform to CSV format - 403 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #34 / 149
- Number of attempts: 1
Generate an entry for each month - 356 entries
The input file contains a URI with a month in it. Generate the URIs for all the other months up to a couple of years
- Best score: 27
- Best player score: 35
- Position: #22 / 87
- Number of attempts: 3
Change class fields from snake case to camel case - 286 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #40 / 107
- Number of attempts: 1
Reorganize Pokémon - 727 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 19
- Position: #50 / 200
- Number of attempts: 5
Rearrange array to one line - 788 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 16
- Position: #59 / 185
- Number of attempts: 1
VimGolf