Played Challenges
Parsing with CSV: Unify lines and result. - 164 entries
col1;col2;col3;col4 A;1;4;5 A;3;4; A;1;4; # New output: col1;col2;col3;col4 A;1(2x);3;4(3x);5 any ideas?
- Best score: 21
- Best player score: 26
- Position: #66 / 72
- Number of attempts: 1
Exchanging Quotes - 801 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 40
- Position: #171 / 221
- Number of attempts: 2
replacing each line of a block selection - 2901 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 28
- Position: #580 / 759
- Number of attempts: 2
un-C-escape string - 55 entries
Convert escape sequences to characters
- Best score: 12
- Best player score: 12
- Position: #14 / 49
- Number of attempts: 1
switch variable - 5012 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #698 / 1728
- Number of attempts: 4
Ugly spreadsheet copy/paste to CSV - 953 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 44
- Position: #124 / 184
- Number of attempts: 2
Replacing some words - 418 entries
How fast could it be?
- Best score: 17
- Best player score: 25
- Position: #94 / 147
- Number of attempts: 4
Multiplication table. - 195 entries
Create a multiplication table.
- Best score: 31
- Best player score: 74
- Position: #32 / 63
- Number of attempts: 2
formatted text to markdown - 181 entries
You're converting some posts from an old blog to markdown. The formatted text is far closer to the finished product than the html markup, so it seems like a good place to start. Word wrapping seems to be the main area for optimization.
- Best score: 70
- Best player score: 80
- Position: #45 / 66
- Number of attempts: 2
Make it more readable - 1930 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 14
- Position: #135 / 636
- Number of attempts: 4
Line Zipper - 449 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 14
- Position: #76 / 209
- Number of attempts: 3
remove dupes from array - 1324 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 17
- Position: #33 / 328
- Number of attempts: 6
Alphabetize the directory - 281 entries
Put the contacts and their information in alphabetical order.
- Best score: 30
- Best player score: 32
- Position: #35 / 98
- Number of attempts: 3
PHP Array Syntax -> MailChimp Merge Syntax - 505 entries
I recently needed to send an e-mail to our marketing department listing allowed merge tags for our MailChimp campaigns. The allowed merge tags were determined from a PHP array in one of our PHP classes. I transformed the PHP class to MailChimp's syntax and sent the e-mail. It was, however, a long, laborious process. I'm still fairly new to Vim and would love to see how an expert Vim user would tackle one of my own, real-world problems. Thanks and have fun!
- Best score: 23
- Best player score: 39
- Position: #102 / 146
- Number of attempts: 2
Sort entries based on date - 359 entries
Sort some entries in a Ledger-file based on date.
- Best score: 11
- Best player score: 11
- Position: #27 / 113
- Number of attempts: 3
Whitespace, empty lines and tabs - 3136 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 19
- Position: #169 / 699
- Number of attempts: 6
Simple text editing with Vim - 11962 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #912 / 3502
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 6336 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 39
- Position: #655 / 1561
- Number of attempts: 1