Re: : Google Chrome extension for TryClojure (try-clojure.org)

2010-06-03 Thread feka
Yes. Another question: could you add copy paste funcionality? Feka On Jun 2, 6:15 am, sergey-miryanov wrote: > Feka, do you select a text on page and press button in toolbar? > > On Jun 1, 8:49 pm, feka wrote: > > > > > Good idea! Thanks. (And try-clojure is good

Re: : Google Chrome extension for TryClojure (try-clojure.org)

2010-06-01 Thread feka
Good idea! Thanks. (And try-clojure is good idea, too. So they also merit the thanks.) I can't make it grab the selection and evaluate it though. Am I missing something? Mac OS X 10.6.3, Chromium (Revision 48615) Feka On May 31, 12:04 pm, sergey-miryanov wrote: > Hi all, > >  I

Re: Annoying auto-signature

2010-05-13 Thread feka
Well, the annoying fact is that it appears on all posts, but actually it should appear only on mails generated from posts. Would anyone browsing through the message archives be offended if no warnings and unsubscribe link were there? I get digest messages (I guess most of us does) and there should

Re: converting long string to number

2010-03-28 Thread feka
those 50- digit numbers and not to create one 5-digit number. --feka On Mar 26, 12:40 am, Glen Rubin wrote: > I am trying to convert a long string of numbers to a number, but get a > java.lang.numberformatexception > > My long string of numbers has new line characters in

Re: converting long string to number

2010-03-28 Thread feka
Looks like you are doing the 13th Project Euler problem. That means you have exactly one hundred 50 digit numbers. I am new to Clojure but AFAIK you wont be able to handle a 5000 digit number in it. You have to find another way. There is at least one... ;-) --Feka On Mar 25, 11:40 pm, Glen Rubin