Played Challenges
Reordering properties - 1065 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: #63 / 244
- Number of attempts: 2
YAML to dotenv - 1255 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 24
- Position: #130 / 266
- Number of attempts: 1
Swap columns and transform to CSV format - 387 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #34 / 144
- Number of attempts: 1
Generate an entry for each month - 351 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 / 84
- Number of attempts: 3
Change class fields from snake case to camel case - 278 entries
Change the class fields in this Scala class from snake case to camel case
- Best score: 13
- Best player score: 13
- Position: #40 / 104
- Number of attempts: 1
Reorganize Pokémon - 696 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 19
- Position: #48 / 191
- Number of attempts: 5
Rearrange array to one line - 774 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 16
- Position: #58 / 183
- Number of attempts: 1
VimGolf