Played Challenges
Define to require - 118 entries
When JSHint is enabled, there's a rule that doesn't let you have more than 6 arguments in a function, so the moment you need to add a 7th argument, you need to do a refactoring.
- Best score: 62
- Best player score: 77
- Number of attempts: 3
Saving the hashes(#) - 1920 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: 30
- Number of attempts: 1
Enumerate words - 226 entries
Enumerate the unique words in order.
- Best score: 23
- Best player score: 34
- Number of attempts: 1
Swap assigned value - 525 entries
Simple problem but looking for interesting solutions.
- Best score: 10
- Best player score: 13
- 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: 2
Harder than "abcd > a b c d" - 64 entries
Not as easy as the last challenge. This time, just one space between a and b, up to 25 spaces between y and z. (Removed some lines; diff was too long.)
- Best score: 15
- Best player score: 26
- Number of attempts: 1
abcd > a b c d - 248 entries
transform the single spaces into 4 spaces repeat for each line
- Best score: 15
- Best player score: 15
- Number of attempts: 1
lamb had a little Mary - 537 entries
"Mary" and "lamb" are swapped. Unswap them. Fast as you can.
- Best score: 16
- Best player score: 36
- Number of attempts: 2
Python: Lots of function arguments - 73 entries
The function definition is too long for one line. The modeline helps you with some typical Python indent settings.
- Best score: 13
- Best player score: 14
- Number of attempts: 1
Readable Rubyhash - 233 entries
Rubyists talk about being cutting edge but how many are using 1.9 in production? Time to convert those verbose 1.8 hashes in to symbolic, succinct 1.9 beauties!
- Best score: 23
- Best player score: 28
- Number of attempts: 1
Extract text from xml - 101 entries
Extract text from xml file (ignoring commented out elements) and create a one line regex.
- Best score: 28
- Best player score: 38
- Number of attempts: 1
Printable ASCII characters - 95 entries
From a blank input, print all 95 printing ASCII characters one per line, from space to tilde.
- Best score: 22
- Best player score: 48
- Number of attempts: 1
A simple change - 377 entries
Just change the numbers in the most efficient way ...
- Best score: 12
- Best player score: 14
- Number of attempts: 1
Let's play some Ivmgolf - 976 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 9
- Number of attempts: 2
Unwrap the text of an email message - 154 entries
Reverse of "Wrap the text of an email message to 79 characters". gq and gw are great for wrapping paragraphs. But sometimes other programs choke on your wrapped lines. What's the best way to un-gq?
- Best score: 16
- Best player score: 24
- Number of attempts: 1
The name of the game - 597 entries
End up with the name of the game.
- Best score: 11
- Best player score: 11
- Number of attempts: 3
Switch function arguments - 1918 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 12
- Number of attempts: 2
Remove semicolons after expressions - 499 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 8
- Number of attempts: 1
Append semicolon after expressions - 899 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 12
- Number of attempts: 3
The meaning - 515 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Number of attempts: 2
replacing each line of a block selection - 2739 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 18
- Number of attempts: 8
switch variable - 4856 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Number of attempts: 2
Search and Replace 0 - 4508 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 12
- Number of attempts: 6
Remember FizzBuzz? - 548 entries
Output FizzBuzz to 100. Start with nothing.
- Best score: 39
- Best player score: 55
- Number of attempts: 5
Change the content of a string - 1270 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 22
- Number of attempts: 5
Add fold markers to a .c file - 447 entries
Fold markers can make it easier to navigate source code. Add them to this .c file.
- Best score: 30
- Best player score: 30
- Number of attempts: 8
Reconstruct the Sentence - 1042 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 21
- Number of attempts: 2
Sort and add attributes - 1113 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 34
- Number of attempts: 2
Whitespace, empty lines and tabs - 2761 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Number of attempts: 6
Simple text editing with Vim - 11306 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: 3
Reformat/Refactor a Golfer Class - 5779 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 32
- Number of attempts: 10