Played Challenges
From brakets to parens - 932 entries
This is one of the most common problem when you wrap an array for error handling. Vim is useful when you convert foo[i][j][k] into foo(i, j, k) for many times.
- Best score: 24
- Best player score: 39
- Position: #126 / 215
- Number of attempts: 2
Create json from a .env file - 1518 entries
A simple everyday task.
- Best score: 39
- Best player score: 65
- Position: #207 / 353
- Number of attempts: 3
Reordering properties - 1136 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: 98
- Position: #190 / 269
- Number of attempts: 1
YAML to dotenv - 1459 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 29
- Position: #199 / 298
- Number of attempts: 5
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: 53
- Position: #94 / 100
- Number of attempts: 1
Move list of uuids into a SQL query - 227 entries
Take the list of UUIDs and use them as a filter in the where statement of a SQL query
- Best score: 57
- Best player score: 70
- Position: #52 / 73
- Number of attempts: 1
VimGolf