Skip to content

Instantly share code, notes, and snippets.

@bjauy
bjauy / 0_reuse_code.js
Created February 26, 2014 08:18
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
@bjauy
bjauy / PKGBUILD.txt
Last active December 11, 2015 05:48 — forked from anonymous/PKGBUILD.txt
Fix AM_CONFIG_HEADER error
# Contributor: Colin Shea <colin@evaryont.me>
pkgname=mutt-great-dane
pkgver=1.5.21
pkgrel=1
pkgdesc="A small but very powerful text-based mail client with sidebar, NNTP, compressed, trash folder, urlview, and much more!"
arch=('i686' 'x86_64')
url="http://lunar-linux.org/index.php?page=mutt-sidebar"
depends=('openssl' 'gdbm' 'mime-types' 'libsasl' 'slang' 'libidn'
'gnupg' 'gpgme')
makedepends=('libxslt' 'lynx')