Skip to content

{ Category Archives } Project

QMake hackery: Dependencies & external preprocessing

Qt Creator is a favorite IDE of mine for when I have to deal with miserably large C++ projects. At my job I ported a build in Visual Studio of one such large project over to Qt Creator so that builds and development could be done on OS X and Linux, and in the process, [...]

Context Free

My last post mentioned a program called Context Free that I came across via the Syntopia blog as his program Structure Synth was modeled after it. I’ve heard of context-free grammars before but my understanding of them is pretty vague. This program is based around them and the documentation expresses their limitations; what I grasped [...]

Isolated-pixel-pushing

After finally deciding to look around for some projects on github, I found a number of very interesting ones in a matter of minutes. I found Fragmentarium first. This program is like something I tried for years and years to write, but just never got around to putting in any real finished form. It can [...]

My experiences with Apache Axis2/C

(This is an abridged version of a report I did at my job; I might post of copy of it once I remove anything that might be considered proprietary.) I was tasked at my job with looking at ways of doing web services in our main application (which for an upcoming delivery is to be [...]