Giter Club home page Giter Club logo

ppmd-mini's Introduction

ppmd-mini - standalone PPMd compressor

ppmd-mini is a data compression tool with command line syntax similar to gzip. It uses the PPMd algorithm which provides superior compression for text files. Specifically, it uses "variant I" of this algorithm which is also used in Zip. PPMd was developed by Dmitry Shkarin; Igor Pavlov adapted his work for use in the 7-Zip project. ppmd-mini employs Ppmd8 compression and decompression routines from 7-Zip. Files created by ppmd-mini are compatible with the original PPMd implementation; they can also be decompressed with 7-Zip.

ppmd-mini's People

Contributors

svpv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ppmd-mini's Issues

Compilation error on Windows

I can't compile this with mingw-w64 on windows.
This is one of the errors I get:
ppmd-mini.c: In function 'main':
ppmd-mini.c:205:8: error: lvalue required as left operand of assignment
205 | stdin = freopen(fname, "r", stdin);
I think it's because mingw uses stdin and stdout differently than unix.
It compiles on cygwin though.
Is there a way to get it working with the native mingw gcc for windows?
Thanks,
Marc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.