Subscribe

Archive for February 23rd, 2007

Python Idioms

I’ve been learning more python lately and I found this collection of python idioms. It’s pretty handy to have them all explained so clearly in once place. Python is really a nice language for a variety of tasks. The performance of CPython is superior to CRuby but I like the syntax and features of Ruby […]

I was trying to create a standalone launcher for a GLUT based app last night and with a little bit of research and reading was able to create an app bundle that gets the job done.

Test.app/

    MacOS/

       test   (GLUT executable)

    Info.plist

I found I was able to get the app to launch with only […]