JHLib is out
I've finally gathered some of the example code I've posted on this blog as well as some other snippets from my code library. They are now available as a free code library, JHLib. The library currently contains the CSV Parser, ProperCase algorithm, HTTP upload code and a Pop3 client with an Rfc822 compliant header parser. Also, there's a demo application for each of those sections.
I'll be adding more code to the library as I have the time (there's still a lot of quick-and-dirty stuff I'd never want to show anybody :-)). You can stay up-to-date with the library changes by reading this blog; I'll be certain to post about any updates.
November 14, 2004
В· Jouni Heikniemi В· 2 Comments
Posted in: .NET
2 Responses
Sondre Bjell - November 22, 2004
I've updated your CsvParser.cs with some additional functionality and support for newline in files.
Details available here: http://blogs.fanms.com/sondre/PermaLink.aspx?guid=77334ab3-da57-489c-987e-27ccb733ad7f
Sondre's Weblog - November 22, 2004
Updated CsvParser.cs
Here is my updated version of the CsvParser.cs by Jouni Heikniemi.
Leave a Reply