Played Challenges
Simple, Practical, and Common - 33929 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: 28
- Position: #4140 / 7489
- Number of attempts: 9
V to the i - 4833 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 7
- Position: #309 / 1904
- Number of attempts: 3
Extract argument from function - 2379 entries
The aim is to see if you can do some refactoring very fast.
- Best score: 13
- Best player score: 22
- Position: #733 / 760
- Number of attempts: 2
Just the middle - 11555 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 8
- Position: #2056 / 4234
- Number of attempts: 6
Make HTML List - 1061 entries
Turn the comma separated list into an unordered html list.
- Best score: 33
- Best player score: 69
- Position: #269 / 274
- Number of attempts: 2
FoodCritic023: Prefer conditional attributes - 181 entries
FoodCritic (www.foodcritic.io) is a lint tool for your Chef (learn.chef.io) cookbooks. FC023 indicates that you should prefer Chef guards over Ruby conditions. This challenge expects you to be able to fix this issue in a sample cookbook, given the FoodCritic output: ================================================================ FC023: Prefer conditional attributes: cookbooks/foo/recipes/default.rb:25 ================================================================ See http://www.foodcritic.io/#FC023 for more details about the changes being made.
- Best score: 25
- Best player score: 28
- Position: #19 / 53
- Number of attempts: 3
comments galore - 1074 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Position: #16 / 430
- Number of attempts: 7
Collect List - 4317 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 17
- Position: #923 / 1194
- Number of attempts: 1
VimGolfNight - 575 entries
Based on "The name of the game".
- Best score: 12
- Best player score: 12
- Position: #231 / 352
- Number of attempts: 4
I forgot quotes - 16127 entries
Oops.
- Best score: 10
- Best player score: 20
- Position: #3620 / 4208
- Number of attempts: 6
A HAPPY NEW YEAR 2014 ! - 10720 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 11
- Position: #864 / 3703
- Number of attempts: 8
Words in parens - 13005 entries
We should all ace this, right?
- Best score: 13
- Best player score: 20
- Position: #3260 / 3979
- Number of attempts: 4
Vertical Limit - 2610 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 31
- Position: #689 / 771
- Number of attempts: 1
Reformat/Refactor a Golfer Class - 7507 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 7
- Best player score: 46
- Position: #1267 / 1847
- Number of attempts: 2
VimGolf