An alternative to large multi-selects

HTML has no useful, built-in form widget for selecting from a large number of options. Some libraries offer Javascript-powered alternatives, but few of these are built to deal with more than a few hundred options. Read more…

Sep 12th, 2008 | Filed under Programming

An overview of threading in Pike

Pike’s approach to threading is simple and mindful of the sanity of the programmer. Threading is available for all systems using Unix, POSIX, or Windows threads. Read more…

Sep 4th, 2008 | Filed under Programming

newLISP TextMate bundle 1.1

Not a whole lot new with this release. A new theme (newLISP dark) with a dark background and a couple of updates to recognized keywords. Download it here.

Aug 19th, 2008 | Filed under Software
Tags:

Using newLISP’s find-all

newLISP’s find-all utility is exceptionally powerful, especially when coupled with rich matching functions like match, regex, and unify. find-all combines search and substitution into a fast, comprehensive function for extracting data from lists and strings. Read more…

Aug 12th, 2008 | Filed under Programming

Making 64-bit MySQL work with newLISP

For the past few days have been spent trying to get the newLISP MySQL module to work with the 64-bit version of the libmysqlclient library. Here is what I did to get things working properly. Read more…

Jul 24th, 2008 | Filed under Programming
Tags: , , ,