Archive for January, 2007
Saturday, January 27th, 2007
Many Eyes
Many Eyes is a cool site that can produce visualizations of various types. You can upload your own data and publish the visualization on their site. Many Eyes is run by Visual Communication Lab at IBM. It seeks to “democratize visualization and to enable a new social kind of data analysis.” Note: I couldn’t get [...]
2 Comments » - Posted in Visualization by Michael Galloy
Thursday, January 11th, 2007
Template class
A class similar to MGffTemplate is used in IDLdoc to produce all its output. When I changed from a bunch of print statements scattered over various methods of a class to templates where all the output is in a template file, it was a lot easier to focus on the content of the output. If [...]
3 Comments » - Posted in IDL,Objects by Michael Galloy
Thursday, January 4th, 2007
Unit testing framework
MGunit is a unit testing framework modeled on other unit testing frameworks such as JUnit. The goal is to allow easy creation and reporting of results of tests, but still allow for all needed flexibility. More details and examples after the jump.
