Skip to content

Instantly share code, notes, and snippets.

View tomstove's full-sized avatar

Tom Stove tomstove

  • Hobart, Australia
View GitHub Profile
@tomstove
tomstove / error
Created August 28, 2013 01:46
Nodejitsu deploy error
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.1-8
info Uploading: [=============================] 100%
info: Updating app tomstove
info: Activating snapshot 0.0.1-8 for tomstove
info: Starting app tomstove
error: Error running command deploy
error: socket hang up
info: The nodejitsu api reset the connection
help: This error may be due to the application or the drone server
@tomstove
tomstove / error
Last active December 20, 2015 06:29
Nodejitsu Deploy Error
10-100-252-121-uconnect:tomstove tomstove$ jitsu deploy --debug
info: Welcome to Nodejitsu tomstove
info: jitsu v0.12.14, node v0.8.15
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in server.js
WARN package.json tomstove@0.0.1 No repository field.
WARN package.json tomstove@0.0.1 No readme data.
WARN package.json bytes@0.2.0 No repository field.
WARN package.json cookie-signature@1.0.1 No repository field.
@tomstove
tomstove / index.html
Created July 25, 2013 06:57
London Traffic
<!DOCTYPE html>
<head>
<style>
body {
background: rgb(10, 16, 29);
}
.points {
fill: rgb(243, 247, 28);
@tomstove
tomstove / index.html
Created May 27, 2013 04:28
Mask with D3
<!DOCTYPE html>
<head>
<style>
body {
background: rgb(10, 16, 29);
}
.water {
fill: rgb(66, 73, 85);
<!DOCTYPE html>
<head>
<style>
body {
background: rgb(10, 16, 29);
}
.water {
fill: rgb(66, 73, 85);
@tomstove
tomstove / index.html
Created May 18, 2013 08:14
Raster reprojection with D3
<!DOCTYPE html>
<head>
<style>
</style>
</head>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/d3.geo.projection.v0.min.js"></script>
<script src="http://d3js.org/topojson.v0.min.js"></script>
@tomstove
tomstove / index.html
Created May 13, 2013 10:56
London with D3
<!DOCTYPE html>
<head>
<style>
.landuse {
fill: #efefef;
}
.roads {
fill: none;
@tomstove
tomstove / aus.topo.json
Created May 6, 2013 01:31
Satellite view South-East Australia
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / aus.topo.json
Created May 6, 2013 01:31
Satellite view South-East Australia
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tomstove
tomstove / aus.topo.json
Created May 5, 2013 09:08
Satellite view South-East Australia
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.