Skip to content

Instantly share code, notes, and snippets.

@thedillonb
thedillonb / graph.js.patch
Created December 4, 2013 01:40 — forked from tomalec/graph.js.patch
my.Sleepbot.com Add rating to pattern graph
--- their.js 2013-12-04 01:11:12.592533200 +0100
+++ mine.js 2013-12-04 01:11:30.869533200 +0100
@@ -405,6 +405,7 @@
graph_RangePatternDate: function(css_id,times){
"use strict";
var values=[];
+ var ratings=[];
var end,start;
if(times.length>0){
end=times[0]['e']*1000;
@thedillonb
thedillonb / frontendDevlopmentBookmarks.md
Created November 28, 2013 04:31 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
@thedillonb
thedillonb / anotherfile.cs
Created July 6, 2013 04:37 — forked from jnelson/immersionWindow.js
Adds a crude windowing control to https://immersion.media.mit.edu/viz. Just paste this into the console after the visualization is running and press enter. Adjust the STEPS count for more or less granularity.
namespace Dillon {
var i
}
@thedillonb
thedillonb / frontendDevlopmentBookmarks.md
Created July 3, 2013 04:52 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.