Skip to content

Instantly share code, notes, and snippets.

@ph73nt
ph73nt / FileTextArea.java
Last active September 9, 2015 14:59
An area to display text from a file. Rectangular areas should be selectable and colour-coded.
/**
* An area to display text from a file. Rectangular areas should be selectable
* and colour-coded.
*/
import java.awt.Rectangle;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
@ph73nt
ph73nt / FloodUniformity.ijm
Last active January 29, 2017 16:18
Flood Uniformity Analysis
// Avoid pixel overflow by upscaling to 32bit
run("32-bit");
//////////////////////////////////////////////////
//
// 128*128 pixels 'landscape' for portrait,
// just swap x & y coordinates
//
// ##########################
// ## ##