Liking cljdoc? Tell your friends :D

googlesheets-sql-sync.util

Collection of utility functions for generic tasks around timing and networking and files

Collection of utility functions for generic tasks around timing and networking and files
raw docstring

failclj

(fail & args)
source

get-free-portclj

(get-free-port)

Let Java find a free port for you.

Let Java find a free port for you.
sourceraw docstring

hostnameclj

(hostname s)
source

nowclj

(now)
source

query-stringclj

(query-string m)

Returns URL-encoded query string for given params map.

Returns URL-encoded query string for given params map.
sourceraw docstring

read-json-fileclj

(read-json-file file)

Read data as JSON from file

Read data as JSON from file
sourceraw docstring

valid-port?clj

(valid-port? p)
source

valid-url?clj

(valid-url? s)
source

with-durationclj

(with-duration f cb)

Invokes f, then calls cb with duration of calling f.

Invokes f, then calls cb with duration of calling f.
sourceraw docstring

with-tempfileclj

(with-tempfile filename ext f)

Creates a temporary file, calls f with file as argument and deletes file after.

Creates a temporary file, calls f with file as argument
and deletes file after.
sourceraw docstring

write-json-fileclj

(write-json-file file data)

Write data as JSON to file

Write data as JSON to file
sourceraw docstring

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

× close