Played Challenges
From brakets to parens - 930 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: 26
- Position: #52 / 213
- Number of attempts: 3
π - 261 entries
1200 π chars
- Best score: 16
- Best player score: 16
- Position: #5 / 65
- Number of attempts: 5
Create json from a .env file - 1518 entries
A simple everyday task.
- Best score: 39
- Best player score: 39
- Position: #15 / 353
- Number of attempts: 17
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: 24
- Position: #7 / 269
- Number of attempts: 15
Changing date formats - 687 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 72
- Position: #88 / 188
- Number of attempts: 1
YAML to dotenv - 1459 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #35 / 298
- Number of attempts: 7
Reformat/Refactor a Golfer Class - 7506 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 41
- Position: #980 / 1846
- Number of attempts: 1
VimGolf