Skip to content

Instantly share code, notes, and snippets.

@gesa
gesa / Gemfile
Created July 27, 2016 13:39 — forked from neoeno/Gemfile
Pokemon Go Slack Bot
source "https://rubygems.org"
gem "httparty"
gem "geocoder"
gem "slack-poster"
@gesa
gesa / email.md
Created January 12, 2016 23:21
Powerball email

From: letters
Sent: May 8, 2010 2:58:59 PM CDT
To: Aki Braun
Subject: RE: Website design

Well, I'll put on the list of folks who want to “fix” our website, though I'll say that your price is the highest so far. Some will do it for free.

No one accepts that we are just running with a “retro” look.

We will probably accept one of the free offers (they get an ad on a site that gets more than a few hits a week) and move to Web 3.0 soon.

Keybase proof

I hereby claim:

  • I am gesa on github.
  • I am gesa (https://keybase.io/gesa) on keybase.
  • I have a public key whose fingerprint is F9DA 2EC6 3435 A58D FB56 1426 4034 58A7 8EE7 8D84

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am gesa on github.
  • I am gesa (https://keybase.io/gesa) on keybase.
  • I have a public key whose fingerprint is 698F 5F8C E828 D49D 2791 089A 6E6F 2176 864B C11F

To claim this, I am signing this object:

@gesa
gesa / mq.css
Created October 3, 2012 19:29 — forked from chriscoyier/mq.css
@media only screen and (min-width: 320px) {
/* Small screen, non-retina */
}
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px),
only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 320px),
only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 320px),