pantsblazing:
software

<< home


stuff other people wrote:

MacOS X Installers

Installers for Open Source Software I compiled and packaged for MacOS X.

Go



stuff I wrote:

All this stuff is Open Source/Free Software. See below for the fine print.


ReciPants

ReciPants is a Web-based recipe manager in Perl. Supports Postgres, MySQL, and Oracle databases. Has search, categories, export, scaling, email recipe, password reminder, tamper-proof user cookies, and multilingual (l10n/i18n) and fully customizable templated output.

This is what runs the pantsblazing Recipe Database.

ReciPants Web Site   SourceForge Project Page


CGI::Cookie::Signed Perl Module (coming soon)

This will be the signed cookie code from ReciPants (see above) turned into a stand-alone Perl module.

Pass it a hash variable and a secret. It encodes the hash to a string, hashes the string with SHA-1, glues the digest (signature) on, and base-64 encodes the whole thing.

Retrieving is the same thing in reverse: if the signature matches, it returns a hashref; if not, it returns undef.

Look for it on CPAN soon.



Simple Photo Album

Simple Photo Album is a flip-book-style (one picture at a time with Next and Previous buttons) photo album in a single self-contained HTML file.

Go


gfx2html Image to HTML Translator

a.k.a The Dumbest Program In The World

This program takes a raster image (e.g. JPEG, PNG, TIFF, BMP, etc.) and converts it to HTML using tables.

Go


Hexadecimal Words

Incredibly stupid Perl script that searches a dictionary file for words that can be expressed as valid hexadecimal numbers with some r0d3n7-5p33k character substitutions. Good if you're bored and/or need to initialize memory.

Geaux



fine print:

Various programs, Copyright © 2002, 2003 Nicolai Grossman

These programs are free software; you can redistribute them and/or modify them under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

These programs are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.


<< home · top of page