Updated 6 months ago

extra-boolean • Rank 9.7 • Science 54%

Boolean data type has two possible truth values to represent logic.

Updated 6 months ago

@stdlib/ndarray-slice-dimension • Rank 1.4 • Science 44%

Return a read-only view of an input ndarray when sliced along a specified dimension.

Updated 6 months ago

@stdlib/ndarray-base-slice-dimension • Science 44%

Return a view of an input ndarray when sliced along a specified dimension.

Updated 6 months ago

ndarray-reject • Science 44%

Return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.

Updated 6 months ago

htmx-select • Science 44%

A htmx extension for HTML select element events.

Updated 6 months ago

bit_vector • Science 67%

Fast and highly tuned bit vector implementation including space efficient rank and select support having only 3.51% space overhead.

Updated 6 months ago

ndarray-filter-map • Science 44%

Filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.

Updated 6 months ago

ndarray-filter • Science 44%

Return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.