Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

This project provides a function to filter elements from an array based on a boolean mask, where falsy mask values include the corresponding array element and truthy values exclude it. It's designed for developers working with numerical and scientific computing in JavaScript who need efficient array filtering capabilities, particularly those already using the stdlib standard library.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
stdlib-js

stdlib-js/array-mskreject

Apply a mask to a provided input array.

JavaScript
1
0
Apache License 2.0
stdlib-bot's profile
stdlib-bot
13 contributions

Support the dependencies of stdlib-js/array-mskreject

Account's avatar
stdlib-js/array-base-count-falsy
Count the number of falsy elements in an array.
Account's avatar
stdlib-js/array-base-mskreject
Apply a mask to a provided input array.
Account's avatar
stdlib-js/array-dtype
Return the data type of an array.
Account's avatar
stdlib-js/array-zeros
Create a zero-filled array having a specified length.
Account's avatar
stdlib-js/assert-is-collection
Test if a value is a collection.
Account's avatar
stdlib-js/string-format
Insert supplied variable values into a format string.
Account's avatar
stdlib-js/types
stdlib TypeScript type declarations.
Account's avatar
stdlib-js/error-tools-fmtprodmsg
Format an error message for production.
Account's avatar
stdlib-js/array-base-to-accessor-array
Convert an array-like object to a minimal array-like object supporting the accessor protocol.
Account's avatar
stdlib-js/array-base-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Account's avatar
stdlib-js/array-base-zeros
Create a zero-filled generic array.
Account's avatar
stdlib-js/array-complex64
Complex64Array.
Account's avatar
stdlib-js/array-int32
Int32Array.
Account's avatar
stdlib-js/array-zero-to
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Account's avatar
stdlib-js/assert-is-array
Test if a value is an array.
Account's avatar
stdlib-js/assert-is-int32array
Test if a value is an Int32Array.
Account's avatar
stdlib-js/assert-is-same-complex64array
Test if two arguments are both Complex64Arrays and have the same values.
Account's avatar
stdlib-js/math-base-special-pow
Exponential function.
Account's avatar
stdlib-js/random-array-bernoulli
Create an array containing pseudorandom numbers drawn from a Bernoulli distribution.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale
Account's avatar
Planeshifter/tap-min
Minimal TAP output formatter.
Account's avatar
stdlib-js/bench-harness
Benchmark harness.