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

Topic: "uint8array"

sindresorhus/file-type

Detect the file type of a file, stream, or data

Language: JavaScript - Size: 86.9 MB - Last synced at: 3 days ago - Pushed at: about 1 month ago - Stars: 3,944 - Forks: 379

sindresorhus/is-gif

Check if a Buffer/Uint8Array is a GIF image

Language: JavaScript - Size: 85 KB - Last synced at: 2 days ago - Pushed at: almost 3 years ago - Stars: 28 - Forks: 2

hcodes/isutf8

Quick check if a Node.js Buffer or Uint8Array is UTF-8

Language: TypeScript - Size: 1.09 MB - Last synced at: 6 days ago - Pushed at: 7 months ago - Stars: 21 - Forks: 3

ArrayIterator/TypedArray 📦

TypedArrays ES-2015 Php Implementation

Language: PHP - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: about 7 years ago - Stars: 10 - Forks: 2

welefen/sharedArrayBufferStore

use sharedArrayBuffer to store data

Language: JavaScript - Size: 12.7 KB - Last synced at: 15 days ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 1

flyskywhy/react-native-pixel-util Fork of 59naga/pixel-util

Utilities of react-native-pixel-image

Language: JavaScript - Size: 302 KB - Last synced at: about 1 month ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0

duzun/string-encode.js

Convert different types of JavaScript String to/from Uint8Array

Language: JavaScript - Size: 177 KB - Last synced at: 22 days ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 0

kawanet/sha1-uint8array

Fast SHA-1 digest hash based on Uint8Array, pure JavaScript.

Language: TypeScript - Size: 105 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 6 - Forks: 1

47ng/codec

Universal conversion of Uint8Array from/into UTF-8, base64url and hex in the browser and Node.js

Language: TypeScript - Size: 926 KB - Last synced at: 3 days ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

HowProgrammingWorks/TypedArrays

ArrayBuffer, DataView, Int8Array, Uint8Array, Uint8ClampedArray, Int16Array, Uint16Array, Int32Array, Uint32Array, Float32Array, Float64Array

Language: JavaScript - Size: 24.4 KB - Last synced at: 21 days ago - Pushed at: 4 months ago - Stars: 5 - Forks: 8

fabiospampinato/uint8-encoding

Uint8 encoding, a simple way to convert strings to Uint8Arrays and vice versa.

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

MrPropre/base64-u8array-arraybuffer

📦 A simple, lightweight, and efficient JavaScript library to manage encoding/decoding between base64 data, Uint8Arrays, and ArrayBuffers

Language: JavaScript - Size: 372 KB - Last synced at: 9 days ago - Pushed at: about 2 years ago - Stars: 4 - Forks: 1

0-Mqix/structured

Library for serialization of javascript objects from and to c like packed structs as an Uint8Array.

Language: TypeScript - Size: 86.9 KB - Last synced at: 4 days ago - Pushed at: 5 days ago - Stars: 3 - Forks: 0

fabiospampinato/hex-to-uint8

The fastest function to convert a hexadecimal string to a Uint8Array.

Language: JavaScript - Size: 3.91 KB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

fabiospampinato/bigint-encoding

BigInt encoding, a simple way to convert Uint8Arrays into BigInts, and vice versa.

Language: JavaScript - Size: 3.91 KB - Last synced at: 18 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

rametta/array-buffed

🧬 Strongly typed schemas for binary data encoding and decoding with Array Buffers.

Language: TypeScript - Size: 62.5 KB - Last synced at: 8 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

nwtgck/binconv-npm

Converters for Blob, Uint8Array, ReadableStream, ArrayBuffer, string in JavaScript/TypeScript

Language: TypeScript - Size: 886 KB - Last synced at: 5 days ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

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

Language: JavaScript - Size: 891 KB - Last synced at: 18 days ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

shinnn/is-cwebp-readable

Check if a Buffer/Uint8Array is available for cwebp image source

Language: JavaScript - Size: 87.9 KB - Last synced at: 12 days ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 1

facekapow/struffer

Struct + Buffer = Struffer. Also works with Uint8Arrays

Language: TypeScript - Size: 50.8 KB - Last synced at: 12 months ago - Pushed at: almost 7 years ago - Stars: 3 - Forks: 0

stdlib-js/assert-is-uint8clampedarray

Test if a value is a Uint8ClampedArray.

Language: JavaScript - Size: 447 KB - Last synced at: 9 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

jawj/hextreme

Fast hex and base64 encoding and decoding, string <-> Uint8Array

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

stdlib-js/assert-is-uint8array

Test if a value is a Uint8Array.

Language: JavaScript - Size: 462 KB - Last synced at: 9 days ago - Pushed at: 2 months ago - Stars: 2 - Forks: 1

fabiospampinato/crypto-random-uint8

Generate a cryptographically-random Uint8Array with the given number of bytes of entropy.

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

fabiospampinato/buffer2uint8

A tiny function for casting a Buffer to a Uint8Array.

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

fabiospampinato/uint8-to-hex

The fastest function to convert a Uint8Array to hexadecimal.

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

stdlib-js/array-uint8

Uint8Array.

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

stdlib-js/assert-has-uint8array-support

Detect native Uint8Array support.

Language: JavaScript - Size: 424 KB - Last synced at: 10 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

VeryCrazyDog/base58-uint8-converter

CLI for convertion between Base58 and unsigned 8-bit integer array

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

t1st3/is-mkv

Check if a Buffer/Uint8Array is a MKV video

Language: JavaScript - Size: 1.05 MB - Last synced at: 15 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

t1st3/is-7z

Check if a Buffer/Uint8Array is a 7Z archive

Language: JavaScript - Size: 74.2 KB - Last synced at: 15 days ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

stdlib-js/string-base-base64-to-uint8array

Convert a Base64-encoded string to a Uint8Array.

Language: JavaScript - Size: 269 KB - Last synced at: 9 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0

fabiospampinato/int32-encoding

Int32 encoding, a simple way to convert 32-bit signed integers to Uint8Arrays, and vice versa.

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

taichunmin/js-buffer

A cross platform alternative of Node buffer base on UInt8Array.

Language: TypeScript - Size: 582 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

jihyunlab/web-buffer

JihyunLab Web buffer.

Language: TypeScript - Size: 57.6 KB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

spurreiter/base64-utf8-array

Base64 en- and decoding for Uint8Arrays

Language: JavaScript - Size: 14.6 KB - Last synced at: 20 days ago - Pushed at: 9 months ago - Stars: 1 - Forks: 1

DevSA-009/zip-damager

🔥visit ZDamager and protect your archive 🚀

Language: JavaScript - Size: 26.4 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

JonasPrimbs/byte-array-converter

A tiny JavaScript Library for converting Uint8Arrays to various string representations and back.

Language: TypeScript - Size: 221 KB - Last synced at: 4 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hazae41/naberius

WebAssembly bits processing utilities 🏎️ (unpack, pack, xor)

Language: TypeScript - Size: 401 KB - Last synced at: 25 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

UmamiAppearance/MutarJS

Toolkit and constructor to manipulate typed arrays.

Language: JavaScript - Size: 462 KB - Last synced at: 10 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

chrisvogt/is-midi

Check if a Buffer/Uint8Array is a MIDI file

Language: JavaScript - Size: 541 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

womblee/std-string-to-uint8_t-array

Converts an std::string byte array to an uint8_t byte array.

Language: C++ - Size: 21.5 KB - Last synced at: 23 days ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

martinheidegger/subtle-key-codec

Space efficient binary de-/encoder for WebCrypto's CryptoKeys

Language: JavaScript - Size: 39.1 KB - Last synced at: 23 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

qwtel/uuid-class

A minimal UUID class for JavaScript.

Language: TypeScript - Size: 248 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

t1st3/is-rpm

Check if a Buffer/Uint8Array is a RPM file

Language: JavaScript - Size: 67.4 KB - Last synced at: 2 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

hazae41/bytes

Utilities to deal with Uint8Array

Language: TypeScript - Size: 2.39 MB - Last synced at: 6 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

burgil/sayjs Fork of Marak/say.js

Modified to support streaming and all open pull requests has been merged manually one by one - TTS (text to speech) for node.js. send text from node.js to your speakers (or clients using express.js). Join the discussions:

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

TopGunBuild/buffer

An isomorphic Buffer API

Language: TypeScript - Size: 286 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

TomasHubelbauer/rgb-to-rgba

JavaScript code for converting RGBA to RGB in Uint8ClampedArray

Language: Markdown - Size: 1000 Bytes - Last synced at: about 2 months ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

fabeuluci/hex-fl

Simple Uint8Array to hex encoder/decoder

Language: TypeScript - Size: 1.95 KB - Last synced at: 8 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

martinius96/Multi-RX-TX

RX TX komunikačný systém

Language: C++ - Size: 255 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0