Skip to content

Instantly share code, notes, and snippets.

@plieningerweb
plieningerweb / gist:92a5b3af7353f1c8df0a
Created March 20, 2016 12:33 — forked from woolfg/gist:50b1ee17c8e4aa4c8a92
d3.js german locale - create time scale axis with german locale
var germanFormatters = d3.locale({
"decimal": ",",
"thousands": ".",
"grouping": [3],
"currency": ["€", ""],
"dateTime": "%a %b %e %X %Y",
"date": "%d.%m.%Y",
"time": "%H:%M:%S",
"periods": ["AM", "PM"],
"days": ["Sonntag", "Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"],
@plieningerweb
plieningerweb / Git push deployment in 7 easy steps.md
Last active March 18, 2016 12:12 — forked from thomasfr/Git push deployment in 7 easy steps.md
7 easy steps to automated git push deployments. With small and configurable bash only post-receive hook