Pastebin source really is coming!

Wednesday, 5 April 2006, 9:49 | Category : Pastebin, Software Development
Tags :

I had one email thinking it might have been an April Fool’s joke, but no, I really will release the souce to pastebin.com. Last night I wrote a script to build a tarball for distribution, when I get a spare moment over the next week I’ll make the following changes

Pastebin was originally written to live [...]

Xapian PHP5 Wrapper

Tuesday, 4 April 2006, 14:04 | Category : Software Development
Tags :

As mentioned in an earlier post, I’ve been playing around with Xapian and PHP5, but the nice object oriented API of Xapian is flattened into 240 functions using the PHP bindings.
To make it easier to work with I’ve created a set of wrapper classes for PHP5 which allow you to use the API just as [...]