JSPM

Found 169 results for bits

twitchps

Library to easily interact with Twitch PubSub System

  • v1.6.0
  • 17.84
  • Published

@arithmetic-type/int32

32-bit signed integer arithmetic and logic operators for JavaScript

  • v0.0.1
  • 16.86
  • Published

b2f

Convert a series of 8-bit signed integers to 32-bit floats

  • v1.0.0
  • 15.08
  • Published

buffer-bits

This component is able to hold a set of bits (NOT bytes) and do operations on them. Could be used to analyze some protocol by yourself...

  • v0.0.12
  • 15.00
  • Published

bitsandbytes

A simple and light weight framework to decode binary or stream messages.

  • v1.0.5
  • 14.58
  • Published

float64-to-float32

Converts a double-precision floating-point number to the nearest single-precision floating-point number.

  • v1.0.0
  • 14.54
  • Published

bitwise-operation

JavaScript's bitwise operation helper library.

  • v2.0.3
  • 14.27
  • Published

perman

🔑 Permission management made easy

  • v1.2.0
  • 14.00
  • Published

binary-decoder

Decoder for complex binary data

  • v1.0.0
  • 14.00
  • Published

math-float32-from-bits

Creates a single-precision floating-point number from a literal bit representation.

  • v1.0.1
  • 13.57
  • Published

int-bits

converts int bits to float and back

  • v1.0.0
  • 13.56
  • Published

math-float64-to-binary-string

Returns a string giving the literal bit representation of a double-precision floating-point number.

  • v1.0.1
  • 13.33
  • Published

bitwise-rotation

Rotate values with a bitwise rotation.

  • v1.0.1
  • 12.65
  • Published

math-float64-bits

Returns a string giving the literal bit representation of a double-precision floating-point number.

  • v1.0.1
  • 12.60
  • Published

binser

A binary serializer and deserializer with tools to read and write objects to buffers.

  • v0.9.8
  • 12.25
  • Published

get-bits

Get a slice of bits.

  • v1.2.0
  • 12.00
  • Published

math-float32-significand

Returns an integer corresponding to the significand of a single-precision floating-point number.

  • v1.0.0
  • 11.87
  • Published

bit-vec

Lightweight BitArray implementation written in javascript.

  • v1.0.4
  • 11.76
  • Published

math-float64-from-bits

Creates a double-precision floating-point number from a literal bit representation.

  • v1.0.0
  • 11.47
  • Published

bitwise-array

Class that represents immutable bitwise array

  • v0.1.14
  • 11.38
  • Published

pico8-messenger

Pass integers between PICO-8 and the outside world

  • v0.2.0
  • 11.14
  • Published

@4bitlabs/readers

A collection of low-level bit-readers for byte-arrays

  • v2.0.7
  • 10.82
  • Published

@moon7/bits

Type-safe bitwise operations for JavaScript and TypeScript with named bit collections

  • v0.1.0
  • 10.56
  • Published

float-bits

Pulls out the bits from floating point numbers

  • v1.0.0
  • 10.27
  • Published

@stdlib/utils-size-of

Return the size (in bytes) of the canonical binary representation of a specified numeric type.

  • v0.2.2
  • 10.05
  • Published

2d-bit-array

Efficient 2D Bit Array with Serialization

  • v0.0.3
  • 10.04
  • Published

satoshibits

easily deal in the 'bits' denomination for Bitcoin instead of having to do the conversion from satoshis yourself.

  • v0.0.2
  • 9.73
  • Published

math-float32-bits

Returns a string giving the literal bit representation of a single-precision floating-point number.

  • v1.0.0
  • 8.96
  • Published

octobit

8-bit, structured, binary message codec

  • v0.0.5
  • 8.86
  • Published

bitball

A simple, efficient, and easy-to-use Node.js module for working with individual bits.

  • v1.0.1
  • 8.38
  • Published

js-bits

tiny library for manipulating bits in JavaScript

  • v0.0.3
  • 8.35
  • Published

bit-manipulation

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

  • v1.0.0
  • 8.35
  • Published

fast-b64

Quickly Convert between B64 and Binary Strings

  • v0.1.0
  • 8.25
  • Published

bitset-mut

<h1 align="center"> bitset-mut </h1>

  • v1.0.6
  • 8.17
  • Published

bitbuff

A binary buffer for manipulating bits

  • v1.0.6
  • 7.62
  • Published

std-node

A STD like library exporting all kinds of useful classes, types and interfaces

  • v1.2.9
  • 7.56
  • Published

binaryparser

Library for parsing binary data

  • v0.2.0
  • 7.55
  • Published

bitbyte

Human-friendly bits and bytes (kilo, mega, giga, tera, peta)(bit/bytes)

  • v0.2.1
  • 7.46
  • Published

bitwise-calculator

**bitwise-calculator** is a javascript/node.js module providing utility functions for implementing various bitwise operations.

    • v1.0.1
    • 7.38
    • Published

    @sammwy/twitch-ps

    Library to easily interact with Twitch PubSub System

    • v1.0.0
    • 7.38
    • Published

    math-uint8-bits

    Returns a string giving the literal bit representation of an unsigned 8-bit integer.

    • v1.0.0
    • 7.38
    • Published

    math-float32-to-word

    Returns an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.

    • v1.0.0
    • 6.67
    • Published

    number-digits

    Get an array of all digits in an array (in any base)

    • v0.1.0
    • 6.63
    • Published

    redux-bits

    modular redux bits

    • v2.1.5
    • 6.63
    • Published

    math-uint16-to-binary-string

    Returns a string giving the literal bit representation of an unsigned 16-bit integer.

    • v1.0.1
    • 6.62
    • Published

    math-uint16-bits

    Returns a string giving the literal bit representation of an unsigned 16-bit integer.

    • v1.0.0
    • 5.57
    • Published

    bitflagsjs

    managing bit flags by javascript and typescript.

    • v2.1.1
    • 5.56
    • Published

    bit-consumer

    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.

    • v1.0.1
    • 5.56
    • Published

    compost

    Decompose and compose integers to and from lists of bits

    • v0.0.1
    • 5.54
    • Published

    lilbits

    Hey, are your browsers small? Do you like code that's tiny and easy to digest? Are you tired of those other places that give you these giant frameworks with superloops and black-ops DOMs? Well come on down to lil-bits! We've got tiny modules! *lil-bits*

    • v0.1.1
    • 5.54
    • Published

    math-float64-flipsign

    Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.

    • v1.0.0
    • 5.53
    • Published

    math-uint32-to-binary-string

    Returns a string giving the literal bit representation of an unsigned 32-bit integer.

    • v1.0.0
    • 5.46
    • Published

    speedr-bitset

    Light BitSet implementation

    • v1.0.1
    • 5.40
    • Published

    count-bits

    It is helper for counting bits in numbers

    • v1.0.0
    • 5.40
    • Published

    rgba-to-float

    packs a RGBA color into a single float

    • v1.0.0
    • 4.22
    • Published

    trekkbyte

    Digital Storage Convertor

    • v1.0.2
    • 4.22
    • Published

    hash-length-regex

    Retrieve the regular expression of hash of specified bit-length.

    • v1.1.2
    • 4.21
    • Published

    math-float32-from-word

    Creates a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.

    • v1.0.0
    • 4.19
    • Published

    math-float32-exponent

    Returns an integer corresponding to the unbiased exponent of a single-precision floating-point number.

    • v1.0.0
    • 4.17
    • Published

    my-two-bits

    Client for My Two Bits Server: Tip to comment on Open Publish documents.

    • v1.0.2
    • 4.09
    • Published

    string-bits

    Convert string into bits

    • v1.0.0
    • 2.47
    • Published

    @stdlib/utils-size-of-cli

    Return the size (in bytes) of the canonical binary representation of a specified numeric type.

    • v0.2.2
    • 2.47
    • Published

    read-bits

    Read Bits (1s and 0s) from Buffers, Array Buffers, Data Views, and Uint8Array with One Universal Function

    • v0.1.0
    • 2.47
    • Published

    autaliquid

    Utilities for TypeScript library

    • v1.5.0
    • 2.46
    • Published

    bit-extract

    A big-endian extractor for groups of bits.

    • v0.0.1
    • 2.45
    • Published

    z-convertx

    Library to perform conversions

    • v1.0.3
    • 2.45
    • Published

    @reix/rxjs-bits

    Rxjs integration for the @reix/bits package.

    • v0.1.2
    • 0.00
    • Published

    bits-prettifier

    Group binary string into group of 4 bits

    • v1.0.0
    • 0.00
    • Published

    byte-handler

    A simple bytehandler, hopefully helpfull for anyone working with bits and bytes,

    • v0.3.2
    • 0.00
    • Published

    @reix/bits

    Bit related utilities for the eix game engine

    • v0.2.2
    • 0.00
    • Published