Played Challenges
Create json from a .env file - 1523 entries
A simple everyday task.
- Best score: 39
- Best player score: 63
- Position: #191 / 356
- Number of attempts: 3
Reordering properties - 1162 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: 45
- Position: #60 / 272
- Number of attempts: 7
Sort and Tag - 676 entries
The goal is to sort these lines alphabetically, assign a unique identifier to each line in the format "[01]", "[02]", etc., and then restore the original order of the lines while preserving the assigned identifiers.
- Best score: 36
- Best player score: 89
- Position: #75 / 140
- Number of attempts: 3
Changing date formats - 688 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 49
- Position: #34 / 189
- Number of attempts: 4
YAML to dotenv - 1476 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #28 / 301
- Number of attempts: 8
Change to ascending order - 487 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 78
- Position: #91 / 120
- Number of attempts: 2
Fix timezone format - 329 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: 17
- Position: #58 / 106
- Number of attempts: 5
Rural Post - 4579 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #492 / 1117
- Number of attempts: 5
Com(m)a Trouble - 3968 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 13
- Position: #367 / 901
- Number of attempts: 4
Basic renumbering - 5707 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #281 / 1274
- Number of attempts: 2
VimGolf