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: 22
- Position: #262 / 7489
- Number of attempts: 9
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #525 / 4234
- Number of attempts: 3
Test everything! - 187 entries
... and build the desired input data structure. Transform a list of values into a non-trivial format.
- Best score: 22
- Best player score: 40
- Position: #46 / 55
- Number of attempts: 1
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #347 / 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: #895 / 3703
- Number of attempts: 3
quotes inside quotes - 3185 entries
taken from tip 85 of the very good book 'Practical Vim: Edit Text at the Speed of Thought' ! I'd be interested what people use :)
- Best score: 14
- Best player score: 14
- Position: #252 / 1086
- Number of attempts: 5
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2295 / 3979
- Number of attempts: 1
Switch function arguments - 2188 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Position: #286 / 676
- Number of attempts: 4
imports alignment (python) - 704 entries
Align as one import per line.
- Best score: 17
- Best player score: 19
- Position: #68 / 200
- Number of attempts: 6
Numbering a List - 1941 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 13
- Position: #7 / 657
- Number of attempts: 6
Assignment Alignment - 897 entries
line up the operators. Use spaces, not tabs.
- Best score: 18
- Best player score: 23
- Position: #110 / 223
- Number of attempts: 5
Context Insensitive completion 1 - 512 entries
Finish writing this simple Python HTTP server.
- Best score: 18
- Best player score: 18
- Position: #125 / 248
- Number of attempts: 1
Deleting folded text - 397 entries
The text below contains three folds. Delete them (and the text inside them). For example: 123 456 /*{{{*/ 789 /*}}}*/ 012 Should become: 123 012 Also, add `aoeuaoeu` to make sure small solutions don't get flagged as cheating.
- Best score: 17
- Best player score: 24
- Position: #98 / 123
- Number of attempts: 1
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: #1527 / 3846
- Number of attempts: 4
Reformat/Refactor a Golfer Class - 7509 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 32
- Position: #139 / 1848
- Number of attempts: 6
VimGolf