Tag Archive for 'xcode'

MyShares app

Add a comment

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 [...]

Learning Obj-C

Add a comment

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 [...]

SubIt 1.0.1

1 Comment

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/

Project: Subtitle App

1 Comment

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