Skip to content

Instantly share code, notes, and snippets.

@vormplus
vormplus / milliondollarhomepage.csv
Created March 2, 2014 17:42
CSV File with all links from the Million Dollar Homepage, and their HTTP Status.
We can't make this file beautiful and searchable because it's too large.
"Status","URL","Redirected to","Link Text","On Page","Time stamp","Distance"
"too many HTTP redirects","http://www.you-get-rich.com/","","","http://www.milliondollarhomepage.com/","Sunday 2 March 2014 18 h 28 min 49 s Central European Standard Time","1"
"too many HTTP redirects","http://www.you-get-rich.com/","","Heres where YOU get rich!","http://www.milliondollarhomepage.com/pixellist.php","Sunday 2 March 2014 18 h 28 min 49 s Central European Standard Time","1"
"too many HTTP redirects","http://www.you-get-rich.com/","","","http://www.milliondollarhomepage.com/index.php","Sunday 2 March 2014 18 h 28 min 49 s Central European Standard Time","1"
"too many HTTP redirects","http://www.tonerific.com/","","","http://www.milliondollarhomepage.com/","Sunday 2 March 2014 18 h 28 min 49 s Central European Standard Time","1"
"too many HTTP redirects","http://www.tonerific.com/","","Tonerific.com - OEM and Compatible Ink & Toner","http://www.milliondollarhomepage.com/pixellist.php","Sunday 2 March 2014 18 h 28 min 49
@vormplus
vormplus / Hemesh Colored Mesh
Created January 11, 2014 15:36
Code to add color to mesh. The color is stored in the label field of each face. Tested with HE_Mesh 1.8.2 (http://hemesh.wblut.com/) and Processing 1.5.1 (http://processing.org/)
import wblut.math.*;
import wblut.processing.*;
import wblut.core.*;
import wblut.*;
import wblut.hemesh.*;
import wblut.geom.*;
import processing.opengl.*;
HE_Mesh mesh;