Played Challenges
YAML to dotenv - 392 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #8 / 100
- Number of attempts: 14
Swap columns and transform to CSV format - 187 entries
Turn this spreadsheet output into a CSV file but first swap the columns
- Best score: 16
- Best player score: 17
- Position: #21 / 68
- Number of attempts: 3
Rearrange array to single level - 1379 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 30
- Position: #141 / 223
- Number of attempts: 9
Quicksort - 2001 entries
We need the numbers in the first row sorted as quickly as possible! Be careful not to disturb the data below the divider though: that must remain unchanged.
- Best score: 6
- Best player score: 6
- Position: #61 / 439
- Number of attempts: 9
Remove line numbers - 736 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 12
- Position: #44 / 198
- Number of attempts: 6
Surround the 'z' character with brackets, quotes, and print as formatted string. - 561 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #170 / 314
- Number of attempts: 1
Paste a column after a column - 2547 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 14
- Position: #84 / 556
- Number of attempts: 14
delete swap - 1787 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #304 / 556
- Number of attempts: 3
Generate a very basic Python constructor (fixed) - 1253 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 43
- Position: #132 / 271
- Number of attempts: 9
Put a newline after every 10 lines in vim - 1660 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #194 / 558
- Number of attempts: 3
hello-world-vimgolf - 2501 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #304 / 709
- Number of attempts: 5
Plotting some variables in python - 1661 entries
4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.
- Best score: 34
- Best player score: 61
- Position: #278 / 348
- Number of attempts: 1
Inverting Lines - 1900 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 11
- Position: #265 / 511
- Number of attempts: 5
Reformat/Refactor a Golfer Class - 7124 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 42
- Position: #1012 / 1745
- Number of attempts: 6