Tag Archives: Software

Python Plugin Enabler for Voodoo Pad

I’ve written a plugin for the extremely cool VoodooPad application that allows you to write your own plugins for VoodooPad using Python. Gus (VoodooPad’s author) describes it best on his blog. Gus helped me write the plugin and provided a … Continue reading

Posted in Default | Tagged | Leave a comment

Python Metadata Importer 1.0.6 Released

I’ve just released version 1.0.6 of my Python Metadata Importer plugin. What’s new: Support for Intel architecture. UTType now includes Python’s OS Creator code. Slightly better error handling Python Metadata Importer shouldn’t die when indexing Python files it doesn’t understand. … Continue reading

Posted in Default | Tagged | 1 Comment

Who’s your daddy…

Compiling subversion seems to have become a bit of ad-hoc benchmark among Developers for testing the speed of a machine. On my Quad 2.5Ghz G5 the benchmark was: real 5m13.747s user 2m45.942s sys 2m39.909s Where the “real” time is the … Continue reading

Tagged | Leave a comment

iRoster 1.0b12

Another year, another iRoster release. You thought development on iRoster was dead. Think again! This version adds more features than ever before and fixes more bugs then you would believe. Well – actually it runs on 10.4 now and the … Continue reading

Tagged , , | Leave a comment

Xcode 2.1 problems with pre-processing Info.plist files…

I’ve just come across another rather serious problem in Xcode 2.1. The option for “Preprocess Info.plist File” allows you to use variable substitution in your Info.plist files (and hopefully your InfoPlist.strings files too although I’ve not checked that yet). It’s … Continue reading

Tagged | 4 Comments

More Automator Actions (Coming soon)

I’ll be adding a couple more subversion related automator actions to my site soon. It turns out writing actions is incredibly embarrasingly easy. The SVN Update action is now in subversion at: http://toxic-public.googlecode.com/svn/tags/BlogTag_20070927_729/Projects/Automator Actions/

Tagged | 8 Comments

SVN Update Automator Action

I whipped up a quick Automator action to do subversion checkouts (Terrence Talbot’s idea). Source Code SVN_Update.action.zip. No binaries are provided. If you know how to use SVN you know how to build an Xcode project. Screenshots: SVNUpdate.png Oh yeah … Continue reading

Tagged | 6 Comments

Spotlight Importer Collection

I’ve just uploaded version 0.1 of my new “Spotlight Importer Collection” software. This collection of (currently) two spotlight importers replaces my previous “Conf Spotlight Importer” software. Included is an importer for log files and an importer for property lists/configuration files. … Continue reading

Tagged | Leave a comment