February archive

New site being launched.

Thu Feb 22 08:23:57 2007

I'm opening QuickScriptsNow.com today. It will be offering various PHP, Python, and Javascript scripts. Our featured (and currently only) product is our Ad Rotator script, which uses XmlHttpRequest to pull an XML configuration file off the web host and then uses the configuration details in that to choose which ads to display. I'm pretty excited about this site, and I hope that the products that I can bring to market through it will get other people excited as well.

Munkres code.

Comments: 6

Sun Feb 18 22:48:56 2007

Well, I said I would try to get some code from my OCR project out, and here it is. This is my implementation of the Munkres linear assignment problem over a rectangular matrix. I also included a bare-bones matrix utility class. I am releasing this code under the GPL.

16 April 2007 Update: There seems to be an issue with my implementation when dealing with NxN matrices with N greater than 100. Also, the example code in munkes.h is not correct. I will be posting fixes shortly in a separate post.

22 May 2007 Update: Sorry it took so long... please see my new post.