Played Challenges
Rearrange array to single level - 1499 entries
The goal is to flatten the array into a single list and remove any empty elements.
- Best score: 14
- Best player score: 23
- Position: #90 / 248
- Number of attempts: 1
Rearrange array to one line - 707 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 20
- Position: #76 / 170
- Number of attempts: 3
Copy punctuation - 574 entries
I want to copy the last line’s brackets, quotes, and commas to each line. How?
- Best score: 19
- Best player score: 34
- Position: #64 / 145
- Number of attempts: 2
Populate 3D bone names list - 636 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 31
- Position: #102 / 164
- Number of attempts: 5
Tabbed Table to Python Array - 743 entries
Not payed by the hour? So make it fast ;-) The table contains the relative occurencies of bigrams (two consecutive letters) in 1/100,000 in the german language, copy-pasted from http://www.mathe.tu-freiberg.de/~hebisch/cafe/kryptographie/bigramme.html
- Best score: 50
- Best player score: 66
- Position: #133 / 180
- Number of attempts: 2
Fizzbuzz - 586 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 44
- Best player score: 77
- Position: #87 / 169
- Number of attempts: 2
Generate a very basic Python constructor (fixed) - 1264 entries
Original by @BiddulphCaleb (http://www.vimgolf.com/challenges/6019f1c4642668000cee11e8) - had some extra spaces in output file.
- Best score: 29
- Best player score: 117
- Position: #256 / 272
- Number of attempts: 1
Fix the shell script! - 2605 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 31
- Position: #275 / 606
- Number of attempts: 3
Visual block training - 1089 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 56
- Position: #159 / 206
- Number of attempts: 1
Context Insensitive completion 1 - 512 entries
Finish writing this simple Python HTTP server.
- Best score: 18
- Best player score: 56
- Position: #247 / 248
- Number of attempts: 1
Sort and add attributes - 1499 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 34
- Position: #395 / 581
- Number of attempts: 3
Whitespace, empty lines and tabs - 3793 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 25
- Position: #416 / 814
- Number of attempts: 3
Simple text editing with Vim - 13092 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #2018 / 3765
- Number of attempts: 5
Reformat/Refactor a Golfer Class - 7229 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 10
- Best player score: 44
- Position: #1151 / 1778
- Number of attempts: 3