Re: Big Excel (xlsx) file parsing (docjure, incanter...)

2013-09-06 Thread Vijay Kiran
Hi, I don't think docjure supports streaming options yet - but you can try using Apache POI streaming API - http://poi.apache.org/spreadsheet/index.html - that should help in reading large files. HTH, @vijaykiran On Saturday, September 7, 2013 3:22:27 AM UTC+2, Stanislav Sobolev wrote: > >

Re: State of the Art in Clojure Debugging

2015-03-30 Thread Vijay Kiran
I've been using Spacemacs with great success https://github.com/syl20bnr/spacemacs and I heard some rave things from Vim aficionados. So you can get all the good stuff from bbastov's hardwork and still use Vim like environment :) ./Vijay On Monday, March 30, 2015 at 4:27:32 PM UTC+2, Bozhida

[ANN] defn podcast ep.3 : A tour of REPLs feat. Mike Fikes :)

2016-06-14 Thread Vijay Kiran
Hello Everyone! We published the third episode of defn yesterday in which we take a tour of REPLs in Clojure Land. We are very grateful to Mike Fikes (Planck/Replete/Ambly fame) - who joined us on the podcast to share his experience. We would love to hear your fee

Re: [ANN] defn podcast ep.3 : A tour of REPLs feat. Mike Fikes :)

2016-06-16 Thread Vijay Kiran
o hear more discussion of different development environments and > using visualizations to help understand the code we're writing. Another one > in that vein is Gorilla REPL which inspired some of the visualization > aspects of Proto REPL. > > Thanks, Jason Gilman > >

[ANN] defn Podcast Episode #4 Immutable Persistent Collections

2016-06-30 Thread Vijay Kiran
Hello Everyone, We published the Episode #4 of defn podcast, the topic of this episode is immutable persistent collections. It is available on SoundCloud for your listening pleasure: https://soundcloud.com/defn-771544745/defn-04-immutable-persistent-collections :) If you happen to listen to

[ANN] defn podcast ep.5 : Hoplon Special with Micha Niskin :)

2016-07-14 Thread Vijay Kiran
Hi Everyone, We just published new episode of defn with special guest Micha Niskin discussing Hoplon. It is available for your listening pleasure on SoundCloud: https://soundcloud.com/defn-771544745/05-hoplon-special-with-micha-niskin also available via iTunes. Regards, Vijay & Ray https://d

[ANN] defn Podcast Episode #9 Onyx

2016-09-06 Thread Vijay Kiran
Hello Everyone, The new episode of defn podcast is now available, Onyx with Michael Drogalis and Lucas Bradstreet! You can listen to it on SoundCloud[1] or via itunes[1] We'd really appreciate your comments or feedback :) Enjoy, Ray & Vijay [1] https://defn.audio/2016/09/06/episode-9-onyx-wi

[ANN] defn podcast episode #11 with Alex Miller

2016-10-06 Thread Vijay Kiran
Hello everyone, Episode 11 of defn is now available on the Interwebs. You can listen to it on SoundCloud: https://soundcloud.com/defn-771544745/episode-11-alex-miller or subscribe via iTunes https://itunes.apple.com/us/podcast/defn/id1114899563 The show notes are available on https://defn.aud

[ANN] CFP for Dutch Clojure Day 2017 Is now OPEN!

2016-12-06 Thread Vijay Kiran
Hello Everyone! The next edition of Dutch Clojure Day will happen on Saturday March 25th, 2017 in Amsterdam. The CFP for the event is now open and you can submit your proposal via the form : https://goo.gl/forms/yvTZUAZ2YyCtfEM02 You can find more details about the event on http://clojuredays.o

Dutch Clojure Day 2017 - Reserve your spot now

2016-12-12 Thread Vijay Kiran
Hello Everyone, We are working hard on making 2017 Dutch Clojure Day awesome as 2016, and a bit more :) The ticket reservations are open now and you can reserve your spot on https://www.eventbrite.com/e/dutch-clojure-day-2017-tickets-30113550440 If you want to give a talk - Our CFP is also o

[ANN] Dutch Clojure Day 2017 Update, and Final Call for RFP

2017-01-23 Thread Vijay Kiran
Hello Everyone, The team behind Dutch Clojure Day is hard at work and I'd like to share some quick updates : - We have a nice venue confirmed in the centre of Amsterdam - http://tq.co - We have some great sponsors for our event this time: • http://www.adgoji.com - *Platinum* • https://juxt.pro/

[ANN] CFP for Dutch Clojure Day 2018 is now Open

2018-01-02 Thread Vijay Kiran
Hello Everyone! The third edition of free Clojure Conference in Amsterdam is ready for your CFPs now :) You can submit your proposal via https://www.papercall.io/dcd18 If you have any questions, you can reply to this thread or tweet us at @clojuredays Regards, @vij

[HEADS-UP] CFP for Dutch Clojure Day 2018 closes in 9 days

2018-02-19 Thread Vijay Kiran
Hello All, Just wanted to give you a heads-up for Dutch Clojure Day - a free one day Clojure conference in Amsterdam. This is a conference run by community volunteers, with sponsorship from amazing Clojure companies across Europe. Our CFP will be open until Feb 28th and we welcome all levels of

Announcing Dutch Clojure Day 2016

2015-12-17 Thread Vijay Kiran
Hello Everyone! We just announced the next edition of Dutch Clojure Day, It will be a full day *free* conference for Clojure beginners/enthusiasts and practitioners. The event will be in Amsterdam on Saturday, 19th March 2016. You can reserve your spot now by going to : http://clojuredays.org

[ANN] New Clojure Podcast: defn

2016-05-18 Thread Vijay Kiran
Hello Everyone, Just wanted to let you know that we started a new podcast about Clojure: https://defn.audio We published our first episode and plan to release a new one every two weeks. It is available on iTunes https://itunes.apple.com/podcast/defn/id1114899563 and SoundCloud: https://soundc

Re: [ANN] New Clojure Podcast: defn

2016-05-20 Thread Vijay Kiran
for every podcast episode. This helps > immensely. > > > On Thursday, 19 May 2016 11:13:44 UTC+5:30, Vijay Kiran wrote: >> >> Hello Everyone, >> >> Just wanted to let you know that we started a new podcast about Clojure: >> https://defn.audio >> >

Re: Looking to migrate thousands of Clojure applications from 1.2 to 1.5.

2014-01-17 Thread Vijay Kiran
May be this would help? https://github.com/flatland/classlojure On Thursday, January 16, 2014 5:13:11 PM UTC+1, solo...@gmail.com wrote: > > Quick update and question: We've put together a preliminary migration plan > and are considering options. > > Can someone share information or point me t

Re: leiningen dependencies plugin

2013-02-06 Thread Vijay Kiran
Use lein pom - to generate pom.xml and use mvn dependency:copy-depencies :) On Wednesday, February 6, 2013 12:41:03 PM UTC+1, Maris wrote: > > > Is there dependencies plugin for leiningen ? > > I need to download all dependencies so I can copy my project to a server. > ( I can't run leiningen

New Dutch Clojure group - Rotterdam/Den Haag Clojure Meetup - EHRD.clj

2013-02-27 Thread Vijay Kiran
j. If you are nearby checkout out our meetup page for schedule and agenda, Vijay Kiran - @vijaykiran | Chris Wilson @minleychris -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroup

Re: Clojurebox/emacs setup

2011-06-03 Thread Vijay Kiran
Hi Shoeb, I'm not sure if you use mac, but here's the setup I've been using successfully: 1. Installed emacs 2. Installed the emacs-starter-kit (https://github.com/technomancy/emacs-starter-kit) 3. And then followed the http://technomancy.us/149 The clojure-jack-in mode does all the necessary

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

Re: Workflow and development tools for ClojureScript One

2012-02-29 Thread Vijay Kiran
Hi Karl, My emacs setup is also based on live coding. For ClojureScript One hacking, I use lein swank and slime-connect - for clojure. And for cljs, I use inferior-lisp. When I'm in a cljs file, I just disable the slime-mode, so it uses the inferior-lisp. ./Vijay On Sunday, February 19, 20

Re: Clauth - OAuth2 provider for Ring

2012-04-27 Thread Vijay Kiran
I guess it is https://github.com/pelle/clauth ./vijay On Friday, April 27, 2012 6:43:29 AM UTC+2, Shantanu Kumar wrote: > > That sounds quite interesting! Do you have a Github URL of the project > to share? > > Shantanu > > On Apr 25, 12:29 am, Pelle Braendgaard wrote: > > This is a simple

Re: Clojure syntax coloring for wordpress blogs

2012-12-15 Thread Vijay Kiran
I use WP-Syntax[1] plugin which uses GeSHi , which seems be working fine for me on my blog [2] [1] http://wordpress.org/extend/plugins/wp-syntax/ [2] http://www.vijaykiran.com/2012/01/31/web-application-development-with-clojure-part-3/ On Saturday, December 15, 2012 10:02:11 PM UTC+1, Nick Gon