Played Challenges
Simple, Practical, and Common - 27241 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: 33
- Number of attempts: 1
From argument to object - 1135 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: 21
- Number of attempts: 1
Swap values - 3796 entries
Well, swap the values...
- Best score: 11
- Best player score: 16
- Number of attempts: 1
Copy three lines - 2256 entries
If the site is up (by some miracle), make the text under every header identical.
- Best score: 13
- Best player score: 22
- Number of attempts: 1
A HAPPY NEW YEAR 2014 ! - 9782 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 15
- Number of attempts: 1
Remember VimGolf Rules ! - 205 entries
Rules, ... and don't forget !
- Best score: 7
- Best player score: 8
- Number of attempts: 1
Vice versa - 6313 entries
Little role switching.
- Best score: 12
- Best player score: 24
- Number of attempts: 1
Make it more readable - 1775 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 18
- Number of attempts: 1
Extract argument from function - 2061 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 18
- Number of attempts: 1
Words in parens - 11449 entries
We should all ace this, right?
- Best score: 14
- Best player score: 21
- Number of attempts: 1
Just the middle - 9769 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Number of attempts: 1
Remove noise from HTTP log - 620 entries
This piece of log (from the year 2000) contains some irrelevant data. We only want to see the HTTP method and resource.
- Best score: 15
- Best player score: 17
- Number of attempts: 2
-a-b-c- - 2732 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 17
- Number of attempts: 1
One number per line - 14457 entries
Just give me the numbers.
- Best score: 14
- Best player score: 27
- Number of attempts: 1
Angular naming conventions - 270 entries
In angular, a directive name follows the camelCase convention. When the directive is used in an HTML template, the words are instead separated by a dash. Go from to the other the fastest!
- Best score: 18
- Best player score: 23
- Number of attempts: 1
Condensed Cases - 710 entries
Apple's new programming language, Swift, allows two style of case statements: 1) one Enum case on each line, or 2) multiple Enum cases on a single line. Convert the following from the first case (no pun intended) to the second type.
- Best score: 12
- Best player score: 17
- Number of attempts: 1
I forgot quotes - 12906 entries
Oops.
- Best score: 10
- Best player score: 18
- Number of attempts: 1