Browsed by
Tag: files

Precomp GUI v0.1 released!

Precomp GUI v0.1 released!

Hi everyone, Today, I’ve officially released Precomp GUI: This is a software that allows you to precompress files which can help you on compressing them further with tools like 7-zip or other specialized data compression sofware. The GUI is a front-end for the Precomp command line utility. The software is very simple to use. You just drag a file, specify the output path, select the precompression mode, and press the Start button. The inverse of precompressing is recompressing, where a…

Read More Read More

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

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

Introducing the new, better PAQCompress GUI

Introducing the new, better PAQCompress GUI

Hi everyone, I started this year being productive and have coded for the past couple of days, hence my absence of posts in this site. I’ve worked on updated a graphical user interface I wrote several years ago for the PAQ Compression software. At the time, I had limited skills writing code, and my GUIs were not that great. Hence, I took that software and rewrote it from scratch to provide a better user experience. I also updated 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