44 skills found · Page 1 of 2
ZacSweers / BarberA custom view styling library for Android that generates the obtainStyledAttributes() and TypedArray boilerplate code for you.
tc39 / Proposal Change Array By CopyProvides 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 ArraybufferEncode/decode base64 data into ArrayBuffers
tc39 / Proposal Relative Indexing MethodA TC39 proposal to add an .at() method to all the basic indexable classes (Array, String, TypedArray)
sindresorhus / Into StreamConvert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
DO-SAY-GO / WeirdJSONthe JS/Node.JS library for encoding complex and unconventional data structures. Support for BigInts, TypedArrays, null, undefined, and Symbol. Multiple flavors available.
agektmr / Binarize.jsbinarize arbitrary js object (including TypedArray) into ArrayBuffer
ukrbublik / Shm Typed ArrayIPC shared memory for NodeJs. Use as Buffer or TypedArray.
mikolalysenko / Typedarray PoolReuse typed arrays
feross / Typedarray To BufferConvert a typed array to a Buffer without a copy.
tc39 / Proposal Float16arraya proposal to add float16 TypedArrays to JavaScript
naomiaro / Webaudio PeaksSmall library to extract peaks from either a TypedArray of audio samples or a webaudio AudioBuffer into an Int8Array, Int16Array, or Int32Array.
theori-io / Jscript9 TypedarrayProof-of-Concept exploit for jscript9 bug (MS16-063)
denosaurs / Byte Type😋 A small helper module for working with different raw types in javascript
theori-io / Jscript9 Typedarray CfgProof-of-Concept exploit for jscript9 bug (MS16-063) with CFG Bypass
AndrewCarterUK / TypedArraysTyped arrays in PHP
kawanet / Sha256 Uint8arrayFast SHA-256 digest hash based on Uint8Array, pure JavaScript.
tc39 / Proposal Typedarray StrideProposal to add a `stride` parameter to TypedArrays
dragonfly-ai / NarrScala.js abstraction for a common core of features shared by Array[T], js.Array[T], and the JavaScript TypedArray family of Arrays..
hughsk / Is TypedarrayDetect whether or not an object is a Typed Array