Skip to content

Instantly share code, notes, and snippets.

@maxfenton
maxfenton / langoliers.rb
Created September 30, 2012 04:39 — forked from robinsloan/langoliers.rb
Tweet delete script
#!/usr/bin/env ruby
require 'rubygems'
require 'twitter'
require 'json'
require 'faraday'
# things you must configure
PATH_TO_DROPBOX = "/PATH_TO_YOUR_DROPBOX/tweets/" # you must create this folder
TWITTER_USER = "YOUR_USERNAME"
@maxfenton
maxfenton / gist:3670929
Created September 8, 2012 00:34
Twitter stylebot
.content-main {
float: none ;
width: 100% ;
}
.dashboard {
float: none ;
width: 100% ;
}
@maxfenton
maxfenton / fb_events_ics_bug.md
Created August 24, 2012 13:57
facebook ics events bug

All .ics files exported from Facebook events appear (incorrectly) on the day prior to the event.

Here's a case:

This event takes place all day on 08/26, in my neighborhood, in my time zone.

event page: https://www.facebook.com/events/483089031719027/

@maxfenton
maxfenton / bb_1993_yauch.md
Created May 25, 2012 17:14
1993 interview with Adam Yauch from bOING bOING #13

SOURCE: http://boingboing.net/2012/05/04/1993-interview-with-adam-yauch.html


Does Snowboarding Bring Out the Buddha in Us? The Beastie Boys' Adam Yauch says "Yeah!"

Interview by Pierre Bourque

Im sitting by the phone, seconds away from a call from Beastie Boy Adam Yauch, who's playing at Lollapalooza. Like all the Beasties, Adam's a skilled buffoon onstage, but what is he like offstage? Will this be a chat with a merry prankster, a one way tongue wag with Marcel Marceau, or something all together different?

@maxfenton
maxfenton / sass compass sprites
Created April 18, 2012 00:19
.@canarymason's SASS/COMPASS sprites presentation snippet
@import "badges/*.png";
$badges-sprite-dimensions: true;
// @include all-badges-sprites
$badges: clean-start code--viewer color drupal-ui-patterns; // and the rest of the relevant list items
.badges {
@include horizontal-list;