Played Challenges
V to the i - 4813 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #966 / 1897
- Number of attempts: 2
remove lines containing the word "reader" - 3604 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #549 / 1169
- Number of attempts: 2
Just the middle - 11484 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1563 / 4209
- Number of attempts: 1
Basic renumbering - 5683 entries
Renumbering Basic.
- Best score: 11
- Best player score: 21
- Position: #842 / 1269
- Number of attempts: 3
Vice versa - 7945 entries
Little role switching.
- Best score: 12
- Best player score: 20
- Position: #1849 / 2138
- Number of attempts: 1
Mirror Symmetry - 822 entries
Add backslashes.
- Best score: 7
- Best player score: 14
- Position: #232 / 269
- Number of attempts: 1
Test everything! - 186 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: #38 / 54
- Number of attempts: 3
increment by column in XML - 152 entries
modify an arbitrary "column" in an xml table by incrementing a an arbitrary placeholder string
- Best score: 19
- Best player score: 22
- Position: #30 / 55
- Number of attempts: 2
Square numbers - 123 entries
Boring math puzzle.
- Best score: 16
- Best player score: 37
- Position: #33 / 42
- Number of attempts: 1
I forgot quotes - 16022 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1471 / 4189
- Number of attempts: 2
vim1001 - 307 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: #69 / 110
- Number of attempts: 2
-a-b-c- - 3216 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 16
- Position: #778 / 1138
- Number of attempts: 3
Gray area - 747 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 13
- Position: #162 / 271
- Number of attempts: 5
Do you demand a shrubbery? - 1158 entries
Use :redir and crush the emacsgolfers.
- Best score: 15
- Best player score: 22
- Position: #183 / 300
- Number of attempts: 2
Don't know what this is - 2024 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: #323 / 586
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10682 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1944 / 3689
- Number of attempts: 4
Letter case trickery - 1630 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: #398 / 518
- Number of attempts: 1
Prefixes and suffixes - 635 entries
Generate all prefixes of "vimchallenge", then all suffixes.
- Best score: 17
- Best player score: 26
- Position: #88 / 201
- Number of attempts: 5
The name of the game - 668 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Position: #184 / 361
- Number of attempts: 5
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: 29
- Position: #338 / 480
- Number of attempts: 2
Vertical Limit - 2552 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 29
- Position: #637 / 757
- Number of attempts: 2
The meaning - 575 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Position: #244 / 363
- 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: 29
- Position: #83 / 193
- Number of attempts: 4
Replacing some words - 428 entries
How fast could it be?
- Best score: 17
- Best player score: 26
- Position: #105 / 151
- Number of attempts: 3
PHP Array Syntax -> MailChimp Merge Syntax - 545 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: #86 / 150
- Number of attempts: 2
Shebangs for all - 2018 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: #377 / 519
- Number of attempts: 3
Simple text editing with Vim - 12989 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1390 / 3737
- Number of attempts: 2