Monthly Archives: January 2009

Linking ncurses with Ocaml

Just a quick reminder to myself to remember to pass a -linkpkg flag on all when compiling sources using linked c libraries. ocamlfind ocamlc -package unix,curses -linkpkg -o scr scr.ml

Posted in General | Tagged , | Leave a comment

Twilio Emulator

So I’ve been putting this off for the last month. I’ve written loggers, done the manual way, etc. Instead of starting my second private project with twilio, I decided while in the shower I needed to do this before I … Continue reading

Posted in programming, python | Tagged , , | Leave a comment