Played Challenges
Swap values - 4609 entries
Well, swap the values...
- Best score: 11
- Best player score: 12
- Position: #427 / 1266
- Number of attempts: 3
V to the i - 4796 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #471 / 1891
- Number of attempts: 3
From argument to object - 1503 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: 19
- Position: #276 / 455
- Number of attempts: 2
Just the middle - 11423 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2407 / 4185
- Number of attempts: 1
Fiddle percentages into real numbers - 862 entries
Get rid of the '%' symbols and shift the decimal place. This is the easier version - all the columns line up.
- Best score: 13
- Best player score: 13
- Position: #48 / 289
- Number of attempts: 2
Combines all items - 313 entries
For each line that starts with the same number I want to combine its contents
- Best score: 9
- Best player score: 9
- Position: #54 / 140
- Number of attempts: 3
7th Birthday - 202 entries
We have a bunch of numbers written from 0 to 9 in the order present in the text input file. The task is to create 7 by replacing the numbers with dashes.
- Best score: 19
- Best player score: 19
- Position: #16 / 75
- Number of attempts: 4
comments galore - 1041 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #217 / 423
- Number of attempts: 3
Scrambled numbers - 807 entries
Four is NOT 1. One is 1.
- Best score: 18
- Best player score: 18
- Position: #21 / 184
- Number of attempts: 8
Collect List - 4298 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Position: #292 / 1190
- Number of attempts: 2
I forgot quotes - 15967 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1689 / 4174
- Number of attempts: 5
-a-b-c- - 3213 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 14
- Position: #359 / 1137
- Number of attempts: 3
Words in parens - 12928 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Position: #2363 / 3960
- Number of attempts: 2
Let's play some Ivmgolf - 1118 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 7
- Position: #106 / 445
- Number of attempts: 2
Remove noise from HTTP log - 717 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: 15
- Position: #110 / 273
- Number of attempts: 2
Simple text editing with Vim - 12680 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Position: #474 / 3665
- Number of attempts: 2