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 start. After about an hour, I’ve uploaded the start of it to my github profile, first repo to try it out too! Anyways, feel free to try it out and not burn any trial minutes or pay minutes (like myself) while developing your phone app. There are a number of bugs that I have not taken care of, but I’m not done working on it this weekend. And yes, not all nodes are implemented, but hopefully by the end of the day we have a nice pretty command line with proper tag validation and exception handling.
Below are the links to the repo.
GitHub Master
Public Clone URL

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