Played Challenges
Simple, Practical, and Common - 33843 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: #3914 / 7469
- Number of attempts: 4
Swap values - 4656 entries
Well, swap the values...
- Best score: 11
- Best player score: 18
- Position: #1152 / 1281
- Number of attempts: 1
One number per line - 18830 entries
Just give me the numbers.
- Best score: 14
- Best player score: 14
- Position: #337 / 3888
- Number of attempts: 10
Applying same text modification in several lines - 2915 entries
Remove identical text at the beginning of several lines and the closing parenthesis.
- Best score: 12
- Best player score: 14
- Position: #304 / 863
- Number of attempts: 3
Split line with dots - 2156 entries
This line is too long, split it.
- Best score: 15
- Best player score: 15
- Position: #125 / 636
- Number of attempts: 9
Box it - 7961 entries
Create a box around a line.
- Best score: 21
- Best player score: 27
- Position: #1134 / 1890
- 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: 17
- Position: #64 / 466
- Number of attempts: 3
Every other line - 2925 entries
AaAaAaA
- Best score: 12
- Best player score: 17
- Position: #491 / 707
- Number of attempts: 3
Just the middle - 11534 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 7
- Position: #1015 / 4227
- Number of attempts: 2
Team names - 1848 entries
The team names are misspelled.
- Best score: 16
- Best player score: 16
- Position: #30 / 592
- Number of attempts: 8
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: 40
- Position: #157 / 183
- Number of attempts: 5
Back to the roots - 69 entries
Johnny has a file with more integers. He wants to change each number with its square root. Can you help him?
- Best score: 20
- Best player score: 23
- Position: #9 / 40
- Number of attempts: 2
Missing Library and a Typo - 943 entries
I forgot to add a c library, please add it for me. Also I'm bad at typing so fix my typo too.
- Best score: 14
- Best player score: 24
- Position: #198 / 221
- Number of attempts: 5
Simple addition - 332 entries
The right side of the equation is already there. We just need the left one now.
- Best score: 12
- Best player score: 12
- Position: #35 / 124
- Number of attempts: 5
create arrows in a list - 130 entries
Add arrow at same distance
- Best score: 10
- Best player score: 10
- Position: #47 / 78
- Number of attempts: 1
Create a table - 333 entries
Convert the given input into a formatted table
- Best score: 16
- Best player score: 20
- Position: #82 / 106
- Number of attempts: 3
Add Go XML to structure tags - 184 entries
The Go programming language can directly map XML to structure fields. Add the correct XML tag after each field.
- Best score: 23
- Best player score: 30
- Position: #45 / 74
- Number of attempts: 1
Not enough Ps - 67 entries
Different type of code
- Best score: 13
- Best player score: 13
- Position: #20 / 36
- Number of attempts: 2
I forgot quotes - 16089 entries
Oops.
- Best score: 10
- Best player score: 16
- Position: #2605 / 4200
- Number of attempts: 3
Gray area - 749 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 16
- Position: #259 / 272
- Number of attempts: 3
Where should I put the Newline? - 883 entries
Help me put the newline.
- Best score: 7
- Best player score: 7
- Position: #194 / 438
- Number of attempts: 3
A HAPPY NEW YEAR 2014 ! - 10712 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 12
- Position: #2267 / 3699
- Number of attempts: 1
Words in parens - 12991 entries
We should all ace this, right?
- Best score: 13
- Best player score: 21
- Position: #3488 / 3976
- Number of attempts: 4
The meaning - 577 entries
Numbers are fun!
- Best score: 5
- Best player score: 5
- Position: #271 / 364
- Number of attempts: 2
Contributed Challenges
Back to the roots - 69 entries
Johnny has a file with more integers. He wants to change each number with its square root. Can you help him?
VimGolf