Skip to content

Instantly share code, notes, and snippets.

View m-entrup's full-sized avatar

Michael Entrup m-entrup

View GitHub Profile
@m-entrup
m-entrup / index.html
Last active February 10, 2016 12:14 — forked from d3byex/index.html
D3byEX 8.7: Focus + Context
<html>
<meta name="description" content="D3byEX 8.7" />
<meta charset="utf-8">
<style>
</style>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script>
var width = 960, height = 600;
@m-entrup
m-entrup / Weihnachtskarte_2014.py
Last active August 29, 2015 14:11
Script zum Erstellen des Motiv der Weihnachtskarte 2014.
from ij import IJ
from ij.plugin import Duplicator
# Datei: Weihnachtskarte_2014.py
# Autor: Michael Entrup ([email protected])
# Beschreibung: Mit diesem Script kann man das Motiv der Weihnachtskarte unserer Arbeitsgruppe selber erstellen.
# Man benötigt nur Fiji [1] und schon kann es losgehen:
# 1. Im Menü 'Plugins > New > Macro' auswählen
# 2. Diesen Code in den Editor kopieren
# 3. Im Menü des Editor 'Language > Python' auswählen