Liking cljdoc? Tell your friends :D

silvur.util


control-portsclj


edn->jsonclj

(edn->json x)
(edn->json type x)

edn->xmlclj

(edn->xml edn & [raw?])

json->ednclj

(json->edn x)
(json->edn type x)

lkcljmacro

(lk s)

lockclj


lscljmacro

(ls s)

mailclj

(mail &
      {:keys [from to subject host port contents]
       :or {host "localhost" port 25}})

nreplcljmultimethod


nrepl-handlerclj

(nrepl-handler {:keys [params session headers request-method] :as req})

nrepl-serverclj


nrepl-startclj

(nrepl-start & {:keys [ip port cider tty] :or {ip "0.0.0.0" port 7888}})

nrepl-stopclj

(nrepl-stop & [srv])

NumberConvertcljprotocol

chars->hexclj

(chars->hex xs)

chars->longclj

(chars->long xs)

hex->longclj

(hex->long x)

str->doubleclj

(str->double x)

str->intclj

(str->int x)

str->longclj

(str->long x)

parse-binary-messageclj

(parse-binary-message format-coll data-coll)

sha1sumclj

(sha1sum & vals)

start-nrepl-http-serverclj

(start-nrepl-http-server & {:keys [ip port] :or {ip "0.0.0.0" port 8081}})

start-routineclj

(start-routine f & [{:keys [id queue-length interval] :as opts}])

stop-routineclj

(stop-routine)
(stop-routine id)

ukcljmacro

(uk s)

uscljmacro

(us s)

uuidcljmacro

(uuid)
(uuid s)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close