toxicsoftware.com

RANDOMIZE USR 0

toxicsoftware.com header image 4

Who’s your daddy…

January 19th, 2006 · Comments · Uncategorized

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 actual physical time spent waiting for the build to complete. [...]

[Read more →]

Tags:

iRoster 1.0b12

September 9th, 2005 · Comments · Uncategorized

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 preferences all work now I think.

iRoster home page

[Read more →]

Tags:··

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

June 14th, 2005 · Comments · Uncategorized

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 handy because you can do stuff like:

<key>CFBundleExecutable</key> <string>$(PRODUCT_NAME)</string>

However I turned on the feature for my Spotlight [...]

[Read more →]

Tags:

More Automator Actions (Coming soon)

June 7th, 2005 · Comments · Uncategorized

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/

[Read more →]

Tags:

SVN Update Automator Action

June 7th, 2005 · Comments · Uncategorized

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 - it runs native on Intel PowerMacs too.

[Read more →]

Tags:

Spotlight Importer Collection

June 3rd, 2005 · Comments · Uncategorized

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.

It improves on Conf Spotlight Importer by breaking the importer into two seperate importers, one for log [...]

[Read more →]

Tags:

Conf Metadata Importer

May 31st, 2005 · Comments · Default

Version 0.2 of my generic config data metadata importer is online

As well as importing generic config files (.conf) this version adds support for log files (.log) and property list files (*.plist).

Log (and conf) files are just dumped into the “kMDItemTextContent” metadata attribute. This means the data will get indexed and made searchable through the global [...]

[Read more →]

Tags:

Creating a “Generic Config File” Spotlight Importer

May 27th, 2005 · Comments · Default

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.

Direct download: Python Metadata Importer.dmg Source code: http://toxic-public.googlecode.com/svn/tags/BlogTag_20070927_729/Projects/Spotlight/Python%20Metadata%20Importer/ About Python Metadata Importer: Allows Spotlight to import and index Python script [...]

[Read more →]

Tags:

Python Metadata Importer 1.0.1 Released

May 26th, 2005 · Comments · Default

I’ve just uploaded version 1.0.1 of Python Metadata Importer.

From the documentation:

Fixes problem importing function names. All metadata attributes now added to the list of visible attributes (which means you should now see them in a Finder Get Info window). Entire file source code added to kMDItemTextContent attribute (just like Apple’s Source Code importer seems to do). Slight updates [...]

[Read more →]

Tags:·

Python Metadata Importer Released for Tiger

May 25th, 2005 · Comments · Uncategorized

I’ve released version 1.0 of the Python Metadata Importer. This is a Spotlight plug-in (”mdimporter”) that gives Mac OS X 10.4 Tiger to import Python source files.

Download: Python_Metadata_Importer.dmg Source Code (BSD license). The source code shows a way of writing a Metadata importer in Python (without any dependencies on any other components).

Link to Version 1.0.1

[Read more →]

Tags: