Skip to content

Instantly share code, notes, and snippets.

@tshakah
tshakah / imap-stats.rb
Last active December 1, 2015 13:38 — forked from zealot128/imap-stats.rb
Imap mail statistic with Ruby
#!/usr/bin/env ruby
# This groups emails into senders and then calculates some basic stats for the
# times of those emails - the earliest, latest and average
#
# Note that there is some oddity relating to my specific needs around timezone
# handling - this is in the code below the comment starting "Normalise"
# These two are for debugging
#require 'awesome_print'
@tshakah
tshakah / README.md
Last active August 29, 2015 14:14 — forked from jcowhigjr/README.md
Installing production Rails, Postgres and Nginx on Ubuntu