Played Challenges
PHP <--> Java class conversion Part 1 - 211 entries
Convert this tiny php class to adequate java one.
- Best score: 65
- Best player score: 88
- Position: #23 / 61
- Number of attempts: 4
Sort the cardinal numbers - 284 entries
Maybe a simple challenge.
- Best score: 12
- Best player score: 14
- Position: #86 / 143
- Number of attempts: 1
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: 81
- Position: #50 / 66
- Number of attempts: 4
Make it more readable - 1930 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 17
- Position: #410 / 636
- Number of attempts: 2
Line Zipper - 449 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 16
- Position: #131 / 209
- Number of attempts: 2
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: 31
- Position: #300 / 328
- Number of attempts: 4
PHP <--> Java class conversion Part 2 - 95 entries
Same class but reverse!
- Best score: 80
- Best player score: 125
- Position: #22 / 37
- Number of attempts: 3
Alphabetize the directory - 281 entries
Put the contacts and their information in alphabetical order.
- Best score: 30
- Best player score: 40
- Position: #78 / 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: 44
- Position: #113 / 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: 19
- Position: #95 / 113
- Number of attempts: 2
Numbering a List - 1849 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 25
- Position: #492 / 636
- Number of attempts: 2