Tuesday, January 6, 2009

North Is..⇡

the enemy’s gate is down.

TVTaggr

Posted by adam On November - 5 - 2007

TVTaggr is software with a simple purpose. To edit mp4 and m4v metadata in batch quantities. It is currently in between alpha and beta, but I thought I’d let it out for you all to try. It is Leopard only (I know it doesn’t look like a Leopard only app, but it uses Leopard functionality under the hood). Please give me feedback in the comments!

download

iMap - a partial implementation of IMAP

Posted by adam On April - 29 - 2006

For my networking class we were assigned to write an IMAP client. We were told exactly that and where the RFC document was, everything else was up to us. I decided to make mine in cocoa and wow, was that an experiance.

Never before have I used such an intuitive language! From semaphores and threads to the date it had everything one could ever want in a programing language. The only dissapointment was that there was no awesome cocoa style BSDSockets support (we ended up using the NSFilehandle class which made all the network communication transparent to us as programers anyways; awesome!).

In short, I now know cocoa fairly well and have fallen completely in love with it.

[edit] the file was lost when I changed hosts [/edit]