Archive for July 2nd, 2008

Trac is up and running

By farcaller July 2nd, 2008

It has been a major PITA but I’ve managed to run Trac alongside with PHP/WordPress. Also I’ve done some basic (and pretty ugly) drawing of FOW logo and decided of “official” name. So, welcome the [F o:W] project Project trac is available at http://fow.farcaller.net/trac. Project mercurial repository would be available till the end of [...]

Regular expressions: part 2

By farcaller July 2nd, 2008

“ObjPCRE is a well documented PCRE wrapper written in 100% Objective-C/C. It can be easily implemented into any Cocoa application. (MIT License)” (from cocoadev).
The code is just two files: objpcre.h and objpcre.m. They are easily compiled “in-tree”, and don’t look like some big ugly crap that I have to carry around. “-lpcre” is ok for [...]