number-float64-base-ulp-difference
Compute the number of representable double-precision floating-point values that separate two double-precision floating-point numbers along the real number line.
stats-array-nanmskmax
Calculate the maximum value of an array according to a mask, ignoring NaN values.
@hugoalh/base16
An ECMAScript (JavaScript & TypeScript) module for Base16 encode and decode.
https://github.com/capjamesg/pwa.js
A utility script for turning a web page into a PWA. Not ready for use.
@hugoalh/eol
An ECMAScript (JavaScript & TypeScript) module to handle end of line (EOL).
hotspotter
An incentivized crowdsensing system for the visualization of Wi-Fi and cellular network coverage.
stats-strided-meanwd
Calculate the arithmetic mean of a strided array using Welford's algorithm.
stats-strided-dsnanmeanpn
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
stats-strided-meanors
Calculate the arithmetic mean of a strided array using ordinary recursive summation.
runtime-info-es
An ECMAScript (JavaScript & TypeScript) module for runtime information.
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.
@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.
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.
@stdlib/random-array-t
Create an array containing pseudorandom numbers drawn from a Student's t-distribution.
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.
stats-strided-dminsorted
Calculate the minimum value of a sorted double-precision floating-point strided array.
@stdlib/blas-base-scnrm2
Compute the L2-norm of a complex single-precision floating-point vector.
math-base-special-secf
Compute the secant of a single-precision floating-point number (in radians).
stats-strided-srange
Calculate the range of a single-precision floating-point strided array.
stats-array-stdevch
Calculate the standard deviation of an array using a one-pass trial mean algorithm.
math-base-special-acotdf
Compute the arccotangent (in degrees) of a single-precision floating-point number.
@stdlib/random-array-cauchy
Create an array containing pseudorandom numbers drawn from a Cauchy distribution.
https://github.com/cedrickchee/doom-wasm
Porting DOOM to WebAssembly from scratch, without much magic tooling or frameworks (i.e, Emscripten) on our way.
@stdlib/blas-base-caxpy
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.
@stdlib/blas-base-zswap
Interchanges two complex double-precision floating-point vectors.
stats-strided-stdevch
Calculate the standard deviation of a strided array using a one-pass trial mean algorithm.
math-base-special-modff
Decompose a single-precision floating-point number into integral and fractional parts.
stats-base-dists-planck-mgf
Planck (discrete exponential) distribution moment-generating function (MGF).
math-base-special-nanminf
Return the minimum value of two single-precision floating-point numbers, ignoring NaN.
stats-strided-snanmeanors
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
stats-strided-dsnanmean
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using extended accumulation, and returning an extended precision result.
blas-ext-base-ndarray-dcusum
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray.