Liking cljdoc? Tell your friends :D

silvur.util


absolute-pathclj

(absolute-path a-path)

control-portsclj


dir?clj

(dir? a-path)

exists?clj

(exists? a-path)

json->mapclj

(json->map x)

lkcljmacro

(lk s)

lscljmacro

(ls s)

mailclj

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

map->jsonclj

(map->json x)

mkdirclj

(mkdir a-path)

nrepl-http-transportclj

(nrepl-http-transport url)

Returns an nREPL client-side transport to connect to HTTP nREPL endpoints implemented by ring-handler.

This fn is implicitly registered as the implementation of nrepl.core/url-connect for http and https schemes; so, once this namespace is loaded, any tool that uses url-connect will use this implementation for connecting to HTTP and HTTPS nREPL endpoints.

Returns an nREPL client-side transport to connect to HTTP nREPL
endpoints implemented by `ring-handler`.

This fn is implicitly registered as the implementation of
`nrepl.core/url-connect` for `http` and `https` schemes;
so, once this namespace is loaded, any tool that uses `url-connect`
will use this implementation for connecting to HTTP and HTTPS
nREPL endpoints.
raw docstring

nrepl-startclj

(nrepl-start & {:keys [ip port cider] :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)

path-seqclj

(path-seq a-path)

PathOperationcljprotocol

pathclj

(path f)

pwdclj

(pwd)

readable?clj

(readable? a-path)

rmclj

(rm a-path)

sha1sumclj

(sha1sum & vals)

sizeclj

(size a-path)

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