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: 26
- Position: #62 / 215
- Number of attempts: 5
Create json from a .env file - 1518 entries
A simple everyday task.
- Best score: 39
- Best player score: 51
- Position: #117 / 353
- 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: #49 / 298
- 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: 47
- Position: #51 / 91
- Number of attempts: 1
Change class fields from camel case to snake case - 572 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 49
- Position: #109 / 133
- Number of attempts: 1
VimGolf