Software DevelopmentHate Unity, Upgraded to Ubuntu 11.10...now to fix the UIAs many folks, I do not like the Unity interface in the latest versions of Ubuntu. In Ubuntu 11.04, I had used the “Classic” mode when…
Software Developmentgunzip Multiple Files in Different SubdirectoriesRecently I had to unzip a lot of files located in subdirectories. To do this, I used a combination of the “find” and “gunzip” commands in…
Software DevelopmentSetting up a GIT repository server with Gitolite for source controlThere are lots of instructions for getting setup with git around on the web, however all of them seem very verbose and since this is the…
Software DevelopmentBadRequestError on django non-rel with Google App EngineI’ve been playing around with Django lately, and have stumbled upon the glory of Django-nonrel (and it’s ability to use Google App Engine…
Software DevelopmentIO Permissions Exception during XML SerializationToday I fired up an application that I hadn’t touched in quite some time—I ran it, and got a very unusual exception error message while…
Software DevelopmentExpressionDark WPF Theme, ListView ProblemI have been working on an application that uses a WPF/XAML View and binds a set of objects to a property on the ViewModel. I defined a…