All content on jerakeen.org
Detabbing files
01 January 2000
in code
tagged with
[utility]
A perl snippet to replace tabs by spaces, but the ‘right’ way, inserting enough spaces to bring the text up to the nth column.
subversion
01 January 2000
in code
tagged with
[development]
[subversion]
Notes on my personal subversion repository.
Subversion and Interface Builder
01 January 2000
in code
tagged with
[development]
[macos]
[subversion]
Panther-specific notes about my problems with Interface Builder and storing .nibs in subversion.
Bot::BasicBot::Pluggable
01 January 2000
in code
tagged with
[irc]
[perl]
Bot::BasicBot::Pluggable is a framework for writing IRC bots, based on Bot::BasicBot. It hides all the annoyance of having to deal with the IRC protocol, and lets you write small, self-contained modules that perform specific tasks.
Reinvented Wheels
01 January 2000
in code
tagged with
[programming]
Wheels that perl programmers always end up reinventing.
Flame
Flame is another take on Rendezvous Browser - Paul and I decided that grouping by service wasn’t particularly useful, frankly - we’d rather group by person / machine, and see all the machines on the local network, and the services that they were advertising.
Toybox
01 January 2000
in code
tagged with
[cocoa]
[macos]
[perl]
[webkit]
ToyBox is my web browser. It’s written in perl, using Camelbones. At one point it was one of the smallest Camelbones apps in the world, but now the graphics for the buttons have bulked it up a bit.. Annoyingly, it’s not pure perl - I needed some ObjC to handle drag and drop and things - with the 0.3 CamelBones, this should be avoidable, I really should update it.
PythonDaap
01 January 2000
in code
tagged with
[daap]
[python]
PythonDaap is a (under development) DAAP client implemented in Python, and based on PyTunes by Davyd Madeley.
Template::ModTT
01 January 2000
in code
tagged with
[perl]
[template]
mod_tt is an apache handler that processes Template Toolkit templates natively in the apache server without the configuration overhead of a full mod_perl and Apache::Template install. Template::ModTT (this module) is the perl interface to the mod_tt hander available to you when running under mod_tt.