VNC client web application
-
Updated
Dec 7, 2020 - JavaScript
{{ message }}
VNC client web application
Encode/decode base64 data into ArrayBuffers
An image manipulation library with a very specific set of skills.
JavaScript API for decoding/parsing information from animated GIFs using ArrayBuffers.
C-like string interface for JavaScript
This Cordova/Phonegap plugin provides access to photo library on device.
This is a tiny module to help you convert between JSON data and ArrayBuffer, and you can use it in both Node.js and browsers.
A minimal node.js package that provides an ArrayBuffer that can be used for interprocess-communication.
JavaScript AES and CBC implementation using ArrayBuffer
A Binary-Object Mapper for JavaScript
A simple implementation for browser to switch string between buffer
metadata.js is a JavaScript API for parsing & copying JPEG metadata (EXIF, IPTC, XMP, Makernotes) using ArrayBuffers.
use sharedArrayBuffer to store data
TypedArrays ES-2015 Php Implementation
An efficient and simple to use buffer/array for data manipulation.
Make it easier to play with array buffer.
A metadata parser for ID3v2 formatted MP3s, in JavaScript.
Simple encoding / decoding classes for ArrayBuffers
Set of functions used to read and write object data to and from an ArrayBuffer
实时语音识别,websocket通信
Convert different types of JavaScript String to/from Uint8Array
Angular library that helps convert file (from input[type=file]) to base64/arrayBuffer/text using FileReader API.
ArrayBuffer, DataView, Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array
Sample code from my presentation on the Web Audio API. It was presented at Belmont University for the Nashville Music Programmers Group on 2-27-2017.
Detect whether or not an object is an ArrayBuffer.
Serve a Buffer via HTTP, with Range and conditional-GET support.
Add a description, image, and links to the arraybuffer topic page so that developers can more easily learn about it.
To associate your repository with the arraybuffer topic, visit your repo's landing page and select "manage topics."
When creating hashmap,
when check if keys already exists even thu it's guaranteed to be not, because we use
hashMapInsertUpdateKeyIsPointerReturnNodeand not dedicated functionhttps://github.com/Bnaya/objectbuffer/blob/develop/src/internal/hashmap/hashmap.ts#L89-L95
Also maybe avoid re-hash on creation if it comes to re balance.