kgryte
@kgryte
40
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
40 Skillsacross 3 categoriesvalidate.io-string-primitive
kgryte
Validates if a value is a string primitive.
eslint-plugin-no-unsafe-regex
kgryte
ESLint rules to disallow unsafe regular expressions.
dstructs-matrix
kgryte
Matrices.
utils-extname
kgryte
Returns a filename extension.
regex-regex
kgryte
Regular expression to parse a regular expression string.
utils-regex-from-string
kgryte
Parses a regular expression string and returns a new regular expression.
validate.io-matrix-like
kgryte
Validates if a value is matrix-like.
dstructs-array-constructors
kgryte
Returns an array constructor corresponding to an array data type.
dstructs-array-dtype
kgryte
Returns an array data type corresponding to an array constructor name.
compute-dtype
kgryte
Determines the underlying data type of an input value.
dstructs-cast-arrays
kgryte
Casts an array to an array of a different data type.
compute-incrmmean
kgryte
Provides a method to compute a moving arithmetic mean incrementally.
compute-mstdev
kgryte
Computes a moving sample standard deviation over a numeric array.
compute-mmin
kgryte
Computes a moving minimum over a numeric array.
compute-incrmstdev
kgryte
Provides a method to compute a moving sample standard deviation incrementally.
math-float64-set-low-word
kgryte
Sets the less significant 32 bits of a double-precision floating-point number.
math-float64-from-words
kgryte
Creates a double-precision floating-point number from a higher order word and a lower order word.
validate.io-function
kgryte
Validates if a value is a function.
svg-tags
kgryte
List of standard SVG tags.
math-exp
kgryte
Natural exponential function.
validate.io-array
kgryte
Validates if a value is an array.
validate.io-integer
kgryte
Validates if a value is an integer.
math-power
kgryte
Exponential function.
compute-dot
kgryte
Computes the dot product between two numeric arrays.
utils-eval
kgryte
Alias for eval global.
utils-copy
kgryte
Copy or deep clone a value to an arbitrary depth.
validate.io-number
kgryte
Validates if a value is a number.
validate.io-integer-array
kgryte
Validates if a value is an integer array.
utils-deep-set
kgryte
Deep set a nested property.
utils-deep-get
kgryte
Deep get a nested property.
compute-l2norm
kgryte
Computes the L2 norm (Euclidean norm) of an array of values.
const-pinf-float64
kgryte
Positive infinity.
opentsdb-client
kgryte
HTTP client for querying OpenTSDB.
utils-yaml-parse
kgryte
Attempts to parse an input string as YAML.
metrics-os
kgryte
Utility to get system metrics.
metrics-process
kgryte
Utility to get current process metrics.
doc-metrix
kgryte
Provides an API for doc-metrix performance metric documentation.
distributions-exponential
kgryte
Exponential distribution.
argv-to-object
kgryte
Maps command-line arguments to a configuration object.
compute-incrmvariance
kgryte
Provides a method to compute a moving sample variance incrementally.