Played Challenges
V to the i - 4641 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #946 / 1857
- Number of attempts: 2
remove lines containing the word "reader" - 3454 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #526 / 1121
- Number of attempts: 2
Just the middle - 11141 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1533 / 4114
- Number of attempts: 1
Basic renumbering - 5436 entries
Renumbering Basic.
- Best score: 11
- Best player score: 21
- Position: #812 / 1228
- Number of attempts: 3
Vice versa - 7535 entries
Little role switching.
- Best score: 12
- Best player score: 20
- Position: #1778 / 2048
- Number of attempts: 1
Mirror Symmetry - 781 entries
Add backslashes.
- Best score: 7
- Best player score: 14
- Position: #225 / 262
- Number of attempts: 1
Test everything! - 137 entries
... and build the desired input data structure. Transform a list of values into a non-trivial format.
- Best score: 22
- Best player score: 34
- Position: #32 / 48
- Number of attempts: 3
increment by column in XML - 146 entries
modify an arbitrary "column" in an xml table by incrementing a an arbitrary placeholder string
- Best score: 19
- Best player score: 22
- Position: #29 / 53
- Number of attempts: 2
Square numbers - 85 entries
Boring math puzzle.
- Best score: 16
- Best player score: 37
- Position: #28 / 35
- Number of attempts: 1
I forgot quotes - 15748 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1447 / 4116
- Number of attempts: 2
vim1001 - 269 entries
change number 1001 into a "vim1001 sequence". (My first challenge, hope it is not too bad... )
- Best score: 17
- Best player score: 23
- Position: #66 / 105
- Number of attempts: 2
-a-b-c- - 3118 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 16
- Position: #758 / 1112
- Number of attempts: 3
Gray area - 702 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 13
- Position: #155 / 260
- Number of attempts: 5
Do you demand a shrubbery? - 1107 entries
Use :redir and crush the emacsgolfers.
- Best score: 15
- Best player score: 22
- Position: #179 / 292
- Number of attempts: 2
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: #315 / 572
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10538 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1912 / 3638
- Number of attempts: 4
Letter case trickery - 1553 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: 13
- Position: #386 / 500
- Number of attempts: 1
Prefixes and suffixes - 567 entries
Generate all prefixes of "vimchallenge", then all suffixes.
- Best score: 17
- Best player score: 26
- Position: #83 / 185
- Number of attempts: 5
The name of the game - 629 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Position: #184 / 344
- Number of attempts: 5
Saving the hashes(#) - 1966 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: 29
- Position: #331 / 467
- Number of attempts: 2
Vertical Limit - 2370 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 29
- Position: #606 / 718
- Number of attempts: 2
The meaning - 522 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Position: #244 / 337
- Number of attempts: 1
Ugly spreadsheet copy/paste to CSV - 840 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 29
- Position: #74 / 173
- Number of attempts: 4
Replacing some words - 412 entries
How fast could it be?
- Best score: 17
- Best player score: 26
- Position: #101 / 145
- Number of attempts: 3
PHP Array Syntax -> MailChimp Merge Syntax - 502 entries
I recently needed to send an e-mail to our marketing department listing allowed merge tags for our MailChimp campaigns. The allowed merge tags were determined from a PHP array in one of our PHP classes. I transformed the PHP class to MailChimp's syntax and sent the e-mail. It was, however, a long, laborious process. I'm still fairly new to Vim and would love to see how an expert Vim user would tackle one of my own, real-world problems. Thanks and have fun!
- Best score: 23
- Best player score: 33
- Position: #84 / 144
- Number of attempts: 2
Shebangs for all - 1777 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: 18
- Position: #353 / 468
- Number of attempts: 3
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: #1323 / 3418
- Number of attempts: 2