Played Challenges
HS exam question - 1275 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 63
- Position: #113 / 347
- Number of attempts: 1
delete swap - 1268 entries
delete all swap
- Best score: 5
- Best player score: 21
- Position: #394 / 403
- Number of attempts: 1
Simple, Practical, and Common - 33236 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: 23
- Position: #2514 / 7330
- Number of attempts: 6
Add semicolons - 10744 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 12
- Position: #1926 / 3030
- Number of attempts: 3
From argument to object - 1450 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: 38
- Position: #438 / 444
- Number of attempts: 1
Just the middle - 11318 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #911 / 4152
- Number of attempts: 3
Stairstep digits - 366 entries
Remove the evens. Double the odds.
- Best score: 9
- Best player score: 13
- Position: #82 / 137
- Number of attempts: 1
Adam's challenge - 928 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: 19
- Position: #102 / 261
- Number of attempts: 5
Order and join - 913 entries
There's something special about the input order.
- Best score: 10
- Best player score: 14
- Position: #198 / 248
- Number of attempts: 1
I forgot quotes - 15880 entries
Oops.
- Best score: 10
- Best player score: 19
- Position: #3478 / 4146
- Number of attempts: 2
SFD-ROC: vimvimvim - 1550 entries
Oh no, this line is longer than 80 chars... put each 'vim' on a new line.
- Best score: 8
- Best player score: 15
- Position: #406 / 435
- Number of attempts: 2
Contributed Challenges
From argument to object - 1450 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?