Skip to content

Instantly share code, notes, and snippets.

View kerinin's full-sized avatar

Ryan Michael kerinin

View GitHub Profile
@kerinin
kerinin / mm_pairs.csv
Created August 14, 2012 17:32
Top email sender pairs
vegas_chatter brisbane_times_league_hq
the_dees_nursery brisbane_times_league_hq
the_dees_nursery vegas_chatter
wine_enthusiast wineexpresscom
national_times wa_today_league_hq
toysrus babiesrus
oshkoshbgosh carters
womenshealth prevention
casualmalexl livingxl
mtv nickelodeon
@kerinin
kerinin / message_expiration.rb
Created May 2, 2012 21:45
MessageExpiration
# Stores and retrieves messages to be expired on a given date
#
# Messages can be added, removed, and expired. The actual removal
# of the messages from the user's account is not handled here.
#
class MessageExpiration
attr_reader :eea_id
def inititialize(eea_id)
@eea_id = eea_id
@kerinin
kerinin / account.rb
Created April 19, 2012 19:43
Context.io account
class Account < ActiveRecord::Base
[
:discovery,
:list_connect_tokens,
:get_connect_token,
:add_connect_token,
:delete_connect_token,
:list_oauth_providers,
:get_oauth_provider,
:add_oauth_provider,