Played Challenges
From brakets to parens - 625 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: #37 / 143
- Number of attempts: 3
π - 193 entries
1200 π chars
- Best score: 16
- Best player score: 16
- Position: #5 / 52
- Number of attempts: 5
Create json from a .env file - 1329 entries
A simple everyday task.
- Best score: 39
- Best player score: 39
- Position: #15 / 309
- Number of attempts: 17
Reordering properties - 1047 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 / 242
- Number of attempts: 15
Changing date formats - 615 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 72
- Position: #81 / 170
- Number of attempts: 1
YAML to dotenv - 1255 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #35 / 266
- Number of attempts: 7
Reformat/Refactor a Golfer Class - 7415 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 41
- Position: #971 / 1825
- Number of attempts: 1
VimGolf