I released Flame Version 1.1.0 today. It has lots of bug fixes, mostly for major oversights I didn’t account for in directory structures and obscure and unnecessary Wix rules. I’m working on code to generate .wxs files that work with Wix V3, but it was taking me too long and I wanted to get these [...]
Flame V1.1.0
February 28th, 2008 · No Comments
Tags: Software
DirTreeCtrl - wxPython tree widget for directories
February 18th, 2008 · 2 Comments
As I was writing Flame (a GUI for Wix) I really wanted to show the contents of a directory in a tree, JUST like the GenericDirCtrl in wxPython. I tried using the GenericDirCtrl initially, but you really can’t customize it at all, most importantly you cannot set the directory you want to use - it [...]
Tags: Software
Tail
February 14th, 2008 · No Comments
I’ve always missed have the tail -f command while working on windows machines, and something finally snapped yesterday. I’d seen some tail implementations for windows, but none of them were good enough, so I sat down and pounded out my own version and called it, drumroll please, tail.
Features:
GUI — no command line needed
Monitor many files [...]
Tags: Software
MUA Framework - 2D View Progress
February 11th, 2008 · No Comments
I’m currently working on the 2D view and tools necessary for it.
I had a mostly finished 2D view going, but am currently destroying it and replacing a lot of code in it with rabbyt, an openGL sprite library that is FAST, and Lamina to get pygame blitting and drawing control back (FUCK writing openGL code). [...]
Tags: Software
SETI @ Home Stats
January 25th, 2008 · No Comments
I wrote a fun little page-scraper script for the SETI@Home team statistics page that displays your team’s top 20 members in a snazzy interactive pie chart. You can compare by total activity or recent average activity.
Check it out at here
For those of you who don’t know, SETI@Home is a program you download that uses [...]
Tags: Software