Skip to content

Instantly share code, notes, and snippets.

View fasterthanlime's full-sized avatar
🌌
4 oreos from heaven

Amos Wenger fasterthanlime

🌌
4 oreos from heaven
View GitHub Profile
@fasterthanlime
fasterthanlime / csview.sh
Last active November 14, 2015 19:45
If you need a quick CSV viewer
#!/bin/sh
sed 's/,,/, ,/g;s/,,/, ,/g' | column -s, -t | vim +"set nowrap" -
#!/bin/bash
#
# llamize
# Stub a llama-standard ooc library/binding.
#
# Based on a script by wandernauta:
# http://oocgaming.org/forum/index.php?topic=31
# https://gist.github.com/4144797
@nddrylliog
nddrylliog / minimal-cairo.md
Last active May 29, 2024 16:26
Minimal cairo build - for the humanoid who already has everything and just needs vector graphics

You need both pixman and cairo, which you can find here: http://cairographics.org/releases/

Pixman configure:

../pixman-0.32.4/configure --prefix=/root/prefix --disable-libpng --disable-gtk

Cairo configure:

PKG_CONFIG_PATH=/root/prefix/lib/pkgconfig ../cairo-1.12.16/configure --prefix=/root/prefix --enable-xlib=no --enable-xcb=no --enable-xcb-shm=no --enable-win32=no --enable-quartz=no --enable-script=no --enable-ft=no --enable-fc=no --enable-ps=no --enable-pdf=no --enable-svg=no --enable-gobject=no --enable-trace=no --enable-interpreter=no --enable-png=no