Wednesday, September 28, 2011

Multicast Tool: Bug fix version 0.1.2 released

This is a bug-fix release specially for the Windows environment. For some strange limitations of the Microsoft platform, I was not able to read from the STDIN a bigger buffer size. This has been fixed in the 0.1.2 release.

Tuesday, September 27, 2011

Multicast Tool: Bug fix version 0.1.1 released

A bug-fix version of Multicast Tool has been released. For sending data to a multicast group, the sender port is randomly picked by the application now. The help text is also formatted for better readability compared to previous version.

Friday, September 16, 2011

XSLT Transform Cli Tool

A tiny command-line tool to do the XSLT transformation. Usage:


$ java -jar xslt-transform-VERSION.jar stylesheet file [file ...]


From the WizTools.org Mini-Projects.