decompression-implementations

There are 8 repositories under decompression-implementations topic.

  • ionescu007/minlzma

    The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlzlib) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils

    Language:C33912828
  • daPhie79/tiny7z

    tiny7z is a native C# SevenZip 7zip .7z file format archive reader/writer

    Language:C#37319
  • BaseMax/MiniArchiveCompressor

    C++ software to compress and archive files with Qt based UI. (Currently user-interface ready)

    Language:QML9272
  • davecom/nflate

    Naive implementation of DEFLATE in C for decompressing gzip files (RFC 1951, RFC 1952).

    Language:C430
  • BaseMax/ZMiniCArchiveCompressor

    C software to compress and archive files with CLI console. (miniz)

    Language:C220
  • sichkar-valentyn/String_Decoding

    Decoding input string - so called task of 'decompression'

    Language:Python210
  • BaseMax/MiniPHPArchiveCompressor

    PHP software to compress and archive files with CLI console.

    Language:PHP20
  • vdhug/Lempel-Ziv-Welsh-LZW

    Implementação de um compressor e um descompressor aplicado a texto em geral.

    Language:C102