Skip to content

Instantly share code, notes, and snippets.

View mathieue's full-sized avatar

Mathieu Elie mathieue

View GitHub Profile
@mathieue
mathieue / install_mosh.mkd
Created October 29, 2013 13:16
install mosh on ubuntu : remote shell on steroids !

install mosh on ubuntu

sudo apt-get install python-software-properties sudo add-apt-repository ppa:keithw/mosh sudo apt-get update sudo apt-get install mosh

@mathieue
mathieue / install_mosh.mkd
Created October 29, 2013 13:21
install mosh on ubuntu

install mosh on ubuntu

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:keithw/mosh
sudo apt-get update

sudo apt-get install mosh

@mathieue
mathieue / make-d3-node-no-appends.js
Created November 11, 2013 10:02
make a d3.js element node without appending (create)
var detached = d3.select(document.createElement("div"));
{
"template": "logstash-*",
"settings" : {
"number_of_shards" : 1,
"number_of_replicas" : 0,
"index" : {
"store" : { "compress" : { "stored" : true, "tv": true } }
}
}
}
function updatearc() {
var point = [45.337, -0.472];
var point2 = [49.045, 2.153];
pathArcs.attr("d", function (d) {
var source = map.latLngToLayerPoint(new L.LatLng(point[0], point[1]));
var target = map.latLngToLayerPoint(new L.LatLng(point2[0], point2[1]));
We couldn’t find that file to show.
@mathieue
mathieue / index.html
Created September 8, 2014 17:36
My block
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
stroke: #fff;
stroke-width: 1.5px;
}
.link {
@mathieue
mathieue / README.MD
Last active August 29, 2015 14:06
Hello world d3
@mathieue
mathieue / README.md
Created September 9, 2014 09:56
d3 js hello world
@mathieue
mathieue / arcs.csv
Last active August 29, 2015 14:06 — forked from mhkeller/arcs.csv
source_lng source_lat target_lng target_lat
-99.5606025 41.068178502813595 -106.503961875 33.051502817366334
-99.5606025 41.068178502813595 -97.27544625 34.29490081496779
-99.5606025 41.068178502813595 -92.793024375 34.837711658059135
-99.5606025 41.068178502813595 -100.3076728125 41.85852354782116
-99.5606025 41.068178502813595 -104.6143134375 43.18636214435451
-99.5606025 41.068178502813595 -106.152399375 45.57291634897
-99.5606025 41.068178502813595 -105.5811103125 42.3800618087319
-99.5606025 41.068178502813595 -74.610651328125 42.160561343227656
-99.5606025 41.068178502813595 -78.148248984375 40.20112201100485