Played Challenges
Paste a column after a column - 2610 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 18
- Position: #245 / 566
- Number of attempts: 3
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: #4 / 120
- Number of attempts: 4
Tabbed Table to Python Array - 743 entries
Not payed by the hour? So make it fast ;-) The table contains the relative occurencies of bigrams (two consecutive letters) in 1/100,000 in the german language, copy-pasted from http://www.mathe.tu-freiberg.de/~hebisch/cafe/kryptographie/bigramme.html
- Best score: 50
- Best player score: 57
- Position: #69 / 180
- Number of attempts: 2
HS exam question - 1596 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 54
- Position: #74 / 418
- Number of attempts: 5
Reformat symbols in list - 1635 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 29
- Position: #183 / 352
- Number of attempts: 2
Many duplicates - 1459 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #202 / 476
- Number of attempts: 3
delete swap - 1809 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #192 / 564
- Number of attempts: 4
Generate a very basic Python constructor (fixed) - 1277 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: #131 / 274
- Number of attempts: 1
Fix the shell script! - 2606 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 39
- Position: #399 / 607
- Number of attempts: 1
Put a newline after every 10 lines in vim - 1664 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #160 / 559
- Number of attempts: 4
Wikitext headings to markdown - 1003 entries
Convert the wikitext headings to markdown.
- Best score: 20
- Best player score: 20
- Position: #35 / 210
- Number of attempts: 8
hello-world-vimgolf - 2506 entries
Simple number generation
- Best score: 10
- Best player score: 10
- Position: #251 / 713
- Number of attempts: 1
Contribute to keyboard mashing - 898 entries
Speak in tongues
- Best score: 17
- Best player score: 19
- Position: #150 / 272
- Number of attempts: 2
Solve anagram with ASCII letters - 54 entries
ASCII created by TOIlet command
- Best score: 46
- Best player score: 84
- Position: #13 / 18
- 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: 32
- Position: #75 / 130
- Number of attempts: 3
Plotting some variables in python - 1671 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: 38
- Position: #108 / 349
- Number of attempts: 5
simple replacements - 1829 entries
The goal is to see the replacement commands in action.
- Best score: 19
- Best player score: 20
- Position: #135 / 394
- Number of attempts: 6
Inverting Lines - 1923 entries
A simple challenge to invert all lines, except the first.
- Best score: 10
- Best player score: 10
- Position: #183 / 516
- Number of attempts: 4
Count to 100 in word form - 148 entries
Write all the numbers from 1 to 100, using their word forms rather than the digit form. Most of the parts you will need are included in the input file. Use hyphens when appropriate.
- Best score: 53
- Best player score: 98
- Position: #29 / 31
- Number of attempts: 1
Making 3 line function a one liner. - 340 entries
Simple challenge for frequent action while programming.
- Best score: 4
- Best player score: 4
- Position: #123 / 209
- Number of attempts: 2
swap number pairs - 2128 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 45
- Position: #345 / 388
- Number of attempts: 1