Skip to content

Instantly share code, notes, and snippets.

View atmos's full-sized avatar
🌴
On vacation

Corey Donohoe atmos

🌴
On vacation
View GitHub Profile
@atmos
atmos / kevin.md
Last active February 13, 2022 18:47

vet: Hey Kevin will you be there for camp build?

kevin: Ohh naw bro, I'm coming in Burner Express, sorry.

vet: Ok, but you'll be there to help tear down camp?

kevin: Ohh nope sorry, Expressing out Sunday at 9a brah.

vet: Ok... can you bring some extra water or food for your campmates?

@atmos
atmos / 6.gif
Last active November 2, 2023 14:22
knows
6.gif
@atmos
atmos / 5.gif
Last active November 2, 2023 14:22
nobody
5.gif
@atmos
atmos / 4.gif
Last active November 2, 2023 14:21
stop
4.gif
@atmos
atmos / 3.gif
Last active November 2, 2023 14:22
when they'll
3.gif
@atmos
atmos / 2.gif
Last active June 10, 2022 12:47
they go
2.gif
@atmos
atmos / 1.gif
Last active November 2, 2023 14:21
round and round
1.gif

Keybase proof

I hereby claim:

  • I am atmos on github.
  • I am atmos (https://keybase.io/atmos) on keybase.
  • I have a public key whose fingerprint is A4F7 E899 4897 5D72 6030 4C15 349B 8774 78A7 B5E3

To claim this, I am signing this object:

Hi Kelly

                        ___
                        |  ~~--.
                        |%=@%%/
                        |o%%%/
                     __ |%%o/
               _,--~~ | |(_/ ._
            ,/'  m%%%%| |o/ /  `\.
@atmos
atmos / complete.coffee
Created March 12, 2014 20:57
Google Search Completion for Hubot. needs xml2js in your package.json file
# Description
# Hubot, you complete me
#
# Commands:
# hubot complete me - Google Suggest a phrase
XMLJS = require "xml2js"
module.exports = (robot) ->
robot.respond /complete( me)?(?: x(\d+))? (.*)$/i, (msg) ->