Updated 9 months ago

stats-strided-dvariancewd • Science 57%

Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.

Updated 9 months ago

stats-strided-dmax • Science 44%

Calculate the maximum value of a double-precision floating-point strided array.

Updated 9 months ago

stats-strided-dvariancech • Science 57%

Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.

Updated 9 months ago

@hugoalh/djb2a • Science 44%

An ECMAScript (JavaScript & TypeScript) module to get the non-cryptographic hash of the data with algorithm DJB2a.

Updated 9 months ago

ndarray-vector-uint32 • Science 44%

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

Updated 9 months ago

stats-array-variancepn • Science 44%

Calculate the variance of an array using the stats-array-variancepn library. Ideal for numerical and scientific computation in JavaScript. 🚀📊

Updated 9 months ago

ndarray-includes • Science 44%

Test whether an ndarray contains a specified value along one or more dimensions.

Updated 9 months ago

stats-strided-varianceyc • Science 57%

Calculate the variance of a strided array using a one-pass algorithm proposed by Youngs and Cramer.

Updated 9 months ago

stats-strided-sstdevch • Science 57%

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

Updated 9 months ago

daily_tseb_gee_et • Science 57%

A GEE TSEB Workflow for estimating Daily High Resolution (30m) fully Remote Sensing Evapotranspiration (ET)

Updated 9 months ago

stats-strided-dstdevpn • Science 57%

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

Updated 9 months ago

stats-strided-snanmskmax • Science 44%

Calculate the maximum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.

Updated 9 months ago

stats-array-mskmax • Science 44%

Calculate the maximum value of an array according to a mask.

Updated 9 months ago

array-base-cuany-by • Science 44%

Cumulatively test whether at least one element in a provided array passes a test implemented by a predicate function.

Updated 9 months ago

blas-ext-base-wasm-dapxsumpw • Science 44%

Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.

Updated 9 months ago

ndarray-vector-float64 • Science 44%

Create a double-precision floating-point vector (i.e., a one-dimensional ndarray).

Updated 9 months ago

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

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

Updated 9 months ago

blas-ext-cusum • Science 44%

Compute the cumulative sum along one or more ndarray dimensions.

Updated 9 months ago

math-base-special-fibonaccif • Science 44%

Compute the nth Fibonacci number as a single-precision floating-point number.

Updated 9 months ago

array-mostly-safe-casts • Science 44%

Return a list of array data types to which a provided array data type can be safely cast and, for floating-point data types, can be downcast.

Updated 9 months ago

craft-api • Science 44%

Creation and consumption of a Minecraft API.

Updated 9 months ago

napi-argv-dataview • Science 44%

Convert a Node-API value corresponding to a DataView to an array of bytes (i.e., an unsigned 8-bit integer array).

Updated 9 months ago

console-log-each-map • Science 44%

Insert array element values and the result of a callback function into a format string and print the result.

Updated 9 months ago

math-base-special-cosf • Science 26%

This repository contains the `math-base-special-cosf` function, which computes the cosine of a float number efficiently. Explore the code and contribute to enhance numerical computation in JavaScript! 🖥️✨

Updated 9 months ago

@hugoalh/string-dissect • Science 44%

An ECMAScript (JavaScript & TypeScript) module to dissect the string; Safe with the emojis, URLs, and words.

Updated 9 months ago

stats-array-max-by • Science 44%

Calculate the maximum value of an array via a callback function.

Updated 9 months ago

ndarray-vector-uint8c • Science 44%

Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).

Updated 9 months ago

stats-strided-nanmax-by • Science 44%

Calculate the maximum value of a strided array via a callback function, ignoring NaN values.

Updated 9 months ago

stateman-cli • Science 26%

A comprehensive, vanilla javascript state management library.

Updated 9 months ago

stats-strided-smin • Science 44%

Calculate the minimum value of a single-precision floating-point strided array.

Updated 9 months ago

@stdlib/string-base-replace-before-last • Science 44%

Replace the substring before the last occurrence of a specified search string.

Updated 9 months ago

math-array-tools-unary • Science 44%

Constructor for applying a unary function to each element in an input array.

Updated 9 months ago

array-base-fill-by • Science 44%

Fill all elements within a portion of an array according to a callback function.

Updated 9 months ago

maskinggenerator • Science 18%

Simple website for creating mask pictures for psychology experiments

Updated 9 months ago

math-base-special-frexpf • Science 44%

Split a single-precision floating-point number into a normalized fraction and an integer power of two.

Updated 9 months ago

array-base-zip2object • Science 44%

Create an object from a provided list of properties and a provided list of corresponding values.

Updated 9 months ago

stats-strided-sstdevtk • Science 57%

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

Updated 9 months ago

veganify • Science 26%

Veganify is a modern webapp that allows you to easily scan EAN barcodes to check if a product is vegan-friendly. With a database of over 3 million products, you can quickly find out if your favorite foods and products are suitable for a vegan diet.

Updated 9 months ago

stats-strided-smskmax • Science 44%

Calculate the maximum value of a single-precision floating-point strided array according to a mask.

Updated 9 months ago

math-base-special-wrapf • Science 26%

The "math-base-special-wrapf" repository offers a collection of mathematical functions for precise floating-point operations. This library enhances numerical accuracy and performance in JavaScript applications. 🖥️📊

Updated 9 months ago

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

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

Updated 9 months ago

ndarray-base-count-falsy • Science 44%

Count the number of falsy elements in an ndarray.

Updated 9 months ago

array-base-assert-any-has-property • Science 44%

Test whether at least one element in a provided array has a specified property, either own or inherited.

Updated 9 months ago

ndarray-base-unary-strided1d • Science 44%

Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.

Updated 9 months ago

@stdlib/array-base-none-by-right • Science 44%

Test whether all elements in an array fail a test implemented by a predicate function, iterating from right to left.

Updated 9 months ago

blas-ext-base-ndarray-dlast-index-of • Science 44%

Return the last index of a specified search element in a one-dimensional double-precision floating-point ndarray.

Updated 9 months ago

blas-ext-base-ndarray-slast-index-of • Science 44%

Return the last index of a specified search element in a one-dimensional single-precision floating-point ndarray.

Updated 9 months ago

stats-base-ndarray-dmax • Science 44%

Compute the maximum value of a one-dimensional double-precision floating-point ndarray.

Updated 9 months ago

stats-max • Science 44%

Compute the maximum value along one or more ndarray dimensions.

Updated 9 months ago

ndarray-iter-matrices • Science 44%

Create an iterator which iterates over each matrix in a stack of matrices.

Updated 9 months ago

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

Cumulatively test whether every element in a provided array is truthy.

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

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

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

Updated 9 months ago

avoke • Science 67%

A toolbox for web-based experiments, including audiovisual trials and webcam capture. View demo here:

Updated 9 months ago

array-base-without • Science 44%

Return a new array containing every element from an input array, except for the element at a specified index.

Updated 9 months ago

@hugoalh/setation • Science 44%

An ECMAScript (JavaScript & TypeScript) module to list permutations or combinations from the collection or set.

Updated 9 months ago

@hugoalh/temperature • Science 44%

An ECMAScript (JavaScript & TypeScript) module to convert between units of the temperature.

Updated 9 months ago

https://github.com/adamouization/movon • Science 13%

:soccer: :basketball: :tennis: :football: Sports facilities booking-system for Universities (Launchpad 2017 Hackathon)

Updated 9 months ago

https://github.com/adamouization/introduction-to-web-standards-website • Science 13%

:information_source: A website introducing users to the role/influence of web standards and the W3C in the World Wide Web.

Updated 9 months ago

https://github.com/adamouization/adamouizationmusic • Science 13%

:musical_note: Website showcasing my Soundcloud music & Apple Music playlists using pure JS/HTML/CSS (2018)

Updated 9 months ago

@stdlib/random-base-shared • Science 44%

Common APIs shared across base pseudorandom number generators.

Updated 9 months ago

https://github.com/adamouization/portfolio-website • Science 26%

:paperclip: My personal website powered by Jekyll containing my programming skills, education, work experiences and online projects.

Updated 9 months ago

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

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

Updated 9 months ago

stats-strided-dnanstdevtk • Science 44%

Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.

Updated 9 months ago

@stdlib/stats-base-dstdevtk • Science 57%

Calculate the standard deviation of a double-precision floating-point strided array using a one-pass textbook algorithm.

Updated 9 months ago

stats-base-ndarray-scumin • Science 26%

Efficiently compute cumulative minimum values in ndarray structures with stats-base-ndarray-scumin. Enhance your numerical analysis in JavaScript! 🐙🌐

Updated 9 months ago

@stdlib/blas-ext-base-gnansumpw • Science 57%

Calculate the sum of strided array elements, ignoring NaN values and using pairwise summation.