Played Challenges
Quicksort - 2058 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: #6 / 457
- Number of attempts: 5
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: 17
- Position: #3 / 169
- Number of attempts: 9
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: 12
- Position: #22 / 201
- Number of attempts: 3
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: 14
- Position: #32 / 427
- Number of attempts: 9
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: #133 / 321
- Number of attempts: 1
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: #70 / 570
- Number of attempts: 8
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: 27
- Position: #25 / 120
- Number of attempts: 4
Fizzbuzz - 586 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 44
- Best player score: 47
- Position: #18 / 169
- Number of attempts: 25
Many duplicates - 1465 entries
Quick and easy
- Best score: 7
- Best player score: 7
- Position: #29 / 478
- Number of attempts: 5
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: #54 / 275
- Number of attempts: 20
Fix the shell script! - 2651 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 28
- Position: #161 / 616
- Number of attempts: 9
Visual block training - 1096 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 17
- Position: #7 / 207
- Number of attempts: 15
Java to JavaScript - 285 entries
Let convert some simple Java file to JavaScript!
- Best score: 59
- Best player score: 59
- Position: #11 / 76
- Number of attempts: 15
Wikitext headings to markdown - 1014 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 20
- Position: #43 / 211
- Number of attempts: 23
hello-world-vimgolf - 2513 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #83 / 717
- Number of attempts: 6
Fill in the chess board - 959 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 19
- Position: #31 / 185
- Number of attempts: 23
Plotting some variables in python - 1673 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: 34
- Position: #50 / 350
- Number of attempts: 11
Transpose a python matrix - 873 entries
Rotate the matrix in 90 degrees.
- Best score: 23
- Best player score: 23
- Position: #18 / 138
- Number of attempts: 12
simple replacements - 1833 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 19
- Position: #36 / 396
- Number of attempts: 12
Inverting Lines - 1932 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #130 / 518
- Number of attempts: 8
Python dataclasses - 1229 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 19
- Position: #60 / 308
- Number of attempts: 3
Making 3 line function a one liner. - 340 entries
Simple challenge for frequent action while programming.
- Best score: 4
- Best player score: 4
- Position: #70 / 209
- Number of attempts: 1
HS Final exam vimgolf - 913 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 21
- Position: #22 / 241
- Number of attempts: 10
Extend shell script - 138 entries
Just add some more stuff
- Best score: 37
- Best player score: 37
- Position: #7 / 48
- Number of attempts: 7
Turn the x - 328 entries
Turn the x to a +
- Best score: 19
- Best player score: 19
- Position: #13 / 82
- Number of attempts: 6
Rural Post - 4572 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #170 / 1116
- Number of attempts: 8
Satisfy the go linter - 2468 entries
You just came up with this briliant go vars package. But dang, you forgot to add comments to the exported variables. Can you add a comment over each variable with a TODO-placeholder?
- Best score: 20
- Best player score: 20
- Position: #114 / 491
- Number of attempts: 13
Capitalize the Names - 412 entries
I want to capitalize the names in quotes, but just the people's names, not the file names.
- Best score: 21
- Best player score: 21
- Position: #47 / 98
- Number of attempts: 7
Yo To Hello - 1152 entries
Simply Turn Yo To Hello
- Best score: 8
- Best player score: 10
- Position: #388 / 534
- Number of attempts: 4
Hogwarts Email Sorting - 944 entries
Given a list of emails, get the students full name and their associated house.
- Best score: 20
- Best player score: 20
- Position: #57 / 267
- Number of attempts: 6
prepend * to every non-blank line - 6366 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 10
- Position: #435 / 1555
- Number of attempts: 2
Add semicolons - 10916 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #732 / 3085
- Number of attempts: 2
Com(m)a Trouble - 3941 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 12
- Position: #167 / 892
- Number of attempts: 6
Search and Replace 0 - 5027 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 14
- Position: #1084 / 1637
- Number of attempts: 1
Array of characters - 175 entries
We all copy paste things off the internet, but the syntax doesn't look right. Fix it as fast as possible.
- Best score: 33
- Best player score: 33
- Position: #17 / 47
- Number of attempts: 11
A grid of punctuation - 140 entries
Create a checkerboard of = and - in an 80×24 grid!
- Best score: 16
- Best player score: 16
- Position: #30 / 62
- Number of attempts: 4
Swap assigned value - 671 entries
Simple problem but looking for interesting solutions.
- Best score: 10
- Best player score: 10
- Position: #107 / 259
- Number of attempts: 3
Collect List - 4317 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #524 / 1194
- Number of attempts: 6
camel riding - 793 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 15
- Position: #75 / 281
- Number of attempts: 4
-a-b-c- - 3225 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 13
- Position: #305 / 1140
- Number of attempts: 6
Make it more readable - 2009 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 13
- Position: #110 / 652
- Number of attempts: 10
Insert a Markdown link - 465 entries
Put a link in a markdown document, using the after-the-paragraph format.
- Best score: 22
- Best player score: 22
- Position: #13 / 154
- Number of attempts: 7
The holy-grail may help - 389 entries
Can you find it in less than 20 strokes, Arthur?
- Best score: 16
- Best player score: 16
- Position: #158 / 215
- Number of attempts: 3
Reformat most common surnames - 782 entries
Reformat copy-pasted table into a list of the most common surnames
- Best score: 23
- Best player score: 24
- Position: #32 / 227
- Number of attempts: 12
Remember FizzBuzz? - 758 entries
Output FizzBuzz to 100. Start with nothing.
- Best score: 39
- Best player score: 39
- Position: #13 / 200
- Number of attempts: 11
Change the content of a string - 1707 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #214 / 628
- Number of attempts: 5
Whitespace, empty lines and tabs - 3852 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 16
- Position: #32 / 829
- Number of attempts: 12
Simple text editing with Vim - 13262 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #693 / 3810
- Number of attempts: 5
VimGolf