Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Projects in Awesome Lists tagged with stdlib

A curated list of projects in awesome lists tagged with stdlib .

https://github.com/stdlib-js/math-iter-special-log

Create an iterator which computes the base `b` logarithm.

base function iterable iterate iterator javascript log logarithm math mathematics node node-js nodejs stdlib

Last synced: 10 Nov 2024

https://github.com/ferhatgec/command

Command, ::process::Command like syscalls in C++.

c command cpp library process rust single-header stdlib syscall system

Last synced: 08 Nov 2024

https://github.com/stdlib-js/namespace-alias2pkg

Return the package name associated with a specified alias.

alias aliases javascript lib library name namespace node node-js nodejs package pkg standard stdlib

Last synced: 30 Nov 2024

https://github.com/stdlib-js/stats-base-dsmeanpn

Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.

arithmetic-mean array average avg central-tendency float float32 javascript math mathematics mean node node-js nodejs statistics stats stdlib strided strided-array typed

Last synced: 10 Nov 2024

https://github.com/stdlib-js/random-streams-frechet

Create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution.

continuous frechet javascript math mathematics node node-js nodejs prng pseudorandom rand random readable rng seed seedable statistics stats stdlib stream

Last synced: 19 Dec 2024

https://github.com/stdlib-js/constants-float16-eps

Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.

16-bit 16bit const constant eps epsilon float float16 floating-point half ieee754 javascript math mathematics node node-js nodejs number real stdlib

Last synced: 24 Oct 2024

https://github.com/stdlib-js/random-streams-negative-binomial

Create a readable stream for generating pseudorandom numbers drawn from a negative binomial distribution.

binomial discrete javascript math mathematics negative node node-js nodejs prng pseudorandom rand random readable rng seed statistics stats stdlib stream

Last synced: 10 Nov 2024

https://github.com/stdlib-js/utils-reduce

Apply a function against an accumulator and each element in a collection and return the accumulated result.

accumulate accumulation accumulator aggregate collection iterate javascript node node-js nodejs reduce reducer reduction stdlib typed-array util utilities utility utils

Last synced: 19 Dec 2024

https://github.com/stdlib-js/strided-base-max-view-buffer-index

Return the maximum accessible index based on a set of provided strided array parameters.

array base idx index javascript linear max maximum node node-js nodejs stdlib strided strides view

Last synced: 15 Oct 2024

https://github.com/stdlib-js/ndarray-base-from-scalar

Convert a scalar value to a zero-dimensional ndarray.

base convert data javascript ndarray node node-js nodejs scalar stdlib structure types wrap

Last synced: 08 Nov 2024

https://github.com/stdlib-js/random-streams-box-muller

Create a readable stream for generating pseudorandom numbers drawn from a standard normal distribution using the Box-Muller transform.

bell continuous gaussian generator javascript math mathematics node node-js nodejs normal prng pseudorandom rand random rng standard statistics stats stdlib

Last synced: 08 Nov 2024

https://github.com/stdlib-js/blas-ext-base-dnannsumkbn

Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

array blas compensated extended float64 javascript math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total typed

Last synced: 06 Nov 2024

https://github.com/stdlib-js/repl-signature

Return the signature(s) associated with a provided alias.

api docs documentation help interface javascript man manual node node-js nodejs repl signature stdlib

Last synced: 29 Oct 2024

https://github.com/pdrb/gecho

Simple http "echo" server written with Go stdlib.

echo-http go http-echo http-server stdlib

Last synced: 29 Oct 2024

https://github.com/stdlib-js/utils-pick

Return a partial object copy containing only specified keys.

clone copy cp exclude extract filter include javascript node node-js nodejs omit pick property stdlib util utilities utility utils values

Last synced: 02 Nov 2024

https://github.com/stdlib-js/error-tools-id2pkg

Return the package name associated with a specified error identifier prefix.

error id identifier javascript lib library name node node-js nodejs package pkg standard stdlib

Last synced: 15 Oct 2024

https://github.com/stdlib-js/strided-napi-smap

C API for registering an N-API module exporting a strided array interface for applying a unary callback accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assigning results to elements in a single-precision floating-point strided output array.

addon array float float32 flt javascript map n-api napi node node-js nodejs single-precision stdlib strided transform unary

Last synced: 09 Nov 2024

https://github.com/stdlib-js/iter-to-array-view-right

Fill an array-like object view from right to left with values returned from an iterator.

arr array array-like iter iterate iteration iterator javascript node node-js nodejs stdlib to typed typed-array util utilities utility utils

Last synced: 21 Oct 2024

https://github.com/stdlib-js/stats-base-dsvariance

Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.

array deviation dispersion javascript math mathematics node node-js nodejs sample-variance standard-deviation statistics stats stdlib strided strided-array typed unbiased var variance

Last synced: 24 Oct 2024

https://github.com/stdlib-js/blas-ext-base-gnansumkbn

Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.

array blas compensated extended javascript kahan kbn math mathematics node node-js nodejs statistics stats stdlib strided strided-array sum summation total

Last synced: 16 Nov 2024

https://github.com/stdlib-js/regexp-basename-posix

Return a regular expression to capture the last part of a POSIX path.

base basename capture expression file filename javascript match node node-js nodejs path posix re regex regexp regular stdlib

Last synced: 02 Nov 2024

https://github.com/stdlib-js/math-strided-special-bessely1-by

Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.

accessor array bessel callback clbk element-wise javascript map math mathematics ndarray node node-js nodejs special stdlib strided transform vector y1

Last synced: 08 Nov 2024

https://github.com/stdlib-js/math-base-special-ellipe

Compute the complete elliptic integral of the second kind.

elliptic javascript math mathematics node node-js nodejs number special stdlib

Last synced: 08 Nov 2024

https://github.com/stdlib-js/array-ones-like

Create an array filled with ones and having the same length and data type as a provided array.

array data float32array float64array int16array int32array javascript matrix ndarray node node-js nodejs stdlib structure typed typed-array types uint32array vector

Last synced: 12 Oct 2024

https://github.com/stdlib-js/constants-unicode-max-bmp

Maximum Unicode code point in the Basic Multilingual Plane (BMP).

code const constant javascript max maximum node node-js nodejs point stdlib string text unicode utf-16 utf-32 utf-8 utf16 utf32 utf8

Last synced: 26 Oct 2024

https://github.com/stdlib-js/iter-map

Create an iterator which invokes a function for each iterated value.

iterable iterate iterator javascript map node node-js nodejs stdlib transform util utilities utility utils

Last synced: 21 Dec 2024

https://github.com/stdlib-js/stats-iter

Standard library functions for computing statistics over iterators.

iter iteration iterator iterators javascript lib library math mathematics node node-js nodejs standard statistics stats stdlib

Last synced: 21 Oct 2024

https://github.com/stdlib-js/random-iter-uniform

Create an iterator for generating pseudorandom numbers drawn from a continuous uniform distribution.

continuous generator iterator javascript math mathematics node node-js nodejs prng pseudorandom rand random rng seed seedable statistics stats stdlib uniform

Last synced: 20 Oct 2024