Played Challenges
Interweave two blocks of text - 574 entries
Suppose you've got data on a list of things from multiple sources. They're all in separate chunks, so how might you create a tabular output?
- Best score: 15
- Best player score: 17
- Position: #72 / 204
- Number of attempts: 2
formatted text to markdown - 180 entries
You're converting some posts from an old blog to markdown. The formatted text is far closer to the finished product than the html markup, so it seems like a good place to start. Word wrapping seems to be the main area for optimization.
- Best score: 70
- Best player score: 79
- Position: #36 / 65
- Number of attempts: 1
Line Zipper - 443 entries
Zip/pair related lines.
- Best score: 12
- Best player score: 16
- Position: #101 / 206
- Number of attempts: 1
Case preserving word replacement - 436 entries
Half way through my project, my people turned into dogs. Now I have to change everything in my source.
- Best score: 19
- Best player score: 19
- Position: #14 / 175
- Number of attempts: 2
Complete the hex array data (Part II) - 145 entries
Do not use external tools(e.g. tac, seq) [My interpretation of Rule #7]
- Best score: 20
- Best player score: 26
- Position: #38 / 66
- Number of attempts: 3
Numbering a List - 1828 entries
Pretty simple, number the list.
- Best score: 13
- Best player score: 19
- Position: #170 / 625
- Number of attempts: 2
Java Array2List - 218 entries
Convert an java array initializer into a list.
- Best score: 67
- Best player score: 103
- Position: #42 / 82
- Number of attempts: 1
Context insensitive completion 0 - 470 entries
Buried in the lines you're not supposed to add is the line "Add this line!" Add that line to the top of the file.
- Best score: 7
- Best player score: 7
- Position: #46 / 222
- Number of attempts: 2
Sort and add attributes - 1191 entries
Sort the states and add the attribute country to each record.
- Best score: 33
- Best player score: 33
- Position: #65 / 484
- Number of attempts: 2
Reconstruct the Sentence - 1151 entries
Get the sentence back in the proper order, remove duplicate lines, and then combine the separate lines into one.
- Best score: 20
- Best player score: 24
- Position: #254 / 347
- Number of attempts: 4
Braces or Brackets? - 710 entries
Someone forgot whether to use braces or brackets and you have to clean up their code!
- Best score: 34
- Best player score: 42
- Position: #93 / 253
- Number of attempts: 2
Whitespace, empty lines and tabs - 2980 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 22
- Position: #215 / 664
- Number of attempts: 3
Flodder-challenge - 901 entries
Replace the text the most efficient and win!
- Best score: 27
- Best player score: 35
- Position: #112 / 270
- Number of attempts: 2
Simple text editing with Vim - 11637 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Position: #808 / 3413
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 6015 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 36
- Position: #389 / 1482
- Number of attempts: 6