Skip to content

Instantly share code, notes, and snippets.

@christophermaier
christophermaier / docker-compose.yml
Created July 17, 2018 21:47
Habitat testing setup
version: '3.2'
services:
bastion:
image: christophermaier/test-probe:0.1.0-20180509175222
command:
- "run"
- "--listen-ctl=0.0.0.0:9632"
- "--permanent-peer"
hostname: bastion
domainname: habitat.dev
@christophermaier
christophermaier / music.rb
Created February 18, 2017 21:35
A Sonic Pi Experiment
use_bpm 110
live_loop :synth do
roots = (stretch [:e, :c], 4)
root = roots.tick
with_fx :flanger do
with_fx :reverb do
min = (note root, octave: 2)
max = (note root, octave: 6)
@christophermaier
christophermaier / .kerlrc
Last active August 29, 2015 14:21
Setting up Kerl with ZSH
KERL_DOWNLOAD_DIR=$KERL_BASE_DIR/archives
KERL_BUILD_DIR=$KERL_BASE_DIR/builds
KERL_DEFAULT_INSTALL_DIR=$KERL_BASE_DIR/installs
KERL_INSTALL_MANPAGES=1
KERL_INSTALL_HTMLDOCS=1
KERL_ENABLE_PROMPT=
@christophermaier
christophermaier / rebar.config
Last active August 29, 2015 14:20
gen_fsm with gproc
{deps, [
{gproc, ".*",
{git, "https://github.com/uwiger/gproc.git", {tag, "0.3.1"}}}
]}.