Aug 28 2008
I think we’re all aware that most software isn’t perfect, and most responsible developers work towards corrected the bugs once they are found. As the bugs are fixed the users get patches to their software. It used to be the users had to be responsible and check for patches on their own. […]
Aug 25 2008
This year was a bit different for me for watching the Olympics. There’s a TV in the break room so during the day I get to catch glimpses of the events. Normally I would just see them after work, where the more popular events are shown. I’d get to see things like […]
Aug 21 2008
For anyone interested I figured I’d offer the makefile I use for my flex projects. If you want to use it you can download it here.
There are constants at the top to set the values that are likely to change from project to project; such as the main source file and dependencies list. […]
Aug 20 2008
Seeing as how I made a big fuss about getting Flex to compile in Cygwin so that tools like make would work, I guess I should sort out a makefile for my flex projects. In my C projects I had put together a fairly generic makefile that could easily be adapted to all the […]
Aug 18 2008
I had said before that the Flex compiler wouldn’t run in Cygwin. I recently learned that this is wrong, and I figure I should correct that statement.