Played Challenges
Simple, Practical, and Common - 33866 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: 27
- Position: #3883 / 7474
- Number of attempts: 3
One number per line - 18831 entries
Just give me the numbers.
- Best score: 14
- Best player score: 22
- Position: #2666 / 3889
- 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: 18
- Position: #205 / 466
- Number of attempts: 4
Just the middle - 11541 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2473 / 4230
- Number of attempts: 1
Todo list specification - 405 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: #37 / 183
- Number of attempts: 1
Create a table - 333 entries
Convert the given input into a formatted table
- Best score: 16
- Best player score: 19
- Position: #77 / 106
- Number of attempts: 1
Array transposition - 2436 entries
Transpose two arrays into one.
- Best score: 16
- Best player score: 18
- Position: #179 / 452
- Number of attempts: 1
VimGolf