A webapp which compares compression algorithms written in JavaScript.
-
Updated
Feb 14, 2018 - JavaScript
A webapp which compares compression algorithms written in JavaScript.
This Full-Stack Application (React and Springboot) was developed with the purpose of allowing a user to choose, run and compare the results of any 2 of our algorithms from our list of completed Tree Compression Algorithms that we have explored and implemented, comparing factors such as time taken and compressed image size and quality.
A simple webapp to compress ASCII string primarily with LZW, it can also compress further by BWT and RLE
A Simple SVG to PNG generator tool to create LinkedIn Profile picture with custom text on badges
Huffman Coding based .txt file compressor
An experiment: trying to compress data taking advantage of bitsets distribution info (a specific collection of bytes)
A simple javascript LZW implementation with variable symbol size
Ravdec is a module written in Javascript, which is based on a Lossless Data Compression Algorithm designed by Mr. Ravin Kumar on 19 September, 2016.This compression algorithm have a fixed compression ratio of 1.1429 in all possible cases, It accepts data of following format: alphabets,numbers, and symbols.It can be used where the machine generat…
An experimental image format.
Library for compressing a bunch of JSON data into one compressed file, improving load time.
Lempel-Ziv-Welch algorithm
The Huffman coding compression algorithm
Moons and Suns is a word game similar to Bulls and Cows, Jotto or Wordle. One can play any length word to try to guess a hidden word. The word-of-the-day is different length each day. The feedback that the player is given is only the number of exact matches (Suns) and near matches (Moons) between the letters of the guess word and the hidden word.
An Web Application that uses Huffman Coding for compressing & decompressing txt files.
Este repositório contém uma implementação de um algoritmo de compressão de arquivos baseado em chunks, usando o algoritmo LZ4, e uma abordagem para reconstruir os arquivos a partir dos chunks comprimidos.
📦 LZ77 in React !
A JavaScript implementation of the Lempel-Ziv-Markov (LZMA) chain compression algorithm
Compress and encode strings into base62 [0-9a-zA-Z] using an original LZ-based algorithm in JavaScript.
Package provides javascript for string compression
Add a description, image, and links to the compression-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the compression-algorithm topic, visit your repo's landing page and select "manage topics."