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 - 791 entries
Sometimes you need to exchange a choice of quotes in some code.
- Best score: 30
- Best player score: 40
- Position: #169 / 218
- Number of attempts: 2
replacing each line of a block selection - 2791 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 28
- Position: #563 / 732
- Number of attempts: 2
un-C-escape string - 54 entries
Convert escape sequences to characters
- Best score: 12
- Best player score: 12
- Position: #14 / 48
- Number of attempts: 1
switch variable - 4917 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 12
- Position: #686 / 1701
- Number of attempts: 4
Ugly spreadsheet copy/paste to CSV - 840 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 44
- Position: #119 / 173
- Number of attempts: 2
Replacing some words - 412 entries
How fast could it be?
- Best score: 17
- Best player score: 25
- Position: #93 / 145
- 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 - 180 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 / 65
- Number of attempts: 2
Make it more readable - 1891 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 14
- Position: #133 / 622
- Number of attempts: 4
Line Zipper - 443 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 14
- Position: #75 / 206
- Number of attempts: 3
remove dupes from array - 1290 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 / 325
- Number of attempts: 6
Alphabetize the directory - 269 entries
Put the contacts and their information in alphabetical order.
- Best score: 30
- Best player score: 32
- Position: #34 / 97
- Number of attempts: 3
PHP Array Syntax -> MailChimp Merge Syntax - 482 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: #101 / 143
- Number of attempts: 2
Sort entries based on date - 339 entries
Sort some entries in a Ledger-file based on date.
- Best score: 11
- Best player score: 11
- Position: #27 / 110
- Number of attempts: 3
Whitespace, empty lines and tabs - 2980 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 19
- Position: #157 / 664
- Number of attempts: 6
Simple text editing with Vim - 11637 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #895 / 3413
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 6015 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 39
- Position: #639 / 1482
- Number of attempts: 1