Played Challenges
From brakets to parens - 1266 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: #276 / 284
- Number of attempts: 1
Create json from a .env file - 1658 entries
A simple everyday task.
- Best score: 38
- Best player score: 57
- Position: #164 / 407
- Number of attempts: 3
YAML to dotenv - 1600 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 32
- Position: #241 / 335
- Number of attempts: 1
Replace csv column if it's not empty - 294 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 / 98
- Number of attempts: 2
VimGolf