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: 14
- Position: #20 / 557
- Number of attempts: 11
HS exam question - 1589 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 98
- Position: #331 / 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: 25
- Position: #93 / 349
- Number of attempts: 8
Many duplicates - 1447 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #212 / 470
- Number of attempts: 2
Put a newline after every 10 lines in vim - 1660 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #384 / 558
- Number of attempts: 3
Plotting some variables in python - 1661 entries
4 sets of (x,y) variables to plot. Just increment the numbers! Well, let's change the colors of the lines as well. Oh and we meant to plot the absolute values of course.
- Best score: 34
- Best player score: 37
- Position: #102 / 348
- Number of attempts: 12
Generate a very basic Python constructor - 316 entries
I actually needed to do this myself, so I look forward to learning how.
- Best score: 38
- Best player score: 71
- Position: #80 / 98
- Number of attempts: 1
Rural Post - 4532 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #191 / 1107
- Number of attempts: 7
Whitespace, empty lines and tabs - 3744 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Position: #332 / 804
- Number of attempts: 3
Flodder-challenge - 1326 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 36
- Position: #185 / 346
- Number of attempts: 5
Simple text editing with Vim - 12996 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1958 / 3739
- Number of attempts: 4
Reformat/Refactor a Golfer Class - 7157 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 55
- Position: #1529 / 1755
- Number of attempts: 1