Played Challenges
From brakets to parens - 933 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: 35
- Position: #94 / 216
- Number of attempts: 3
YAML to dotenv - 1476 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #45 / 301
- Number of attempts: 6
Swap columns and transform to CSV format - 426 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #62 / 154
- Number of attempts: 1
VimGolf