Skip to content

Instantly share code, notes, and snippets.

View alper's full-sized avatar
Coffee and Code

Alper Cugun alper

Coffee and Code
View GitHub Profile
@alper
alper / import-tweets.txt
Created April 18, 2012 16:25
Thinkup Tweet importetr
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
// Generated on: 2012-04-13 23:44:46 GMT+00:00
// ************** Tweet 1 of 47455 **************
{
"in_reply_to_screen_name": null,
@alper
alper / gist:1601164
Created January 12, 2012 15:38
D3 onload
window.onload = function() {
console.log('Loaded..');
var w = 960;
var h = 2200;
var cluster = d3.layout.cluster()
.size([h, w - 160])