Played Challenges
Paste a column after a column - 1121 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 17
- Position: #82 / 236
- Number of attempts: 8
Filter number combinations that don't add to 11 - 164 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: 30
- Position: #37 / 54
- Number of attempts: 2
Tabbed Table to Python Array - 389 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: 51
- Best player score: 51
- Position: #1 / 110
- Number of attempts: 7
HS exam question - 1143 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 49
- Position: #35 / 309
- Number of attempts: 5
Reformat symbols in list - 1035 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 25
- Position: #65 / 235
- Number of attempts: 5
Fizzbuzz - 354 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 47
- Best player score: 55
- Position: #20 / 111
- Number of attempts: 8
Substraction (bis) - 403 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 22
- Best player score: 26
- Position: #26 / 81
- Number of attempts: 3
Poorly indented Python comments - 866 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 16
- Position: #35 / 168
- Number of attempts: 12
Many duplicates - 851 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #181 / 287
- Number of attempts: 2
2 quick changes and a numbered list - 459 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: #35 / 109
- Number of attempts: 3
delete swap - 1095 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #201 / 356
- Number of attempts: 1
Generate a very basic Python constructor (fixed) - 926 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: #44 / 208
- Number of attempts: 6
Fix the shell script! - 1728 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 27
- Position: #89 / 418
- Number of attempts: 6
Visual block training - 780 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 18
- Position: #28 / 146
- Number of attempts: 6
Innocent Monster - 131 entries
You have the tools, just create him!
- Best score: 60
- Best player score: 72
- Position: #15 / 40
- Number of attempts: 2
Put a newline after every 10 lines in vim - 1348 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 11
- Position: #154 / 458
- Number of attempts: 4