Played Challenges
Paste a column after a column - 1097 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 14
- Position: #4 / 231
- Number of attempts: 5
Filter number combinations that don't add to 11 - 154 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: 28
- Position: #15 / 52
- Number of attempts: 6
Tabbed Table to Python Array - 375 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: 52
- Position: #10 / 108
- Number of attempts: 12
HS exam question - 1124 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 47
- Position: #8 / 306
- Number of attempts: 10
Reformat symbols in list - 1021 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 24
- Position: #8 / 233
- Number of attempts: 8
Fizzbuzz - 343 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 47
- Best player score: 47
- Position: #12 / 110
- Number of attempts: 15
Substraction (bis) - 383 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 22
- Best player score: 36
- Position: #56 / 80
- Number of attempts: 8
Changing around text with citations - 197 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 28
- Position: #16 / 60
- Number of attempts: 11
Poorly indented Python comments - 866 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 15
- Position: #18 / 168
- Number of attempts: 18
Many duplicates - 851 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #95 / 287
- Number of attempts: 2
2 quick changes and a numbered list - 451 entries
The ascii will not be lost, but rather numbered in 4 digit blocks with leading zeros.
- Best score: 37
- Best player score: 37
- Position: #19 / 108
- Number of attempts: 11
delete swap - 1095 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #155 / 356
- Number of attempts: 4
Generate a very basic Python constructor (fixed) - 924 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 41
- Position: #88 / 207
- Number of attempts: 12
Fix the shell script! - 1728 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 26
- Position: #44 / 418
- Number of attempts: 7
Visual block training - 780 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 24
- Position: #59 / 146
- Number of attempts: 6
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: 10
- Position: #32 / 458
- Number of attempts: 4