Played Challenges
From brakets to parens - 862 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: #59 / 201
- Number of attempts: 5
Create json from a .env file - 1486 entries
A simple everyday task.
- Best score: 39
- Best player score: 51
- Position: #115 / 346
- Number of attempts: 1
YAML to dotenv - 1431 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #49 / 295
- 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: 47
- Position: #50 / 90
- Number of attempts: 1
Change class fields from camel case to snake case - 549 entries
This is the reverse of the previous challenge: https://www.vimgolf.com/challenges/9v006705493c000000000513
- Best score: 18
- Best player score: 49
- Position: #104 / 128
- Number of attempts: 1
VimGolf