@stdlib/utils-property-descriptors
Return an object's own property descriptors.
@stdlib/assert-is-float64matrix-like
Test if a value is a 2-dimensional ndarray-like object containing double-precision floating-point numbers.
https://github.com/bayer-group/cmc-knowledge-graph-setup
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.
@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/cornerstonejs/cornerstonemath
Math and computation geometry functionality for cornerstone
https://github.com/awesome-spectral-indices/awesome-asi
A curated list of Awesome Spectral Indices (ASI) resources
console-log-each
Insert array element values into a format string and print the result.
https://github.com/alexisvassquez/trackthatmoney
An expense tracking mobile-first app to know why you're broke. For ND individuals who get overwhelmed dealing with finances.
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/bluepixeldev/bluepixeldev.github.io
A repository housing my personal site build using hugo static site generator.
https://github.com/activitywatch/aw-client-js
Client library for ActivityWatch in JavaScript
https://github.com/b1f6c1c4/graphql-advanced-projection
Fully customizable Mongoose/MongoDB projection generator.
https://github.com/3shain/kairo
https://github.com/smaharj1/vue-drag-and-drop-kanban
A simple kanban board where the items can be dragged and dropped from the list. This is a hybrid implementation of vue-smooth-dnd.
https://github.com/awslabs/amplify-graphql-seed-plugin
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.
https://github.com/outline/rich-markdown-editor
The open source React and Prosemirror based markdown editor that powers Outline. Want to try it out? Create an account:
https://github.com/phase2/outline
Tooling infrastructure for modern web component development.
https://github.com/mithi/bare-minimum-2d
An extremely lightweight React component to declaratively (and elegantly) plot shapes on an inline SVG
https://github.com/b1f6c1c4/jest-mongoose
Mongoose integration test made easy and terse.
https://github.com/paulwilcox/fluent-data
Manipulate datasets by chaining methods. Includes capacity to map, filter, sort, group, reduce, and merge data. Built in reducers include multiple regression.
https://github.com/eomm/sqs-json-body-parser
Middyjs middleware to parse your AWS SQS events
https://github.com/anicusan/fluid_simulation
Web app that simulates the fluid flow around a falling sphere. Measures the time taken for the sphere to travel 15cm at terminal velocity.
https://github.com/alexpreynolds/hglive
HiGlass-backed dynamic BED gallery browser
https://github.com/arturbomtempo-learning/js-challenge
Challenge proposed by Bonieky Lacerda in order to train my JavaScript knowledge.
https://github.com/bchao1/webgl-3d-viewer
3D model viewer in WebGL and pure Javascript.
https://github.com/amirzenoozi/dad-joke-ext
A Simple Extension For Chrome New Tab With DadJoke API.
https://github.com/dcavar/multitree
MultiTree: A Digital Library of Language Relationships
https://github.com/data-miner00/delvissoligt
The Ultimate .NET Core MVC Template without heavy lib codes!
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
constants-float64-num-high-word-significand-bits
Number of significand bits in the high word of a double-precision floating-point number.
stats-strided-srange
Calculate the range of a single-precision floating-point strided array.
array-struct-factory
Return a constructor for creating arrays having a fixed-width composite data type.
https://github.com/introlab/opentera-webrtc
WebRTC JavaScript, C++ and Python libraries and signaling server for the OpenTera project with hardware acceleration with GStreamer
stats-base-ndarray-cumax
Compute the cumulative maximum value of a one-dimensional ndarray.
constants-float64-max-nth-factorial
Maximum nth factorial when stored in double-precision floating-point format.
stats-base-ndarray-dcumax
Compute the cumulative maximum value of a one-dimensional double-precision floating-point ndarray.
stats-strided-dmeanstdevpn
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
@stdlib/random-strided-mt19937
Fill a strided array with pseudorandom numbers generated using a 32-bit Mersenne Twister pseudorandom number generator.
stats-strided-dsnanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
complex-float64-conj
Return the complex conjugate of a double-precision complex floating-point number.
stats-strided-snanmeanwd
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using Welford's algorithm.
stats-strided-mskrange
Calculate the range of a strided array according to a mask.
blas-ext-base-ndarray-gsum
Compute the sum of all elements in a one-dimensional ndarray.
stats-strided-dvarmpn
Calculate the variance of a double-precision floating-point strided array provided a known mean and using Neely's correction algorithm.
math-base-special-coversinf
Compute the coversed sine of a single-precision floating-point number (in radians).
stats-strided-variancech
Calculate the variance of a strided array using a one-pass trial mean algorithm.
array-base-cuevery-by-right
Cumulatively test whether every array element in a provided array passes a test implemented by a predicate function, while iterating from right-to-left.
stats-strided-dsvariance
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
@stdlib/blas-base-transpose-operation-resolve-str
Return the transpose operation string associated with a supported BLAS transpose operation value.
constants-float32-max-base2-exponent-subnormal
The maximum biased base 2 exponent for a subnormal single-precision floating-point number.
bytes-matcher-es
An ECMAScript (JavaScript & TypeScript) module to determine whether the bytes is match the specify signature.
@stdlib/random-strided-tools-ternary-factory
Create a factory function for filling strided arrays with pseudorandom values drawn from a ternary PRNG.