I am trying to scrape some data from a page with a table based layout. So, to get some of the data I need to get something like 3rd table inside 2nd table inside 5th table inside 1st table inside body
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
Using clojure, I\'ve been able to successfully setup log4j very simply by using this log4j.properties file, and including log4j in my classpath.
I\'ve been using java to parse numbers, e.g. (. Integer parseIntnumberString) Is there a more clojuriffic way that would handle both integers and floats, and return clojure numbers?I\'m not especi
Based on the Embedding section of http://github.com/technomancy/swank-clojure, I\'m using the following to test it out.Is there a better way to do
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_StackOverflow中文版
I\'m happily using swank-clojure, installed via elpa.But I\'d like to do some work with deftype, defprotocol, etc., which aren\'t aren\'t available in clojure 1.1.
I\'m looking to set up slime+lein-swank to reload source files referenced from the repl when i save the file. currently i do this:
I need a regex that will match blahfooblah but not blahfoobarblah I want it to match only foo and everything around foo, as long as it isn\'t followed by bar.
I and a friend recently implemented link grabbing in my Clojure IRC bot. When it sees a link, it slurps the page and grabs the title from the page. The problem is that it has t开发者_JS百科o slurp the