Played Challenges
V to the i - 4641 entries
Input is 99 V's. Output is 100 i's.
- Best score: 7
- Best player score: 8
- Position: #1086 / 1857
- Number of attempts: 1
Just the middle - 11140 entries
Delete the instructions at the top and bottom.
- Best score: 7
- Best player score: 9
- Position: #3330 / 4113
- Number of attempts: 2
FoodCritic023: Prefer conditional attributes - 177 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: 53
- Position: #50 / 50
- Number of attempts: 1
Vice versa - 7522 entries
Little role switching.
- Best score: 12
- Best player score: 22
- Position: #1850 / 2044
- Number of attempts: 1
comments galore - 970 entries
Basic comment reformatting
- Best score: 10
- Best player score: 12
- Position: #362 / 410
- Number of attempts: 1
lipsum lines - 247 entries
Convert a quoted block of text into strings in a list.
- Best score: 28
- Best player score: 39
- Position: #77 / 89
- Number of attempts: 1
Angular naming conventions - 280 entries
In angular, a directive name follows the camelCase convention. When the directive is used in an HTML template, the words are instead separated by a dash. Go from to the other the fastest!
- Best score: 18
- Best player score: 24
- Position: #94 / 109
- Number of attempts: 1
Replace and keep the case - 395 entries
Replace all instance of plugin and Plugin to device and Device.
- Best score: 26
- Best player score: 64
- Position: #110 / 111
- Number of attempts: 1
Alsa configuration - 481 entries
I'm tweaking my ~/.asoundrc file!
- Best score: 22
- Best player score: 58
- Position: #121 / 123
- Number of attempts: 1
Collect List - 4178 entries
Convert to comma separated list.
- Best score: 12
- Best player score: 16
- Position: #790 / 1166
- Number of attempts: 2
Fix the XML - 958 entries
The challenge consists in having a valid xml from an incomplete source.
- Best score: 18
- Best player score: 29
- Position: #234 / 279
- Number of attempts: 1
Condensed Cases - 752 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: 33
- Position: #225 / 230
- Number of attempts: 1
I forgot quotes - 15740 entries
Oops.
- Best score: 10
- Best player score: 15
- Position: #2088 / 4115
- Number of attempts: 2
-a-b-c- - 3118 entries
Put hyphens everywhere.
- Best score: 13
- Best player score: 19
- Position: #1038 / 1112
- Number of attempts: 1
Count both ways - 959 entries
Right AND down.
- Best score: 13
- Best player score: 20
- Position: #327 / 341
- Number of attempts: 1
Gray area - 702 entries
It's a golf metaphor or something.
- Best score: 11
- Best player score: 15
- Position: #238 / 260
- Number of attempts: 1
Don't know what this is - 1951 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: 17
- Position: #534 / 572
- Number of attempts: 1
Where should I put the Newline? - 842 entries
Help me put the newline.
- Best score: 7
- Best player score: 8
- Position: #365 / 421
- Number of attempts: 2
A HAPPY NEW YEAR 2014 ! - 10533 entries
A HAPPY NEW YEAR 2014 !
- Best score: 11
- Best player score: 17
- Position: #3327 / 3637
- Number of attempts: 1
Letter case trickery - 1547 entries
This file is in a downright esoteric format, consisting of hexadecimal numbers, non-hexadecimal keywords, and "Z" indicating end-of-line. Make the hexadecimal numbers lowercase.
- Best score: 9
- Best player score: 16
- Position: #446 / 498
- Number of attempts: 1
Words in parens - 12736 entries
We should all ace this, right?
- Best score: 13
- Best player score: 24
- Position: #3675 / 3919
- Number of attempts: 1
Vertical Limit - 2367 entries
transform a succession of one word lines to a an array of strings
- Best score: 21
- Best player score: 30
- Position: #633 / 716
- Number of attempts: 2
replacing each line of a block selection - 2791 entries
replace each line's ../assets/js with /javascripts
- Best score: 18
- Best player score: 24
- Position: #493 / 732
- Number of attempts: 1
switch variable - 4917 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 13
- Position: #1157 / 1701
- Number of attempts: 1
Whitespace, empty lines and tabs - 2980 entries
Convert tabs to spaces, strip empty lines and trailing whitespace.
- Best score: 16
- Best player score: 50
- Position: #641 / 664
- Number of attempts: 1
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: 23
- Position: #2820 / 3413
- Number of attempts: 2
Reformat/Refactor a Golfer Class - 6015 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 41
- Position: #834 / 1482
- Number of attempts: 1