Played Challenges
Paste a column after a column - 2555 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 18
- Position: #238 / 557
- Number of attempts: 2
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: #48 / 117
- Number of attempts: 2
Tabbed Table to Python Array - 735 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: 54
- Position: #42 / 179
- Number of attempts: 9
HS exam question - 1589 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 54
- Position: #72 / 417
- Number of attempts: 4
Reformat symbols in list - 1625 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 27
- Position: #148 / 349
- Number of attempts: 5
Fizzbuzz - 575 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 44
- Best player score: 97
- Position: #131 / 168
- Number of attempts: 1
Poorly indented Python comments - 1316 entries
Fix the alignment of some Python comments as quickly as possible.
- Best score: 15
- Best player score: 26
- Position: #102 / 222
- Number of attempts: 2
Many duplicates - 1447 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #207 / 470
- Number of attempts: 2
delete swap - 1788 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #180 / 557
- Number of attempts: 1
Fix the shell script! - 2596 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 27
- Position: #105 / 603
- Number of attempts: 6
Java to JavaScript - 269 entries
Let convert some simple Java file to JavaScript!
- Best score: 59
- Best player score: 67
- Position: #23 / 74
- Number of attempts: 4
Contribute to keyboard mashing - 890 entries
Speak in tongues
- Best score: 17
- Best player score: 24
- Position: #255 / 270
- Number of attempts: 1
swap number pairs - 2115 entries
Swap the numbers in a bunch of 2-element arrays.
- Best score: 16
- Best player score: 21
- Position: #144 / 384
- Number of attempts: 2
HS Final exam vimgolf - 904 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: #121 / 238
- Number of attempts: 1
Rural Post - 4526 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 10
- Position: #386 / 1107
- Number of attempts: 5
Simple, Practical, and Common - 33724 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: #4869 / 7442
- Number of attempts: 1
prepend * to every non-blank line - 6337 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 11
- Position: #690 / 1546
- Number of attempts: 2
One number per line - 18755 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1249 / 3870
- Number of attempts: 2
Applying same text modification in several lines - 2897 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 14
- Position: #375 / 857
- Number of attempts: 2
Add semicolons - 10881 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1651 / 3072
- Number of attempts: 1
remove lines containing the word "reader" - 3604 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #599 / 1169
- Number of attempts: 3
Com(m)a Trouble - 3875 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 13
- Position: #245 / 876
- Number of attempts: 5
Box it - 7916 entries
Create a box around a line.
- Best score: 21
- Best player score: 21
- Position: #40 / 1881
- Number of attempts: 5
Cool or not? - 829 entries
abc trying to be cool or not...
- Best score: 15
- Best player score: 16
- Position: #93 / 230
- Number of attempts: 1
Two pairs of cluster of letters creates word - 749 entries
Clean and group.
- Best score: 17
- Best player score: 24
- Position: #139 / 178
- Number of attempts: 4
ninja substitution - 1420 entries
How can you reuse a previous substitution ?
- Best score: 14
- Best player score: 20
- Position: #203 / 267
- Number of attempts: 1