Played Challenges
Simple, Practical, and Common - 33930 entries
Simple things we do all the time should be able to be done with very few keystrokes, but sometimes I find something I need to do makes me go, "There MUST be a better way." This challenge is just a simple movement and entering text at a certain place.
- Best score: 22
- Best player score: 29
- Position: #4729 / 7490
- Number of attempts: 3
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 22
- Position: #2613 / 3893
- Number of attempts: 3
Add semicolons - 10923 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 16
- Position: #2449 / 3087
- Number of attempts: 3
Split line with dots - 2156 entries
This line is too long, split it.
- Best score: 15
- Best player score: 20
- Position: #363 / 636
- Number of attempts: 2
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #937 / 4234
- Number of attempts: 8
Todo list specification - 408 entries
The every item on the todo list must be done today. Modify the list to reflect that.
- Best score: 37
- Best player score: 37
- Position: #34 / 184
- Number of attempts: 4
Python Hello World! Reformatting - 1011 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 43
- Position: #182 / 387
- Number of attempts: 4
Vice versa - 7981 entries
Little role switching.
- Best score: 12
- Best player score: 13
- Position: #783 / 2147
- Number of attempts: 10
Scrambled numbers - 814 entries
Four is NOT 1. One is 1.
- Best score: 18
- Best player score: 36
- Position: #168 / 185
- Number of attempts: 2
Sorting database text output - 223 entries
Sometimes it is nice to be able to quickly take column-formatted text output from the SQL command line and turn it into a list of useful data. In this case we want a unique, sorted list of the values from the second column combined into one comma-separated list. What is the fewest strokes you can do this in?
- Best score: 24
- Best player score: 28
- Position: #72 / 83
- Number of attempts: 4
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 10
- Position: #407 / 4208
- Number of attempts: 8
-a-b-c- - 3225 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 13
- Position: #163 / 1140
- Number of attempts: 3
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 14
- Position: #808 / 3979
- Number of attempts: 8
Remove noise from HTTP log - 732 entries
This piece of log (from the year 2000) contains some irrelevant data. We only want to see the HTTP method and resource.
- Best score: 15
- Best player score: 15
- Position: #104 / 278
- Number of attempts: 7
Ugly spreadsheet copy/paste to CSV - 1015 entries
convert an ugly spreadsheet copy/paste into a CSV format.
- Best score: 19
- Best player score: 37
- Position: #122 / 195
- Number of attempts: 1
VimGolf