Played Challenges
Changing URL path in CSS - 138 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: 44
- Position: #30 / 62
- Number of attempts: 1
Create a pandoc compatible table - 214 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: 46
- Position: #33 / 56
- Number of attempts: 3
Cleanining up 80 column concatenated text - 203 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: 61
- Position: #76 / 79
- Number of attempts: 1
Inconsistent real estate paste - 213 entries
Format a hand-typed real estate listing that uses inconsistent punctuation into four sections
- Best score: 24
- Best player score: 37
- Position: #33 / 57
- Number of attempts: 1
Aligning function arguments to match a specific coding style - 247 entries
Most projects have specific coding style guidelines. In this case, the argument list must be broken into a new line for each argument, with the argument names right aligned, taking into account pointers.
- Best score: 16
- Best player score: 18
- Position: #34 / 71
- Number of attempts: 5
Switch function arguments - 2130 entries
How to switch two arguments of a function.
- Best score: 11
- Best player score: 15
- Position: #526 / 661
- Number of attempts: 2
Calculate the table totals - 146 entries
Go ahead... commit the treachery of using vim as a spreadsheet.
- Best score: 33
- Best player score: 66
- Position: #33 / 45
- Number of attempts: 1
Contributed Challenges
Shuffle and Sort - 229 entries
The values where sorted incorrectly. Get them back to how they are supposed to be