Played Challenges
From brakets to parens - 1134 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: 40
- Position: #153 / 249
- Number of attempts: 2
Create json from a .env file - 1585 entries
A simple everyday task.
- Best score: 39
- Best player score: 59
- Position: #176 / 376
- Number of attempts: 4
Reordering properties - 1220 entries
Arrange the CSS lines for the #topbar selector based on their complete line length, from shortest to longest.
- Best score: 24
- Best player score: 107
- Position: #220 / 279
- Number of attempts: 2
Changing date formats - 710 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 88
- Position: #117 / 197
- Number of attempts: 3
YAML to dotenv - 1542 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 25
- Position: #176 / 316
- Number of attempts: 2
Change to ascending order - 500 entries
Change each line of numbers consistently from descending to ascending order.
- Best score: 17
- Best player score: 30
- Position: #30 / 125
- Number of attempts: 2
Swap columns and transform to CSV format - 447 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 19
- Position: #101 / 162
- Number of attempts: 1
Generate an entry for each month - 372 entries
The input file contains a URI with a month in it. Generate the URIs for all the other months up to a couple of years
- Best score: 27
- Best player score: 67
- Position: #68 / 92
- Number of attempts: 2
Fix the git merge conflicts - 332 entries
Solve the merge conflicts in the Python file
- Best score: 36
- Best player score: 60
- Position: #59 / 98
- Number of attempts: 1
VimGolf