Played Challenges
Remove line numbers - 736 entries
From http://web.archive.org/web/20140831121704/http://dirac.org/linux/gdb/02a-Memory_Layout_And_The_Stack.php#investigatingthestackwithgdb.
- Best score: 9
- Best player score: 12
- Position: #75 / 198
- Number of attempts: 8
Find fix point of cos - 1403 entries
Write a function to find the fix point of cos. It is not a good code; It is just to use vim. Inspired by the excellent https://mvanier.livejournal.com/2897.html about the Y combinator.
- Best score: 14
- Best player score: 15
- Position: #159 / 416
- Number of attempts: 3
Paste a column after a column - 2537 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 16
- Position: #179 / 553
- Number of attempts: 7
delete swap - 1786 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #380 / 555
- Number of attempts: 2
Swap values - 4622 entries
Well, swap the values...
- Best score: 11
- Best player score: 13
- Position: #640 / 1269
- Number of attempts: 4
V to the i - 4806 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #78 / 1894
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10669 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #468 / 3684
- Number of attempts: 6
Words in parens - 12939 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2150 / 3964
- Number of attempts: 2
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: 30
- Position: #386 / 480
- Number of attempts: 1
Vertical Limit - 2540 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 25
- Position: #353 / 755
- Number of attempts: 4
The Cake is a Lie - 1346 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 10
- Position: #394 / 527
- Number of attempts: 3
Simple text editing with Vim - 12822 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 18
- Position: #2608 / 3698
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 7008 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 45
- Position: #1159 / 1712
- Number of attempts: 3