Skip to content

Instantly share code, notes, and snippets.

@mtaptich
mtaptich / README.md
Last active December 11, 2015 01:05
d3 + Google Maps

My first pass at showing time series data on Google Maps.

@mtaptich
mtaptich / index.html
Created December 11, 2015 01:13
Molecules (Pt1)
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.link line {
stroke: #696969;
}
.link {
stroke: #696969;
}
@mtaptich
mtaptich / README.md
Last active March 16, 2016 00:57
Solve a Linear Program

A simple, 'hands-on' example of solving a linear mathematical program using d3.js + Angular.js.

@mtaptich
mtaptich / README.md
Last active August 1, 2016 01:37
k-means + d3.js

An example of K-means clustering in d3.js.

@mtaptich
mtaptich / OrbitControls.js
Last active December 17, 2015 01:50
3D Plot (Part 1)
/**
* @author qiao / https://github.com/qiao
* @author mrdoob / http://mrdoob.com
* @author alteredq / http://alteredqualia.com/
* @author WestLangley / http://github.com/WestLangley
* @author erich666 / http://erichaines.com
*/
/*global THREE, console */
// This set of controls performs orbiting, dollying (zooming), and panning. It maintains
@mtaptich
mtaptich / README.md
Created December 18, 2015 19:04
d3.js + dijkstra
@mtaptich
mtaptich / README.md
Last active December 31, 2015 20:58
Combustion Reaction
@mtaptich
mtaptich / .gistup
Last active January 8, 2016 17:30
Logistic Growth
gistup
@mtaptich
mtaptich / README.md
Last active January 8, 2016 18:47
Bounded Exponential
@mtaptich
mtaptich / README.md
Last active January 8, 2016 19:28
Exponential Model