Skip to content

Instantly share code, notes, and snippets.

View andrewhthomas's full-sized avatar

Andrew Thomas andrewhthomas

View GitHub Profile
@andrewhthomas
andrewhthomas / create_labels.sh
Created January 3, 2017 21:56 — forked from omegahm/create_labels.sh
Create Gtihub labels from Bash
#!/usr/bin/env bash
# Colours picked from https://robinpowered.com/blog/best-practice-system-for-organizing-and-tagging-github-issues/
###
# Label definitions
###
declare -A LABELS
# Platform
@andrewhthomas
andrewhthomas / 0_reuse_code.js
Last active August 29, 2015 14:22
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console