Played Challenges
Changing date formats - 615 entries
Change the date format to Y/M/D.
- Best score: 37
- Best player score: 53
- Position: #38 / 170
- Number of attempts: 4
YAML to dotenv - 1255 entries
Convert this YAML config file to a .env file.
- Best score: 16
- Best player score: 16
- Position: #3 / 266
- Number of attempts: 3
Remove adjacent duplicates - 646 entries
Try to find a way to remove adjacent duplicate letters.
- Best score: 19
- Best player score: 20
- Position: #20 / 162
- Number of attempts: 5
Move to corresponding lines - 305 entries
Move the values to the corresponding lines.
- Best score: 16
- Best player score: 18
- Position: #8 / 68
- Number of attempts: 3
Rearrange array to one line - 758 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 13
- Position: #2 / 182
- Number of attempts: 2
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: 25
- Position: #29 / 159
- Number of attempts: 5
Change LaTex itemizations formats - 125 entries
Inspired by the way my professor formats their LaTeX assignments.
- Best score: 43
- Best player score: 85
- Position: #16 / 20
- Number of attempts: 1
Column wise pasting - 254 entries
Make a table from 3 columns
- Best score: 17
- Best player score: 24
- Position: #18 / 52
- Number of attempts: 2
Deleting text - 325 entries
Delete everything except some specific numbers.
- Best score: 26
- Best player score: 29
- Position: #8 / 101
- Number of attempts: 6
Coordinate extraction - 55 entries
Get the coordinates of all "M"s from the Vim logo
- Best score: 43
- Best player score: 46
- Position: #7 / 16
- Number of attempts: 7
Replace word while reserving first letter case - 641 entries
Window -> Door window -> door Windows -> Windows windows -> windows
- Best score: 24
- Best player score: 24
- Position: #4 / 124
- Number of attempts: 5
months to html list items - 1110 entries
Turn the months into list items.
- Best score: 22
- Best player score: 22
- Position: #6 / 301
- Number of attempts: 4
Instance creation in Verilog - 41 entries
Creating an instance of a module is a very frequent task in Verilog. Let's see how efficiently can it be done
- Best score: 107
- Best player score: 144
- Position: #6 / 9
- Number of attempts: 1
Quicksort - 2061 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: #89 / 458
- Number of attempts: 4
EDN reformat - 1193 entries
The goal is to make the code more readable and concise while maintaining its functionality.
- Best score: 17
- Best player score: 18
- Position: #26 / 169
- Number of attempts: 4
Remove line numbers - 752 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: 30
- Position: #149 / 201
- Number of attempts: 1
Find fix point of cos - 1444 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 15
- Position: #148 / 427
- Number of attempts: 2
Surround the 'z' character with brackets, quotes, and print as formatted string. - 572 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #117 / 321
- Number of attempts: 2
Paste a column after a column - 2632 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 14
- Position: #63 / 570
- Number of attempts: 6
Filter number combinations that don't add to 11 - 417 entries
Append the sum of each line to its end, alongside an equals sign, and remove any that do not sum to 11. The ordering of lines should stay the same. Note that the combinations are semi-arbitrary and not all 4-number combinations are present in the file.
- Best score: 27
- Best player score: 28
- Position: #72 / 120
- Number of attempts: 1
HS exam question - 1599 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 92
- Position: #319 / 419
- Number of attempts: 1
Poorly indented Python comments - 1328 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 15
- Position: #3 / 223
- Number of attempts: 3
Many duplicates - 1465 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #70 / 478
- Number of attempts: 2
2 quick changes and a numbered list - 648 entries
The ascii will not be lost, but rather numbered in 4 digit blocks with leading zeros.
- Best score: 37
- Best player score: 38
- Position: #36 / 155
- Number of attempts: 3
delete swap - 1818 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #16 / 567
- Number of attempts: 1
Generate a very basic Python constructor (fixed) - 1281 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 29
- Position: #19 / 275
- Number of attempts: 3
Fix the shell script! - 2651 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 26
- Position: #24 / 616
- Number of attempts: 6
Visual block training - 1096 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 18
- Position: #21 / 207
- Number of attempts: 4
Put a newline after every 10 lines in vim - 1668 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #130 / 561
- Number of attempts: 3
hello-world-vimgolf - 2513 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #184 / 717
- Number of attempts: 1
Learn to ask for :help - 587 entries
Learn to use the help to reduce your strokes...
- Best score: 19
- Best player score: 21
- Position: #17 / 130
- Number of attempts: 5
Migrated to Postgres! - 338 entries
Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322
- Best score: 26
- Best player score: 29
- Position: #69 / 133
- Number of attempts: 3
Stairs Indenting - 479 entries
Indent each line with <line number> whitespaces.
- Best score: 12
- Best player score: 12
- Position: #24 / 199
- 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: #1988 / 3811
- Number of attempts: 4
VimGolf