Skip to content

Instantly share code, notes, and snippets.

@ivonunes
ivonunes / fathom_to_heroku.md
Created August 21, 2019 08:19 — forked from gmolveau/fathom_to_heroku.md
How to push Fathom analytics - https://github.com/usefathom/fathom to Heroku

Deploy Fathom on Heroku

Requirements

  • heroku cli (logged in)
  • git
  • curl
  • wget
  • tar are required
  • ~ openssl is required to generate the secret_key, but you're free to use what you want
@ivonunes
ivonunes / keybase.md
Last active September 30, 2018 17:14
keybase.md

Keybase proof

I hereby claim:

  • I am ivonunes on github.
  • I am ivonunes (https://keybase.io/ivonunes) on keybase.
  • I have a public key ASC6ILnRZzO7gsCU2vrUtyKSkgpdvT1cmjIM7QziCT3sqgo

To claim this, I am signing this object:

@ivonunes
ivonunes / python33.rb
Last active September 23, 2018 14:47
Python 3.3 Brew
require 'formula'
# Python3 is the new language standard, not just a new revision.
# It's somewhat incompatible with Python 2.x, therefore, the executable
# "python" will always point to the 2.x version which you can get by
# `brew install python`.
class Distribute < Formula
url 'https://pypi.python.org/packages/source/d/distribute/distribute-0.6.40.tar.gz'
sha256 '5e06a3097f4150b26e4de0d4f57dbe7425ac3645ce7a337abffab8489bc80daa'