Skip to content

Instantly share code, notes, and snippets.

View noahd1's full-sized avatar

Noah Davis noahd1

  • Code Climate
  • New York, NY
View GitHub Profile
@jpo
jpo / progress_indicators.rb
Created July 31, 2012 02:23
Ruby CLI Progress Indicators
# Terminal Progress Indicators. Four examples are included: percentage,
# spinner, progress bar, and combined. This script has been tested on
# Mac OS X 10.8 with Ruby 1.8.7, 1.9.1, 1.9.2, and 1.9.3
class Spinner
include Enumerable
def each
loop do
yield '|'
yield '/'
@noahd1
noahd1 / gist:1051970
Created June 28, 2011 19:29
Moneyball Rules

Changelog

v. 3.0.0

  • created, ignoring all previous incarnations of the rules, from draft of an email

v 3.0.1

  • Clarifications