Skip to content

Instantly share code, notes, and snippets.

@probonopd
probonopd / Recipe.git
Created August 23, 2016 01:29 — forked from aferrero2707/Recipe.git
AppImage recipe for building GIMP from git
#! /bin/bash
wget -q https://github.com/probonopd/AppImages/raw/master/functions.sh -O ./functions.sh
. ./functions.sh
APP=gimp
VERSION=2.9.5
LOWERAPP=${APP,,}
UPDATE=1
@probonopd
probonopd / 0_reuse_code.js
Created June 21, 2014 14:15
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