Played Challenges
Paste a column after a column - 2488 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 14
- Position: #12 / 538
- Number of attempts: 10
Filter number combinations that don't add to 11 - 398 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: #52 / 113
- Number of attempts: 2
Tabbed Table to Python Array - 706 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: #19 / 174
- Number of attempts: 7
HS exam question - 1557 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 48
- Position: #32 / 411
- Number of attempts: 11
Reformat symbols in list - 1581 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 24
- Position: #26 / 339
- Number of attempts: 4
Fizzbuzz - 557 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 45
- Best player score: 47
- Position: #15 / 166
- Number of attempts: 10
Substraction (bis) - 584 entries
Solve the equations (adapted from the original @Caek_'s challenge).
- Best score: 21
- Best player score: 22
- Position: #12 / 111
- Number of attempts: 14
Changing around text with citations - 327 entries
Based off of something I saw on reddit
- Best score: 28
- Best player score: 28
- Position: #8 / 92
- Number of attempts: 6
Poorly indented Python comments - 1300 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 15
- Position: #5 / 218
- Number of attempts: 12
Many duplicates - 1425 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #76 / 461
- Number of attempts: 1
2 quick changes and a numbered list - 642 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: #37 / 153
- Number of attempts: 12
delete swap - 1758 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #38 / 544
- Number of attempts: 5
Generate a very basic Python constructor (fixed) - 1250 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: #27 / 270
- Number of attempts: 11
Fix the shell script! - 2540 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 26
- Position: #30 / 587
- Number of attempts: 9
Visual block training - 1069 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 18
- Position: #28 / 203
- Number of attempts: 12
A Simple One - 1037 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #558 / 657
- Number of attempts: 3