Skip to content

Instantly share code, notes, and snippets.

View jbowes's full-sized avatar
🍀
🌙⭐️🌈❤️🧲🎈🦄

James Bowes jbowes

🍀
🌙⭐️🌈❤️🧲🎈🦄
View GitHub Profile
@jbowes
jbowes / autoconf213.rb
Created November 28, 2019 18:13 — forked from lonnen/autoconf213.rb
Homebrew recipe for autoconf213
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
@jbowes
jbowes / everything.gql
Created September 19, 2019 14:09
all catalog stuff
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"
@jbowes
jbowes / progress.py
Created March 8, 2016 22:57
Progress in Slack via snippets
# 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) {
}
});

Keybase proof

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:

if (bar === baz)
{
console.log("hi bro");
bar++;
}
else
{
console.log("bye bro");
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// ==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: