[Haskell-cafe] ANNOUNCE: hsparklines 0.1.0 - A sparklines implementation in Haskell

2008-02-27 Thread Hitesh Jasani
Sparklines are small, word sized graphs that can be interspersed with text to provide context and enhance communication. There are implementations in many languages and even some web services that will generate them on the fly. I was looking for a Haskell solution and finding none, wrote my own.

Re: [Haskell-cafe] ANNOUNCE: hsparklines 0.1.0 - A sparklines implementation in Haskell

2008-02-27 Thread Hitesh Jasani
On Wed, Feb 27, 2008 at 5:05 PM, Don Stewart [EMAIL PROTECTED] wrote: hitesh.jasani: Sparklines are small, word sized graphs that can be interspersed with text to provide context and enhance communication. There are implementations in many languages and even some web services that will

[Haskell-cafe] Re: ANN: nano-hmac 0.2.0

2008-02-12 Thread Hitesh Jasani
Adam Langley agl at imperialviolet.org writes: Just a heads up; PHO has written nice bindings to much of OpenSSL: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/HsOpenSSL-0.3.1 Thanks for pointing it out. It looks like PHO has done some good work there. - Hitesh

[Haskell-cafe] Re: ANN: nano-hmac 0.2.0

2008-02-12 Thread Hitesh Jasani
Don Stewart dons at galois.com writes: Shall we merge nano-md5 into this lib, and deprecate nano-md5 itself? Seems like a good time to consolidate, and produce a single openssl binding. It's tempting, but I would really hate to lose nano-md5 as it is today. I thought your concept was a

[Haskell-cafe] ANN: nano-hmac 0.2.0

2008-02-11 Thread Hitesh Jasani
nano-hmac provides bindings to OpenSSL's HMAC interface. With this release the set of hashing functions supported is: MD5, SHA, SHA1, SHA224, SHA256, SHA384, SHA512. If you're unfamiliar with HMAC's then you may want to check out the second link below where I explain a little bit about them in a

[Haskell-cafe] Re: Hoogle works once more

2007-12-06 Thread Hitesh Jasani
Hoogle is an amazing tool, thanks for all your work on it! Let me put my vote in to include cgi and html/xhtml in the next revision. It might help dons convert another person or two to Haskell ... not that he needs any help. Thanks, - Hitesh ___