Ryan Delucchi
|
Registered User
|
|
|
Nov 19 |
revised |
Functional Requirements for the ultimate web development framework? added 1 characters in body |
|
Nov 18 |
comment |
Functional Requirements for the ultimate web development framework? Why the negative votes? And how is a request for some concrete requirements on how to solve a very real problem: "too subjective"? |
|
Nov 18 |
revised |
Functional Requirements for the ultimate web development framework? added 40 characters in body |
|
Nov 18 |
asked | Functional Requirements for the ultimate web development framework? |
|
Nov 18 |
awarded | ● Nice Answer |
|
Nov 10 |
comment |
Great programming quotes Actually yes, SnOrfus. I've reached the point where sleep deprivation == me feeling very physically and mentally strained. |
|
Nov 4 |
awarded | ● Popular Question |
|
Oct 8 |
comment |
Operator Overloading in Clojure Make some arbitrary changes to your answer, and I should be able to fix my voting mistake. |
|
Oct 8 |
comment |
Operator Overloading in Clojure Please enable public editing so I can fix my vote on your answer (and give you a well-deserved +1) |
|
Oct 8 |
comment |
Operator Overloading in Clojure My mistake! It works :-) ignore my last comment |
|
Oct 8 |
comment |
Operator Overloading in Clojure Actually, after trying this: it doesn't seem to work. I try it and get the following error: java.lang.Exception: Name conflict, can't def + because namespace: my-ns refers to:#'clojure.core/+ (NO_SOURCE_FILE:5) |
|
Oct 8 |
comment |
Operator Overloading in Clojure Bingo, exactly what I am looking for! Thanks. |
|
Oct 8 |
comment |
Operator Overloading in Clojure So, if I were to exclude clojure.core/+, I could do the following (defn + [x y] (myPlus x y)) correct? If so, that is exactly what I want to do. How do I exclude clojure.core/+ from my namespace? |
|
Oct 8 |
asked | Operator Overloading in Clojure |
|
Oct 1 |
comment |
On Performance and Java Interoperability: Clojure vs. Scala The functional programming features of clojure are the most compelling reason why I am considering this language. I'm reaching the point where: if I'm not coding something in a functional fashion - why am I bothering with a scripting language embedded in Java anyway? I already have Python at my side for doing quick-and-dirty tasks. |
|
Oct 1 |
comment |
On Performance and Java Interoperability: Clojure vs. Scala And I'd like to add that I do have a bit of a "soft spot" for LISP so the fact that Clojure suffers from parethesitis isn't enough to scare me away. |
|
Oct 1 |
comment |
On Performance and Java Interoperability: Clojure vs. Scala Huh. Well, thanks for all of the insights. At first, I was in the mode where I wanted to just pick one and run with it. But for some reason, it didn't occur to me that I could just use both and have them inter-operate. So, perhaps I'll pick both and do a fast-walk with them :-) |
|
Oct 1 |
asked | On Performance and Java Interoperability: Clojure vs. Scala |
|
Sep 30 |
awarded | ● Popular Question |
|
Sep 16 |
awarded | ● Yearling |
|
Aug 18 |
comment |
Using the Python NLTK (2.0b5) on the Google App Engine Yes! It all seems to come down to NLTK's wacky importing. And yes, it does work fine on the console. The solution must involve going in all the references to "nltk" and fixing them. This is however non-trivial because there seems to also be issues referring to other packages as well. So, preferably: it would be nice to have a general way to resolve all the annoying importing issues. |
|
Aug 18 |
comment |
Using the Python NLTK (2.0b5) on the Google App Engine Thanks for the link. This gave me some good hints (although I don't think it's the complete solution to the problem). |
|
Aug 17 |
revised |
Using the Python NLTK (2.0b5) on the Google App Engine edited title |
|
Aug 17 |
comment |
Using the Python NLTK (2.0b5) on the Google App Engine 2.0b5. Once again, I am seeing the same error both on my local machine (running within the GAE dev. environment) in addition to Google App Engine. |
|
Aug 17 |
revised |
Using the Python NLTK (2.0b5) on the Google App Engine deleted 66 characters in body |
|
Aug 17 |
comment |
Using the Python NLTK (2.0b5) on the Google App Engine Ah, ok, a mistake on my part. But, this is a red-herring (which I would have likely discovered if it weren't for being able to import ANY of NLTK) :-) So, why is it that I need to use zipimport? I actually haven't had to do with this with a python library before. thanks. |
|
Aug 17 |
asked | Using the Python NLTK (2.0b5) on the Google App Engine |
|
Aug 16 |
accepted | JQuery “get” failure (using Google App Engine on the back-end) |
|
Aug 14 |
answered | JQuery “get” failure (using Google App Engine on the back-end) |
|
Aug 14 |
comment |
JQuery “get” failure (using Google App Engine on the back-end) By the way ... bonus point to whoever sees the problem in the HTML snipplet above (which was causing the original issue). |
|
Aug 14 |
revised |
JQuery “get” failure (using Google App Engine on the back-end) deleted 6 characters in body |
|
Aug 14 |
comment |
JQuery “get” failure (using Google App Engine on the back-end) actually, I'm using firebug now ... had some wierd problem with it. Now resolved. I was able to get $.get() working. Now, tracking down a $.getJSON() issue. Even though there is no clear "answer" to this one, I appreciate the hints. Thanks for the help folks! |
|
Aug 14 |
comment |
JQuery “get” failure (using Google App Engine on the back-end) I gave up on firebug: it's not being very useful. Safari 4 has similar features built in and it actually seems to be showing me some error (which is confusing me): It has an issue with this tag: <font size="3" face="Trebuchet MS">Speak Your Mind: </font><input type="text" size="60" id="entry"/> <img valign="bottom" src='/assets/cognifyup.png' onMouseOver="over()" onMouseOut="out()" onMouseDown="out(); evaluate();" onMouseUp="over()"><br><br> And gives me the error: Error: NOT_SUPPORTED_ERR: DOM Exception 9 I'm stumped |
|
Aug 14 |
comment |
JQuery “get” failure (using Google App Engine on the back-end) In my particular context this should be ok for now. But yeah, good point, I will surely be cleaning this up once I get it working. My next step is to poke around in firebug. |
|
Aug 14 |
revised |
JQuery “get” failure (using Google App Engine on the back-end) added 146 characters in body |
|
Aug 14 |
comment |
JQuery “get” failure (using Google App Engine on the back-end) Note: I added an alert() to the callback so I know for sure that the callback is not even getting called. |
|
Aug 14 |
comment |
JQuery “get” failure (using Google App Engine on the back-end) I don't see why this would matter. But I tried it: still not working. |
|
Aug 14 |
comment |
JQuery “get” failure (using Google App Engine on the back-end) eval is getting called ... but just for kicks I changed the function name: no difference. Still not working. |
|
Aug 14 |
asked | JQuery “get” failure (using Google App Engine on the back-end) |
|
Aug 14 |
comment |
How do I catch jQuery $.getJSON (or $.ajax with datatype set to ‘jsonp’) error when using JSONP? -1 the provided link is dead |
|
Jul 21 |
awarded | ● Good Answer |
|
Jul 17 |
comment |
How can a Windows programmer be sufficiently productive on Mac OS X? +1 I was "converted" to the Mac OS last year when I bought my first Mac (one of the unibody Mac Book Pros). I too have learned all the differences from Windows (pretty quickly actually). There's just no turning back for me, at this point. |
|
Jul 12 |
awarded | ● Popular Question |
|
Jul 8 |
awarded | ● Popular Question |
|
Jun 21 |
comment |
What constitutes beautiful code? This is spot on. Kudos. |
|
Jun 21 |
comment |
What constitutes beautiful code? Art is partially objective as well. Otherwise you wouldn't have the nearly universal agreement that the Mona Lisa is art and a solid blue canvas is not. Hence, the fact programming is both art and science: that would imply that a significant amount of criteria for code beauty is actually objective. But that doesn't mean this criteria isn't incredibly complex. Philosophy aside: I generally agree with your criteria :-) |
|
Jun 12 |
comment |
How do I view ‘git diff’ output with visual diff program? Kudos ... this is very handy. I set this up with "opendiff" (which launches the slick XCode FileMerge utility under Mac OS X). |
