Played Challenges
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: 23
- Position: #2696 / 7489
- Number of attempts: 6
Swap values - 4667 entries
Well, swap the values...
- Best score: 11
- Best player score: 11
- Position: #286 / 1284
- Number of attempts: 5
prepend * to every non-blank line - 6380 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 14
- Position: #858 / 1557
- Number of attempts: 5
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 24
- Position: #3258 / 3893
- Number of attempts: 3
citizen_hacks_2019_challenge2 - 204 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 6
- Best player score: 6
- Position: #4 / 105
- Number of attempts: 3
Swap values inside brackets - 2539 entries
Easy challenge.
- Best score: 13
- Best player score: 21
- Position: #440 / 590
- Number of attempts: 1
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #671 / 1904
- Number of attempts: 5
Applying same text modification in several lines - 2920 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 14
- Position: #407 / 864
- Number of attempts: 10
Add string initializers to an enum - 899 entries
Change Typescript enum so that it has string initializers.
- Best score: 21
- Best player score: 21
- Position: #11 / 264
- Number of attempts: 2
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #155 / 3087
- Number of attempts: 6
Bad Copy Syntax - 2072 entries
Copy should be from right to left, but sometimes you type it wrong.
- Best score: 18
- Best player score: 20
- Position: #238 / 539
- Number of attempts: 9
Extract wireshark capture filter - 234 entries
Extract wireshark capture filter from IP plan
- Best score: 25
- Best player score: 52
- Position: #74 / 76
- Number of attempts: 1
Box it - 7987 entries
Create a box around a line.
- Best score: 21
- Best player score: 23
- Position: #681 / 1895
- Number of attempts: 6
Cool or not? - 852 entries
abc trying to be cool or not...
- Best score: 15
- Best player score: 15
- Position: #42 / 234
- Number of attempts: 5
Every other line - 2925 entries
AaAaAaA
- Best score: 12
- Best player score: 16
- Position: #407 / 707
- Number of attempts: 4
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2925 / 4234
- Number of attempts: 2
Team names - 1848 entries
The team names are misspelled.
- Best score: 16
- Best player score: 20
- Position: #497 / 592
- Number of attempts: 3
citizen_hacks_2019_challenge4 - 102 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 5
- Best player score: 5
- Position: #11 / 68
- Number of attempts: 3
One to Ten - 2243 entries
Generate the sequence of numbers from 1 to 10, one number per line. Inspired by this Reddit thread: https://redd.it/ak4it2
- Best score: 12
- Best player score: 12
- Position: #166 / 683
- Number of attempts: 2
Change part of a function name in multiple occurrences - 679 entries
Change the middle part of the function name in multiple places, preferably using the next and dot commands.
- Best score: 14
- Best player score: 14
- Position: #41 / 211
- Number of attempts: 9
Increment each number - 1062 entries
Increment each number individually by one
- Best score: 15
- Best player score: 21
- Position: #172 / 257
- Number of attempts: 2
citizen_hacks_2019_challenge6 - 67 entries
For the Citizen Hacks 2019 Vim competition.
- Best score: 3
- Best player score: 3
- Position: #15 / 53
- Number of attempts: 1
Delete to the end of the current line - 865 entries
Delete to the end of the current line, but keep the character under the cursor.
- Best score: 5
- Best player score: 6
- Position: #337 / 415
- Number of attempts: 2
Remove quotes after first field - 408 entries
Remove the quotes around each field except for the first field.
- Best score: 16
- Best player score: 26
- Position: #80 / 95
- Number of attempts: 3
Collect List - 4317 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 13
- Position: #611 / 1194
- Number of attempts: 14
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 19
- Position: #3548 / 4208
- Number of attempts: 4
A HAPPY NEW YEAR 2014 ! - 10720 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #1411 / 3703
- Number of attempts: 3
calculations - 321 entries
Complete these (weird) calculations.
- Best score: 38
- Best player score: 59
- Position: #52 / 70
- Number of attempts: 1
Reformat/Refactor a Golfer Class - 7507 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 57
- Position: #1628 / 1847
- Number of attempts: 1
VimGolf