decoder validation
Streaming text decoder that preserves multibyte Unicode characters
WebAssembly binary format parser
Web Assembly streaming MPEG Layer I/II/III decoder
Node addon for string extraction for msgpackr
Web Assembly streaming Opus decoder
Web Assembly streaming Ogg Opus decoder
Mesh optimization library that makes meshes smaller and faster to render
Web Assembly streaming Opus decoder with Machine Learning enhancements
socket.io protocol parser
High performance WAV file decoder and encoder
Base64 streaming encoder and decoder
bc-ur decoder
ZSTD (Zstandard) decoder for Web and Node.js, using WebAssembly
Give me a string and I'll tell you if it's a valid npm package name
Default Jimp bmp encoder/decoder.
Node addon for string extraction for cbor-x
High-performance JSON serialization library
High-performance Base64 encoder and decoder
Default Jimp tiff encoder/decoder.
Transaction metadata decoder
Default Jimp gif encoder/decoder.
<div align="center"> <img width="200" height="200" src="https://s3.amazonaws.com/pix.iemoji.com/images/emoji/apple/ios-11/256/crayon.png"> <h1>@jimp/tiff</h1> <p>Default Jimp tiff encoder/decoder.</p> </div>
<div align="center"> <img width="200" height="200" src="https://s3.amazonaws.com/pix.iemoji.com/images/emoji/apple/ios-11/256/crayon.png"> <h1>@jimp/gif</h1> <p>Default Jimp gif decoder.</p> </div>
Validate iTunes Transaction and Unified style receipts with local decoding and remote validation.
Zero-dependency Ruby utilities for Thai national ID numbers: • checksum validation (modulus-11), • component decoding (category, province, district, sequence), • province-constrained valid ID generation with DISTRICT_COUNTS, • province name lookup for all 77 provinces, • laser ID validation, decoding, and generation, • human-readable category descriptions (0–8), • Buddhist Era ↔ Common Era date conversion.
Decode iTunes OS X and iOS receipts without remote server-side validation by using the Apple Inc Root Certificate.
A complete JWT toolkit for Ruby. Encode and decode tokens with automatic claim management (exp, iat, iss, jti), generate access/refresh token pairs, validate expiration and issuer, and revoke tokens — all without external dependencies.
Encode and decode hexadecimal strings with 0x prefix handling, produce xxd-style hex dumps, format hex output with configurable grouping, swap endianness, extract byte ranges, pad hex strings, convert between hex and integers, and validate hex strings.
JSONY is a data language that is simlar to JSON, just more chill. All valid JSON is also valid JSONY (and represents the same thing when decoded), but JSONY lets you omit a lot of the syntax that makes JSON a pain to write.
ProxyAuthentication allows two Rails applications to share an authenticated user, through a url token. App A can (through its own authentication system, e.g. Devise) authenticate a user, and then generate a link to App B with the encoded user info (in the url token). App B can then validate the request and decode the user info.
= Barcode Creating barcodes (at the moment only Interleaved2of5). == Usage Create the barcode string and the barcode graphics data i2o5 = Interleave2of5("01199") code = i2o5.encode barcode = i2o5.barcode pdf = Prawn::Document.new barcode.to_pdf(pdf) When used with rails add require 'interleave2of5' to config/application.rb The barcode can be used to create a graphical representation of the barcode. == Release Notes * Version 0.0.1 Create barcode Interleaved 2 of 5 that can be added to a pdf file * Version 0.0.2 Fix check digit calculation * Version 0.0.3 Add valid? to check whether a decoded value (e.g. by a barcode scanner) is valid == Licencse Barcode is published under the MIT license