Played Challenges
Paste a column after a column - 1136 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 / 242
- Number of attempts: 11
HS exam question - 1149 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 98
- Position: #251 / 312
- Number of attempts: 4
Reformat symbols in list - 1037 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 25
- Position: #67 / 236
- Number of attempts: 8
Many duplicates - 854 entries
Quick and easy
- Best score: 7
- Best player score: 8
- Position: #189 / 288
- Number of attempts: 2
Put a newline after every 10 lines in vim - 1356 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 13
- Position: #333 / 460
- Number of attempts: 3
Plotting some variables in python - 1405 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: #86 / 297
- Number of attempts: 12
Generate a very basic Python constructor - 292 entries
I actually needed to do this myself, so I look forward to learning how.
- Best score: 38
- Best player score: 71
- Position: #69 / 85
- Number of attempts: 1
Rural Post - 4257 entries
Simple challenge to remove all but the post code on each line
- Best score: 9
- Best player score: 9
- Position: #191 / 1045
- Number of attempts: 7
Whitespace, empty lines and tabs - 3107 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Position: #281 / 691
- Number of attempts: 3
Flodder-challenge - 987 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 36
- Position: #156 / 289
- Number of attempts: 5
Simple text editing with Vim - 11906 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1903 / 3484
- Number of attempts: 4
Reformat/Refactor a Golfer Class - 6251 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 55
- Position: #1384 / 1544
- Number of attempts: 1