Played Challenges
Simple, Practical, and Common - 33940 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: #3180 / 7494
- Number of attempts: 7
One number per line - 18861 entries
Just give me the numbers.
- Best score: 14
- Best player score: 17
- Position: #1054 / 3895
- Number of attempts: 5
Prime Numbers - 385 entries
List the first 100 prime numbers.
- Best score: 34
- Best player score: 374
- Position: #102 / 107
- Number of attempts: 2
Just the middle - 11562 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2127 / 4235
- Number of attempts: 1
Basic renumbering - 5707 entries
Renumbering Basic.
- Best score: 11
- Best player score: 11
- Position: #19 / 1274
- Number of attempts: 7
Vice versa - 7981 entries
Little role switching.
- Best score: 12
- Best player score: 12
- Position: #159 / 2147
- Number of attempts: 4
SQL to YAML - 58 entries
Should be easy with vim, or not?
- Best score: 71
- Best player score: 89
- Position: #16 / 23
- Number of attempts: 1
Mirrored text - 197 entries
backward and forward, and long enough to be challenging
- Best score: 14
- Best player score: 15
- Position: #26 / 73
- Number of attempts: 3
Inner hyphens - 145 entries
Yet another hyphen challenge. Adding 5 hyphens to a file shouldn't be too hard.
- Best score: 11
- Best player score: 12
- Position: #34 / 86
- Number of attempts: 1
Scrambled numbers - 829 entries
Four is NOT 1. One is 1.
- Best score: 18
- Best player score: 20
- Position: #53 / 186
- Number of attempts: 2
Manual SQL - 177 entries
Change select and insert queries to simulate inserting a new record.
- Best score: 48
- Best player score: 52
- Position: #10 / 51
- Number of attempts: 2
Fix the XML - 1039 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 18
- Position: #36 / 290
- Number of attempts: 7
Condensed Cases - 811 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: #170 / 249
- Number of attempts: 2
I forgot quotes - 16155 entries
Oops.
- Best score: 10
- Best player score: 14
- Position: #1653 / 4212
- Number of attempts: 2
Don't know what this is - 2025 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 / 587
- Number of attempts: 6
A HAPPY NEW YEAR 2014 ! - 10724 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 13
- Position: #2600 / 3705
- Number of attempts: 1
attr_aligner - 3525 entries
Two attr keywords. Two separate indentations. Align the colons.
- Best score: 19
- Best player score: 30
- Position: #380 / 706
- Number of attempts: 3
Words in parens - 13013 entries
We should all ace this, right?
- Best score: 13
- Best player score: 19
- Position: #3114 / 3980
- Number of attempts: 1
abcd > a b c d - 299 entries
transform the single spaces into 4 spaces repeat for each line
- Best score: 15
- Best player score: 15
- Position: #159 / 228
- Number of attempts: 1
Shuffle and Sort - 233 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 / 69
- Number of attempts: 6
Vertical Limit - 2615 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 21
- Position: #44 / 772
- Number of attempts: 7
replacing each line of a block selection - 3028 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 20
- Position: #276 / 784
- Number of attempts: 5
Append semicolon after expressions - 1065 entries
Some lines need the semicolon, some don't.
- Best score: 11
- Best player score: 11
- Position: #92 / 422
- Number of attempts: 3
Calculate the table totals - 152 entries
Go ahead... commit the treachery of using vim as a spreadsheet.
- Best score: 33
- Best player score: 47
- Position: #21 / 46
- Number of attempts: 3
Simple text editing with Vim - 13441 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 15
- Position: #2181 / 3855
- Number of attempts: 1
Contributed Challenges
SQL to YAML - 58 entries
Should be easy with vim, or not?
Swap values - 4679 entries
Well, swap the values...
VimGolf