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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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).
16 matches
Mail list logo