Played Challenges
Remove line numbers - 747 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 / 200
- Number of attempts: 8
Find fix point of cos - 1432 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: #161 / 424
- Number of attempts: 3
Paste a column after a column - 2610 entries
This task is very common while using multi-cursor. What is the elegant vim way ?
- Best score: 14
- Best player score: 16
- Position: #184 / 566
- Number of attempts: 7
delete swap - 1814 entries
delete all swap
- Best score: 5
- Best player score: 5
- Position: #380 / 565
- Number of attempts: 2
Swap values - 4647 entries
Well, swap the values...
- Best score: 11
- Best player score: 13
- Position: #642 / 1276
- Number of attempts: 4
V to the i - 4824 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #78 / 1899
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10699 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #468 / 3695
- Number of attempts: 6
Words in parens - 12975 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2155 / 3971
- 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 - 2574 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 25
- Position: #355 / 761
- Number of attempts: 4
The Cake is a Lie - 1374 entries
Correct the capitalization of each word
- Best score: 9
- Best player score: 10
- Position: #397 / 534
- Number of attempts: 3
Simple text editing with Vim - 13143 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 18
- Position: #2657 / 3777
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 7259 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 10
- Best player score: 45
- Position: #1183 / 1791
- Number of attempts: 3