Skip to content

Instantly share code, notes, and snippets.

View fritzvd's full-sized avatar

Fritz van Deventer fritzvd

View GitHub Profile
@fritzvd
fritzvd / server.js
Last active March 17, 2017 13:20 — forked from inotives/server.js
express static server template
var express = require('express');
var app = express();
var port = process.env.PORT || 3000;
app.use(express.static('./buildfolder'));
app.listen(port, function() {
console.log('Server started and listening to::'+port);
});
@fritzvd
fritzvd / index.html
Last active October 30, 2015 11:13 — forked from couchand/index.html
Draggable clip path - forked
<html>
<head>
<script type="text/javascript" src="http://mbostock.github.com/d3/d3.min.js"></script>
</head>
<body>
<div id="chart">
</div>
<script type="text/javascript">
var w = 800,
h = 600,
@fritzvd
fritzvd / kriging_test.R
Created November 29, 2012 09:48 — forked from anonymous/kriging_test.R
kriging test
#Edzer Pebesma
#> Institute for Geoinformatics (ifgi), University of Münster
#> Weseler Straße 253, 48151 Münster, Germany. Phone: +49 251
#> 8333081, Fax: +49 251 8339763 http://ifgi.uni-muenster.de
#> http://www.52north.org/geostatistics e.pebesma at wwu.de
#################################################
#krige wil alleen als er geen NA waarden in de data.frame zitten. Heel onhandig
#data(meuse.grid) # only the non-missing valued cells