There used to be some Visual C++ macros here, but that was a long time ago. Now I'm doing mostly Python and Java programming.

You may want to look at XML to DDL This project aims to help you write your database metadata once (in XML) and then it creates the DDL (SQL) commands necessary to create that schema on your database. It also has the ability to examine two different XML schemas and create the DDL statements necessary to bring your database up-to-date. If you want to compare your XML with what's in the the current database or want to build the XML from scratch you can download the schema in XML form.

Another project I head is wxoptparse which is a method of showing the parameters of a python program in a dialog box. This one uses the fact that most python programs use optparse to handle options passed in at the command line. By taking over optparse I can get those calls and bring up a dialog.

Developers may be interested in following my blog. I often have interesting posts about software development.

Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike2.5 License.