Played Challenges
Create json from a .env file - 1490 entries
A simple everyday task.
- Best score: 39
- Best player score: 43
- Position: #72 / 348
- Number of attempts: 6
Reordering properties - 1122 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: #110 / 265
- Number of attempts: 5
Generate an entry for each month - 364 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: #34 / 90
- Number of attempts: 5
Fix the git merge conflicts - 311 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 42
- Position: #15 / 88
- 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 - 324 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 / 104
- Number of attempts: 6
Deleting text - 326 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 45
- Position: #57 / 102
- Number of attempts: 1
VimGolf