Played Challenges
Changing URL path in CSS - 123 entries
What's the quickest way to swap out all the URLs in a CSS file? Is it wasted keystrokes using look-behinds and look-aheads? (I'm sorry for the delete/report--I made a mistake with the last one requiring an ugly search for graphic to replace with images. I just intended this to be a simple search and replace that might possibly generate some macros or normals solutions that are quicker)
- Best score: 40
- Best player score: 40
- Position: #14 / 57
- Number of attempts: 3
Create a pandoc compatible table - 177 entries
In [this vimcast][1], a featured gist from Tim Pope shows how to quickly make a simple table structure. How fast can you convert it to pandoc's markdown style? [1]: http://vimcasts.org/episodes/aligning-text-with-tabular-vim/
- Best score: 32
- Best player score: 32
- Position: #6 / 51
- Number of attempts: 6
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: 19
- Position: #17 / 63
- Number of attempts: 3
Cleanining up 80 column concatenated text - 185 entries
1. Put the whole query on one line, remove the concatenation operators 2. Remove the double spaces that appear a few times in the query 3. Use string-interpolated variable statementPid rather than the ugly concatenation
- Best score: 31
- Best player score: 32
- Position: #11 / 74
- Number of attempts: 3
Inconsistent real estate paste - 178 entries
Format a hand-typed real estate listing that uses inconsistent punctuation into four sections
- Best score: 24
- Best player score: 28
- Position: #18 / 53
- Number of attempts: 5
Vertical Limit - 2399 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 23
- Position: #178 / 727
- Number of attempts: 2
Remove noise from HTTP log - 675 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: #35 / 266
- Number of attempts: 3
Line Zipper - 449 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 13
- Position: #46 / 209
- Number of attempts: 3
remove dupes from array - 1324 entries
given a random string that contains a ruby-esque array, make sure that there are no duplicate elements
- Best score: 17
- Best player score: 17
- Position: #39 / 328
- Number of attempts: 7
Numbering a List - 1849 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 19
- Position: #223 / 636
- Number of attempts: 4
Compile C - 362 entries
You might have to get clever to do this one.
- Best score: 19
- Best player score: 21
- Position: #60 / 131
- 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: 13
- Position: #89 / 3502
- Number of attempts: 4