Search
Tags
2008 Acorn AquaticPrime Automator Cocoa CoreImage corevideo Cracks Default Event Flying Meat Geode Headline iPhone iPhoneDevCamp iphone development iRoster isight Links macbook Misc Open Source pinboard Python quicktime sequence grabber seth pmc charity software auction Software Source Source Code SpaceNavigator Spotlight Sqlobject subversion tarnishing touchcode TouchCode iPhone TouchMap toxicmedia toxicsoftware.com WebNoteHappy WordPress wwdc xbel xsltMeta
Tag Archives: Source
Run Python Script
Important see updates at end of post I’ve written an Automator action that allows you to write python scripts directly inside your Automator workflow. “Run Python Script” Automator action (catchy title) is written using Python and PyObjC (now built-in to … Continue reading
Grab that Invocation
CInvocationGrabber is a Cocoa class to help with creating NSInvocation objects. NSInvocation objects are Cocoa’s equivalent of “functors” and are extremely handy. But unfortunately creating them is often a pain. For example, take the following code showing how to create … Continue reading
mdfind2 updated
I’ve just updated mdfind2. The most important change is that it is now a universal binary. I’ve also improved the command-line parsing (it now uses getopt_long) and prints usage information on error. Links: Subversion Repository: http://toxic-public.googlecode.com/svn/tags/BlogTag_20070927_729/Spotlight/mdfind2/ Binary: http://toxic-public.googlecode.com/svn/tags/BlogTag_20070927_729/Spotlight/mdfind2/Output/mdfind2.tar.bz2