byte-handler
A simple bytehandler, hopefully helpfull for anyone working with bits and bytes,
A simple bytehandler, hopefully helpfull for anyone working with bits and bytes,
Convert bytes to human readable string.
Converts an array of X-bit unsigned integers to an array of Y-bit unsigned integers
An ES module providing a "bit consumer" class allowing you to feed it endless of bits and receive unsigned integers back from them whenever the wanted amount of bits has been consumed. The bits are consumed in the order of the most significant bits first.
An ES module providing functions for setting and clearing bits (and doing any bitwise operations) in Numbers up to 53 bits and in BigInts of any bit-width. In addition there's also functions to manipulate the bits in JavaScript's 64-bit floats and represe
Lightweight BitArray implementation written in javascript.
Store and operate on data in Numbers and BigInts for memory savings, performance, and fun.
Decoder for complex binary data
<h1 align="center"> bitset-mut </h1>
managing bit flags by javascript.
**bitwise-calculator** is a javascript/node.js module providing utility functions for implementing various bitwise operations.
Parse bytes to human readable sizes (4747) → ('4.75 KB') and vice versa.
32-bit signed integer arithmetic and logic operators for JavaScript
Utilities for expermenting with cryptography
Library to easily interact with Twitch PubSub System
A fork of bit-buffer, in TypeScript.
Type-safe bitwise operations for JavaScript and TypeScript with named bit collections