C-Style Unions And Python

So, you're creating a C Union (used to create a variant type) and writing it to a file, socket, etc and want to read that in Python. There are two ways to deal with this. Assume the following union definition in C typedef union { int i; unsigned int u;…

MonoDevelop 2.0

I heard about this today.  I'm really impressed that they've brought it this far.  I'm going to have it install it on one of my virtualized linux installs and try it out. The MonoDevelop team is proud to announce the release of MonoDevelop 2.0. MonoDevelop is a GNOME IDE primarily…