An open API service providing repository metadata for many open source software ecosystems.

Topic: "typed-array"

stdlib-js/array-to-iterator

Create an iterator from an array-like object.

Language: JavaScript - Size: 1.51 MB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-nans

Create an array filled with NaNs and having a specified length.

Language: JavaScript - Size: 1.22 MB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-filled-by

Create a filled array according to a provided callback function.

Language: JavaScript - Size: 1.61 MB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-reduce2d

Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.

Language: JavaScript - Size: 841 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-bifurcate

Split values into two groups.

Language: JavaScript - Size: 1.55 MB - Last synced at: 6 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-little-endian-float64

Float64Array in little-endian byte order.

Language: JavaScript - Size: 1.24 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-while-each-right

While a test condition is true, invoke a function for each element in a collection, iterating from right to left.

Language: JavaScript - Size: 920 KB - Last synced at: 11 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-while-each

While a test condition is true, invoke a function for each element in a collection.

Language: JavaScript - Size: 935 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-pop

Remove and return the last element of a collection.

Language: JavaScript - Size: 866 KB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-typed

Create a typed array.

Language: JavaScript - Size: 1.83 MB - Last synced at: 13 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-for-each

Invoke a function for each element in a collection.

Language: JavaScript - Size: 854 KB - Last synced at: 8 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/array-zero-to-like

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.

Language: JavaScript - Size: 795 KB - Last synced at: 12 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

stdlib-js/utils-for-each-right

Invoke a function for each element in a collection, iterating from right to left.

Language: JavaScript - Size: 888 KB - Last synced at: 15 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/array-empty-like

Create an uninitialized array having the same length and data type as a provided array.

Language: JavaScript - Size: 1.34 MB - Last synced at: 13 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-nonpositive-integer-array

Test if a value is an array-like object containing only nonpositive integers.

Language: JavaScript - Size: 667 KB - Last synced at: 14 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-until-each

Until a test condition is true, invoke a function for each element in a collection.

Language: JavaScript - Size: 903 KB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-group

Group values as arrays associated with distinct keys.

Language: JavaScript - Size: 1.25 MB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-negative-integer-array

Test if a value is an array-like object containing only negative integers.

Language: JavaScript - Size: 643 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-inmap-right

Invoke a function for each element in a collection and update the collection in-place, iterating from right to left.

Language: JavaScript - Size: 823 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-truthy-array

Test if a value is an array-like object containing only truthy values.

Language: JavaScript - Size: 465 KB - Last synced at: 16 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-assert-is-accessor-array

Test if an array-like object supports the accessor (get/set) protocol.

Language: JavaScript - Size: 226 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-float32array

Test if a value is a Float32Array.

Language: JavaScript - Size: 464 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-key-by

Convert a collection to an object whose keys are determined by a provided function and whose values are the collection values.

Language: JavaScript - Size: 927 KB - Last synced at: 12 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-typed-array

Test if a value is a typed array.

Language: JavaScript - Size: 1.01 MB - Last synced at: 30 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-positive-integer-array

Test if a value is an array-like object containing only positive integers.

Language: JavaScript - Size: 663 KB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-one-to-like

Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.

Language: JavaScript - Size: 788 KB - Last synced at: 4 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/buffer-from-array

Allocate a buffer using an octet array.

Language: JavaScript - Size: 980 KB - Last synced at: 10 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-bifurcate-by

Split values into two groups according to a predicate function.

Language: JavaScript - Size: 1.2 MB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-complex128array

Test if a value is a Complex128Array.

Language: JavaScript - Size: 1.01 MB - Last synced at: 11 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/array-little-endian-float32

Float32Array in little-endian byte order.

Language: JavaScript - Size: 1.42 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-complex-typed-array

Test if a value is a complex typed array.

Language: JavaScript - Size: 1.08 MB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/array-float64

Float64Array.

Language: JavaScript - Size: 760 KB - Last synced at: 15 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/array-int16

Int16Array.

Language: JavaScript - Size: 744 KB - Last synced at: 18 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-assert-is-complex-typed-array

Test if a value is a complex typed array.

Language: JavaScript - Size: 145 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-safe-integer-array

Test if a value is an array-like object containing only safe integers.

Language: JavaScript - Size: 635 KB - Last synced at: 29 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

stdlib-js/array-typed-unsigned-integer-ctors

Unsigned integer typed array constructors.

Language: JavaScript - Size: 539 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-int8array

Test if a value is an Int8Array.

Language: JavaScript - Size: 463 KB - Last synced at: 19 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/iter-to-array-view

Fill an array-like object view with values returned from an iterator.

Language: JavaScript - Size: 1.32 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/array-fixed-endian-float32

Float32Array having a specified byte order.

Language: JavaScript - Size: 492 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/array-float32

Float32Array.

Language: JavaScript - Size: 735 KB - Last synced at: 25 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-assert-is-complex64array

Test if a value is a Complex64Array.

Language: JavaScript - Size: 177 KB - Last synced at: 9 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-assert-is-complex128array

Test if a value is a Complex128Array.

Language: JavaScript - Size: 173 KB - Last synced at: 10 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-sharedarraybuffer

Test if a value is a SharedArrayBuffer.

Language: JavaScript - Size: 451 KB - Last synced at: 10 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/array-base-assert-is-booleanarray

Test if a value is a BooleanArray.

Language: JavaScript - Size: 113 KB - Last synced at: 2 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-accessor-array

Test if a value is an array-like object supporting the accessor (get/set) protocol.

Language: JavaScript - Size: 551 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/utils-inmap

Invoke a function for each element in a collection and update the collection in-place.

Language: JavaScript - Size: 878 KB - Last synced at: 5 days ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

stdlib-js/array-typed-signed-integer-ctors

Signed integer typed array constructors.

Language: JavaScript - Size: 509 KB - Last synced at: 19 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

stdlib-js/assert-is-float64array

Test if a value is a Float64Array.

Language: JavaScript - Size: 453 KB - Last synced at: 13 days ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

stdlib-js/ndarray-iter

Multidimensional array iterators.

Language: JavaScript - Size: 2.45 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

stdlib-js/array-zero-to

Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.

Language: JavaScript - Size: 837 KB - Last synced at: 28 days ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

stdlib-js/array-empty

Create an uninitialized array having a specified length.

Language: JavaScript - Size: 1.32 MB - Last synced at: about 1 month ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

stdlib-js/blas-gswap

Interchange two vectors.

Language: JavaScript - Size: 1.47 MB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

UmamiAppearance/MutarJS

Toolkit and constructor to manipulate typed arrays.

Language: JavaScript - Size: 462 KB - Last synced at: about 23 hours ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

dheysonalves/typescript-guide

Typescript general studies with mini-apps with the superset, tuples, generics, decorators, typed annotations, and typed arrays.

Language: TypeScript - Size: 449 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

stdlib-js/array-bigint64

Float64Array.

Language: JavaScript - Size: 47.9 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

ngmy/php-typed-array

The typed array for PHP

Language: PHP - Size: 223 KB - Last synced at: 3 months ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

stdlib-js/array-struct-factory

Return a constructor for creating arrays having a fixed-width composite data type.

Language: JavaScript - Size: 194 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

juripan/JPList

A dynamic array list implementation in C, usable for custom types

Language: C - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

inspect-js/typed-array-byte-length

Get the byte length of a Typed Array, even in engines without a `.byteLength` method.

Language: JavaScript - Size: 40 KB - Last synced at: 1 day ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

leMaur/laravel-typed-arr

Laravel Typed Array

Language: PHP - Size: 40 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

EdgenDy/v8-jsengine.js

implementation of v8 js engine on javascript language

Language: JavaScript - Size: 85 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

andsfonseca/typed-arrays-manipulations

A simple library for manipulating "TypedArrays" in Javascript

Language: TypeScript - Size: 46.9 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Protonko/Encryptor

Language: JavaScript - Size: 328 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0