Liking cljdoc? Tell your friends :D

utils-lib.core


calculate-circle-coordinatesclj/s

(calculate-circle-coordinates r angle)

Calculates circle coordinates using diameter in pixels and angle in degrees

Calculates circle coordinates using diameter in pixels and angle in degrees
sourceraw docstring

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-quadrateclj/s

(find-quadrate x y)

Finds quadrate in which coordinates are

Finds quadrate in which coordinates are
sourceraw docstring

get-quadrate-extreme-pointsclj/s

(get-quadrate-extreme-points quadrate-number radius)

Returns quadrate extreme points

Returns quadrate extreme points
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

is-number?clj/s

(is-number? param)

Check if parameter is number or NaN

Check if parameter is number or NaN
sourceraw docstring

java-heap-sizeclj/s

(java-heap-size)

Print out java heap memory usage

Print out java heap memory usage
sourceraw docstring

js-sha256clj/s

source

nth-rootclj/s

(nth-root base n)

Calculates nth root of passed number

Calculates nth root of passed number
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 or 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 or 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

sha256clj/s

(sha256 ascii)

Simple text to sha 256

Simple text to sha 256
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