Skip to content

Instantly share code, notes, and snippets.

View mathnathan's full-sized avatar

Nathan Crock mathnathan

View GitHub Profile
@mathnathan
mathnathan / .block
Created March 16, 2016 01:16
polygroups visualization: activate
license: gpl-3.0
@mathnathan
mathnathan / .block
Created March 15, 2016 20:39
polygroups visualization: activate
license: gpl-3.0
@mathnathan
mathnathan / .block
Created March 12, 2016 18:31
rigid links
license: gpl-3.0

d3.unconf example gist. Fork it here.

@mathnathan
mathnathan / ubuntu_install
Created March 22, 2012 15:28
Viz Lab Install Script
#! /bin/bash
function green {
echo -e "\e[00;32m$1\e[00m"
}
function red {
echo -e "\e[00;31m$1\e[00m"
}
@mathnathan
mathnathan / encodingTest.cpp
Created April 22, 2011 18:26
Video Networking
# include "highgui.h"
# include "cv.h"
# include <stdio.h>
# include <vector>
# include <string>
using namespace cv;
int main( int argc, char** argv ) {