Played Challenges
Simple, Practical, and Common - 32953 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: #2380 / 7275
- Number of attempts: 10
Extract argument from function - 2218 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 19
- Position: #659 / 729
- Number of attempts: 3
That hyphen - 2500 entries
"vim vi improved"
- Best score: 9
- Best player score: 9
- Position: #83 / 683
- Number of attempts: 5
Just the middle - 11141 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1927 / 4114
- Number of attempts: 6
Vice versa - 7535 entries
Little role switching.
- Best score: 12
- Best player score: 14
- Position: #845 / 2048
- Number of attempts: 4
Vim's not included features - 183 entries
Filter not included (-) features in a hypothetical installation of vim.
- Best score: 23
- Best player score: 25
- Position: #18 / 59
- Number of attempts: 6
Assign numbers to fields - 93 entries
You are given a list of space-separated strings. Add an increasing numeric prefix to each one.
- Best score: 19
- Best player score: 20
- Position: #36 / 52
- Number of attempts: 1
Mirror Symmetry - 781 entries
Add backslashes.
- Best score: 7
- Best player score: 14
- Position: #226 / 262
- Number of attempts: 2
Collect List - 4184 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #81 / 1167
- Number of attempts: 8
VimGolfNight - 505 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #224 / 330
- Number of attempts: 3
camel riding - 745 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 17
- Position: #182 / 267
- Number of attempts: 2
Shuffled numbers - 216 entries
Each number is paired with the number it should follow. That's enough information to put them in order.
- Best score: 15
- Best player score: 27
- Position: #87 / 89
- Number of attempts: 1
Condensed Cases - 758 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: 13
- Position: #82 / 231
- Number of attempts: 6
I forgot quotes - 15748 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2440 / 4116
- Number of attempts: 4
-a-b-c- - 3118 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #570 / 1112
- Number of attempts: 1
Mess in revision history - 1143 entries
Help Joe clean up what Steve has cobbled.
- Best score: 17
- Best player score: 28
- Position: #174 / 242
- Number of attempts: 4
Shuffle puzzle - 307 entries
Sort the lines in each indent group, and sort the groups. That's the pattern. Or just move lines around manually to get a better score.
- Best score: 13
- Best player score: 15
- Position: #61 / 100
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10538 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 16
- Position: #3232 / 3638
- Number of attempts: 1
attr_aligner - 3402 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 31
- Position: #422 / 685
- Number of attempts: 4
Letter case trickery - 1553 entries
This file is in a downright esoteric format, consisting of hexadecimal numbers, non-hexadecimal keywords, and "Z" indicating end-of-line. Make the hexadecimal numbers lowercase.
- Best score: 9
- Best player score: 13
- Position: #392 / 500
- Number of attempts: 2
Words in parens - 12736 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #587 / 3919
- Number of attempts: 7
Vertical Limit - 2370 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 25
- Position: #344 / 718
- Number of attempts: 8
switch variable - 4944 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 14
- Position: #1366 / 1708
- Number of attempts: 1
Make it more readable - 1905 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 15
- Position: #278 / 625
- Number of attempts: 3
Shebangs for all - 1777 entries
We've all seen or used a shebang once or twice. Ditch the specific paths and leave just a dynamic Ruby and Python bath behind.
- Best score: 11
- Best player score: 15
- Position: #260 / 468
- Number of attempts: 4
Make Fancy Header - 978 entries
Make the header text stand out with surrounding asterisks
- Best score: 16
- Best player score: 16
- Position: #98 / 329
- Number of attempts: 6
Reconstruct the Sentence - 1151 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 24
- Position: #264 / 347
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 6033 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 42
- Position: #899 / 1486
- Number of attempts: 3