Played Challenges
Simple, Practical, and Common - 32904 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 22
- Position: #4 / 7270
- Number of attempts: 4
Swap values - 4440 entries
Well, swap the values...
- Best score: 11
- Best player score: 14
- Position: #645 / 1241
- Number of attempts: 1
One number per line - 18377 entries
Just give me the numbers.
- Best score: 14
- Best player score: 19
- Position: #1550 / 3787
- Number of attempts: 2
V to the i - 4639 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #183 / 1856
- Number of attempts: 3
Split line with dots - 2098 entries
This line is too long, split it.
- Best score: 15
- Best player score: 15
- Position: #4 / 622
- Number of attempts: 4
Extract argument from function - 2215 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 14
- Position: #330 / 728
- Number of attempts: 6
Just the middle - 11136 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1709 / 4112
- Number of attempts: 3
Make HTML List - 987 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 54
- Position: #228 / 261
- Number of attempts: 1
Missing Library and a Typo - 836 entries
I forgot to add a c library, please add it for me. Also I'm bad at typing so fix my typo too.
- Best score: 15
- Best player score: 19
- Position: #132 / 205
- Number of attempts: 1
Create a table - 302 entries
Convert the given input into a formatted table
- Best score: 16
- Best player score: 20
- Position: #74 / 98
- Number of attempts: 2
Wrap text in quotes - 338 entries
All the blocks of text should be wrapped in quotation marks.
- Best score: 16
- Best player score: 17
- Position: #47 / 115
- Number of attempts: 2
Vice versa - 7520 entries
Little role switching.
- Best score: 12
- Best player score: 14
- Position: #827 / 2043
- Number of attempts: 2
Pretty multi-line bash - 216 entries
Bash line continuations are much prettier when they're column aligned.
- Best score: 15
- Best player score: 31
- Position: #63 / 74
- Number of attempts: 1
C Reformatting - 686 entries
You may use Visual mode... or not. #uppercase
- Best score: 30
- Best player score: 55
- Position: #101 / 159
- Number of attempts: 1
Sorting a glossary - 115 entries
Sort a glossary. Glossary head contains a header phrase ending with ':' and glossary body has multi line text indented with a tab.
- Best score: 6
- Best player score: 6
- Position: #10 / 74
- Number of attempts: 1
Alsa configuration - 481 entries
I'm tweaking my ~/.asoundrc file!
- Best score: 22
- Best player score: 23
- Position: #51 / 123
- Number of attempts: 2
Align commas - 1040 entries
There are 15,000 aligning challenges on vimgolf.com, and they're all exactly the same. I hope this one is a little different.
- Best score: 11
- Best player score: 17
- Position: #138 / 236
- Number of attempts: 1
ascii-art diamond - 34 entries
Simple ascii-art diamond. The grid is 40x40.
- Best score: 40
- Best player score: 56
- Position: #12 / 14
- Number of attempts: 2
A grid of punctuation - 117 entries
Create a checkerboard of = and - in an 80×24 grid!
- Best score: 16
- Best player score: 16
- Position: #7 / 55
- Number of attempts: 2
From A to B - 556 entries
Mirror and change this text block
- Best score: 16
- Best player score: 21
- Position: #114 / 153
- Number of attempts: 2
Collect List - 4178 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #23 / 1166
- Number of attempts: 2
Rail fence transposition cipher - 70 entries
Solve a rail fence transposition cipher using vim. This ciphertext was created using two rails. Use vim to transpose the text and recover the original quote.
- Best score: 14
- Best player score: 28
- Position: #19 / 24
- Number of attempts: 1
swap or reverse - 104 entries
Try to swap or reverse the line as needed.
- Best score: 16
- Best player score: 16
- Position: #8 / 62
- Number of attempts: 1
readability - 306 entries
Make the code readable by adding some spaces
- Best score: 18
- Best player score: 18
- Position: #7 / 145
- Number of attempts: 1
Interleave lines - 133 entries
This is some kind of « paste -d'\n' c b a ». There are many ways to achieve this.. just find the shortest!
- Best score: 17
- Best player score: 34
- Position: #37 / 54
- Number of attempts: 3
Logging with key - 292 entries
Sometimes it is better to log with meaningful key
- Best score: 21
- Best player score: 33
- Position: #57 / 84
- Number of attempts: 1
Space out the alphabet - 1590 entries
Put 3 spaces between adjacent letters.
- Best score: 15
- Best player score: 21
- Position: #265 / 433
- Number of attempts: 4
remove all lines in first part - 178 entries
From the second part, remove all lines in the first part. It can be useful when you have done something from a long list, you want to know what is not done yet!
- Best score: 13
- Best player score: 15
- Position: #13 / 62
- Number of attempts: 3
Fix the XML - 958 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 24
- Position: #107 / 279
- Number of attempts: 1
Line 'em up! - 367 entries
It can be so hard to keep everything neatly lined-up. Somebody clearly hasn't bothered here. Tidy it up, please!
- Best score: 17
- Best player score: 21
- Position: #63 / 105
- Number of attempts: 1
Shuffled numbers - 212 entries
Each number is paired with the number it should follow. That's enough information to put them in order.
- Best score: 15
- Best player score: 15
- Position: #10 / 88
- Number of attempts: 3
Mute the second method of this script - 439 entries
prepend a # infront of every line of the second method
- Best score: 9
- Best player score: 9
- Position: #62 / 233
- Number of attempts: 3
Remove hard line breaks - 58 entries
Text files with Hard breaks are not good for e-readers. We need remove all hard line breaks and have long lines.
- Best score: 10
- Best player score: 14
- Position: #13 / 28
- Number of attempts: 3
I forgot quotes - 15728 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1503 / 4114
- Number of attempts: 5
-a-b-c- - 3118 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 15
- Position: #531 / 1112
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 10533 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #660 / 3637
- Number of attempts: 3
Words in parens - 12736 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #643 / 3919
- Number of attempts: 4
Tiny column alignment - 39 entries
Align using the four blocks, don't forget to lowercase and have fun!
- Best score: 33
- Best player score: 40
- Position: #9 / 18
- Number of attempts: 8
Louis Caruana
Twitter: @louiecaruana
USAF vet, astronomy, Libertarian GOP, Linux, & soccer. Desperately hoping for an end of 1 party, 2 names government.