Liking cljdoc? Tell your friends :D

utils-lib.core


calculate-angleclj/s

(calculate-angle angle-degrees)

Calculates PI representation of angle

Calculates PI representation of angle
sourceraw docstring

calculate-angle-by-coordinates-acosclj/s

(calculate-angle-by-coordinates-acos x y)

Calculates angle by coordinates acos

Calculates angle by coordinates acos
sourceraw docstring

calculate-angle-by-coordinates-asinclj/s

(calculate-angle-by-coordinates-asin x y)

Calculates angle by coordinates asin

Calculates angle by coordinates asin
sourceraw docstring

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

calculate-radius-by-xclj/s

(calculate-radius-by-x x angle)

Calculate radius by x coordinate

Calculate radius by x coordinate
sourceraw docstring

calculate-radius-by-yclj/s

(calculate-radius-by-y y angle)

Calculate radius by x coordinate

Calculate radius by x coordinate
sourceraw docstring

current-dateclj/s

(current-date)

Returns formatted current date

Returns formatted current date
sourceraw docstring

decode-asciiclj/s

(decode-ascii text)

Decodes from utf-8 to ascii

Decodes from utf-8 to ascii
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

find-quadrate-by-angleclj/s

(find-quadrate-by-angle start-angle end-angle)

Finds quadrates that contain passed angles

Finds quadrates that contain passed angles
sourceraw docstring

format-bytes-numberclj/s

(format-bytes-number number-of-bytes unit-type)

Formats bytes in B, KB, MB, GB and TB

Formats bytes in B, KB, MB, GB and TB
sourceraw docstring

format-bytes-number-with-lowest-number-of-digitsclj/s

(format-bytes-number-with-lowest-number-of-digits number-of-bytes)

Formats number of bytes with lowest number of digits

Formats number of bytes with lowest number of digits
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

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

rotate-coordinatesclj/s

(rotate-coordinates x y angle)

Rotates x and y coordinates

Rotates x and y coordinates
sourceraw docstring

rotate-xclj/s

(rotate-x r angle)

Rotate x coordinate for radius and angle

Rotate x coordinate for radius and angle
sourceraw docstring

rotate-yclj/s

(rotate-y r angle)

Rotate y coordinate for radius and angle

Rotate y coordinate for radius and angle
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