@stdlib/random-array-exponential
Create an array containing pseudorandom numbers drawn from an exponential distribution.
@stdlib/random-array-pareto-type1
Create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution.
@stdlib/ndarray-base-nullary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
stats-base-dists-planck-skewness
Planck (discrete exponential) distribution skewness.
stats-base-dists-planck-cdf
Planck (discrete exponential) distribution cumulative distribution function (CDF).
stats-strided-smeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
math-base-assert-is-probabilityf
Test if a single-precision floating-point number is a probability.
array-base-count-ifs
Perform element-wise evaluation of one or more input arrays according to provided predicate functions and count the number of elements for which all predicates respectively return `true`.
pmv-ads-2024-1-e3-proj-mov-t6-pmv-ads-2024-1-e3-proj-fitfocus
O projeto Fitfocus trata-se da criação de um aplicativo que facilite o acesso do público a receitas e conhecimentos do mundo nutritivo voltados para aprimorar a qualidade de vida.
https://github.com/atnog/tnav_demos
One thing that you learn in a scientific enviroment is that you have to produce several demos to woo students and funding agencies. This repository contains several pieces of code that are or were being used in demos that I produced. It represents a fruitless effort to organize the code and simplifed the task of deploying demos.
@stdlib/random-array-laplace
Create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.
@stdlib/random-array-randu
Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.
@stdlib/random-strided-weibull
Fill a strided array with pseudorandom numbers drawn from a Weibull distribution.
constants-float32-max-base10-exponent-subnormal
The maximum base 10 exponent for a subnormal single-precision floating-point number.
https://github.com/bblodfon/sudoku-solver
A simple web interface that solves sudoku puzzles using a backtracking algorithm
https://github.com/bblodfon/game-of-life
A web implementation of John Conway's Game of Life
@stdlib/random-array-tools
Pseudorandom number generator array creation function tools.
https://github.com/club-1/webdav-drive
WebDAV Drive is a file explorer running in a web browser that adds a Google-Drive-like experience to an existing WebDAV share
ndarray-base-spread-dimensions
Expand the shape of an array to a specified dimensionality by spreading its dimensions to specified dimension indices and inserting dimensions of size one for the remaining dimensions.
lapack-base-dlamch
Determine double-precision floating-point machine parameters.
@stdlib/blas-base-transpose-operation-str2enum
Return the enumeration constant associated with a BLAS transpose operation.
@stdlib/assert-is-same-complex128
Test if two arguments are both double-precision complex floating-point numbers and have the same value.
@stdlib/blas-base-transpose-operation-enum2str
Return the BLAS transpose operation string associated with a BLAS transpose operation enumeration constant.
@stdlib/ndarray-base-binary-tiling-block-size
Resolve a loop block size for multi-dimensional array tiled loops.
@stdlib/array-base-ternary4d
Apply a ternary callback to elements in three four-dimensional nested input arrays and assign results to elements in a four-dimensional nested output array.
@stdlib/slice-base-length
Compute the number of elements in a normalized slice.
blas-ext-base-wasm-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
lapack-base-sge-trans
Convert a matrix from row-major layout to column-major layout or vice versa.
@stdlib/lapack-base-dpttrf
Compute the `L * D * L^T` factorization of a real symmetric positive definite tridiagonal matrix `A`.
@stdlib/math-base-special-asecd
Compute the arcsecant (in degrees) of a double-precision floating-point number.
stockprime
An inventory management system pointed towards small companies that suffer with logistics. Written with JavaScript through the Node.js ecosystem and data backed with MongoDB.
is-string-ascii-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the string is ASCII.
array-base-mskbinary4d
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
array-base-mskbinary3d
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
math-base-special-atan2d
Compute the angle in the plane (in degrees) between the positive x-axis and the ray from (0,0) to the point (x,y).
math-base-special-atanf
Compute the arctangent of a single-precision floating-point number.
https://github.com/bmascat/code-artifact-openai-realtime
React app to generate and preview frontend components by voice (Realtime API OpenAI). It uses the shadcn and tailwindcss libraries by default.
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.
number-float64-base-assert-is-almost-equal
Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
stats-strided-dsempn
Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.
stats-strided-dmeanpw
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
stats-strided-srange
Calculate the range of a single-precision floating-point strided array.