Updated 10 months ago

@stdlib/assert-is-float64matrix-like • Rank 2.8 • Science 26%

Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.

Updated 10 months ago

https://github.com/bayer-group/cmc-knowledge-graph-setup • Rank 2.7 • Science 26%

Main repository containing all submodules. CMC (Chemistry, Manufacturing and Control) Knowledge Graph is an exemplary setup of data and ontologies for knowledge graph infrastructure including dockerized frontend and backend solution. This pieces of code are the pruned and anonymized part of our internal CMC KG integration platform.

Updated 10 months ago

@stdlib/iter-replicate • Rank 2.7 • Science 26%

Create an iterator which replicates each iterated value a specified number of times.

Updated 10 months ago

@stdlib/utils-async-series-waterfall • Rank 2.6 • Science 26%

Execute functions in series, passing the results of one function as arguments to the next function.

Updated 10 months ago

@stdlib/utils-map3d • Rank 2.5 • Science 26%

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.

Updated 10 months ago

ec0lint • Rank 18.2 • Science 10%

Create sustainable digital environment with ec0lint

Updated 10 months ago

@stdlib/string-base-for-each-right • Rank 2.1 • Science 26%

Invoke a function for each UTF-16 code unit in a string iterating from right to left.

Updated 10 months ago

sunburstR • Rank 15.0 • Science 13%

R htmlwidget for interactive sunburst plots

Updated 10 months ago

https://github.com/cornerstonejs/cornerstonemath • Rank 17.6 • Science 10%

Math and computation geometry functionality for cornerstone

Updated 10 months ago

console-log-each • Rank 0.7 • Science 26%

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

Updated 10 months ago

https://github.com/alexisvassquez/trackthatmoney • Rank 0.7 • Science 26%

An expense tracking mobile-first app to know why you're broke. For ND individuals who get overwhelmed dealing with finances.

Updated 10 months ago

https://github.com/axa-group/nlp.js • Rank 13.2 • Science 13%

An NLP library for building bots, with entity extraction, sentiment analysis, automatic language identify, and so more

Updated 10 months ago

ndarray-base-empty • Rank 0.0 • Science 26%

Create an uninitialized ndarray having a specified shape and data type.

Updated 10 months ago

array-base-last-index-of • Rank 0.0 • Science 26%

Return the index of the last element which equals a provided search element.

Updated 10 months ago

https://github.com/bluepixeldev/bluepixeldev.github.io • Rank 0.0 • Science 26%

A repository housing my personal site build using hugo static site generator.

Updated 10 months ago

packer • Rank 12.4 • Science 13%

webpack + npm + R = ❤️

Updated 10 months ago

https://github.com/buaadreamer/buaastar • Rank 1.4 • Science 23%

北航星球网站 北航2021年夏季学期Python英文课大作业

Updated 10 months ago

https://github.com/smaharj1/vue-drag-and-drop-kanban • Rank 12.8 • Science 10%

A simple kanban board where the items can be dragged and dropped from the list. This is a hybrid implementation of vue-smooth-dnd.

Updated 10 months ago

https://github.com/awslabs/amplify-graphql-seed-plugin • Rank 8.9 • Science 13%

This is an Amplify Plugin which helps your to seed the databases of your Amplify projects with data using an AppSync GraphQL API. It can be used to seed local mock databases, as well as remote databases, e.g. for testing purposes. This plugin allows you to customize and auto-generate mock data, including data with relationships between models.

Updated 10 months ago

https://github.com/outline/rich-markdown-editor • Rank 11.9 • Science 10%

The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:

Updated 10 months ago

amVennDiagram5 • Rank 6.1 • Science 13%

Interactive Venn diagrams.

Updated 10 months ago

https://github.com/paulwilcox/fluent-data • Rank 5.7 • Science 13%

Manipulate datasets by chaining methods. Includes capacity to map, filter, sort, group, reduce, and merge data. Built in reducers include multiple regression.

Updated 10 months ago

powerplant • Rank 7.6 • Science 10%

Optimize and assist planning your garden

Updated 10 months ago

https://github.com/arturbomtempo-learning/js-challenge • Rank 1.4 • Science 13%

Challenge proposed by Bonieky Lacerda in order to train my JavaScript knowledge.

Updated 10 months ago

stats-strided-scumin • Science 31%

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

Updated 10 months ago

ndarray-vector-float32 • Science 44%

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

Updated 10 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 10 months ago

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

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

Updated 10 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 10 months ago

daily_tseb_gee_et • Science 57%

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

Updated 10 months ago

stats-strided-svariancech • Science 44%

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

Updated 10 months ago

stats-strided-svariancech • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

open-sri • Science 44%

Ultralight, non-dependent and minimalist open-source package to recursively generate subresource integrity (SRI) hashes.

Updated 10 months ago

listify • Science 44%

To-do list project developed in React for the Framework subject.

Updated 10 months ago

array-base-cuevery-by-right • Science 44%

Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.

Updated 10 months ago

@stdlib/ndarray-stride • Science 44%

Return the stride along a specified dimension for a provided ndarray.

Updated 10 months ago

number-float64-base-identity • Science 44%

Evaluate the identity function for a double-precision floating-point number.

Updated 10 months ago

assert-napi-is-dataview • Science 26%

This repository provides a simple way to check if a value is a DataView in JavaScript. It streamlines your code and enhances type safety in numerical computations. 🛠️📦

Updated 10 months ago

array-base-take-indexed2 • Science 44%

Take elements from two indexed arrays in a single pass.

Updated 10 months ago

stats-strided-nanmax-by • Science 44%

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

Updated 10 months ago

stats-strided-min-by • Science 44%

Calculate the minimum value of a strided array via a callback function.

Updated 10 months ago

stats-strided-max-by • Science 44%

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

Updated 10 months ago

blas-ext-base-wasm • Science 44%

Extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.

Updated 10 months ago

stats-strided-smaxabs • Science 44%

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

Updated 10 months ago

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

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

Updated 10 months ago

number-uint32-base-add • Science 26%

This repository contains a utility for adding unsigned 32-bit integers in a base format. It aims to simplify numerical operations in JavaScript and Node.js. 🐙✨

Updated 10 months ago

stats-base-ztest-alternatives • Science 26%

This repository provides alternative methods for Z-tests in statistical analysis. It offers efficient implementations in JavaScript for use in both browser and Node.js environments. 🛠️📊

Updated 10 months ago

@stdlib/math-iter-special-erfcinv • Science 44%

Create an iterator which evaluates the inverse complementary error function for each iterated value.

Updated 10 months ago

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

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

Updated 10 months ago

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

Compute the reciprocal cube root of a single-precision floating-point number.