Here is a list of software projects that I've created or in which I've participated.
A simple bash script that helps while developing XML schema files. Test XML files can be created and run together in a testsuite to see in one action the tests that are passing vs. the ones that are failing
A bash utitility to create and manage stones in gemstone. It creates a stone, provides a run script to run smalltalk scripts. And it provides a system V like start/stop script that can be used to have the stone started at system startup
A smalltalk utility to export/import a whole pier kernel. It utilizes the sixx utility to export/import the pier object graph. And it copies all magritte managed images and resources into the same directory to form a file package out of the kernel
A smalltalk utility that manages the export/import of an object graph for gemstone. If the object graphs get bigger some resource tweaks are necessary for gemstone. The utility takes care of these
An object to XML mapper using magritte. The meta model relationships are mapped on XML to allow de-/serialization of objects from/to XML.
A port of the improved XML parser from pharo to gemstone