Updated 9 months ago

@stdlib/random-array-randu • Science 44%

Create an array containing uniformly distributed pseudorandom numbers between 0 and 1.

Updated 9 months ago

stats-strided-scumin • Science 31%

Calculate the cumulative minimum of single-precision floating-point strided array elements.

Updated 9 months ago

@stdlib/array-base-binary3d • Science 44%

Apply a binary callback to elements in three-dimensional nested input arrays and assign results to elements in a three-dimensional nested output array.

Updated 9 months ago

@stdlib/array-base-broadcasted-ternary2d • Science 44%

Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a two-dimensional nested output array.

Updated 9 months ago

@stdlib/array-base-quaternary5d • Science 44%

Apply a quaternary callback to elements in four five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.

Updated 9 months ago

@stdlib/math-base-special-asind • Science 44%

Compute the arcsine (in degrees) of a double-precision floating-point number.

Updated 9 months ago

ndarray-base-spread-dimensions • Science 44%

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.

Updated 9 months ago

stats-strided-dvarmpn • Science 57%

Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.

Updated 9 months ago

stats-strided-dnanmax • Science 44%

Calculate the maximum value of a double-precision floating-point strided array, ignoring NaN values.

Updated 9 months ago

array-base-broadcasted-quinary4d • Science 44%

Apply a quinary callback to elements in five broadcasted input arrays and assign results to elements in a four-dimensional nested output array.

Updated 9 months ago

@stdlib/array-base-ternary4d • Science 44%

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.

Updated 9 months ago

math-base-special-nanmaxf • Science 44%

Return the maximum value of two single-precision floating-point numbers, ignoring NaN.

Updated 9 months ago

blas-ext-base-zfill • Science 44%

Fill a double-precision complex floating-point strided array with a specified scalar constant.

Updated 9 months ago

crumbs • Science 44%

An enterprise-oriented design system, built on top of an open core which is pluggable in any framework.

Updated 9 months ago

@stdlib/random-strided-uniform • Science 44%

Fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.

Updated 9 months ago

stats-strided-dsnanmeanors • Science 44%

Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.

Updated 9 months ago

@stdlib/array-base-slice • Science 44%

Return a shallow copy of a portion of an array.

Updated 9 months ago

@stdlib/complex-float64-imag • Science 44%

Return the imaginary component of a double-precision complex floating-point number.

Updated 9 months ago

@stdlib/string-next-code-point-index • Science 44%

Return the position of the next Unicode code point in a string after a specified position.

Updated 9 months ago

stats-base-dists-planck-logpmf • Science 44%

Evaluate the logarithm of the probability mass function (PMF) for a Planck (discrete exponential) distribution.

Updated 9 months ago

@stdlib/ndarray-base-slice-dimension • Science 44%

Return a view of an input ndarray when sliced along a specified dimension.

Updated 9 months ago

@stdlib/random-array-chi • Science 44%

Create an array containing pseudorandom numbers drawn from a chi distribution.

Updated 9 months ago

array-base-mskbinary4d • Science 44%

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.

Updated 9 months ago

array-base-mskbinary3d • Science 44%

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.

Updated 9 months ago

@stdlib/math-base-special-lnf • Science 44%

Evaluate the natural logarithm of a single-precision floating-point number.

Updated 9 months ago

@stdlib/random-array-minstd-shuffle • Science 44%

Create an array containing pseudorandom numbers generated using a linear congruential pseudorandom number generator (LCG) whose output is shuffled.

Updated 9 months ago

https://github.com/taiizor/tauri-plugin-cache • Science 26%

🚀 Supercharge your Tauri app with intelligent disk & memory caching. Features TTL, compression, auto-cleanup, and cross-platform support for optimized performance.

Updated 9 months ago

@stdlib/random-array-t • Science 44%

Create an array containing pseudorandom numbers drawn from a Student's t-distribution.

Updated 9 months ago

@stdlib/utils-every-own-by • Science 44%

Test whether all own properties of an object pass a test implemented by a predicate function.

Updated 9 months ago

stats-strided-dnanvarianceyc • Science 26%

Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.

Updated 9 months ago

ndarray-base-output-policy-enum2str • Science 44%

Return the data type string associated with an ndarray data type enumeration constant.

Updated 9 months ago

@stdlib/array-base-cuany • Science 44%

Cumulatively test whether at least one element in a provided array is truthy.

Updated 9 months ago

@stdlib/array-base-filled2d-by • Science 44%

Create a filled two-dimensional nested array according to a provided callback function.

Updated 9 months ago

array-base-first • Science 44%

Return the first element of an array-like object.

Updated 9 months ago

nrpti • Science 26%

Natural Resources Public Transparency Initiative

Updated 9 months ago

ndarray-base-output-policy-resolve-enum • Science 44%

Return the enumeration constant associated with a supported ndarray data type policy value.

Updated 9 months ago

ocean-data-map-project • Science 26%

The Ocean Navigator is an online tool that is used to help visualise scientific research data. a users guide is available at https://dfo-ocean-navigator.github.io/Ocean-Navigator-Manual/ and the tool is live at

Updated 9 months ago

ndarray-count-falsy • Science 44%

Count the number of falsy elements along one or more ndarray dimensions.

Updated 9 months ago

@stdlib/ndarray-base-nullary • Science 44%

Apply a nullary function and assign results to elements in an output ndarray.

Updated 9 months ago

math-base-special-secf • Science 44%

Compute the secant of a single-precision floating-point number (in radians).

Updated 9 months ago

pmv-ads-2023-2-e2-proj-int-t2-match-game • Science 26%

Match Game é o projeto de desenvolvimento de uma aplicação interativa do 2° semestre de 2023 do curso de Análise e Desenvolvimento de Sistemas (ADS) da PUC Minas.

Updated 9 months ago

@stdlib/ndarray-base-reverse • Science 44%

Return a view of an input ndarray in which the order of elements along each dimension is reversed.

Updated 9 months ago

number-float64-base-assert-is-almost-equal • Science 44%

Test if two double-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).

Updated 9 months ago

getable • Science 13%

HTML Tables with Dynamic Data in R Markdown

Updated 9 months ago

math-base-special-acosdf • Science 44%

Compute the arccosine (in degrees) of a single-precision floating-point number.

Updated 9 months ago

https://github.com/amirzenoozi/unsplash-random-image-xd-plugin • Science 13%

We use unsplash API to develop Adobe XD plguin. You can generate randome image with this plugin

Updated 9 months ago

stats-strided-sstdevpn • Science 57%

Calculate the standard deviation of a single-precision floating-point strided array using a two-pass algorithm.

Updated 9 months ago

iter-cunone • Science 44%

Create an iterator which cumulatively tests whether every iterated value is falsy.

Updated 9 months ago

stats-strided-dsempn • Science 57%

Calculate the standard error of the mean for a double-precision floating-point strided array using a two-pass algorithm.

Updated 9 months ago

@stdlib/napi-argv-uint16array • Science 44%

Convert a Node-API value to an unsigned 16-bit integer array.

Updated 9 months ago

https://github.com/anibulus/todo_application • Science 13%

Angular 17 front-end application deployed at firebase. It's a TODO web application

Updated 9 months ago

stats-strided-dmeanpw • Science 57%

Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.

Updated 9 months ago

https://github.com/bastidood/sveltekit-tailwind-template • Science 26%

An opinionated starter template for SvelteKit + Tailwind CSS.

Updated 9 months ago

@stdlib/string-base-truncate-middle • Science 44%

Truncate the middle UTF-16 code units of a string to return a string having a specified length.

Updated 9 months ago

ndarray-vector-int32 • Science 44%

Create a signed 32-bit integer vector (i.e., a one-dimensional ndarray).

Updated 9 months ago

ndarray-base-every-by • Science 44%

Test whether all elements in an ndarray pass a test implemented by a predicate function.

Updated 9 months ago

https://github.com/bastidood/botoken • Science 13%

A simple Arbitrum-based (Ethereum) polling system for decentralized autonomous organizations (DAOs).

Updated 9 months ago

array-base-mskbinary5d • Science 44%

Apply a binary callback to elements in two five-dimensional nested input arrays according to elements in a five-dimensional nested mask array and assign results to elements in a five-dimensional nested output array.

Updated 9 months ago

stats-strided-smaxabssorted • Science 44%

Calculate the maximum absolute value of a sorted single-precision floating-point strided array.

Updated 9 months ago

stats-cumax • Science 44%

Compute the cumulative maximum value along one or more ndarray dimensions.

Updated 9 months ago

https://github.com/bernardovieirarocha/calcrg • Science 13%

Calculadora de RG Acadêmico do CEFET-MG

Updated 9 months ago

stats-strided-dvarm • Science 44%

Calculate the variance of a double-precision floating-point strided array provided a known mean.