I hereby claim:
- I am dcj on github.
- I am dcjackson (https://keybase.io/dcjackson) on keybase.
- I have a public key ASBO7Ma9UBqa7g0ITq821DWuCpyoUUUB1GojlM_UZgfNdQo
To claim this, I am signing this object:
| (ns coerce.jdbc.pg | |
| (:require | |
| [clojure.string :as string] | |
| [java-time :as time] | |
| [next.jdbc :as jdbc] | |
| [next.jdbc.connection :as connection] | |
| [next.jdbc.result-set :as result-set] | |
| [next.jdbc.prepare :as prepare] | |
| [geo.io] | |
| [cheshire.core :as json] |
I hereby claim:
To claim this, I am signing this object:
| (ns test | |
| (:import [java.util.concurrent | |
| BlockingQueue | |
| LinkedBlockingQueue | |
| SynchronousQueue | |
| PriorityBlockingQueue | |
| CyclicBarrier]) | |
| (:use clojure.test) | |
| (:refer-clojure :exclude [seque])) |
| (ns testtrace | |
| (:use clojure.tools.trace | |
| clojure.contrib.pprint)) | |
| (defn trace-fn | |
| ([fun-sym] (trace-fn *ns* fun-sym)) | |
| ([ns fun-sym] | |
| (let [sym (if (symbol? fun-sym) | |
| fun-sym | |
| (:name (meta fun-sym))) |
| Note: When I started, JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home | |
| $ git clone https://github.com/nathanmarz/jzmq.git | |
| Cloning into jzmq... | |
| remote: Counting objects: 611, done. | |
| remote: Compressing objects: 100% (204/204), done. | |
| remote: Total 611 (delta 317), reused 570 (delta 292) | |
| Receiving objects: 100% (611/611), 304.06 KiB | 298 KiB/s, done. | |
| Resolving deltas: 100% (317/317), done. |