Skip to content

Instantly share code, notes, and snippets.

View ulope's full-sized avatar

Ulrich Petri ulope

View GitHub Profile
@ulope
ulope / .block
Last active August 21, 2017 15:31 — forked from mbostock/.block
Force-Directed Graph
license: gpl-3.0
height: 1200
@ulope
ulope / interpolation.scss
Created October 15, 2012 14:14 — forked from idan/interpolation.scss
Works with this changes
$colors: rgb(202,0,32), rgb(244,165,130), rgb(247,247,247), rgb(146,197,222), rgb(5,113,176);
@mixin choropleth($bucket) {
.RdBu .q#{$bucket}-5 {
$base-fill: nth($colors, $bucket);
fill: $base-fill;
&:hover {
fill: darken($base-fill, 10%);
}
}
@ulope
ulope / gist:1189656
Created September 2, 2011 19:37 — forked from voodootikigod/gist:1155790
PyCodeConf Ticket Give-away
Day job: Software Developer
Favorite Python project: too many to name
Favorite Conference: djangocon.(eu|us)
Python Experience Level: I talk python ;)
/*
Script: Date.German.js
Date messages for German.
Contributors:
- Frank Rossi
- Ulrich Petri
License:
MIT-style license.
/*
Script: FormValidator.German.js
Date messages for German.
Contributors:
- Frank Rossi
- Ulrich Petri
License:
MIT-style license.