Skip to content

Instantly share code, notes, and snippets.

View LunaCodeGirl's full-sized avatar

Luna Comerford LunaCodeGirl

View GitHub Profile
@LunaCodeGirl
LunaCodeGirl / formula.rb
Created November 19, 2015 00:35
Simian Install OS X Brew
require 'formula'
class Simian < Formula
url 'http://www.harukizaemon.com/simian/simian-2.4.0.tar.gz'
homepage 'http://www.harukizaemon.com/simian/index.html'
md5 '3382f3ca3cb9d0190d89689bec3c92a9'
def install
libexec.install "bin/simian-2.3.32.jar"
(bin+'simian').write <<-EOS.undent

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@LunaCodeGirl
LunaCodeGirl / Query JSON
Created April 28, 2016 19:33
Slack Bot JSON
var message_with_attachments = {
"channel": channel,
"text": '*How are you feeling ?*',
"attachments": [
{
"fallback": "Sigmend want's to know your mood! Open Slack to respond.",
"text": "Click on the reaction that best matches your mood.\n",
"mrkdwn_in": ["text"]
},
{