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: 26
- Position: #63 / 216
- Number of attempts: 7
Create json from a .env file - 1523 entries
A simple everyday task.
- Best score: 39
- Best player score: 39
- Position: #27 / 356
- Number of attempts: 11
Sort and Tag - 676 entries
The goal is to sort these lines alphabetically, assign a unique identifier to each line in the format "[01]", "[02]", etc., and then restore the original order of the lines while preserving the assigned identifiers.
- Best score: 36
- Best player score: 69
- Position: #54 / 140
- Number of attempts: 4
YAML to dotenv - 1476 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 17
- Position: #79 / 301
- Number of attempts: 10
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: #65 / 154
- Number of attempts: 3
Replace markdown sections with numbering - 303 entries
Replace each section and subsection with their respective numbers
- Best score: 29
- Best player score: 35
- Position: #17 / 80
- Number of attempts: 12
VimGolf