[ANN] Satellite, Two Sigma's Monitoring, Alerting, and Self-Healing Application for Apache Mesos

2015-06-09 Thread sunil . abraham
ts and contributions! You can contact us through this thread, email , or Twitter <@sabraham>. Sunil Abraham Two Sigma Open Source, LLC -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@goog

Re: Presentation about Clojure

2014-08-25 Thread Abraham
i like this one : http://bridgethillyer.github.io/simplicity-ws/#/ On Thursday, August 21, 2014 3:36:29 PM UTC+5:30, Cecil Westerhof wrote: > > I am far from an expert on Clojure, but I am thinking about giving a talk > about it on an Open Source event. > > Any tips about what to treat and

Re: how to use clojure.java.jdbc.sql

2013-09-09 Thread Abraham
Thanks On Monday, September 9, 2013 12:10:13 PM UTC+5:30, Sean Corfield wrote: > > The basic DSL cannot do 'like' so you probably want to look at > HoneySQL which is the recommended way to extend clojure.java.jdbc. > > > On Sun, Sep 8, 2013 at 11:07 PM, Abraham >

how to use clojure.java.jdbc.sql

2013-09-08 Thread Abraham
I want to generate sql string using clojure.java.jdbc.sql for eg. "SELECT B.ID , B.TITLE ,B.AUTHOR , C.CATEGORY , S.STATUS FROM BOOK B ,CATEGORY C , STATUS S WHERE (B.CATEGORY_ID=C.ID) AND (B.STATUS_ID = B.ID) AND (B.TITLE LIKE "%TOM%")" How to do this usi

Re: Clojure for the Brave and True, an online book for beginners

2013-09-05 Thread Abraham
i liked the emacs chapter . Pl update on how to use emacs with a clojure project structure generated by lein On Monday, September 2, 2013 9:05:52 PM UTC+5:30, Daniel Higginbotham wrote: > > Hi all, > > I've been putting together http://www.braveclojure.com/ and would love > feedback. I've tri

sending errors to the ui - web development using luminus

2013-08-08 Thread Abraham
Dear How to send validate the input and then send all errors at a time .? I am using luminus , the doc shows send one error at a time. Thanks in advance A -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojur

IDE feature

2013-08-07 Thread Abraham
Any IDE provides the feature found in DrRacket ,that is it auto completes the corresponding [ or ( . by pressing ) . Keep on pressing ) in DrRacket will autocomplete the square or round bracket. Clojure IDE feature shld be for completing { , [ , ( ... and so on. Thanks A -- -- You rec

Function as key of a map

2013-08-07 Thread Abraham
this is in reference to the followng article http://blog.safaribooksonline.com/2013/08/06/two-simple-clojure-tricks-with-values/ wherin it says any value ( function , vector , other data structure of clj) can be used as key for a hashed map. can anybody enlighten how is it useful if functi

Re: link for clojure programs

2013-05-06 Thread Abraham Varghese
Watch Chas Emerick video ... Read Clojure Programming by Chas On Saturday, May 4, 2013 11:31:48 AM UTC+5:30, nre...@yahoo.com wrote: > > Can anybody give me a link/websites of codes for BEGINNERS FOR CLOJURE? > thanks a lot... > -- -- You received this message because you are subscribed to

Re: xml parsing

2011-03-16 Thread Abraham
forgot ...Here is the order.xml XYZ Ltd Abcd xyz 123 in -- 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 ar

Re: xml parsing

2011-03-16 Thread Abraham
sorry i forgot to show order.xml -- 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 f

xml parsing

2011-03-16 Thread Abraham
Dear friends I am trying to parse xml file following is code (def xml-file "d:/clj/xmlfiles/orders.xml") (def xmldata (clojure.xml/parse xml-file)) (println xmldata) Output is : {:tag :order, :attrs {:orderid 1/2011}, :content [{:tag :party, :attrs nil, :con tent [ XYZ Ltd ]} {:tag :address,

Re: api doc for clojure/libraries

2011-01-24 Thread Abraham
how to get api docs for libraries such as enlive , etc? -- 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 p

Re: api doc for clojure/libraries

2011-01-24 Thread Abraham
sorry , i want the documentation .which are the functions available ... etc? -- 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

api doc for clojure/libraries

2011-01-24 Thread Abraham
Dear all , how to get api download/generate for various lib such as contrib , enlive ,etc. thanks -- 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 mod

Re: which IDEs are you all using?

2011-01-20 Thread Abraham
new to Emacs Ide . How Clojurebox differs from Emacs ? Which will be better to get full power of emacs Thanks Mark Engelberg wrote: > On Wed, Jan 12, 2011 at 9:56 AM, Philip Hudson wrote: > > I have something like this: > > > > (setq desktop-dirname "/foo/bar" > >      desktop-path    '("/foo/b

Re: Trouble understanding let

2010-10-10 Thread Abraham
k is not global binding so it does not resolve let helps to define local binding thanks Abraham On Oct 10, 2:09 pm, Ulises wrote: > >> What is it I get wrong? > > As the others said, you have no expressions being evaluated in the > body of let and hence you get nil. The way I

Re: List folders/ Files recursively

2010-10-06 Thread Abraham
Thanks a lot .. really good On Oct 6, 5:39 pm, B Smith-Mannschott wrote: > On Wed, Oct 6, 2010 at 08:49, Abraham wrote: > > Dear All , > > > I wanted to list  the files of a folder , if a folder within , then it > > should list the files of that folder and so on.. ie re

List folders/ Files recursively

2010-10-06 Thread Abraham
oop. Thanks in advance Abraham -- 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 unsubscr

examples of clojure code

2010-09-28 Thread Abraham
Dear all , any link where to find examples of clojure code used in business appl. , domain model , etc thanks abraham -- 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

Re: external clojure lib >

2010-09-07 Thread Abraham
still i am not getting , i meant to say that , i want to use clojure.contrib. libraries , how to make it work with my system . from where this lib has to copied and which directory to copy... may be lib is clj's files Anybody' Thanks in advance AV On Sep 7, 11:02 am, Abraham Vargh

Re: external clojure lib >

2010-09-07 Thread Abraham Varghese
Hello Sunil , Using windows xp , just got into clojure , not much knowledge Thanks AV On Sep 6, 8:00 pm, Sunil S Nandihalli wrote: > Hi Abraham, >  Make sure that the jar file of the "external" library you are referring to > is in path. If you are developing clojure code

external clojure lib >

2010-09-06 Thread Abraham Varghese
Dear all , How to get external clojure libs workng in my system? like clojure.contrib , etc? Thanks in advance AV -- 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

external clojure lib >

2010-09-06 Thread Abraham Varghese
Dear all , How to get external clojure libs workng in my system? like clojure.contrib , etc? Thanks in advance AV -- 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

sequence rest and next

2010-09-03 Thread Abraham Varghese
I cannot understand between ( next aseq) and ( rest aseq) ... Thanks AV -- 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 patien

built in forms

2010-08-19 Thread Abraham Varghese
How to know which are built in forms available ie functions available and its syntax? -- 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

REPL

2010-08-19 Thread Abraham Varghese
How to exit from REPL? -- 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 gro