Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-06-05 Thread Bojan Jovičić
I got latest version of your framework from Github and it works OK. I am not sure if this is related to new settings in Facebook App page (I put most of them to Disabled now) or some global change. -- You received this message because you are subscribed to the Google Groups "Clojure" group. T

Re: ANN: A Clojure library for the Facebook Graph API - clj-facebook-graph

2011-06-05 Thread Bojan Jovičić
Dear Max, have there been some changes around Facebook authentication, because now it seems as token that is returned is not valid? -- 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 tha

Re: swank-clojure/lein/emacs

2011-06-05 Thread Phil Hagelberg
On Jun 5, 9:09 am, "Bhinderwala, Shoeb" wrote: > I installed clojure-mode from marmalade. I added the following to my > .emacs file: > >   (add-to-list 'load-path "~/.emacs.d/elpa/clojure-mode/") >   (require 'clojure-mode) This is not necessary; if you install via marmalade then the autoloads wi

Re: Parsing HTML in clojure

2011-06-05 Thread Myriam Abramson
Me too, starting in October. I still need to get up to speed with Clojure however. On Sun, Jun 5, 2011 at 11:04 PM, Andreas Kostler < andreas.koestler.le...@gmail.com> wrote: > There's a Java library called HtmlCleaner. You might wanna give that a > shot. > Btw, I'm working on quite a similar pro

Re: Parsing HTML in clojure

2011-06-05 Thread Andreas Kostler
There's a Java library called HtmlCleaner. You might wanna give that a shot. Btw, I'm working on quite a similar project so if you like email me and we can maybe join forces. Andreas On 06/06/2011, at 11:01 AM, Base wrote: > hi all, > > I am working on an app that will parse web pages to do so

Parsing HTML in clojure

2011-06-05 Thread Base
hi all, I am working on an app that will parse web pages to do some NLP and statistics. I am able to parse the HTML using several different tool ( enlive, HTML parser, etc). However I would like to discard all the rest of the junk in the web page that is not pertinent (I.e. Ads). Does anyone hav

RE: swank-clojure/lein/emacs

2011-06-05 Thread Bhinderwala, Shoeb
Yes it is 4005. But I am just using the defaults. Does the problem have anything to do with the number 4005? Again, I am just following simple instructions outlined to get swank running using lein, so that I can connect to it using emacs. I am not doing anything special or different. As a newco

Re: Best Installation Option

2011-06-05 Thread Sean Corfield
On Sun, Jun 5, 2011 at 12:26 PM, Laurent PETIT wrote: > Invert the 2 steps: after having invoked 'lein deps', first update the > build path in your Eclipse project, then enable Clojure support for > the project. > CCW will not add clojure and/or contrib dependency if it already finds > them in the

Re: swank-clojure/lein/emacs

2011-06-05 Thread Ambrose Bonnaire-Sergeant
On Mon, Jun 6, 2011 at 3:46 AM, Bhinderwala, Shoeb < sabhinderw...@wellington.com> wrote: > > Exception in thread "main" java.lang.IllegalArgumentException: No value > supplied for key: 4005 (NO_SOURCE_FILE:1) > Might be a coincidence, isn't the swank port 4005? Ambrose -- You received this me

RE: swank-clojure/lein/emacs

2011-06-05 Thread Bhinderwala, Shoeb
I tried removing the :dev-dependencies but I am still having the same problem. I gave up on running clojure-jack-in. However, I am still facing issues running "lein swank". Can someone please help me with "lein swank"? Here is my project.clj file: (defproject expclj "1.0.0-SNAPSHOT" :descrip

Re: Best Installation Option

2011-06-05 Thread Laurent PETIT
Hi, 2011/6/5 Sean Corfield : > On Sat, Jun 4, 2011 at 11:43 PM, flebber wrote: >> Yeah I am using counterclockwise as well. > > The easiest process is: > * lein new myproject > * cd myproject > * lein deps > > In Eclipse, create new Java project in the myproject folder (it will > pick up the depe

Re: Best Installation Option

2011-06-05 Thread Sean Corfield
On Sat, Jun 4, 2011 at 11:43 PM, flebber wrote: > Yeah I am using counterclockwise as well. The easiest process is: * lein new myproject * cd myproject * lein deps In Eclipse, create new Java project in the myproject folder (it will pick up the dependencies downloaded above). Right-click on the

Re: swank-clojure/lein/emacs

2011-06-05 Thread Vijay Kiran
I don't think you need to add the :dev-dependency, can you try again by removing the line ? ./vijay On Jun 5, 2011, at 6:09 PM, Bhinderwala, Shoeb wrote: > I am struggling to setup swank-clojure and connect emacs with a lein swank > session. > > I am on Windows XP. I followed the instructions

swank-clojure/lein/emacs

2011-06-05 Thread Bhinderwala, Shoeb
I am struggling to setup swank-clojure and connect emacs with a lein swank session. I am on Windows XP. I followed the instructions at: http://clojure02.managed.contegix.com/display/doc/Getting+Started+with+E macs I installed clojure-mode from marmalade. I added the following to my .emacs fil

Re: Best Installation Option

2011-06-05 Thread Mark Rathwell
Leiningen, via maven, will handle your clojure dependencies for you, no need to copy and paste any jar files. Lein is actually the only thing you need to install, and it will take care of everything else. I think the easiest way to start learning about leiningen is reading the readme and all of t

Re: porting an old project - where to begin?

2011-06-05 Thread Daniel
Penumbra looks interesting. Prior to heading there, I decided it would be a good idea to take advantage of all the Processing examples and see if I could dispell any concerns (Mainly because it packaged jogl with the download and testing is as easy as clicking a button. Very pleasant experience).