Played Challenges
From argument to object - 1246 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
- Number of attempts: 2
Fiddle percentages into real numbers - 784 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
- Number of attempts: 2
Combines all items - 258 entries
For each line that starts with the same number I want to combine its contents
- Best score: 9
- Best player score: 9
- Number of attempts: 3
7th Birthday - 180 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
- Number of attempts: 4
Scrambled numbers - 769 entries
Four is NOT 1. One is 1.
- Best score: 18
- Best player score: 18
- Number of attempts: 8
Swap values - 4374 entries
Well, swap the values...
- Best score: 11
- Best player score: 12
- Number of attempts: 3
comments galore - 945 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Number of attempts: 3
Collect List - 4138 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 12
- Number of attempts: 2
Just the middle - 11070 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Number of attempts: 1
I forgot quotes - 15627 entries
Oops.
- Best score: 10
- Best player score: 14
- Number of attempts: 5
-a-b-c- - 3077 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 14
- Number of attempts: 3
V to the i - 4591 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Number of attempts: 3
Words in parens - 12674 entries
We should all ace this, right?
- Best score: 13
- Best player score: 16
- Number of attempts: 2
Let's play some Ivmgolf - 976 entries
Oops, I spelled that wrong.
- Best score: 7
- Best player score: 7
- Number of attempts: 2
Remove noise from HTTP log - 631 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
- Number of attempts: 2
Simple text editing with Vim - 11332 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 13
- Number of attempts: 2