Skip to content

Instantly share code, notes, and snippets.

View technomancy's full-sized avatar

technomancy technomancy

View GitHub Profile
$ make
(CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/phil/src/love/platform/unix/missing autoheader)
rm -f stamp-h1
touch config.h.in
cd . && /bin/bash ./config.status config.h
config.status: creating config.h
make all-recursive
make[1]: Entering directory '/home/phil/src/love'
Making all in src
make[2]: Entering directory '/home/phil/src/love/src'
@technomancy
technomancy / gist:ad2c7081eb9e86d8f8f64ab73cfb6318
Created June 22, 2016 05:17
supercollider plugins compilation failure
~/src/sc3-plugins/build $ make
Scanning dependencies of target AY_UGen
[ 0%] Building CXX object source/CMakeFiles/AY_UGen.dir/AYUGens/AY_UGen.cpp.o
[ 1%] Building C object source/CMakeFiles/AY_UGen.dir/AYUGens/AY_libayemu/src/ay8912.c.o
Linking CXX shared module AY_UGen.so
[ 1%] Built target AY_UGen
Scanning dependencies of target AmbisonicUGens
[ 2%] Building CXX object source/CMakeFiles/AmbisonicUGens.dir/JoshUGens/AmbisonicUGens.cpp.o
Linking CXX shared module AmbisonicUGens.so
[ 2%] Built target AmbisonicUGens
phil@z3 ~ $ mpv THE\ PROTOMEN\ -\ HOLD\ BACK\ THE\ NIGHT-apaJ3A56XbM.mp4
Playing: THE PROTOMEN - HOLD BACK THE NIGHT-apaJ3A56XbM.mp4
[stream] Video (+) --vid=1 (*) (h264)
[stream] Audio (+) --aid=1 --alang=eng (*) (aac)
File tags:
major_brand: mp42
minor_version: 0
compatible_brands: isommp42
creation_time: 2015-08-19 13:59:41
libGL error: MESA-LOADER: malformed or no PCI ID
-- web.lua
local xavante = require "xavante"
port = ...
local function pp(t, level)
local level = level or ""
for k,v in pairs(t) do
print(level .. k .. ": " .. tostring(v))
if(type(v) == "table") then
@technomancy
technomancy / gist:99d0f9b75b574115aa39
Created November 28, 2014 05:56
d2x-rebirth segfault on boot
Type d2x-rebirth -help' for a list of command-line options.
PHYSFS: Listing contents of Search Path.
PHYSFS: [/home/phil/.d2x-rebirth/] is in the Search Path.
PHYSFS: [/home/phil/.d2x-rebirth/data] is in the Search Path.
PHYSFS: * We've got [ALIEN1.PIG].
PHYSFS: * We've got [ALIEN2.PIG].
PHYSFS: * We've got [DESCENT.CFG].
PHYSFS: * We've got [DESCENT2.EXE].
PHYSFS: * We've got [DESCENT2.HAM].
@technomancy
technomancy / rocket.rkt
Created October 22, 2014 16:49
Rocket landing
(require 2htdp/universe )
(require htdp/image)
(define sun (circle 99 "solid" "yellow"))
(define p1 (circle 50 "solid" "green"))
(define p2 (circle 49 "solid" "red"))
(define p3 (circle 15 "solid" "blue"))
(define (too-big? xy)
(doseq [n (all-ns)
[_ v] (ns-map n)
:when (and (var? v) (fn? @v))]
(alter-var-root v (fn [original]
(fn [& args]
(try (apply original args)
(catch Exception _))))))
phil@enigma ~/music $ racket
Welcome to Racket v5.2.1.
> read-line
#<procedure:read-line>
> pp
reference to undefined identifier: pp
=== context ===
/usr/share/racket/collects/racket/private/misc.rkt:87:7
root@arm:~/prometheus# erl -pa deps/exmpp/ebin -pa ebin
Erlang R15B01 (erts-5.9.1) [source] [async-threads:0] [kernel-poll:false]
Eshell V5.9.1 (abort with ^G)
1> application:start(crypto), application:start(exmpp), application:start(prometheus).
{error,{shutdown,{prometheus_app,start,[normal,[]]}}}
=INFO REPORT==== 21-Feb-2014::23:14:30 ===
application: prometheus
exited: {shutdown,{prometheus_app,start,[normal,[]]}}

higher-order:

do.clj

trampoline.clj

update_in.clj

with_profile.clj

infrastructure:

classpath.clj

deps.clj