Played Challenges
vim = 22 / 7 - 472 entries
pi square vim
- Best score: 20
- Best player score: 36
- Position: #116 / 134
- Number of attempts: 1
Search and Replace 0 - 4952 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #272 / 1615
- Number of attempts: 3
Python Hello World! Reformatting - 989 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 41
- Position: #61 / 379
- Number of attempts: 2
Swap assigned value - 643 entries
Simple problem but looking for interesting solutions.
- Best score: 10
- Best player score: 11
- Position: #155 / 253
- Number of attempts: 3
VimGolfNight - 555 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #129 / 345
- Number of attempts: 2
Going underground.... - 350 entries
Simple reformatting: in this case changing from the format London underground supplies its customers with, to the format that Google Calendar likes...
- Best score: 22
- Best player score: 29
- Position: #54 / 127
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10654 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1632 / 3678
- Number of attempts: 1
attr_aligner - 3498 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 30
- Position: #354 / 696
- Number of attempts: 4
Letter case trickery - 1619 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: 12
- Position: #305 / 515
- Number of attempts: 4
quotes inside quotes - 3154 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: 15
- Position: #397 / 1075
- Number of attempts: 2
Words in parens - 12918 entries
We should all ace this, right?
- Best score: 13
- Best player score: 21
- Position: #3365 / 3957
- Number of attempts: 4
Hole-in-one - 1017 entries
Lets take this golf thing literally.. Drive off the tee into the hole, and of course you don't strike the ball completely clean.
- Best score: 15
- Best player score: 19
- Position: #170 / 303
- Number of attempts: 4
Delete unwanted lines - 408 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Position: #107 / 228
- Number of attempts: 3
abcd > a b c d - 290 entries
transform the single spaces into 4 spaces repeat for each line
- Best score: 15
- Best player score: 15
- Position: #119 / 221
- Number of attempts: 1
SFD-ROC: vimvimvim - 1606 entries
Oh no, this line is longer than 80 chars... put each 'vim' on a new line.
- Best score: 8
- Best player score: 9
- Position: #197 / 446
- Number of attempts: 1
Stairs Indenting - 472 entries
Indent each line with <line number> whitespaces.
- Best score: 12
- Best player score: 12
- Position: #8 / 196
- Number of attempts: 3
Saving the hashes(#) - 2048 entries
The following file is copied from vimcasts.org(Its only for learning purpose,hope the site owner doesn't mind it), its probably the easiest of challenges.Our goal is to delete every line which doesn't contain a hash signs. The remaining hash signs with numbers are then sorted to get the final output.
- Best score: 20
- Best player score: 27
- Position: #244 / 478
- Number of attempts: 6
Let's play some Ivmgolf - 1118 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 9
- Position: #229 / 445
- Number of attempts: 2
Vertical Limit - 2522 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 26
- Position: #437 / 751
- Number of attempts: 2
replacing each line of a block selection - 2979 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 21
- Position: #370 / 773
- Number of attempts: 2
Switch function arguments - 2117 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 18
- Position: #623 / 657
- Number of attempts: 1
Reverse and double space - 499 entries
Reverse the order of the given lines and double space everything
- Best score: 14
- Best player score: 14
- Position: #51 / 198
- Number of attempts: 3
switch variable - 5061 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 16
- Position: #1560 / 1743
- Number of attempts: 1
The meaning - 573 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Position: #212 / 361
- Number of attempts: 1
Ugly spreadsheet copy/paste to CSV - 998 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 40
- Position: #122 / 190
- Number of attempts: 1
Make it more readable - 1982 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 15
- Position: #264 / 645
- Number of attempts: 2
Line Zipper - 471 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 16
- Position: #185 / 213
- Number of attempts: 1
remove dupes from array - 1347 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 22
- Position: #172 / 334
- Number of attempts: 3
Rotating Philosophers Problem - 410 entries
Can you help the philosophers find a good place to sit before they get five forks and spaghetti?
- Best score: 29
- Best player score: 31
- Position: #97 / 166
- Number of attempts: 2
Reformat long lines - 358 entries
Rearrange this ruby method call to put each parameter on its own line. Could become a useful macro.
- Best score: 15
- Best player score: 22
- Position: #113 / 134
- Number of attempts: 4
Generate English Alphabets - 487 entries
Start with a, get up to z.
- Best score: 19
- Best player score: 25
- Position: #130 / 206
- Number of attempts: 2
Numbering a List - 1929 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 20
- Position: #316 / 651
- Number of attempts: 2
Ruby 1.9 hashes - 1228 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: 13
- Position: #156 / 403
- Number of attempts: 3
Reverse Simple Deletion - 845 entries
You did the simple deletion, now reverse it.
- Best score: 11
- Best player score: 12
- Position: #282 / 457
- Number of attempts: 1
Increment, increment, increment.... - 677 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #272 / 405
- Number of attempts: 1
Context insensitive completion 0 - 558 entries
Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.
- Best score: 6
- Best player score: 8
- Position: #140 / 242
- Number of attempts: 3
Reformat some Python - 604 entries
Fix some very bizarrely laid-out code.
- Best score: 34
- Best player score: 36
- Position: #69 / 235
- Number of attempts: 2
Reverse characters in a line - 750 entries
You have everything you need, just not in the right order. Mastermind would give you 26 white pegs.
- Best score: 12
- Best player score: 17
- Position: #168 / 261
- Number of attempts: 1
Change the content of a string - 1541 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 27
- Position: #458 / 577
- Number of attempts: 1
Sort and add attributes - 1418 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 34
- Position: #345 / 551
- Number of attempts: 2
Add fold markers to a .c file - 604 entries
Fold markers can make it easier to navigate source code. Add them to this .c file.
- Best score: 30
- Best player score: 38
- Position: #133 / 179
- Number of attempts: 1
Reconstruct the Sentence - 1467 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: #281 / 403
- Number of attempts: 1
Whitespace, empty lines and tabs - 3568 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 23
- Position: #339 / 770
- Number of attempts: 5
Flodder-challenge - 1219 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 36
- Position: #171 / 327
- Number of attempts: 1
Simple text editing with Vim - 12627 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1169 / 3653
- Number of attempts: 5
Reformat/Refactor a Golfer Class - 6824 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 38
- Position: #616 / 1673
- Number of attempts: 2