Played Challenges
From brakets to parens - 611 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: #137 / 139
- Number of attempts: 1
Create json from a .env file - 1303 entries
A simple everyday task.
- Best score: 39
- Best player score: 57
- Position: #133 / 303
- Number of attempts: 3
YAML to dotenv - 1226 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 32
- Position: #190 / 262
- 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