Played Challenges
Rearrange array to single level - 971 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: #59 / 166
- Number of attempts: 1
Rearrange array to one line - 450 entries
Rearrange the array content on only one line, and remove trailing commas
- Best score: 13
- Best player score: 20
- Position: #49 / 117
- Number of attempts: 3
Copy punctuation - 398 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: #46 / 95
- Number of attempts: 2
Populate 3D bone names list - 580 entries
Ran into this at work, excited to see how this gets optimized
- Best score: 21
- Best player score: 31
- Position: #92 / 147
- Number of attempts: 5
Tabbed Table to Python Array - 706 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: #128 / 174
- Number of attempts: 2
Fizzbuzz - 557 entries
type the first 100 lines of the fizzbuzz problem
- Best score: 45
- Best player score: 77
- Position: #84 / 166
- Number of attempts: 2
Generate a very basic Python constructor (fixed) - 1250 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: #254 / 270
- Number of attempts: 1
Fix the shell script! - 2540 entries
Fix the shell script with the fewest keystrokes!
- Best score: 26
- Best player score: 31
- Position: #271 / 587
- Number of attempts: 3
Visual block training - 1069 entries
You see the input. You see the output. Go.
- Best score: 17
- Best player score: 56
- Position: #156 / 203
- Number of attempts: 1
Context Insensitive completion 1 - 494 entries
Finish writing this simple Python HTTP server.
- Best score: 18
- Best player score: 56
- Position: #242 / 243
- Number of attempts: 1
Sort and add attributes - 1418 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 34
- Position: #379 / 551
- Number of attempts: 3
Whitespace, empty lines and tabs - 3567 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 25
- Position: #394 / 770
- Number of attempts: 3
Simple text editing with Vim - 12626 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #1994 / 3652
- Number of attempts: 5
Reformat/Refactor a Golfer Class - 6824 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 28
- Best player score: 44
- Position: #1114 / 1673
- Number of attempts: 3