Skip to content

Instantly share code, notes, and snippets.

@bjauy
bjauy / keybase.md
Created August 2, 2016 08:15
keybase.md

Keybase proof

I hereby claim:

  • I am bjauy on github.
  • I am bjauy (https://keybase.io/bjauy) on keybase.
  • I have a public key whose fingerprint is 1999 5029 EF3E 2BB6 45FF 0EC4 7B62 3D85 067E 142E

To claim this, I am signing this object:

@bjauy
bjauy / notify.lua
Created May 17, 2016 12:32
mpv notify script (without images)
-- notify.lua -- Desktop notifications for mpv.
-- Just put this file into your ~/.config/mpv/scripts folder and mpv will find it.
--
-- Copyright (c) 2014 Roland Hieber
-- Copyright (c) 2016 bjauy
--
-- Permission is hereby granted, free of charge, to any person obtaining a copy
-- of this software and associated documentation files (the "Software"), to deal
-- in the Software without restriction, including without limitation the rights
-- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
@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')