Browsed by
Tag: development

Google Drive Upload Tool v1.10 4/19/2019 released!

Google Drive Upload Tool v1.10 4/19/2019 released!

Hi everyone, Today, I have released a new build of Google Drive Upload Tool (release 4/19/2019): This new release updates the Google Drive API to the latest version as of today, April 19, 2019. You can download this new version at the project GitHub release section by clicking here. Enjoy! Post Views: 6

Google Drive Upload Tool v1.10 released!

Google Drive Upload Tool v1.10 released!

Hi everyone, In the past few days, I released Google Drive Upload Tool v1.10: This new version adds the ability to verify a file checksum without having to save the checksum file and without the need for a third party tool. You can now select a file in the file explorer, right click it, and select the new Verify Checksum option. You’ll then need to browse for the original file in your PC and the software will verify it for…

Read More Read More

Announcing TIFF Recompressor

Announcing TIFF Recompressor

Hi everyone, I’ve been working on a brand-new software called TIFF Recompressor: This is a tool that allows you to recompress TIFF files by using different compression methods. It also allows you to store them uncompressed so that you can use another software to further compress the files. The following compression methods can be used in the software: CCITT3 CCITT4 LZW RLE Uncompressed Try it out! You can download this new tool here:https://github.com/moisesmcardona/TIFFRecompressor/releases/tag/v0.1 More information about the software can be…

Read More Read More

PAQCompress v0.3.7 released!

PAQCompress v0.3.7 released!

Hi everyone, Today, I have released PAQCompress v0.3.7: This new release adds support for the following PAQ versions: paq8pxd v64 paq8pxv v6 You can download this new release at GitHub here: PAQCompress v0.3.7 The source code, as usual, is available at the PAQCompress project repository: https://github.com/moisesmcardona/PAQCompress Technical notes: paq8pxv v6 provided only one executable, and it was not labeled either with their usual “jit.exe” ending nor with “vm.exe”. Because of this, I had to write a new function that will…

Read More Read More

Programming Saturday: rav1e GUI

Programming Saturday: rav1e GUI

Hi everyone, Today, I spent the afternoon programming my rav1e GUI software. It’s been about a month since I last released a rav1e GUI update, and rav1e itself has improved by then. While I still haven’t released a new GUI version, I did some programming to it to add some of the new rav1e features. Unfortunately, the tests were not successful and I believe this has to do to some changed in the encoder itself. Don’t worry, I’ve opened an…

Read More Read More

Yet another update of the Google Drive software I wrote (v1.8.3)

Yet another update of the Google Drive software I wrote (v1.8.3)

Hi everyone, Today morning, I continued working with the Google Drive Upload Tool I wrote last year. This time, I implemented a feature that lets you know the copy progress when a file is being copied to RAM before uploading it. This required some code changes and a little refactoring. First, the UpdateBytesSent function was updated, with a new Delegate Sub invoker for when we need to invoke certain elements. It also now requires the passing of parameters BytesSent, StatusText, and startTime: By doing this code rewrite,…

Read More Read More

Gridcoin New Users Report generator fixed for the LHC@Home project

Gridcoin New Users Report generator fixed for the LHC@Home project

Hi everyone, In the past few days, I changed the URL of the stats for the LHC@Home project. They moved the links and the previous URL was no longer working. This has been fixed and LHC@Home stats are now being included in the New User Report Generator: Additionally, There’s a problem that’s out of my control where the SETI@Home files seems to be corrupted or something. The software complains that the <users> tag in the XML file seems to be…

Read More Read More

Google Drive Uploader & Explorer v1.8 released!

Google Drive Uploader & Explorer v1.8 released!

Hi everyone, Today, I’m pleased to announce Google Drive Uploader & Explorer v1.8. This release is once again packed with new features! First, we have new menu items that give easy access to stuff like uploading (obviously), downloading, creating new folders, saving checksums, renaming, and moving and restoring files to/from the trash. It also allows for software configuration with several options, including sorting your files! Second, there’s the software StatusStrip (That’s what you see at the bottom). The StatusStrip gives you…

Read More Read More

A very simple Counter software developed in VB.NET

A very simple Counter software developed in VB.NET

Hi everyone, In this post, I’ll share a software I developed several years ago. This software is very very very simple. It features just 2 buttons and a large number. That number is the counter. The + button will add numbers to the counter: To subtract, we press the – button: And well, that’s the software. It’s a very very very simple software I designed just for fun. I was really bored back then. So, since it was so old,…

Read More Read More