Played Challenges
SQL to YAML - 34 entries
Should be easy with vim, or not?
- Best score: 72
- Best player score: 89
- Number of attempts: 1
One number per line - 18122 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Number of attempts: 5
Scrambled numbers - 766 entries
Four is NOT 1. One is 1.
- Best score: 18
- Best player score: 20
- Number of attempts: 2
Mirrored text - 159 entries
backward and forward, and long enough to be challenging
- Best score: 14
- Best player score: 15
- Number of attempts: 3
Inner hyphens - 115 entries
Yet another hyphen challenge. Adding 5 hyphens to a file shouldn't be too hard.
- Best score: 11
- Best player score: 12
- Number of attempts: 1
Manual SQL - 98 entries
Change select and insert queries to simulate inserting a new record.
- Best score: 49
- Best player score: 52
- Number of attempts: 2
Vice versa - 7356 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Number of attempts: 4
Simple, Practical, and Common - 32548 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
- Number of attempts: 7
Fix the XML - 921 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 18
- Number of attempts: 7
Just the middle - 11049 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Number of attempts: 1
Condensed Cases - 729 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
- Number of attempts: 2
I forgot quotes - 15580 entries
Oops.
- Best score: 10
- Best player score: 14
- Number of attempts: 2
Basic renumbering - 5386 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Number of attempts: 7
Don't know what this is - 1903 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
- Number of attempts: 6
A HAPPY NEW YEAR 2014 ! - 10486 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 13
- Number of attempts: 1
attr_aligner - 3346 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 30
- Number of attempts: 3
Words in parens - 12640 entries
We should all ace this, right?
- Best score: 13
- Best player score: 19
- Number of attempts: 1
abcd > a b c d - 248 entries
transform the single spaces into 4 spaces repeat for each line
- Best score: 15
- Best player score: 15
- Number of attempts: 1
Vertical Limit - 2293 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 21
- Number of attempts: 7
Shuffle and Sort - 172 entries
The values where sorted incorrectly. Get them back to how they are supposed to be
- Best score: 17
- Best player score: 17
- Number of attempts: 6
Calculate the table totals - 107 entries
Go ahead... commit the treachery of using vim as a spreadsheet.
- Best score: 33
- Best player score: 47
- Number of attempts: 3
Append semicolon after expressions - 899 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Number of attempts: 3
replacing each line of a block selection - 2739 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 20
- Number of attempts: 5
Prime Numbers - 302 entries
List the first 100 prime numbers.
- Best score: 34
- Best player score: 374
- Number of attempts: 2
Simple text editing with Vim - 11292 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 15
- Number of attempts: 1
Contributed Challenges
SQL to YAML - 34 entries
Should be easy with vim, or not?
Swap values - 4361 entries
Well, swap the values...