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: 28
- Position: #4561 / 7490
- Number of attempts: 1
Swap values - 4670 entries
Well, swap the values...
- Best score: 11
- Best player score: 14
- Position: #793 / 1285
- Number of attempts: 2
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 20
- Position: #2323 / 3893
- Number of attempts: 2
Separate the lines - 197 entries
Every other line is mixed up. Separate them into their original texts.
- Best score: 11
- Best player score: 35
- Position: #92 / 96
- Number of attempts: 3
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 9
- Position: #1749 / 1904
- Number of attempts: 3
remove lines containing the word "reader" - 3631 entries
easy stuff
- Best score: 9
- Best player score: 10
- Position: #865 / 1179
- Number of attempts: 5
Wrap the text of an email message to 79 characters - 852 entries
You're replying to an email with silly long lines. Clean them up.
- Best score: 5
- Best player score: 5
- Position: #307 / 441
- Number of attempts: 2
Search and Replace 0 - 5045 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 18
- Position: #1429 / 1644
- Number of attempts: 1
That hyphen - 2602 entries
"vim vi improved"
- Best score: 9
- Best player score: 19
- Position: #677 / 704
- Number of attempts: 1
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 10
- Position: #3913 / 4234
- Number of attempts: 2
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 18
- Position: #3416 / 4208
- Number of attempts: 1
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2545 / 3979
- Number of attempts: 3
expand a list comprehension (python) - 334 entries
Please show your way to convert a list comprehension in python to an ordinary for-loop expression!
- Best score: 42
- Best player score: 77
- Position: #106 / 110
- Number of attempts: 1
Change the content of a string - 1750 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 29
- Position: #566 / 639
- Number of attempts: 1
Simple text editing with Vim - 13427 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 17
- Position: #2631 / 3849
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 7532 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 49
- Position: #1441 / 1852
- Number of attempts: 1
VimGolf