Played Challenges
Just the middle - 11045 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Number of attempts: 3
120 Degrees - 389 entries
Rotate that triangle.
- Best score: 14
- Best player score: 18
- Number of attempts: 2
V to the i - 4573 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Number of attempts: 1
Two become one - 692 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: 32
- Number of attempts: 1
Mess in revision history - 1102 entries
Help Joe clean up what Steve has cobbled.
- Best score: 17
- Best player score: 28
- Number of attempts: 1
Vim tetris - 347 entries
Vim can play tetris too!
- Best score: 21
- Best player score: 30
- Number of attempts: 1
Carriage return - 41 entries
I have some raw data from terminal output which uses carriege return for formatting. Carriage return sets the pointer to the first character on the line, and subsequent characters will overwrite what was there before. The challange is to simulate the terminal behaviour in vim. I'm kind of unsure if I should have skipped lines 9 and 15, since there might be some interesting solutions which are not that generic. Happy Golfing!
- Best score: 22
- Best player score: 26
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10486 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Number of attempts: 2
Letter case trickery - 1507 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: 10
- Number of attempts: 2
VimGolfNight - 478 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Number of attempts: 1
Groups magic - 140 entries
Regexp or macros for string converting: (a) -> ___ (abc) -> ____ (abcd) -> ______ All in the '(' replace to _ multiply by char count + ()
- Best score: 13
- Best player score: 14
- Number of attempts: 1
Checkerboard case pattern - 127 entries
All the squares are white. Make some of them black. But only the right ones.
- Best score: 15
- Best player score: 16
- Number of attempts: 3
Stairs Indenting - 387 entries
Indent each line with <line number> whitespaces.
- Best score: 12
- Best player score: 13
- Number of attempts: 1
you're stuck on jQuery < 1.7 - 325 entries
replace calls to jQuery 1.7+'s `on` with calls to pre 1.7 `bind`
- Best score: 25
- Best player score: 26
- Number of attempts: 3
Interweave two blocks of text - 530 entries
Suppose you've got data on a list of things from multiple sources. They're all in separate chunks, so how might you create a tabular output?
- Best score: 15
- Best player score: 16
- Number of attempts: 4
Fix the Haiku - 249 entries
Change this slightly scrambled haiku to its unscrambled form and fix the capitalisation and punctuation along the way.
- Best score: 28
- Best player score: 38
- Number of attempts: 1
Search and Replace 0 - 4508 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 13
- Number of attempts: 3
Simple text editing with Vim - 11292 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Number of attempts: 1