This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.trends, .bird-topbar-etched, .wtf-module, .site-footer, .topics, .connect-stream .my-tweet, .promoted-tweet { | |
display: none !important; | |
} | |
.wrapper, .wrapper-narrow, .wrapper-permalink { | |
background: none !important; | |
max-width: 37em !important; | |
} | |
.dashboard { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Author: @benjaminjackson | |
require 'rubygems' | |
require 'uri' | |
require 'net/http' | |
require 'json' | |
SCREEN_NAME = 'benjaminjackson' | |
class Float |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Usage: ruby kickstarter_csv.rb output.csv | |
require 'rubygems' | |
require 'kickstarter' | |
LAST_REPORT_DATE = Date.parse("April 28, 2011") | |
FIELDS = [:name, :pledge_amount, :pledge_percent, :pledge_deadline, :owner] | |
def fetch_projects_for_category category, file |
NewerOlder