Played Challenges
Cleanining up 80 column concatenated text - 207 entries
1. Put the whole query on one line, remove the concatenation operators 2. Remove the double spaces that appear a few times in the query 3. Use string-interpolated variable statementPid rather than the ugly concatenation
- Best score: 31
- Best player score: 80
- Position: #80 / 81
- Number of attempts: 1
Vertical Limit - 2615 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 54
- Position: #765 / 772
- Number of attempts: 1
Remove semicolons after expressions - 669 entries
A follow-up for http://vimgolf.com/challenges/4fc9d767d3a0d4000100000e.
- Best score: 6
- Best player score: 8
- Position: #192 / 265
- Number of attempts: 1
Shebangs for all - 2062 entries
We've all seen or used a shebang once or twice. Ditch the specific paths and leave just a dynamic Ruby and Python bath behind.
- Best score: 11
- Best player score: 244
- Position: #525 / 525
- Number of attempts: 1
Reconstruct the Sentence - 1697 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 19
- Best player score: 24
- Position: #322 / 445
- Number of attempts: 2
Simple text editing with Vim - 13425 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 17
- Position: #2455 / 3848
- Number of attempts: 1
VimGolf