Played Challenges
Simple, Practical, and Common - 33929 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: #4856 / 7489
- Number of attempts: 1
Swap values - 4667 entries
Well, swap the values...
- Best score: 11
- Best player score: 18
- Position: #1157 / 1284
- Number of attempts: 1
prepend * to every non-blank line - 6380 entries
Prepend an asterisk to every non-blank line in the input file.
- Best score: 10
- Best player score: 20
- Position: #1287 / 1557
- Number of attempts: 2
One number per line - 18840 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1317 / 3893
- Number of attempts: 9
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1329 / 1904
- Number of attempts: 2
Applying same text modification in several lines - 2920 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 18
- Position: #675 / 864
- Number of attempts: 1
Swap the operands under comparison - 318 entries
Swap the operands under comparison to prevent null pointer exception (at least in java)
- Best score: 19
- Best player score: 26
- Position: #81 / 106
- Number of attempts: 1
remove lines containing the word "reader" - 3631 entries
easy stuff
- Best score: 9
- Best player score: 13
- Position: #1010 / 1179
- Number of attempts: 4
Com(m)a Trouble - 3968 entries
Someone was real stupid when placing his commas. Can you fix it?
- Best score: 12
- Best player score: 28
- Position: #755 / 901
- Number of attempts: 1
From argument to object - 1536 entries
This task typifies those programmers endure while coding. This C-family pseudocode needs a function argument to be repurposed as an object call. Simply search and replace? Repeat a pattern of edits?
- Best score: 17
- Best player score: 20
- Position: #344 / 466
- Number of attempts: 3
Copy three lines - 2882 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 23
- Position: #526 / 642
- Number of attempts: 1
Search and Replace 0 - 5042 entries
Replace every instance of 'aaa' with 'xaaax'.
- Best score: 12
- Best player score: 18
- Position: #1404 / 1643
- Number of attempts: 3
Number Sort - 321 entries
sort the list of newline-separated numbers incrementally. Numbers are in the range 1 to 1000, with 500 missing
- Best score: 9
- Best player score: 9
- Position: #77 / 171
- Number of attempts: 3
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2749 / 4234
- Number of attempts: 1
Adam's challenge - 1010 entries
Change both normal to bold and 4 by 2. Adam Wathan challenge this on twitter . He did it in 11 keystrokes on Sublime.
- Best score: 18
- Best player score: 24
- Position: #235 / 277
- Number of attempts: 1
Vice versa - 7981 entries
Little role switching.
- Best score: 12
- Best player score: 20
- Position: #1885 / 2147
- Number of attempts: 1
Collect List - 4317 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 14
- Position: #663 / 1194
- Number of attempts: 1
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 22
- Position: #3851 / 4208
- Number of attempts: 1
-a-b-c- - 3225 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 17
- Position: #1008 / 1140
- Number of attempts: 1
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 21
- Position: #3508 / 3979
- Number of attempts: 1
VimGolf