I hereby claim:
- I am jbowes on github.
- I am jbowes (https://keybase.io/jbowes) on keybase.
- I have a public key whose fingerprint is 9798 3DF6 E0F9 E7F6 3EFE 56AC 9391 0B04 F4D5 E601
To claim this, I am signing this object:
| require 'formula' | |
| class Autoconf213 <Formula | |
| url 'http://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.13.tar.gz' | |
| # md5 '9de56d4a161a723228220b0f425dc711' | |
| homepage 'http://www.gnu.org/software/autoconf/' | |
| def keg_only? | |
| :provided_by_osx | |
| end |
| query { | |
| products(first: 500) { | |
| edges { | |
| node { | |
| id | |
| label | |
| displayName | |
| logoUrl | |
| provider { |
| #!/bin/bash | |
| # | |
| # matrix: matrix-ish display for Bash terminal | |
| # Author: Brett Terpstra 2012 <http://brettterpstra.com> | |
| # Contributors: Lauri Ranta and Carl <http://blog.carlsensei.com/> | |
| # | |
| # A morning project. Could have been better, but I'm learning when to stop. | |
| ### Customization: | |
| blue="\033[0;34m" |
| // Code generated by go-bindata. | |
| // sources: | |
| // data/ca_bundle.pem | |
| // data/public_key.json | |
| // DO NOT EDIT! | |
| package data | |
| import ( | |
| "bytes" |
| # coding=utf-8 | |
| from __future__ import unicode_literals | |
| import datetime | |
| import os | |
| import time | |
| import requests | |
| TOKEN = os.environ.get("SLACK_TOKEN") |
| Key myKey = myRoom.getKey("zippy"); | |
| myKey.set("dooda", new SetCallback() { | |
| public void onSet($ARGS) { | |
| } | |
| }); |
I hereby claim:
To claim this, I am signing this object:
| if (bar === baz) | |
| { | |
| console.log("hi bro"); | |
| bar++; | |
| } | |
| else | |
| { | |
| console.log("bye bro"); | |
| } |
| // ==UserScript== | |
| // @name My Fancy New Userscript | |
| // @namespace http://use.i.E.your.homepage/ | |
| // @version 0.1 | |
| // @description enter something useful | |
| // @match https://github.com/*/pulls | |
| // @copyright 2012+, James Bowes | |
| // ==/UserScript== | |
| // TODO: |