Played Challenges
Reformat some Python - 511 entries
Fix some very bizarrely laid-out code.
- Best score: 34
- Best player score: 43
- Number of attempts: 3
Reformat/Refactor a Golfer Class - 5570 entries
A simple case of removing unneeded code and fixing broken indentation.
- Best score: 32
- Best player score: 41
- Number of attempts: 5
Make it more readable - 1775 entries
Insert blank lines to make it more organized and readable
- Best score: 13
- Best player score: 15
- Number of attempts: 4
Simple, Practical, and Common - 27127 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: 24
- Number of attempts: 9
Simple text editing with Vim - 10702 entries
Make the pairs of lines match up by making each second line same as first
- Best score: 13
- Best player score: 14
- Number of attempts: 5
switch variable - 4448 entries
how fast can you switch two variable ?
- Best score: 11
- Best player score: 11
- Number of attempts: 4
Python Hello World! Reformatting - 837 entries
A novice Python using prints Hello World! and a pro shows him different way. Using vim to get into pro style from novice, win the challenge.
- Best score: 39
- Best player score: 42
- Number of attempts: 2
Fix the Haiku - 247 entries
Change this slightly scrambled haiku to its unscrambled form and fix the capitalisation and punctuation along the way.
- Best score: 28
- Best player score: 42
- Number of attempts: 6
Rotating Philosophers Problem - 358 entries
Can you help the philosophers find a good place to sit before they get five forks and spaghetti?
- Best score: 29
- Best player score: 31
- Number of attempts: 3
Reformat long lines - 316 entries
Rearrange this ruby method call to put each parameter on its own line. Could become a useful macro.
- Best score: 15
- Best player score: 21
- Number of attempts: 2
Change the content of a string - 1257 entries
This docstring is a complete lie. Fix it.
- Best score: 22
- Best player score: 23
- Number of attempts: 5
Compile C - 279 entries
You might have to get clever to do this one.
- Best score: 19
- Best player score: 29
- Number of attempts: 1
comments galore - 911 entries
Basic comment reformatting
- Best score: 10
- Best player score: 10
- Number of attempts: 5
FoodCritic023: Prefer conditional attributes - 161 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: 32
- Number of attempts: 7
Ashley Feniello
Twitter: @AshleyFen
Mostly tweet about novel languages and software engineering and robotics ideas. Lots of F#, Scheme, and Forth, plus my Brief language and other esoteric stuff.