Played Challenges
Create json from a .env file - 1523 entries
A simple everyday task.
- Best score: 39
- Best player score: 43
- Position: #74 / 356
- Number of attempts: 6
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: 67
- Position: #113 / 272
- Number of attempts: 5
Generate an entry for each month - 369 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: 38
- Position: #35 / 91
- Number of attempts: 5
Fix the git merge conflicts - 320 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 42
- Position: #15 / 91
- Number of attempts: 4
CaN yOuR ViM dO ThAt? #1 - 256 entries
Tsoding's famous "Can your Vim do that?" https://youtu.be/Bafo3hhheHU?si=DfcT4sUEMTSAevnx&t=1091
- Best score: 41
- Best player score: 51
- Position: #87 / 100
- Number of attempts: 1
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: 16
- Position: #35 / 106
- Number of attempts: 6
Deleting text - 329 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #57 / 103
- Number of attempts: 1
VimGolf