Played Challenges
Simple, Practical, and Common - 33613 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: 26
- Position: #3470 / 7417
- Number of attempts: 5
Get mail address from outlook format - 649 entries
Create a mail list space separated of mail list formatted by outlook
- Best score: 15
- Best player score: 17
- Position: #131 / 204
- Number of attempts: 5
Swap values - 4616 entries
Well, swap the values...
- Best score: 11
- Best player score: 12
- Position: #394 / 1268
- Number of attempts: 5
prepend * to every non-blank line - 6308 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 11
- Position: #535 / 1537
- Number of attempts: 6
One number per line - 18725 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1072 / 3862
- Number of attempts: 5
V to the i - 4802 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #855 / 1893
- Number of attempts: 4
Add semicolons - 10851 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 11
- Position: #1398 / 3063
- Number of attempts: 4
Split line with dots - 2144 entries
This line is too long, split it.
- Best score: 15
- Best player score: 16
- Position: #179 / 634
- Number of attempts: 4
remove lines containing the word "reader" - 3583 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #759 / 1161
- Number of attempts: 1
Box it - 7904 entries
Create a box around a line.
- Best score: 21
- Best player score: 27
- Position: #1175 / 1875
- Number of attempts: 2
Search and Replace 0 - 4989 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 13
- Position: #790 / 1624
- Number of attempts: 7
That hyphen - 2595 entries
"vim vi improved"
- Best score: 9
- Best player score: 10
- Position: #273 / 701
- Number of attempts: 7
Just the middle - 11448 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #1871 / 4196
- Number of attempts: 4
Line under headers - 2037 entries
Put a line under each header, and remove the other markdown formatting.
- Best score: 24
- Best player score: 38
- Position: #422 / 501
- Number of attempts: 1
I forgot quotes - 15980 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1946 / 4179
- Number of attempts: 7
NBCU Weekly Challenge - Test - 253 entries
Just testing.
- Best score: 18
- Best player score: 20
- Position: #93 / 116
- Number of attempts: 2
NBCU Weekly Challenge - #0 - 139 entries
One of our favorites lines here at NBCU! p.s. The first version of #0 was deleted due to me copy/pasting a HTML entity. Congrats to the one who figured that out, you are a true ninja warrior!
- Best score: 30
- Best player score: 33
- Position: #34 / 58
- Number of attempts: 3
Comparing scores - 112 entries
If Alice and Bob both did the challenge, put their entries together in the top paragraph, so we can compare their scores more easily.
- Best score: 18
- Best player score: 67
- Position: #35 / 35
- Number of attempts: 2
Don't know what this is - 2022 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: #297 / 585
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10663 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #1876 / 3683
- Number of attempts: 2
quotes inside quotes - 3159 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: 15
- Position: #501 / 1078
- Number of attempts: 4
Words in parens - 12930 entries
We should all ace this, right?
- Best score: 13
- Best player score: 15
- Position: #1253 / 3962
- Number of attempts: 2
Delete unwanted lines - 411 entries
Delete all lines which does not end in "o.."
- Best score: 9
- Best player score: 9
- Position: #95 / 229
- Number of attempts: 2
Minimalist Limerick - 520 entries
Reproduce this lovely poem.
- Best score: 30
- Best player score: 48
- Position: #160 / 174
- Number of attempts: 2
Prefixes and suffixes - 629 entries
Generate all prefixes of "vimchallenge", then all suffixes.
- Best score: 17
- Best player score: 27
- Position: #108 / 196
- Number of attempts: 7
lamb had a little Mary - 609 entries
"Mary" and "lamb" are swapped. Unswap them. Fast as you can.
- Best score: 16
- Best player score: 38
- Position: #117 / 168
- Number of attempts: 1
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: 27
- Position: #240 / 480
- Number of attempts: 5
Let's play some Ivmgolf - 1118 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 9
- Position: #215 / 445
- Number of attempts: 4
replacing each line of a block selection - 2999 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 21
- Position: #366 / 777
- Number of attempts: 1
Switch function arguments - 2139 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 13
- Position: #383 / 663
- Number of attempts: 3
Append semicolon after expressions - 1056 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Position: #58 / 419
- Number of attempts: 2
switch variable - 5071 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #771 / 1748
- Number of attempts: 3
Make it more readable - 2005 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 16
- Position: #383 / 650
- Number of attempts: 1
Numbering a List - 1931 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 19
- Position: #248 / 652
- Number of attempts: 3
Sort and add attributes - 1447 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 34
- Position: #349 / 562
- Number of attempts: 4
Simple text editing with Vim - 12787 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1849 / 3688
- Number of attempts: 7
Fnord Everywhere
Twitter: @FnordE
Sysadmin with strong emphasis on CI/CD and attemting to live the Devops Culture