Played Challenges
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #191 / 1904
- Number of attempts: 4
Wrap the text of an email message to 79 characters - 852 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 6
- Position: #382 / 441
- Number of attempts: 1
Search and Replace 0 - 5042 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Position: #385 / 1643
- Number of attempts: 7
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #163 / 4234
- Number of attempts: 5
Basic renumbering - 5707 entries
Renumbering Basic.
- Best score: 11
- Best player score: 19
- Position: #743 / 1274
- Number of attempts: 6
Join 'em - 254 entries
This shouldn't be too tough
- Best score: 4
- Best player score: 5
- Position: #56 / 153
- Number of attempts: 2
camel riding - 793 entries
add a prefix on some camelCase variables
- Best score: 15
- Best player score: 17
- Position: #162 / 281
- Number of attempts: 2
Space out the alphabet - 1659 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 15
- Position: #17 / 446
- Number of attempts: 5
Fix the XML - 1039 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 18
- Position: #12 / 290
- Number of attempts: 7
Mute the second method of this script - 456 entries
prepend a # infront of every line of the second method
- Best score: 8
- Best player score: 9
- Position: #74 / 240
- Number of attempts: 4
Condensed Cases - 811 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: 12
- Position: #28 / 249
- Number of attempts: 8
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1536 / 4208
- Number of attempts: 7
-a-b-c- - 3225 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 13
- Position: #86 / 1140
- Number of attempts: 2
Count both ways - 1022 entries
Right AND down.
- Best score: 13
- Best player score: 15
- Position: #106 / 354
- Number of attempts: 3
Do you demand a shrubbery? - 1164 entries
Use :redir and crush the emacsgolfers.
- Best score: 15
- Best player score: 32
- Position: #265 / 301
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10720 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #658 / 3703
- Number of attempts: 4
quotes inside quotes - 3185 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: 14
- Position: #195 / 1086
- Number of attempts: 6
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #527 / 3979
- Number of attempts: 5
replacing each line of a block selection - 3026 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 20
- Position: #289 / 783
- Number of attempts: 6
Remove semicolons after expressions - 669 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 7
- Position: #145 / 265
- Number of attempts: 6
switch variable - 5101 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Position: #557 / 1756
- Number of attempts: 8
Sort the cardinal numbers - 315 entries
Maybe a simple challenge.
- Best score: 12
- Best player score: 13
- Position: #65 / 149
- Number of attempts: 2
Ruby 1.9 hashes - 1277 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: 12
- Position: #93 / 413
- Number of attempts: 6
A Simple One - 1070 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: #496 / 673
- Number of attempts: 1
Increment, increment, increment.... - 703 entries
Vim likes macros
- Best score: 10
- Best player score: 12
- Position: #359 / 414
- Number of attempts: 3
Reformat some Python - 635 entries
Fix some very bizarrely laid-out code.
- Best score: 34
- Best player score: 47
- Position: #170 / 242
- Number of attempts: 1
Change the content of a string - 1750 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 24
- Position: #377 / 639
- Number of attempts: 3
Sort and add attributes - 1557 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #222 / 601
- Number of attempts: 4
Simple text editing with Vim - 13419 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1446 / 3846
- Number of attempts: 3
VimGolf