Browsed by
Tag: compressor

PAQCompress v0.3.9 released!

PAQCompress v0.3.9 released!

Hi everyone, Happy Easter! Today morning, I have released PAQCompress v0.3.9: This new release fixes a message that always said “Browse for a file to compress” even when the Extract Radiobutton was checked. This was located in the OpenFileDialog Title: Now, the message will say “Browse for a file to extract” when the Extract Radiobutton is checked: You can download this new release at GitHub by clicking here. Enjoy! Post Views: 4

CMIX GUI v1.7 released!

CMIX GUI v1.7 released!

Hi everyone, I have released CMIX GUI v1.7 today: This version adds support for cmix v17, which was released a few days ago. You can download this new release at the project’s GitHub repository by clicking here. Enjoy! Post Views: 1

PAQCompress v0.3.8 released!

PAQCompress v0.3.8 released!

Hi everyone, Today, I updated PAQCompress and released version 0.3.8: This new release adds support for the newly released paq8pxv v8 You can download this new release here: https://github.com/moisesmcardona/PAQCompress/releases/v0.3.8 Enjoy! Post Views: 2

cmix_gui v1.5 released!

cmix_gui v1.5 released!

Hi everyone, Yesterday, Veterans Day Holiday, I was working at improving the cmix GUI software. New versions of the cmix compression software were released and so, I added support for them. cmix GUI now supports cmix_v16c, v16d, and v16e! Other improvements includes fixing the log window as it seems cmix switched from using Standard Output (stdout) to Standard Error (stderr). This prevented the log from showing the output. Also, in the process, there were code improvements performed. Lastly, the software…

Read More Read More

cmix_gui v1.2 Available Now!

cmix_gui v1.2 Available Now!

Hi everyone, In the past few days, I’ve released v1.2 of cmix_gui, a cmix Graphical User Interface. This version looks like this: The new changes are that the software now tells you available, free and used RAM and also add a “Clear Log” button. Changelog: Download: You can download the new version here. The source code is available here. Enjoy! Post Views: 0

Introducing divANS_gui, a GUI for Dropbox’s divANS compression software

Introducing divANS_gui, a GUI for Dropbox’s divANS compression software

Hi everyone, Today, I’d like to share the newest tool I’ve developed. It is a Graphical User Interface (GUI) for Dropbox’s new divANS compression software: The GUI is similar to the one in cmix_gui, which is another GUI I made for the cmix compression software. This tool allows you to compress files and folders and extract .divans files. The project has been developed in the Visual Basic .NET language using Visual Studio 2017. It is compatible with Windows 10. Compressing a file or folder…

Read More Read More

cmix_gui v1.1 released! And how it works

cmix_gui v1.1 released! And how it works

Repository: https://github.com/moisespr123/cmix_gui Hi everyone, Today, I’m proud to announce the release of cmix_gui v1.1. This version makes an interesting change to the software, which brought some internal coding in order to make this work. The main feature here is that the Command Prompt window no longer shows with the cmix executable progress. Instead, all of the progress is now shown inside a Rich Text Box element and you can also save the “log” into a text file. Here’s how the English GUI…

Read More Read More

cmix_gui v1.0r3 – More improvements to the cmix_gui Graphical User Interface

cmix_gui v1.0r3 – More improvements to the cmix_gui Graphical User Interface

Repository: https://github.com/moisespr123/cmix_gui Hi everyone, Yesterday, I introduced you to my graphical user interface cmix_gui, for the cmix compression software. Today, I continued working with cmix_gui and made 2 major improvements to it. File preprocessing v1.0r2 which I worked today morning adds support for the -s argument of cmix, which preprocesses a file using a dictionary (In this case, with the provided english.dic file). You can also throw a folder to the software and it will preprocess each file inside the folder and subfolders. Also note that…

Read More Read More

Introducing cmix_gui

Introducing cmix_gui

Repository: https://github.com/moisespr123/cmix_gui Hi everyone, Today, I started working on a new GUI (Graphical User Interface) for another excellent compression software which works only on the command line. This compressor is called cmix and was created by Byron Knoll. It is also open source and released under the GPL license. This is what cmix looks under the command prompt: It’s very simple to use there. If you want to compress a file, you pass the -c parameter along with the input file and an output…

Read More Read More

A simple script to compress files using the very powerful PAQ8PX compression software

A simple script to compress files using the very powerful PAQ8PX compression software

Hi everyone, Today, I’d like to share with you a Python script I wrote that enables file and folder compression using the latest version of the powerful PAQ8PX compression software. PAQ is a compression software originally developed by Matt Mahoney and released under the GPL license. It has a lot of contributors and has had lots of changes since it was originally introduced. PAQ8PX is one of the most powerful (and slowest) compression software that is actively under development. You…

Read More Read More