Played Challenges
Simple, Practical, and Common - 33970 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 / 7503
- Number of attempts: 4
Extract argument from function - 2399 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 15
- Position: #449 / 767
- Number of attempts: 1
That hyphen - 2624 entries
"vim vi improved"
- Best score: 9
- Best player score: 11
- Position: #335 / 708
- Number of attempts: 1
Just the middle - 11590 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1977 / 4246
- Number of attempts: 1
Vice versa - 8011 entries
Little role switching.
- Best score: 12
- Best player score: 16
- Position: #1161 / 2153
- Number of attempts: 1
Lower cased and dashed strings - 51 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: #17 / 21
- Number of attempts: 1
Vim's not included features - 265 entries
Filter not included (-) features in a hypothetical installation of vim.
- Best score: 23
- Best player score: 37
- Position: #57 / 69
- Number of attempts: 1
lipsum lines - 296 entries
Convert a quoted block of text into strings in a list.
- Best score: 28
- Best player score: 30
- Position: #31 / 96
- Number of attempts: 2
Angular naming conventions - 342 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: #92 / 121
- Number of attempts: 1
Sudoku table - 104 entries
Make this simple sudoku table look nice and legible.
- Best score: 48
- Best player score: 64
- Position: #23 / 35
- Number of attempts: 1
Manual SQL - 178 entries
Change select and insert queries to simulate inserting a new record.
- Best score: 48
- Best player score: 59
- Position: #26 / 52
- Number of attempts: 3
Entries sort - 101 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: #27 / 42
- Number of attempts: 1
camel riding - 796 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 18
- Position: #231 / 282
- Number of attempts: 1
Space out the alphabet - 1690 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 19
- Position: #253 / 454
- Number of attempts: 2
Fix the XML - 1050 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 24
- Position: #135 / 291
- Number of attempts: 2
Sorting database text output - 229 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: #48 / 85
- Number of attempts: 1
I forgot quotes - 16179 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2133 / 4218
- Number of attempts: 3
-a-b-c- - 3233 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #601 / 1143
- Number of attempts: 1
Count both ways - 1035 entries
Right AND down.
- Best score: 13
- Best player score: 17
- Position: #310 / 358
- Number of attempts: 1
Don't know what this is - 2044 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: #345 / 591
- Number of attempts: 4
Shuffle puzzle - 361 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: #67 / 106
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10748 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2067 / 3711
- Number of attempts: 1
attr_aligner - 3565 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 33
- Position: #534 / 709
- Number of attempts: 1
Words in parens - 13032 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2283 / 3986
- Number of attempts: 1
replacing each line of a block selection - 3041 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 20
- Position: #274 / 786
- Number of attempts: 3
switch variable - 5114 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #379 / 1759
- Number of attempts: 1
Ruby 1.9 hashes - 1288 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: #240 / 416
- Number of attempts: 1
Make Fancy Header - 1080 entries
Make the header text stand out with surrounding asterisks
- Best score: 15
- Best player score: 17
- Position: #194 / 352
- Number of attempts: 1
Reconstruct the Sentence - 1722 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 19
- Best player score: 23
- Position: #311 / 453
- Number of attempts: 1
Simple text editing with Vim - 13526 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1512 / 3879
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7612 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 41
- Position: #959 / 1875
- Number of attempts: 1
VimGolf