Skip to content

Instantly share code, notes, and snippets.

View whitequark's full-sized avatar
🐈‍⬛

Catherine whitequark

🐈‍⬛
View GitHub Profile
Host := www-foo@othalan.whitequark.org
Root := foo
Branch := $(shell git rev-parse HEAD)
# Generic rules
.PHONY:: all clean deps
all:
ocamlbuild -j 8 -use-ocamlfind lib/foo.d.byte
clean:
And the god of living in shadows and [those] granting the light
It's just the fire and not more, no
It's just the fire, what's the sin in it, eh?
Words running away, can't understand them anyway
And hold, hold, hold me
So I won't burst from laughter
[Refrain]
A little bit of fire, middle of the path,
A little bit of fire can save you
The shaman has three hands
And a wing over his shoulder
His breath
Makes the candle flame up
And sometimes he
He cannot recognize himself
But his soul is open wide
Wearing himself out with song
The shaman has three hands
No and no, I'm not up for a laugh
There's no window and the door is blurry
Because the Great Inquisitor himself
Has arrived to torture me
The Inquisitor is pressing hard
Selecting the instrument
"Tell me everything you know
It will be easier for you, too"
[Refrain]
@whitequark
whitequark / ldap.in
Created February 5, 2014 19:38 — forked from maethor/ldap.in
# -*- mode: sh; sh-basic-offset: 3; indent-tabs-mode: nil; -*-
# vim: set filetype=sh sw=3 sts=3 expandtab autoindent:
#
# openldap backup handler script for backupninja
#
getconf backupdir /var/backups/ldap
getconf suffixes all
getconf compress yes
getconf ldif yes
> f :: (); f = (); main = print $ f 3
An expression
in your code
has an error
in `main = foo 3':
You apply
`foo`,
a function,
Message from syslogd@raidho at Apr 5 15:47:52 ...
kernel:[313653.582307] Uhhuh. NMI received for unknown reason 30 on CPU 0.
kernel:[313653.582314] Do you have a strange power saving mode enabled?
kernel:[313653.582316] Dazed and confused, but trying to continue
(* Derived from code by: Barbara Lepage <db0company@gmail.com>,
originally found at: https://github.com/db0company/Pathname,
and licensed under Apache 2.0. *)
(** Type of pathnames: [real, lst, str]. [real] indicates whether the path
is absolute. [lst] contains path components in reverse order. [str]
contains string representation of path. *)
type t = (bool * string list * string)
let sep =
@whitequark
whitequark / fix-xcompose-sublime-text-3061.gdb
Last active August 29, 2015 13:59
Makes XCompose work in 64-bit Sublime Text build 3061 on Linux!
# Run as: $ GTK_IM_MODULE=xim gdb -script fix-xcompose-sublime-text-3061.gdb
file /opt/sublime_text/sublime_text
set follow-fork-mode child
set detach-on-fork off
run
inferior 2
set follow-fork-mode parent
set detach-on-fork on
b *0x5b3267
c
#!/bin/bash
export PATH=/sbin:/usr/sbin:$PATH:~/.bin:/usr/local/bin
# For Skype to recognize desktop themes
QT_PLUGIN_PATH=${QT_PLUGIN_PATH+$QT_PLUGIN_PATH:}`kde4-config --path qtplugins`
export QT_PLUGIN_PATH
if test -z "$XDG_DATA_DIRS"; then
XDG_DATA_DIRS="`kde4-config --prefix`/share:/usr/share:/usr/local/share"