Liking cljdoc? Tell your friends :D

utils-lib.core


current-dateclj/s

(current-date)

Returns formatted current date

Returns formatted current date
sourceraw docstring

decrypt-passwordclj/s

(decrypt-password encrypted-password)

Decrypt password

Decrypt password
sourceraw docstring

encrypt-passwordclj/s

(encrypt-password password)

Encrypt password

Encrypt password
sourceraw docstring

find-index-to-removeclj/s

(find-index-to-remove itr index-to-remove current-index)

Additional function for remove-index-from-vector fn determine if index and data at that index in vector should be removed

Additional function for remove-index-from-vector fn
determine if index and data at that index in vector should be removed
sourceraw docstring

insert-in-vector-on-indexclj/s

(insert-in-vector-on-index data-vector element index)

Insert data in vector

data-vector is vector with elements of any data type element is single element or vector of elements that are going to be inserted in data vector index is single number or vector of numbers that represent positions in data-vector where element/s will be inserted

Insert data in vector

data-vector is vector with elements of any data type
element is single element or vector of elements that are going to be inserted
 in data vector
index is single number or vector of numbers that represent positions in data-vector
 where element/s will be inserted
sourceraw docstring

java-heap-sizeclj/s

(java-heap-size)

Print out java heap memory usage

Print out java heap memory usage
sourceraw docstring

parse-bodyclj/s

(parse-body request)

Read entity-body from request, convert from string to clojure data

Read entity-body from request, convert from string to clojure data
sourceraw docstring

pass-keyclj/s

source

read-fileclj/s

(read-file file-path)

example: file-pathe public/index.html

example:
file-pathe  public/index.html
sourceraw docstring

remove-index-from-vectorclj/s

(remove-index-from-vector data-vector index)

Remove data at particular index or indexes

data-vector is simple vector with elements of any data type index is single number od vector of numbers that represent index/es that should be removed

Remove data at particular index or indexes

data-vector is simple vector with elements of any data type
index is single number od vector of numbers that represent index/es
that should be removed
sourceraw docstring

replace-in-vector-on-indexclj/s

(replace-in-vector-on-index data-vector element index)

Replace data in vector on particular indexes

data-vector is vector with elements of any data type element is single element or vector of elements that are going to replace old data index is single number or vector of numbers that represent positions in data vector where replacement/s will take place

Replace data in vector on particular indexes

data-vector is vector with elements of any data type
element is single element or vector of elements that are going to replace old data
index is single number or vector of numbers that represent positions in data vector
 where replacement/s will take place
sourceraw docstring

round-decimalsclj/s

(round-decimals number decimals-num)

Round number to particular number of decimals

Round number to particular number of decimals
sourceraw docstring

round-upclj/s

(round-up number1 number2)

Round up divided numbers

Round up divided numbers
sourceraw docstring

split-with-newlineclj/s

(split-with-newline text)

Split text with newline without loosing empty rows

Split text with newline without loosing empty rows
sourceraw docstring

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

× close