Played Challenges
From brakets to parens - 625 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: 25
- Position: #10 / 143
- Number of attempts: 7
Create json from a .env file - 1329 entries
A simple everyday task.
- Best score: 39
- Best player score: 45
- Position: #77 / 309
- Number of attempts: 5
Reordering properties - 1047 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: 52
- Position: #66 / 242
- Number of attempts: 8
Changing date formats - 615 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 61
- Position: #52 / 170
- Number of attempts: 5
YAML to dotenv - 1255 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 17
- Position: #62 / 266
- Number of attempts: 7
The Fibonacci Spacer - 149 entries
Split the words, remove punctuation and add spaces before each line following the Fibonacci sequence (0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89)
- Best score: 25
- Best player score: 58
- Position: #30 / 42
- Number of attempts: 4
Reorganize Pokémon - 696 entries
Change the format of the each line and sort alphabetically.
- Best score: 18
- Best player score: 18
- Position: #26 / 191
- Number of attempts: 5
Copy punctuation - 671 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 33
- Position: #69 / 159
- Number of attempts: 5
lamb had a little Mary - 639 entries
"Mary" and "lamb" are swapped. Unswap them. Fast as you can.
- Best score: 16
- Best player score: 34
- Position: #84 / 176
- Number of attempts: 5
Change the content of a string - 1711 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #242 / 629
- Number of attempts: 3
Simple text editing with Vim - 13273 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #2065 / 3811
- Number of attempts: 2
VimGolf