Skip to content

Instantly share code, notes, and snippets.

View pyr's full-sized avatar

Pierre-Yves Ritschard pyr

View GitHub Profile
@pyr
pyr / gist:7262127
Created November 1, 2013 07:52
upon popular request, my pw* tools
function pwgrep() {
gpg --batch -q -d -r pyr@spootnik.org $HOME/.auth/pwdb.asc | grep $*
}
function pwcat() {
gpg --batch -q -d -r pyr@spootnik.org $HOME/.auth/pwdb.asc
}
function pwedit() {
@pyr
pyr / core.clj
Last active August 29, 2015 14:16
URL animations
(ns tableflip.core
(:require-macros [cljs.core.async.macros :refer [go]])
(:require [cljs.core.async :refer [timeout <!]]))
(go
(loop [[cur & next] (cycle ["┬─┬ノ( º _ ºノ)"
"(╯°□°)╯︵ ┻━┻"
"(╯°□°)╯ ┬─┬"
"(╯°□°)╯ ┻━┻"
"(╯°□°)╯ ┬─┬"