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.

read more (31 words).. disqus comments  

subversion

01 January 2000 in code
tagged with [development] [subversion]

Notes on my personal subversion repository.

read more (71 words).. disqus comments  

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.

read more (416 words).. disqus comments  

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.

read more (126 words).. disqus comments  

Reinvented Wheels

01 January 2000 in code
tagged with [programming]

Wheels that perl programmers always end up reinventing.

read more (49 words).. disqus comments  

Flame

01 January 2000 in code

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.

read more (315 words).. disqus comments  

Flame

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.

read more (135 words).. disqus comments  

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.

read more (132 words).. disqus comments  

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.

read more (171 words).. disqus comments  

slavorg

01 January 2000 in code
tagged with [irc] [perl]

An IRC opbot written in perl.

read more (213 words).. disqus comments