You can follow this page using this Atom 1.0 feed.
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
Read full article... | Last updated: 2006-05-14 18:00:00 UTC