Skip to content

Instantly share code, notes, and snippets.

View alykat's full-sized avatar

Alyson Hurt alykat

View GitHub Profile
@ussjoin
ussjoin / gist:709150
Created November 21, 2010 21:00
Draw Antenna Locations
import processing.opengl.*;
String[] lines;
void setup()
{
size(1024,768, OPENGL);
lines = loadStrings("CO.dat");
noLoop();
}