where's clojure.contrib.walk?

2009-10-07 Thread pkw
I want to use stringify-keys, what am i missing? thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members a

Re: clojure.xml/parse of XHTML yields a 503 on the DTD

2009-11-17 Thread pkw
I'm having this same problem. Did you find a way around it? I want to try changing the User-Agent, but I can't figure out how to do that. What's a "catalog file"? any ideas? thanks, paul w -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post

Re: Help to optimize palindrome search from input file

2010-10-12 Thread pkw
I'm just replying because I also do this in clojure and my level is also really slow: http://github.com/krsanky/greplin-challenge/blob/master/greplin-challenge/src/greplin_challenge/level1.clj :) --paul wisehart -- You received this message because you are subscribed to the Google Groups "Cloj

Re: Using a Timer in Clojure

2008-09-06 Thread pkw
On Sep 2, 2:49 pm, Mathias Dahl <[EMAIL PROTECTED]> wrote: > It's all good advice and I have used cron before so it should not be > hard. However, there is one problem and that is that I need to open up > a Derby database from the cronjob, but as the database is already open > in the webapp, it