Played Challenges
Paste a column after a column - 2514 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 / 548
- Number of attempts: 11
HS exam question - 1577 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 98
- Position: #329 / 415
- Number of attempts: 4
Reformat symbols in list - 1607 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 25
- Position: #91 / 345
- Number of attempts: 8
Many duplicates - 1443 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #211 / 467
- Number of attempts: 2
Put a newline after every 10 lines in vim - 1656 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #384 / 555
- Number of attempts: 3
Plotting some variables in python - 1660 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 / 347
- 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 - 4462 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #191 / 1093
- Number of attempts: 7
Whitespace, empty lines and tabs - 3589 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Position: #319 / 775
- Number of attempts: 3
Flodder-challenge - 1224 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 36
- Position: #177 / 328
- Number of attempts: 5
Simple text editing with Vim - 12692 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1944 / 3667
- Number of attempts: 4
Reformat/Refactor a Golfer Class - 6873 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 55
- Position: #1489 / 1683
- Number of attempts: 1