Utils

Tailsweep Utils's main purpose is to be a repository of classes which mostly are of non-complex type with little dependencies. However things like reading content from files or urls can be templatified and moved into classes like FileUtils or UrlUtils. For more specific needs I have created more complex utils like the HttpManager which of many things supports concurrency control (so you don't hammer the target). Enjoy!

TODO

  • Will merge all projects together in something called Tailsweep OpenSource so it is easier for us to contribute new modules.

News

  • 2008-07-31 Moved TupleSorter out of the company repo and contributed it to the OS.