Played Challenges
Quicksort - 1923 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: 7
- Position: #134 / 425
- Number of attempts: 3
Populate 3D bone names list - 623 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 32
- Position: #101 / 161
- Number of attempts: 4
Surround the 'z' character with brackets, quotes, and print as formatted string. - 551 entries
Surround the 'z' character with brackets, quotes, and print as formatted string.
- Best score: 17
- Best player score: 17
- Position: #122 / 307
- Number of attempts: 1
Substraction (bis) - 588 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 34
- Position: #69 / 112
- Number of attempts: 3
Poorly indented Python comments - 1315 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 29
- Position: #108 / 221
- Number of attempts: 6
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 12
- Position: #404 / 468
- Number of attempts: 1
delete swap - 1776 entries
delete all swap
- Best score: 5
- Best player score: 6
- Position: #396 / 550
- Number of attempts: 5
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: 38
- Position: #97 / 271
- Number of attempts: 2
Visual block training - 1070 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 19
- Position: #49 / 204
- Number of attempts: 2
Put a newline after every 10 lines in vim - 1657 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #265 / 556
- Number of attempts: 2
Wikitext headings to markdown - 987 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 30
- Position: #133 / 209
- Number of attempts: 2
hello-world-vimgolf - 2499 entries
Simple number generation
- Best score: 10
- Best player score: 11
- Position: #367 / 708
- Number of attempts: 1
Fill in the chess board - 958 entries
Fill in the name of each square using its file (a-h) and rank (1-8).
- Best score: 19
- Best player score: 39
- Position: #110 / 184
- Number of attempts: 1
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: 60
- Position: #263 / 348
- Number of attempts: 2
Migrated to Postgres! - 323 entries
Celebration completion of this project. https://github.com/igrigorik/vimgolf/pull/322
- Best score: 26
- Best player score: 35
- Position: #102 / 126
- Number of attempts: 1
Inverting Lines - 1892 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 16
- Position: #398 / 510
- Number of attempts: 1
Generate a very basic Python constructor - 316 entries
I actually needed to do this myself, so I look forward to learning how.
- Best score: 38
- Best player score: 46
- Position: #40 / 98
- Number of attempts: 2
Python dataclasses - 1127 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 38
- Position: #247 / 283
- Number of attempts: 1
Making 3 line function a one liner. - 328 entries
Simple challenge for frequent action while programming.
- Best score: 4
- Best player score: 4
- Position: #36 / 205
- Number of attempts: 1
Modernise code - 1396 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 59
- Position: #281 / 322
- Number of attempts: 1
Put a cross in the square - 225 entries
Put a cross in the square
- Best score: 20
- Best player score: 28
- Position: #86 / 89
- Number of attempts: 1
HS Final exam vimgolf - 897 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 35
- Position: #173 / 236
- Number of attempts: 1
C to python code snippet - 88 entries
C code can be easily translated into Python code. However, the difference in syntax can make this process tedious and time-consuming. Can Vim help you here?
- Best score: 48
- Best player score: 76
- Position: #19 / 30
- Number of attempts: 2
Rural Post - 4479 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 13
- Position: #648 / 1097
- Number of attempts: 1
Satisfy the go linter - 2391 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: 27
- Position: #320 / 471
- Number of attempts: 4
Yo To Hello - 1130 entries
Simply Turn Yo To Hello
- Best score: 10
- Best player score: 10
- Position: #316 / 524
- Number of attempts: 3
Python Hello World! Reformatting - 989 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 47
- Position: #319 / 379
- Number of attempts: 1
Free hyphen! - 169 entries
Just like "Inner hyphens", but I'm giving you a free hyphen to play with. Will your solution be any different?
- Best score: 9
- Best player score: 11
- Position: #83 / 89
- Number of attempts: 2
Alphabet soup - 429 entries
Create a column of all alphabet characters organized in a funky way
- Best score: 25
- Best player score: 42
- Position: #92 / 108
- Number of attempts: 1
Contributed Challenges
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.