Tag: git
-
OCR for iPhone source
The source code for the Tesseract OCR for iPhone project has been published. It’s really simple – more of a skeleton, proof-of-concept project than anything else. Still, though, it’s neat to have nearly point-and-shoot text conversion in your pocket. The project page is: Pocket OCR The source code is available at github: http://github.com/rcarlsen/Pocket-OCR There is […]
-
git outta here…
I’m switching my Source Control Management software to git. Performance has been great, I’m learning to branch and merge with wild abandon and philosophically it’s right on (what with the distributed model and all). Creating a new remote repository on my private server was *almost* too easy. The one snafu was getting sshd to include […]
-
ofxiPhoneAlertView
Here is a (really) basic wrapper for the UIAlertView in openFrameworks of iPhone. Not all of the necessary delegate methods have been implemented yet, but this is enough for me to get the proof of concept rolling in an app I’m building. Feel free to let me know how I can do things better, or […]