PDA

View Full Version : Two new open source apps / demos



rodo->dave
July 15th, 2007, 04:39 PM
Hi. I released two applications as open source yesterday and thought I would post the info here.

ImageHtmlBuilder is written using Mono and builds an HTML file based upon the files you drag and drop onto the textview; you can then copy the text to the clipboard and save via your favorite editor. A pretty good sample for Drag & Drop and copying text to the clipboard using Mono.

Wig (Web Image Grabber) is a simple Glade2 app that will retrieve an image from the web (via wget) every X seconds. Sample highlights: image scaling.

Maybe someone can use them as they are or incorporate more/better functionality.

Thanks.
dave O

http://home.swbell.net/odonnel1/OSS.htm

ankursethi
July 16th, 2007, 06:36 PM
Nice. But unfortunately, I don't have the Mono compiler installed right now. Could you please include the binaries in your website?

rodo->dave
July 16th, 2007, 10:32 PM
Ok. You can run the app in the bin/Release folder now using mono.

rodo->dave
July 17th, 2007, 01:14 AM
I also updated the "wig" tar file to include a compiled exe in the src/distrib directory.

:)