Played Challenges
Multiline to Single Line - 750 entries
Convert a multiline, indented file to a single line with no whitespace
- Best score: 5
- Best player score: 5
- Position: #25 / 319
- Number of attempts: 1
xrandr outputs and dashes - 730 entries
uh oh, different video drivers identify display outputs with more dashes. Quick, need to change this xrandr script!
- Best score: 12
- Best player score: 12
- Position: #62 / 227
- Number of attempts: 7
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: #885 / 7489
- Number of attempts: 23
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: 11
- Position: #609 / 1557
- Number of attempts: 8
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 16
- Position: #1025 / 3893
- Number of attempts: 15
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #927 / 1904
- Number of attempts: 3
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 10
- Position: #585 / 3087
- Number of attempts: 4
Extract argument from function - 2379 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 13
- Position: #99 / 760
- Number of attempts: 12
That hyphen - 2602 entries
"vim vi improved"
- Best score: 9
- Best player score: 12
- Position: #400 / 704
- Number of attempts: 8
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #29 / 4234
- Number of attempts: 14
Basic renumbering - 5707 entries
Renumbering Basic.
- Best score: 11
- Best player score: 15
- Position: #514 / 1274
- Number of attempts: 12
Vice versa - 7981 entries
Little role switching.
- Best score: 12
- Best player score: 13
- Position: #683 / 2147
- Number of attempts: 5
Angular naming conventions - 326 entries
In angular, a directive name follows the camelCase convention. When the directive is used in an HTML template, the words are instead separated by a dash. Go from to the other the fastest!
- Best score: 18
- Best player score: 18
- Position: #6 / 119
- Number of attempts: 6
Logging with key - 328 entries
Sometimes it is better to log with meaningful key
- Best score: 21
- Best player score: 54
- Position: #86 / 88
- Number of attempts: 2
Winning streak - 139 entries
Make the number on each line equal the consecutive L's or W's.
- Best score: 21
- Best player score: 27
- Position: #24 / 52
- Number of attempts: 4
Refactoring useless Method away - 124 entries
Real-life challenge, convert a bunch of ifs to a switch statement
- Best score: 47
- Best player score: 56
- Position: #16 / 36
- Number of attempts: 4
Condensed Cases - 811 entries
Apple's new programming language, Swift, allows two style of case statements: 1) one Enum case on each line, or 2) multiple Enum cases on a single line. Convert the following from the first case (no pun intended) to the second type.
- Best score: 12
- Best player score: 15
- Position: #162 / 249
- Number of attempts: 5
Pretty format for variable declarations - 174 entries
Project standards demand the equal signs must be aligned for better readability.
- Best score: 13
- Best player score: 14
- Position: #13 / 65
- Number of attempts: 7
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 12
- Position: #1263 / 4208
- Number of attempts: 7
Shift down - 209 entries
Number words are back.
- Best score: 19
- Best player score: 19
- Position: #5 / 69
- Number of attempts: 7
learn vim in short time - 243 entries
so happy to learn vim.because vim is awesome
- Best score: 8
- Best player score: 8
- Position: #33 / 163
- Number of attempts: 2
-a-b-c- - 3225 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #496 / 1140
- Number of attempts: 4
Count both ways - 1022 entries
Right AND down.
- Best score: 13
- Best player score: 13
- Position: #17 / 354
- Number of attempts: 5
Gray area - 749 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 12
- Position: #34 / 272
- Number of attempts: 4
Refactor static member invocation - 199 entries
Someone used a static method. Refactor the method into a static import while fixing the assertion.
- Best score: 28
- Best player score: 29
- Position: #19 / 64
- Number of attempts: 10
Don't know what this is - 2025 entries
Replace contents of brackets with matching number of spaces. Don't ask what the format's supposed to be.
- Best score: 11
- Best player score: 12
- Position: #175 / 587
- Number of attempts: 4
Two become one - 720 entries
We have two c arrays and want to make one two dimensional out of it. Can we do that?
- Best score: 25
- Best player score: 31
- Position: #103 / 210
- Number of attempts: 6
A HAPPY NEW YEAR 2014 ! - 10720 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #506 / 3703
- Number of attempts: 5
attr_aligner - 3525 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 34
- Position: #569 / 706
- Number of attempts: 2
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: 17
- Position: #854 / 1086
- Number of attempts: 2
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #463 / 3979
- Number of attempts: 8
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: #1392 / 3846
- Number of attempts: 4
VimGolf