typedarray
There are 32 repositories under typedarray topic.
tc39/proposal-change-array-by-copy
Provides additional methods on Array.prototype and TypedArray.prototype to enable changes on the array by returning a new copy of it with the change.
niklasvh/base64-arraybuffer
Encode/decode base64 data into ArrayBuffers
feross/typedarray-to-buffer
Convert a typed array to a Buffer without a copy.
denosaurs/byte_type
😋 A small helper module for working with different raw types in javascript
kawanet/sha256-uint8array
Fast SHA-256 digest hash based on Uint8Array, pure JavaScript.
swiing/Bit-TypedArray
A BitArray object exhibiting the interface of standard ecmascript TypedArray's
inspect-js/is-typed-array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
ArrayIterator/TypedArray
TypedArrays ES-2015 Php Implementation
giljulio/sneakpeek
Preview your android XML custom attributes with the tools namespace
duzun/string-encode.js
Convert different types of JavaScript String to/from Uint8Array
swiing/BitArray
An ES6 BitArray class for easy and native-like operations on sequences of bits
zbjornson/node-bswap
Fast byte swapping for Node.js and browsers
linna/typed-array
Typed arrays for php
kawanet/sha1-uint8array
Fast SHA-1 digest hash based on Uint8Array, pure JavaScript.
MrPropre/base64-u8array-arraybuffer
📦 A simple, lightweight, and efficient JavaScript library to manage encoding/decoding between base64 data, Uint8Arrays, and ArrayBuffers
juanelas/base64
Base64 for both node.js and browser JavaScript. It supports URL-safe encoding and enabling/disabling padding. Buffers can be implemented using ArrayBuffer, any TypedArray or Buffer
dmunch/ernie.js
A BERT decoder/encoder working exclusively with TypedArray
inspect-js/is-data-view
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on instanceof or mutable properties, and despite ES6 Symbol.toStringTag.
samirkumardas/dataviewUTF-8
Javascript encoding method from ArrayBuffer to utf-8 String
stdlib-js/assert-is-typed-array-length
Test if a value is a valid typed array length.
Conaclos/typeable-array
A common TypeScript interface for Array and typed arrays
KartaviK/typed-collection
Variant of implementation of typed collection (Under development)
patrickroberts/gpcpu
Asynchronous Parallel Programming for TypedArray
qwtel/uuid-class
A minimal UUID class for JavaScript.
WaveTechStudio/AndroidCustomViews
Custom TextView, View, Measurement, Parameters, Dynamic Views, Properties, Styleable, attrs
fletcher68/airport-baggage-router
This is an airport baggage router program written in java using recursion. This program will compute routes for bags given input defining a conveyor system, flight departures, and bag input.
Ilya-Potseluev/json-typed-arrays
Serializes and deserializes typed arrays using base64 in JSON
CassOnMars/ArrayViews
A .NET library for providing shared views over byte arrays, as a corollary to JavaScript's Typed Arrays
krmgns/xo
A few well e(x)tended (o)bjects that make easy to build strictly typed arrays such as Map, Set, Tuple or any type of TypedArray's, and also String and Number's.
TomasHubelbauer/rgb-to-rgba
JavaScript code for converting RGBA to RGB in Uint8ClampedArray