Sample usage of google closure Dialog in clojurescript

2018-02-17 Thread C K Kashyap
Hi all,
Could someone please point me to an example usage of goog.ui.* from
Clojurescript?
I am trying to build an electron utility app to automate some of the
mundane tasks at work. I've already done it in clojure - but I think having
a "pretty" ui would make it more welcoming to some.
Regards,
Kashyap

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Using libraries without Lein

2017-11-28 Thread C K Kashyap
Thanks Alex ... just what I was looking for - putting the jars in classpath
that is!

I'll try out the new tool a little later though.

Regards,
Kashyap

On Tue, Nov 28, 2017 at 2:27 PM, Alex Miller  wrote:

> Sure. You need a jar for Clojure and a jar for clj-http and then just run
> Java with those in a classpath:
>
> java -cp clojure.jar:clj-http.jar my-program
>
> There is a lighter weight tool that we've added in Clojure 1.9 (also works
> with 1.8) that can help in assembling classpaths and serving as a runner.
> All it's really doing is taking a statement of deps and building the
> classpath to make that call. If you're interested in that, this will be
> useful:
>
> https://clojure.org/guides/deps_and_cli
>
>
>
> On Tuesday, November 28, 2017 at 4:20:43 PM UTC-6, Kashyap CK wrote:
>>
>> Hi,
>> I am trying to use clj-http in my clojure program. I am trying to do the
>> whole thing in a "light-weight" manner - without creating a project and all
>> or using lein. Is that possible? or do I need to use Lein?
>> Regards,
>> Kashyap
>>
> --
> 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 that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Clojure" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/clojure/JaIX3aOZmvQ/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Building clojure compiler in eclipse

2014-05-26 Thread C K Kashyap
Hi,
I am trying to build clojure using eclipse.

After importing all the java sources under clojure/src/jvm into a java
project I tried to run repl as a java application - Upon doing so,
loadClassForName in RT.java throws class not found exception while trying
to load clojure.core__init.class file.

I am probably missing some setup step. I'd appreciate it very much if
someone could point me to what I need to do to build/step through clojure's
java source in eclipse?

Regards,
Kashyap

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Building clojure compiler in eclipse

2014-05-26 Thread C K Kashyap
Thanks Alex ... I was able to import the whole thing into eclipse as an
ant build project.
I am still running into issues but I guess its because of java version ...
I have to use 1.6 i think.

Regards,
Kashyap


On Tue, May 27, 2014 at 2:32 AM, Alex Miller a...@puredanger.com wrote:

 You also need the Clojure core library source on your classpath,
 specifically the src/clj directory - that's where Clojure will look to load
 the core library .clj files.

 You might also set up your Eclipse project with an Ant builder on the
 build.xml to build the build target after clean. Or possibly the Maven
 pom.xml and maven builder.

 Then set up a launch target that runs clojure.main and debug it and you
 should be set.


 On Monday, May 26, 2014 7:21:04 AM UTC-5, Kashyap CK wrote:

 Hi,
 I am trying to build clojure using eclipse.

 After importing all the java sources under clojure/src/jvm into a java
 project I tried to run repl as a java application - Upon doing so,
 loadClassForName in RT.java throws class not found exception while trying
 to load clojure.core__init.class file.

 I am probably missing some setup step. I'd appreciate it very much if
 someone could point me to what I need to do to build/step through clojure's
 java source in eclipse?

 Regards,
 Kashyap

  --
 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Experiencing extremely slow performance on raspberry pi (model b)

2014-05-12 Thread C K Kashyap
Hi,

I finally got my robotic vehicle working using raspberry pi. I was hoping
to make it do tricks using the clojure repl - however, I found that repl
took well over 2 minutes to start. Is that normal or are folks seeing
better performance?

Regards,
Kashyap

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Experiencing extremely slow performance on raspberry pi (model b)

2014-05-12 Thread C K Kashyap
Thanks David,

hmmm  perhaps I'll try and see if it is usable after the repl comes up.

clojurescript route would involve writing/compiling the code on a regular
machine right?

Regards,
Kashyap


On Mon, May 12, 2014 at 6:47 PM, David Powell djpow...@djpowell.net wrote:

 Yeah I had similar issues.  I guess the standard JDK is a bit a
 heavyweight for the raspberry pi.

 I wonder if clojurescript on nodejs might be an easier route?


 On Mon, May 12, 2014 at 10:40 AM, C K Kashyap ckkash...@gmail.com wrote:

 Hi,

 I finally got my robotic vehicle working using raspberry pi. I was hoping
 to make it do tricks using the clojure repl - however, I found that repl
 took well over 2 minutes to start. Is that normal or are folks seeing
 better performance?

 Regards,
 Kashyap

 --
 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Experiencing extremely slow performance on raspberry pi (model b)

2014-05-12 Thread C K Kashyap
Sounds promising ... I'll give it a shot. Thanks Daniel.
Regards,
Kashyap


On Mon, May 12, 2014 at 4:41 PM, Daniel Barlow d...@telent.net wrote:

 On 12 May 2014 10:40, C K Kashyap ckkash...@gmail.com wrote:
  I finally got my robotic vehicle working using raspberry pi. I was
 hoping to
  make it do tricks using the clojure repl - however, I found that repl
 took
  well over 2 minutes to start. Is that normal or are folks seeing better
  performance?

 I haven't tried it on a Pi, but it's consistent with what I see when I
 start a lein repl on my android phone (inside a debian chroot using a
 regular linux jvm).  One problem you may be seeing is that leiningen
 starts a jvm and your app starts a jvm, and in a RAM-limited
 environment that means a lot of paging.

 What I did is
 1) created a namespace myapp.nrepl which calls
 (clojure.tools.nrepl.server/start-server :port 9990)

 2) invoke the app with

   $ lein trampoline run -m myapp.nrepl

 3) connect to it from some other machine

   $ lein repl :connect myphone.local:9990

 This means there's only one JVM running at a time on the phone (or in
 your case, pi) and reduces the startup time on my phone from something
 arounf 2 minutes to something around 40 seconds.  Which is still Too
 Long but not quite as Much Too Long

 Playing with clojure-metal and clojure-c are both on my TO DO,
 EVENTUALLY list but I have more than enough to keep me occupied for
 the time being already, so not any time soon

 [ With Actual Code!
 https://github.com/telent/defone/blob/master/defone/start.sh
 https://github.com/telent/defone/blob/master/defone/src/defone/nrepl.clj
 ]

 --
 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Pedestal on Google App Engine (GAE)

2014-04-30 Thread C K Kashyap
Hi,I watched @rkneufeld 's webcast on pedestal recently and it was really
nice.I was wondering how I could go about deploying a pedestal based app on
GAE. I'd appreciate any pointers very much.Regards,Kashyap

-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: braveclojure problem ( paste into emacs)

2014-04-16 Thread C K Kashyap
Try control y

google usually returns good results when I search for emacs stuffs.

Regards,
Kashyap


On Wed, Apr 16, 2014 at 4:27 PM, Roelof Wobben rwob...@hotmail.com wrote:

 Hello,

 I try to learn coljure by using this tutorial: http://www.braveclojure.com
 Im now at point 7 : http://www.braveclojure.com/basic-emacs/

 There I must paste a text into emacs.

 But as far as I know there is no mentioned how I can paste text into emacs.

 Roelof

  --
 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Video] Game development in Clojure (with play-clj)

2014-04-13 Thread C K Kashyap
+1 nice video


On Mon, Apr 14, 2014 at 3:45 AM, Kris Calabio kriscala...@gmail.com wrote:

 Oh great! I guess I must have missed that :P


 On Sun, Apr 13, 2014 at 3:13 PM, James Trunk james.tr...@gmail.comwrote:

 There's a link to a gist of 
 core.cljhttps://gist.github.com/Misophistful/9892203in the video's 
 description.

 Cheers,
 James


 On Monday, April 14, 2014 12:08:16 AM UTC+2, Kris Calabio wrote:

 Actually, I thought it would be even more helpful if you had the source
 code available (for searching/skimming). Is that somewhere online?
 -Kris


  On Sun, Apr 13, 2014 at 2:47 PM, James Trunk james...@gmail.comwrote:

  Hi Kris,

 Thanks for your comment, and I'm very glad that you found the video
 helpful.

 I started doing screencasts because I realised that I learn a new
 concept fastest by watching someone else doing/explaining it - and I
 figured I might not be the only one. Saying that, I know screencasts aren't
 for everyone, and they have a few drawbacks compared to text (harder to
 search, skim, or repeat sections). So positive comment like yours remind me
 that I'm not the only auditory/visual learner around here, and inspire me
 to keep going. Thanks!

 James


 On Saturday, April 12, 2014 11:28:29 PM UTC+2, Kris Calabio wrote:

 Great video! I've looked through Zach's examples, and even started
 coding a game myself. But your screencast helped me have a better
 understanding of some of the concepts and code that I was having trouble
 understanding just by looking at the example games. Thanks!
 -Kris

 On Thursday, March 27, 2014 10:07:21 AM UTC-7, James Trunk wrote:

 Hi everyone,

 I thought some of you might be interested to watch my screencast
 about game development in Clojure with 
 play-cljhttps://www.youtube.com/watch?v=9ilUe7Re-RA
 .

 Cheers,
 James

  --
 You received this message because you are subscribed to the Google
 Groups Clojure group.
 To post to this group, send email to clo...@googlegroups.com

 Note that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+u...@googlegroups.com

 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups Clojure group.
 To unsubscribe from this topic, visit https://groups.google.com/d/
 topic/clojure/mR1IBJ_OomY/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 clojure+u...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  --
 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups Clojure group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/clojure/mR1IBJ_OomY/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 clojure+unsubscr...@googlegroups.com.

 For more options, visit https://groups.google.com/d/optout.


  --
 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Advice for building backend REST services from scratch using clojure

2014-04-11 Thread C K Kashyap
Just for the record ... I am an emacs fan :)
Had been a vim power user for a long time but switched to emacs after the
fp bug bit me.
Regards,
Kashyap


On Fri, Apr 11, 2014 at 2:50 PM, Colin Fleming
colin.mailingl...@gmail.comwrote:

 you can fight it as hard as you like but you will eventually end up using
 emacs, clojure-mode, cider, paredit and magit and then wonder how you ever
 lived without it, but not without spending at least a month or two cursing
 anything to do with emacs :).


 As the developer of Cursive, I'd like to politely disagree with this
 point. I think that Cursive provides a very competitive feature set but
 without the swearing :-). Of course I'm totally biased, so take with a
 grain of salt, but I think particularly for Clojure newbies it's worth a
 look - learning Emacs at the same time as Clojure can be a recipe for
 frustration.

 Of course, it doesn't have to be Cursive, there are other options in case
 Emacs gives you hives.


 On 11 April 2014 20:17, Colin Yates colin.ya...@gmail.com wrote:

 As others have said - a more focused question would help.

 Our back end runs on ring + compojure using
 https://github.com/jkk/honeysql for querying and straight
 https://github.com/clojure/java.jdbc for writes.  We use
 https://github.com/marick/Midje/wiki rather than clojure.test and
 https://github.com/gdeer81/marginalia for documentation.

 This is the first major Clojure app, so lots of lessons have been learnt.
  Things I wish I knew:

- read the ring spec - it is all just a map, phenomenally powerful.
 Now read it again
- consider using https://github.com/zcaudate/lein-midje-doc as well
as/instead of marginalia
- consider using https://github.com/jaycfields/expectations instead
of midje.  Midje is fantastic, but expectations, particularly the 
 'diffing'
looks like a real win
- consider using something like https://github.com/prismatic/schemato 
 document your API from day one.
- you can fight it as hard as you like but you will eventually end up
using emacs, clojure-mode, cider, paredit and magit and then wonder how 
 you
ever lived without it, but not without spending at least a month or two
cursing anything to do with emacs :).

 Just my random, off the cuff thoughts.  Hope they help.

 On Thursday, April 10, 2014 3:13:19 PM UTC+1, Kashyap CK wrote:

 Hi,
 I have the opportunity to build a set of services from scratch. I plan
 to use clojure for this.
 I'd like to experiment with options available out there - options such
 as - what webserver, what database etc. I'd like it very much if you could
 share some of your experiences in this and possibly some pitfalls to avoid.
 Regards,
 Kashyap

  --
 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


  --
 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 that posts from new members are moderated - please be patient with
 your first post.
 To unsubscribe from this group, send email to
 clojure+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/clojure?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Clojure group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to clojure+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.


-- 
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 that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.