Played Challenges
From brakets to parens - 621 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: 82
- Position: #139 / 141
- Number of attempts: 1
Create json from a .env file - 1316 entries
A simple everyday task.
- Best score: 39
- Best player score: 57
- Position: #134 / 307
- Number of attempts: 3
YAML to dotenv - 1242 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 32
- Position: #191 / 263
- Number of attempts: 1
Replace csv column if it's not empty - 248 entries
Replace the credit_score_percentile column with the value 0.0 but leave the empty ones untouched
- Best score: 15
- Best player score: 15
- Position: #33 / 83
- Number of attempts: 2
VimGolf