Played Challenges
Simple, Practical, and Common - 32962 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: #112 / 7276
- Number of attempts: 4
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: 15
- Position: #424 / 729
- Number of attempts: 1
That hyphen - 2500 entries
"vim vi improved"
- Best score: 9
- Best player score: 11
- Position: #325 / 683
- Number of attempts: 1
Just the middle - 11141 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1937 / 4114
- Number of attempts: 1
Vice versa - 7536 entries
Little role switching.
- Best score: 12
- Best player score: 16
- Position: #1109 / 2049
- Number of attempts: 1
Lower cased and dashed strings - 46 entries
As I have to generate big fixtures files, I wanted to find a way to format input data the way described by start and end files. Especially the lower-cased-and-dashed ids Not so good to find a pure Vim way, that's why I submit this challenge ;)
- Best score: 59
- Best player score: 100
- Position: #15 / 18
- Number of attempts: 1
Vim's not included features - 183 entries
Filter not included (-) features in a hypothetical installation of vim.
- Best score: 23
- Best player score: 37
- Position: #48 / 59
- Number of attempts: 1
lipsum lines - 247 entries
Convert a quoted block of text into strings in a list.
- Best score: 28
- Best player score: 30
- Position: #28 / 89
- Number of attempts: 2
Angular naming conventions - 283 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: 23
- Position: #82 / 110
- Number of attempts: 1
Sudoku table - 58 entries
Make this simple sudoku table look nice and legible.
- Best score: 48
- Best player score: 64
- Position: #17 / 27
- Number of attempts: 1
Manual SQL - 114 entries
Change select and insert queries to simulate inserting a new record.
- Best score: 49
- Best player score: 59
- Position: #19 / 44
- Number of attempts: 3
Entries sort - 76 entries
It cames to my mind a weird idea : sorting parts of my .vimrc. Take few minutes to sort out this, it's easy !
- Best score: 14
- Best player score: 16
- Position: #22 / 35
- Number of attempts: 1
camel riding - 745 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 18
- Position: #219 / 267
- Number of attempts: 1
Space out the alphabet - 1595 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 19
- Position: #243 / 434
- Number of attempts: 2
Fix the XML - 958 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 24
- Position: #128 / 279
- Number of attempts: 2
Sorting database text output - 206 entries
Sometimes it is nice to be able to quickly take column-formatted text output from the SQL command line and turn it into a list of useful data. In this case we want a unique, sorted list of the values from the second column combined into one comma-separated list. What is the fewest strokes you can do this in?
- Best score: 24
- Best player score: 25
- Position: #44 / 79
- Number of attempts: 1
I forgot quotes - 15748 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2077 / 4116
- Number of attempts: 3
-a-b-c- - 3118 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #583 / 1112
- Number of attempts: 1
Count both ways - 962 entries
Right AND down.
- Best score: 13
- Best player score: 17
- Position: #296 / 342
- Number of attempts: 1
Don't know what this is - 1951 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: 14
- Position: #334 / 572
- 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: #62 / 100
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10538 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2024 / 3638
- Number of attempts: 1
attr_aligner - 3402 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 33
- Position: #517 / 685
- Number of attempts: 1
Words in parens - 12736 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2239 / 3919
- Number of attempts: 1
replacing each line of a block selection - 2816 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 20
- Position: #255 / 736
- Number of attempts: 3
switch variable - 4945 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #379 / 1708
- Number of attempts: 1
Ruby 1.9 hashes - 1172 entries
Rubyists talk about being cutting edge but how many are using 1.9 in production? Time to convert those verbose 1.8 hashes in to symbolic, succinct 1.9 beauties!
- Best score: 12
- Best player score: 14
- Position: #227 / 386
- Number of attempts: 1
Make Fancy Header - 978 entries
Make the header text stand out with surrounding asterisks
- Best score: 16
- Best player score: 17
- Position: #184 / 329
- Number of attempts: 1
Reconstruct the Sentence - 1160 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: 23
- Position: #246 / 348
- Number of attempts: 1
Simple text editing with Vim - 11657 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1415 / 3418
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 6033 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 41
- Position: #834 / 1486
- Number of attempts: 1