Add a comment October 14th, 2009 by Adam
Spent most of today learning more about NSTableView, memory management and other things Cocoa/Obj-C/xCode.
What came of it?
I made a little app for keeping track of shares – via finance.yahoo.com.
Includes an open/save dialog so you can have a ‘portfolio’ to open again at a later time.
ATM I think it only runs in OS X 10.6.
Add a comment May 30th, 2009 by Adam
Yesterday I decided I have to give up on PyObjC for the moment and step into the world of Objective-C.
I have got to a point in developing SubIt that I can’t seem to get enough out of the PyObjC bridge to be able to get what SubIt needs.
So now I am in the process of [...]
1 Comment April 28th, 2009 by Adam
SubIt 1.0.1 is here!
Support for Non-ASCII characters
Method for cleaning up Overlapping Timecode
Download here
For a little bit more info:
http://adamteale.com/subit/
1 Comment March 23rd, 2009 by Adam
My new project – create a mac app that allows a user to view a video and create a “subtitle” text file on the fly.
Update: I created a dedicated page for SubIt – my attempt at creating a SubTitle file creator application with PyObjC