@stdlib/utils-async-series-waterfall
Execute functions in series, passing the results of one function as arguments to the next function.
@stdlib/utils-map3d
Apply a function to each nested element in a three-dimensional nested array and assign the result to a nested element in a new three-dimensional nested array.
@stdlib/math-strided-special-dramp
Evaluate the ramp function for each element in a double-precision floating-point strided array.
https://github.com/bayer-group/cmc-knowledge-graph-backend
This is submodule containing the backend related code.
https://github.com/adamouization/corona-virus-insights-dashboard
Coronavirus dashboard visualisations entirely designed in D3.JS
console-log-each
Insert array element values into a format string and print the result.
https://github.com/axa-group/nlp.js
An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more
https://github.com/arturbomtempo-dev/plann.er
Projects developed during NLW Journey, a week-long Rocketseat event focused on creating a complete application through intensive, hands-on lessons.
https://github.com/awslabs/fhir-works-on-aws-interface
The interface for the FHIR Works on AWS framework. This package is the glue that allows communication to flow between components
https://github.com/activitywatch/aw-client-js
Client library for ActivityWatch in JavaScript
https://github.com/awslabs/green-boost
Build Full Stack Cloud Native Web Apps on AWS Fast
https://github.com/plexidev/quick.db
An easy, open-source, Node.js database designed for complete beginners getting into the concept of coding.
https://github.com/awslabs/fhir-works-on-aws-search-es
An Elasticsearch implementation of the FHIR Works on AWS framework, enabling users to search for FHIR resources
https://github.com/awslabs/fhir-works-on-aws-persistence-ddb
A DynamoDB implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources
https://github.com/awslabs/fhir-works-on-aws-authz-rbac
A role based access control implementation of the FHIR Works on AWS framework, utilizing Cognito and User Groups to perform authorization
https://github.com/awslabs/fhir-works-on-aws-authz-smart
A SMART on FHIR v1.0.0 implementation of the FHIR Works on AWS framework, utilizing OAuth2/OIDC authorization server to authorize requests
https://github.com/bytedance/diat
A CLI tool to help with diagnosing Node.js processes basing on inspector.
https://github.com/vweevers/student-histogram
Record a sample and compute its statistical significance.
https://github.com/awslabs/fhir-works-on-aws-persistence-facade
A façade implementation of the FHIR Works on AWS framework, enabling users to complete CRUD operations on FHIR resources by posting requests to connected microservices
https://github.com/dan-shields/league-ocr-hud
OCR-driven Node.js program to scrape data from League of Legends, useful for creating custom HUDs
https://github.com/amirzenoozi/express-typescript-starter
A Simple Starter Project For ExpressJs + Typescript
https://github.com/amirzenoozi/nodejs-url-shortener
A Simple URL Shortener With NodeJs
https://github.com/frankflitton/date-search
npm package to search time series data
stats-strided-dsvariancepn
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
stats-strided-wasm-dmeanwd
Calculate the arithmetic mean of a double-precision floating-point strided array using Welford's algorithm.
stats-base-ztest-alternative-str2enum
Return the enumeration constant associated with a Z-test alternative hypothesis string.
constants-float32-max-safe-nth-tribonacci
Maximum safe nth Tribonacci number when stored in single-precision floating-point format.
random-tools-unary-factory
Create a function for generating pseudorandom numbers drawn from a single-parameter probability distribution.
stats-strided-dstdevch
Calculate the standard deviation of a double-precision floating-point strided array using a one-pass trial mean algorithm.
stats-strided-dmeanpn
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
ndarray-vector-int16
Create a signed 16-bit integer vector (i.e., a one-dimensional ndarray).
number-float32-base-add
Compute the sum of two single-precision floating-point numbers.
@stdlib/assert-is-complex64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing single-precision complex floating-point numbers.
@stdlib/array-base-mskunary3d
Apply a unary callback to elements in a three-dimensional nested input array according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
stats-strided-svarianceyc
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
stats-strided-dnanrange
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
@stdlib/constants-complex64-zero
Single-precision complex floating-point zero.
@stdlib/math-base-special-atand
Compute the arctangent(in degrees) of a double-precision floating-point number.
@stdlib/math-base-special-asecf
Compute the inverse (arc) secant of a single-precision floating-point number.
blas-ext-base-wasm-dapxsum
Add a constant to each double-precision floating-point strided array element and compute the sum.
random-exponential
Generate pseudorandom numbers drawn from an exponential distribution.
ndarray-vector-uint8c
Create a clamped unsigned 8-bit integer vector (i.e., a one-dimensional ndarray).
ndarray-base-assert-is-integer-index-data-type
Test if an input value is a supported ndarray integer index data type.
stats-array-max-by
Calculate the maximum value of an array via a callback function.
https://github.com/bigfootds/sourcepool
TTRPG content management system, ready for you to self-host. Documentation website for the various bits of the Sourcepool ecosystem.
constants-float32-fourth-root-eps
Fourth root of single-precision floating-point epsilon.
@stdlib/random-strided-bernoulli
Fill a strided array with pseudorandom numbers drawn from a Bernoulli distribution.
math-array-special-abs
Compute the absolute value for each element in an input array.
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.
blas-base-strsv
Solve one of the systems of equations `A*x = b` or `A^T*x = b`.
constants-float32-min-base2-exponent-subnormal
The minimum biased base 2 exponent for a subnormal single-precision floating-point number.
@stdlib/array-base-map3d
Apply a function to elements in a three-dimensional nested input array and assign results to elements in a new three-dimensional nested output array.
math-base-special-csignumf
Evaluate the signum function of a single-precision complex floating-point number.
array-base-broadcasted-ternary4d
Apply a ternary callback to elements in three broadcasted input arrays and assign results to elements in a four-dimensional nested output array.
math-base-special-lcmf
Compute the least common multiple (lcm) of two single-precision floating-point numbers.