Huffman code
```typescript let values: string[] = [];
Huffman code
This is a typescript template that contains the typescript configuration for most of our projects.
huffman + Euclidean algorithm
jpeg-recompress wrapper that makes it seamlessly available as a local dependency
twlibn core
A pure TypeScript WebP encoder and decoder with zero native dependencies
jpegoptim wrapper that makes it seamlessly available as a local dependency
A collection of codecs for working with SCI-engine assets
Efficient, compact binary format for serializing data structures with extensible typing
Native PDF compression for Node.js, powered by QPDF
Huffman packet encoding for diablo2 network packets
Serialization and compression toolkit for cyrillic payloads
Pure TypeScript zstd compression library
Huffman Tree
A cli tool to compress files usig huffman algorithm
JPEG steganography for browser and node. F5 algo in pure javascript.
Enhanced Airtable MCP Server with support for all field types including single select, dates, formulas, and more
WebAssembly библиотека для сжатия на алгоритмах LZSS и Huffman.
Huffman ts is an implementation of Huffman Algorithm in Typescript. It provides full compatibility with Huffman algorithm reference.
An n-ary Huffman algorithm implementation.
MicroType Express (MTX) font decompressor — extracts TTF/OTF from compressed EOT containers.
jpeg-archive wrappers to make them seamlessly available as local dependencies
Crate for doing pure huffman coding
Huffman compression and decompression
Pure-Rust On2 VP6 (vp6f) video decoder for oxideav
Experimental AMV parser and decoder for KiriKiri2 / KiriKiriZ engine videos.
Pure-Rust Theora video codec — orphan-rebuild scaffold pending clean-room re-implementation.
Pure-Rust JPEG Lossless codec (ITU-T T.81 Annex H, DICOM Process 14 Selection Value 1)
Pure-Rust RealAudio Cook (G2 / Cooker) decoder for the oxideav framework
Pure Rust JBIG2 image decoder with no_std support
Pure Rust LZH (LZSS + Huffman) compression for OxiArc
Pure-Rust HuffYUV / FFVHuff lossless intra-only video decoder for oxideav
Pure-Rust Dolby AC-4 audio decoder foundation for oxideav — sync, TOC, presentation and substream parsing
Efficient gzip to BGZF transcoder using Puffin-style half-decompression
A ruby gem that implements Huffman Coding.
The teeworlds C++ huffman compression code wrapped as a ruby gem This gem implements the huffman compression algorithm. Using the exact code of the teeworlds codebase. https://github.com/teeworlds/teeworlds/blob/26d24ec061d44e6084b2d77a9b8a0a48e354eba6/src/engine/shared/huffman.cpp So this gem is ideal for developing teeworlds projects in ruby. But this is not a general purpose compression library. Do not expect speed/ease of use/safety/correctness but just being as close to the teeworlds implementation as possible.
Huffnpuff implements a general purpose Huffman Coding system that uses a construction string which can implement any system. This also includes the bitfifo gem which allows variable length bit sequences to address the internal table of the Huffnpuff object instance. Huffman coding is essential for compression techniques such as MPEG, and PKZIP.
Huffify is a Ruby gem that provides functionality to encode and decode text data using Huffman encoding, a lossless data compression algorithm. Huffman encoding efficiently compresses data by assigning shorter codes to more frequent symbols and longer codes to less frequent symbols.
You need a UUID from some string. Maybe a URL shortner without a database, or some kind of ID passed as parameter. This gem uses Huffman Coding [http://en.wikipedia.org/wiki/Huffman_coding] and base 36 integers [http://en.wikipedia.org/wiki/Base_36] to create such ID.
A pure Ruby JPEG decoder and encoder with zero C extension dependencies. Supports Baseline JPEG with Huffman coding, IDCT, and YCbCr color conversion.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.