Played Challenges
Paste a column after a column - 2537 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 / 553
- Number of attempts: 5
Filter number combinations that don't add to 11 - 408 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: #47 / 117
- Number of attempts: 6
Tabbed Table to Python Array - 734 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: 52
- Position: #23 / 179
- Number of attempts: 12
HS exam question - 1589 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 47
- Position: #8 / 417
- Number of attempts: 10
Reformat symbols in list - 1621 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 24
- Position: #8 / 348
- Number of attempts: 8
Fizzbuzz - 573 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 45
- Best player score: 47
- Position: #15 / 168
- Number of attempts: 15
Substraction (bis) - 603 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 36
- Position: #79 / 113
- Number of attempts: 8
Changing around text with citations - 329 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 28
- Position: #16 / 93
- Number of attempts: 11
Poorly indented Python comments - 1315 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 15
- Position: #18 / 221
- Number of attempts: 18
Many duplicates - 1445 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #118 / 468
- Number of attempts: 2
2 quick changes and a numbered list - 647 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 / 154
- Number of attempts: 11
delete swap - 1786 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #155 / 555
- Number of attempts: 4
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: 41
- Position: #114 / 271
- Number of attempts: 12
Fix the shell script! - 2544 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 26
- Position: #44 / 589
- Number of attempts: 7
Visual block training - 1070 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 24
- Position: #74 / 204
- Number of attempts: 6
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: 10
- Position: #31 / 556
- Number of attempts: 4