Played Challenges
Paste a column after a column - 1100 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 18
- Position: #97 / 231
- Number of attempts: 2
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: #16 / 52
- Number of attempts: 2
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: 54
- Position: #22 / 108
- Number of attempts: 9
HS exam question - 1124 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 54
- Position: #50 / 306
- Number of attempts: 4
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: 27
- Position: #101 / 233
- Number of attempts: 5
Fizzbuzz - 343 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 47
- Best player score: 97
- Position: #85 / 110
- Number of attempts: 1
Poorly indented Python comments - 866 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 26
- Position: #73 / 168
- Number of attempts: 2
Many duplicates - 851 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #184 / 287
- Number of attempts: 2
delete swap - 1095 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #180 / 356
- Number of attempts: 1
Fix the shell script! - 1728 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 27
- Position: #90 / 418
- Number of attempts: 6
Java to JavaScript - 216 entries
Let convert some simple Java file to JavaScript!
- Best score: 59
- Best player score: 67
- Position: #18 / 57
- Number of attempts: 4
Contribute to keyboard mashing - 745 entries
Speak in tongues
- Best score: 17
- Best player score: 24
- Position: #216 / 230
- Number of attempts: 1
swap number pairs - 1871 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 21
- Position: #127 / 346
- Number of attempts: 2
HS Final exam vimgolf - 815 entries
Change the initial file to a single line containing all names comma-separated with numbers inside parentheses.
- Best score: 21
- Best player score: 26
- Position: #106 / 215
- Number of attempts: 1
Rural Post - 4254 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #366 / 1044
- Number of attempts: 5
Simple, Practical, and Common - 33136 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 29
- Position: #4792 / 7308
- Number of attempts: 1
prepend * to every non-blank line - 6120 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 11
- Position: #666 / 1493
- Number of attempts: 2
One number per line - 18497 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1230 / 3815
- Number of attempts: 2
Applying same text modification in several lines - 2793 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 14
- Position: #358 / 827
- Number of attempts: 2
Add semicolons - 10720 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1636 / 3023
- Number of attempts: 1
remove lines containing the word "reader" - 3483 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #582 / 1128
- Number of attempts: 3
Com(m)a Trouble - 3511 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 13
- Position: #225 / 789
- Number of attempts: 5
Box it - 7756 entries
Create a box around a line.
- Best score: 21
- Best player score: 21
- Position: #40 / 1847
- Number of attempts: 5
Cool or not? - 767 entries
abc trying to be cool or not...
- Best score: 15
- Best player score: 16
- Position: #90 / 220
- Number of attempts: 1
Two pairs of cluster of letters creates word - 719 entries
Clean and group.
- Best score: 17
- Best player score: 24
- Position: #132 / 170
- Number of attempts: 4
ninja substitution - 1336 entries
How can you reuse a previous substitution ?
- Best score: 14
- Best player score: 20
- Position: #192 / 255
- Number of attempts: 1