Played Challenges
Reformat symbols in list - 1649 entries
Saw this in some lecture, easy reformatting using multiple cursor in VS Code
- Best score: 24
- Best player score: 25
- Position: #84 / 355
- Number of attempts: 10
Put a newline after every 10 lines in vim - 1680 entries
Goal is to put a newline after every 10 lines in vim.
- Best score: 10
- Best player score: 14
- Position: #449 / 564
- Number of attempts: 4
Modernise code - 1434 entries
Modernise and clean up some C++ code.
- Best score: 34
- Best player score: 54
- Position: #262 / 331
- Number of attempts: 2
Simple, Practical, and Common - 33929 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: 27
- Position: #3996 / 7489
- Number of attempts: 4
Swap values - 4667 entries
Well, swap the values...
- Best score: 11
- Best player score: 11
- Position: #288 / 1284
- Number of attempts: 4
remove lines containing the word "reader" - 3631 entries
easy stuff
- Best score: 9
- Best player score: 9
- Position: #122 / 1179
- Number of attempts: 2
Search and Replace 0 - 5042 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 14
- Position: #1055 / 1643
- Number of attempts: 1
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2811 / 4234
- Number of attempts: 4
Basic renumbering - 5707 entries
Renumbering Basic.
- Best score: 11
- Best player score: 12
- Position: #294 / 1274
- Number of attempts: 9
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1892 / 4208
- Number of attempts: 3
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1755 / 3979
- Number of attempts: 4
remove dupes from array - 1361 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 21
- Position: #155 / 338
- Number of attempts: 6
Simple text editing with Vim - 13419 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1772 / 3846
- Number of attempts: 5
VimGolf