Played Challenges
Quicksort - 2002 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: 29
- Position: #321 / 440
- Number of attempts: 2
Find fix point of cos - 1408 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: 36
- Position: #366 / 418
- Number of attempts: 4
Paste a column after a column - 2555 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 39
- Position: #457 / 557
- Number of attempts: 1
HS exam question - 1589 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 99
- Position: #335 / 417
- Number of attempts: 2
Reformat symbols in list - 1625 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 67
- Position: #334 / 349
- Number of attempts: 1
Fix the shell script! - 2596 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 45
- Position: #462 / 603
- Number of attempts: 1
hello-world-vimgolf - 2501 entries
Simple number generation
- Best score: 10
- Best player score: 14
- Position: #548 / 709
- 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: 59
- Position: #262 / 348
- Number of attempts: 1
simple replacements - 1802 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 19
- Position: #83 / 390
- Number of attempts: 10
Inverting Lines - 1907 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 19
- Position: #458 / 512
- Number of attempts: 2
Python dataclasses - 1187 entries
Simple challenge to extract fields from a Python class
- Best score: 19
- Best player score: 25
- Position: #159 / 294
- Number of attempts: 8
Modernise code - 1402 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 34
- Position: #69 / 324
- Number of attempts: 8
swap number pairs - 2115 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 16
- Position: #56 / 384
- Number of attempts: 10
Braces or Brackets? - 1054 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 47
- Position: #193 / 324
- Number of attempts: 5
Whitespace, empty lines and tabs - 3744 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 27
- Position: #471 / 804
- Number of attempts: 1
Flodder-challenge - 1326 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 27
- Position: #28 / 346
- Number of attempts: 12
Simple text editing with Vim - 12994 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #698 / 3738
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7157 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 47
- Position: #1301 / 1755
- Number of attempts: 4