News

You can follow this page using this Atom 1.0 feed.

This package contains tools for creating and loading network-bootable Linux images that can be loaded on a Compaq Evo T30 using 100% free software and without modifying the internal flash of the device. Previous approaches were more cumbersome and required users to download and modify the manufacturer's proprietary firmware image, or even required taking apart the hardware.

Read full article... | Last updated: 2009-05-18 07:35:19 UTC

Ruby Pixels allows you to read and write RGB/RGBA pixel data stored in uncompressed, non-interleaved TGA (Targa)[?] files. Unlike some other libraries, Ruby Pixels reads and writes one row of pixels at a time, you can work with several large images at once without running out of memory.

This is the first release: v0.0.1.

Read full article... | Last updated: 2009-01-27 01:48:48 UTC

TTFSampler is a utility that takes a list of TrueType fonts on the command line and generates a sample sheet in PDF format. The sample sheet contains several lines of text with each line demonstrating the appearance of a different font.

The latest version is v0.5.

Read full article... | Last updated: 2008-10-12 21:44:29 UTC

I have written several small libraries in PHP, and most of the time I just quietly uploaded them to my FTP server and said nothing more unless someone asked. None are particularly well-documented, and they're not really intended to be used by people who can't read the source code, but they are all free software.

In order to make these libraries more accessible to busy web developers, I have created this list of short descriptions for each one.

Read full article... | Last updated: 2008-09-21 21:03:35 UTC

The Pearson product-moment correlation coefficient (PMCC) is a quantity between -1.0 and 1.0 that estimates the strength of the linear relationship between two random variables.

The PMCC in its usual form is somewhat cumbersome to calculate. Using simple algebra, I have rearranged it to form an expression that should have better numerical stability and require fewer calculations.

Read full article... | Last updated: 2008-09-06 03:13:00 UTC

The NanoCore12C32 is a 24-pin DIP microcontroller module sold by Technological Arts for about $50. It is a pre-built module designed around the Motorola/Freescale MC9S12C32 microcontroller, and it features 32 KiB of on-chip non-volatile flash memory. This document aims to serve as an introduction to writing to the 9S12's on-chip flash memory.

Read full article... | Last updated: 2006-05-14 18:00:00 UTC