Re: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Bulat Ziganshin
Hello Donald, Wednesday, October 25, 2006, 8:44:48 AM, you wrote: Google now lets us create our own custom search engine pages, so I whipped one up for Haskell, great. and it search mail archives too how about adding it to haskell site, or at least a LARGE link so that everyone will see it.

Re: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Donald Bruce Stewart
bulat.ziganshin: Hello Donald, Wednesday, October 25, 2006, 8:44:48 AM, you wrote: Google now lets us create our own custom search engine pages, so I whipped one up for Haskell, great. and it search mail archives too how about adding it to haskell site, or at least a LARGE link so

Re: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Neil Mitchell
Hi Neil, I wonder if we could integrate this with Hoogle somehow? If I provide an Ajax'y style API and we put the results in a frame, I'm sure we can give something like top 3 results from hoogle (if they make any sense). That sound a reasonable idea? Thanks Neil

Fwd: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Diego Navarro
Google now lets us create our own custom search engine pages, so I whipped one up for Haskell, I volunteered. Are you planning to add just sites for Haskell-related software, or are research papers included in the scope of this? (Dude, where's my english grammar.) -- syntaxfree

Re: Fwd: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Donald Bruce Stewart
dnavarro: Google now lets us create our own custom search engine pages, so I whipped one up for Haskell, I volunteered. Accepted. Are you planning to add just sites for Haskell-related software, or are research papers included in the scope of this? (Dude, where's my english grammar.)

[Haskell-cafe] Re: Re: Read a single char

2006-10-25 Thread Hans van Thiel
On Tue, Oct 24, 2006 at 06:14:14PM +0200, Hans van Thiel wrote: I have a similar question. When I use getChar with Hugs the newline (caused by pressing 'Enter') seems to be carried over into the next call of main, where it is treated as a single input

Re: [Haskell-cafe] Re: Re: Read a single char

2006-10-25 Thread Ross Paterson
On Wed, Oct 25, 2006 at 06:57:38PM +0200, Hans van Thiel wrote: Yes, but the problem is with two subsequent runs of main. I'd have thought the buffer would flush automatically and the second run would start with an empty buffer. Now I enter 'b', then press

Re: [Haskell-cafe] Re: Read a single char

2006-10-25 Thread Neil Mitchell
Hi Do you have a particular need for typing the end of getContents in WinHugs? If so, I can open a bug and might be able to fix it for the next release. Thank you! Fixed in the CVS version, the next release will allow Ctrl+Z or Ctrl+D to terminate an input stream. There were also a few

Re: [Haskell-cafe] Re: Read a single char

2006-10-25 Thread Dimitri Timofeev
Hi!It works very well, thank you!On 10/25/06, Neil Mitchell [EMAIL PROTECTED] wrote: Fixed in the CVS version, the next release will allow Ctrl+Z or Ctrl+Dto terminate an input stream. There were also a few additional fixes around the interact code that I made.If you want to use these fixes before

Re: [Haskell-cafe] Haskell custom search engine

2006-10-25 Thread Donald Bruce Stewart
ndmitchell: Hi Neil, I wonder if we could integrate this with Hoogle somehow? If I provide an Ajax'y style API and we put the results in a frame, I'm sure we can give something like top 3 results from hoogle (if they make any sense). That sound a reasonable idea? You should be able to do

[Haskell-cafe] Ruby quiz, Haskell wiki

2006-10-25 Thread Donald Bruce Stewart
I've created a page to document haskell solutions to the ruby quiz puzzle series. http://haskell.org/haskellwiki/Haskell_Quiz Those of you working on them, please upload your solutions, and create sub pages for new puzzles as they appear. Cheers, Don