Played Challenges
Search and Replace 0 - 4999 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #300 / 1628
- Number of attempts: 2
Swap assigned value - 651 entries
Simple problem but looking for interesting solutions.
- Best score: 10
- Best player score: 11
- Position: #162 / 255
- Number of attempts: 1
Two become one - 713 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: 29
- Position: #73 / 208
- Number of attempts: 2
Mess in revision history - 1184 entries
Help Joe clean up what Steve has cobbled.
- Best score: 17
- Best player score: 18
- Position: #71 / 250
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10674 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1760 / 3686
- Number of attempts: 1
attr_aligner - 3520 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 26
- Position: #264 / 702
- Number of attempts: 3
quotes inside quotes - 3165 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: #421 / 1079
- Number of attempts: 1
Words in parens - 12942 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2080 / 3964
- Number of attempts: 2
Pairs of numbers - 363 entries
Line 1 represents x, line 2 y-data. Bring the corresponding pairs in the form "[x,y]\n"
- Best score: 26
- Best player score: 27
- Position: #27 / 136
- Number of attempts: 2
Hole-in-one - 1018 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: #177 / 304
- Number of attempts: 2
Delete unwanted lines - 419 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Position: #125 / 230
- Number of attempts: 1
The name of the game - 668 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Position: #166 / 361
- Number of attempts: 1
Saving the hashes(#) - 2063 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: 25
- Position: #176 / 480
- Number of attempts: 4
Let's play some Ivmgolf - 1122 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 9
- Position: #247 / 446
- Number of attempts: 1
Vertical Limit - 2540 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 25
- Position: #345 / 755
- Number of attempts: 2
Exchanging Quotes - 858 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 34
- Position: #84 / 230
- Number of attempts: 3
replacing each line of a block selection - 3001 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 19
- Position: #157 / 778
- Number of attempts: 4
Switch function arguments - 2140 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Position: #257 / 664
- Number of attempts: 4
Append semicolon after expressions - 1056 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Position: #68 / 419
- Number of attempts: 2
Remove noise from HTTP log - 717 entries
This piece of log (from the year 2000) contains some irrelevant data. We only want to see the HTTP method and resource.
- Best score: 15
- Best player score: 15
- Position: #89 / 273
- Number of attempts: 2
switch variable - 5079 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #808 / 1749
- Number of attempts: 1
Ugly spreadsheet copy/paste to CSV - 1009 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 26
- Position: #78 / 193
- Number of attempts: 2
Make it more readable - 2009 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 15
- Position: #274 / 652
- Number of attempts: 3
remove dupes from array - 1358 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: 20
- Position: #134 / 336
- Number of attempts: 2
Numbering a List - 1932 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 20
- Position: #323 / 653
- Number of attempts: 2
Ruby 1.9 hashes - 1249 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: #161 / 407
- Number of attempts: 2
Shebangs for all - 2010 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: #273 / 517
- Number of attempts: 2
A Simple One - 1052 entries
Here is a very simple one - just to illustrate/introduce a vim feature that some people seem to miss...
- Best score: 9
- Best player score: 9
- Position: #377 / 666
- Number of attempts: 1
The Cake is a Lie - 1354 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 9
- Position: #174 / 529
- Number of attempts: 1
Change the content of a string - 1588 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Position: #128 / 592
- Number of attempts: 3
Sort and add attributes - 1471 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #175 / 571
- Number of attempts: 2
Reconstruct the Sentence - 1537 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: 20
- Position: #89 / 419
- Number of attempts: 2
Simple text editing with Vim - 12880 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1262 / 3712
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 7033 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 33
- Position: #243 / 1726
- Number of attempts: 5