higher-order:
infrastructure:
| $ 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' |
| ~/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 |
| 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]. |
| (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,[]]}} |