[ANN] hexdump 0.1.0 released

2011-12-27 Thread Tim McIver
Hello Clojure community! I'd like to announce the release of a small and simple hexdump utility. As is usually the case, this project was born out of a need I had in my own work which often requires looking at raw data dumps. This is my first time releasing any Clojure code so any feedback is ver

Re: Testing functions that access a database

2011-05-08 Thread Tim McIver
hantanu: This looks great! I've also recently started thinking about the best way to migrate changes (I've been doing it by hand, but they've been small changes). I'll look into this more. Thanks for the input. Tim On May 8, 4:33 am, Shantanu Kumar wrote: > On May 8, 8:37 a

Testing functions that access a database

2011-05-07 Thread Tim McIver
I'm looking for some input as to the best way to test functions that interact with a database. I've just started writing some tests for functions that read/write to a mysql database (using clojure.contrib.sql) but my problem is that I'd like the tests to begin with either an empty database or one

Re: Boston meetup Jan 11?

2011-01-03 Thread Tim McIver
I just added myself to that Clojure Meetup waiting list so count me in. Any prospects on a venue yet? Tim -- 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 a

Re: Unexpected FileNotFoundException

2010-08-20 Thread Tim McIver
e seq-utils package and so it looked like it was moved at some point. So my question is: is the documentation on the github page wrong or am I confused about the various versions and/or branches of clojure- contrib? Thanks, Tim On Aug 20, 9:48 am, Tim McIver wrote: > Hmm, yes that looks like it

Re: Unexpected FileNotFoundException

2010-08-20 Thread Tim McIver
Hmm, yes that looks like it must be it. Strange, because when I view the API docs from the github page: http://richhickey.github.com/clojure-contrib/ there IS a seq library. I guess it was removed. Thanks, Tim On Aug 19, 11:47 pm, Stuart Campbell wrote: > On 20 August 2010 11:52, Tim McI

Unexpected FileNotFoundException

2010-08-19 Thread Tim McIver
Hello everyone. Clojure noob here. I apologize in advance for what may turn out to be a dumb question. When trying to (use '[clojure.contrib.seq]) I get the following error: java.io.FileNotFoundException: Could not locate clojure/contrib/ seq__init.class or clojure/contrib/seq.clj on classpath:

Re: Clojure Web Programming group?

2010-08-17 Thread TIM MCIVER
I'm new to Clojure and fairly new to FP in general. I'm trying to write a web app in Clojure and I would definitely like to see something like that. Tim From: Saul Hazledine To: Clojure Sent: Tue, August 17, 2010 10:15:30 AM Subject: Clojure Web Programming