Played Challenges
HS exam question - 1578 entries
Convert the data to a python dictionary
- Best score: 47
- Best player score: 63
- Position: #138 / 416
- Number of attempts: 1
delete swap - 1776 entries
delete all swap
- Best score: 5
- Best player score: 21
- Position: #537 / 550
- Number of attempts: 2
Simple, Practical, and Common - 33609 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: #2536 / 7415
- Number of attempts: 6
Add semicolons - 10848 entries
Simply add a semicolon at the end of each line
- Best score: 10
- Best player score: 12
- Position: #1947 / 3061
- Number of attempts: 3
From argument to object - 1505 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: #451 / 457
- Number of attempts: 1
Just the middle - 11446 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #911 / 4194
- Number of attempts: 3
Stairstep digits - 394 entries
Remove the evens. Double the odds.
- Best score: 9
- Best player score: 13
- Position: #83 / 145
- Number of attempts: 1
Adam's challenge - 984 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: #108 / 270
- Number of attempts: 5
Order and join - 983 entries
There's something special about the input order.
- Best score: 10
- Best player score: 14
- Position: #208 / 259
- Number of attempts: 1
I forgot quotes - 15977 entries
Oops.
- Best score: 10
- Best player score: 19
- Position: #3502 / 4177
- Number of attempts: 2
SFD-ROC: vimvimvim - 1606 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: #415 / 446
- Number of attempts: 2
Contributed Challenges
From argument to object - 1505 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?