Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pattonjp on github.
  • I am jpatton (https://keybase.io/jpatton) on keybase.
  • I have a public key ASD-KFagtIyh0-w4cYTc_brxtgDnE7kdQYw0lrVZ8_a1-wo

To claim this, I am signing this object:

@pattonjp
pattonjp / boozer.coffee
Created February 20, 2014 00:14
drunkbot... a partying hubot
# Description:
# It's Miller Time!!!.
#
# Commands:
# hubot beer me <query> - Queries Google Images for beer <query> and returns a random top result.
uDrinkin = [
"I'll buy",
"Yep!",
@pattonjp
pattonjp / move.coffee
Created June 11, 2012 22:23
trying to find img with certain "src" changes to "object Object" as "src"
$ = window.HS.jQuery
class Move
constructor: (@config) ->
@item = @config.item
@el = $(@item.eid)
@ella = $(@item.id)
@image = $(@item.data.imageUrl)
@clickX = $(@item.data.clickX)
@clickY = $(@item.data.clickY)