Played Challenges
Readable Rubyhash - 232 entries
Rubyists talk about being cutting edge but how many are using 1.9 in production? Time to convert those verbose 1.8 hashes in to symbolic, succinct 1.9 beauties!
- Best score: 23
- Best player score: 38
- Number of attempts: 1
Whitespace, empty lines and tabs - 2604 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 31
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 5570 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 41
- Number of attempts: 3
Let's play some Ivmgolf - 949 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 27
- Number of attempts: 2
Simple text editing with Vim - 10708 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Number of attempts: 2
NATO phonetic alphabet - 407 entries
Transform the series of words into a list.
- Best score: 19
- Best player score: 28
- Number of attempts: 1
A simple change - 362 entries
Just change the numbers in the most efficient way ...
- Best score: 12
- Best player score: 22
- Number of attempts: 1
The name of the game - 588 entries
End up with the name of the game.
- Best score: 11
- Best player score: 24
- Number of attempts: 1
SFD-ROC: vimvimvim - 1325 entries
Oh no, this line is longer than 80 chars... put each 'vim' on a new line.
- Best score: 8
- Best player score: 27
- Number of attempts: 1
Contributed Challenges
Add links to an existing HTML table - 59 entries
Add these links at that top to the respective table cell. First link, first cell, etc.