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: Python
Webloc to Pinboard
If I want to keep a URL around for later I generally drag the URL from Safari’s URL bar onto the desktop. This creates an “internet clipping file” (with a .webloc file extension). These files are like little self contained … Continue reading
Making Mercurial use the Mac OS X Keychain
I’ve taken the plunge and am in the middle of switching from Subversion to Mercurial for revision control. Subversion has served me relatively faithfully for many years (I’ve even championed/led the adoption of subversion at two companies I’ve worked for … Continue reading
Run Python Script: Amazon S3 Uploader
To help illustrate the usefulness of the “Run Python Script” Automator Action I blogged about in my previous post, here’s an action that will upload files to the Amazon S3 Web Service. The script is pure Python and uses the … Continue reading
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
Mac OS Custom Icons and subversion don’t mix
I had some big trouble with subversion today. I had upgraded to subversion 1.4 on both client and server a few days ago and today something went tits up with the repository on the server. I wont go into more … Continue reading
WordPressTool
Following on from my previous post I’ve uploaded some Python code that talks directly to a WordPress server via MySQL and Sqlobject. WordPressTool downloads all postings into plain text files (one per posting). You can then treat your postings as … Continue reading
ExpressionEngine to WordPress
I recently migrated this blog from ExpressionEngine to WordPress. This was rather a daunting proposition due to the none existence of tools for doing this. The best I could really hope for was publishing all my content as a large … Continue reading