Played Challenges
Simple, Practical, and Common - 33236 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: 25
- Position: #3119 / 7330
- Number of attempts: 7
One number per line - 18559 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1038 / 3830
- Number of attempts: 5
Prime Numbers - 340 entries
List the first 100 prime numbers.
- Best score: 34
- Best player score: 374
- Position: #95 / 100
- Number of attempts: 2
Just the middle - 11318 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2107 / 4152
- Number of attempts: 1
Basic renumbering - 5514 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #19 / 1249
- Number of attempts: 7
Vice versa - 7675 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #159 / 2078
- Number of attempts: 4
SQL to YAML - 45 entries
Should be easy with vim, or not?
- Best score: 72
- Best player score: 89
- Position: #14 / 20
- Number of attempts: 1
Mirrored text - 163 entries
backward and forward, and long enough to be challenging
- Best score: 14
- Best player score: 15
- Position: #22 / 69
- Number of attempts: 3
Inner hyphens - 124 entries
Yet another hyphen challenge. Adding 5 hyphens to a file shouldn't be too hard.
- Best score: 11
- Best player score: 12
- Position: #31 / 77
- Number of attempts: 1
Scrambled numbers - 775 entries
Four is NOT 1. One is 1.
- Best score: 18
- Best player score: 20
- Position: #49 / 181
- Number of attempts: 2
Manual SQL - 114 entries
Change select and insert queries to simulate inserting a new record.
- Best score: 49
- Best player score: 52
- Position: #6 / 44
- Number of attempts: 2
Fix the XML - 962 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 18
- Position: #36 / 280
- Number of attempts: 7
Condensed Cases - 777 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: 15
- Position: #164 / 240
- Number of attempts: 2
I forgot quotes - 15880 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1629 / 4146
- Number of attempts: 2
Don't know what this is - 1961 entries
Replace contents of brackets with matching number of spaces. Don't ask what the format's supposed to be.
- Best score: 11
- Best player score: 11
- Position: #64 / 576
- Number of attempts: 6
A HAPPY NEW YEAR 2014 ! - 10584 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 13
- Position: #2559 / 3653
- Number of attempts: 1
attr_aligner - 3408 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 30
- Position: #370 / 689
- Number of attempts: 3
Words in parens - 12821 entries
We should all ace this, right?
- Best score: 13
- Best player score: 19
- Position: #3080 / 3938
- Number of attempts: 1
abcd > a b c d - 279 entries
transform the single spaces into 4 spaces repeat for each line
- Best score: 15
- Best player score: 15
- Position: #159 / 217
- Number of attempts: 1
Shuffle and Sort - 201 entries
The values where sorted incorrectly. Get them back to how they are supposed to be
- Best score: 17
- Best player score: 17
- Position: #9 / 63
- Number of attempts: 6
Vertical Limit - 2399 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 21
- Position: #44 / 727
- Number of attempts: 7
replacing each line of a block selection - 2901 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 20
- Position: #264 / 759
- Number of attempts: 5
Append semicolon after expressions - 986 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Position: #92 / 397
- Number of attempts: 3
Calculate the table totals - 129 entries
Go ahead... commit the treachery of using vim as a spreadsheet.
- Best score: 33
- Best player score: 47
- Position: #19 / 42
- Number of attempts: 3
Simple text editing with Vim - 11962 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 15
- Position: #1990 / 3502
- Number of attempts: 1
Contributed Challenges
SQL to YAML - 45 entries
Should be easy with vim, or not?
Swap values - 4513 entries
Well, swap the values...