Skip to content

Instantly share code, notes, and snippets.

View phred's full-sized avatar
🌴
On vacation

Fred Alger phred

🌴
On vacation
View GitHub Profile
@phred
phred / trees.lua
Created November 13, 2011 00:56 — forked from npryce/trees.lua
Random Trees for Codea
-- Use this function to perform your initial setup
function setup()
   seed = 1
    iparameter("depth", 1, 15)
    depth = 10
    parameter("length", 0, 300)
    length = 120
    parameter("angle", 1, 90)
@phred
phred / caveatPatchor.js
Created October 6, 2011 17:31 — forked from protocool/caveatPatchor.js
caveatPatchor.js with barebones oohembed (now embedly?!) support for Propane 1.1.2 and above
/*
As of version 1.1.2, Propane will load and execute the contents of
~Library/Application Support/Propane/unsupported/caveatPatchor.js
immediately following the execution of its own enhancer.js file.
You can use this mechanism to add your own customizations to Campfire
in Propane.
Below you'll find two customization examples.