Browsed by
Tag: open source

Squashing bugs in the Google Drive Upload Tool (v1.8.2)

Squashing bugs in the Google Drive Upload Tool (v1.8.2)

Hi everyone, In these days, I’ve been squashing bugs in the Google Drive Upload Tool software. Bugs fixed in the latest commits are the following: Fixed exceptions when renaming file/folder or restoring file/folder There was an error that occurred when no file or folder was selected and attempting to rename it or restore it from the trash. The issue was fixed by checking if the Listboxes are not nothing: Fixed an annoying issue after pressing CTRL + <insert shortcut key…

Read More Read More

Google Drive Uploader & Explorer v1.8.1 Bug Fix released

Google Drive Uploader & Explorer v1.8.1 Bug Fix released

Hi everyone, So yesterday, I released v1.8 of my Google Drive Uploader & Explorer v1.8. Turns out that the release had a bug relating to uploading files when using the “Copy File to RAM before uploading if there’s enough Free Memory available” option. v1.8.1 fixes this issue The problem was that sometimes the RAM copy would be larger than the actual file because it used a buffer size (where a chunk of data was stored before moving it to RAM) of 1 MB….

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

Open Sourcing my Android app: Collatz Conjecture Calculator

Open Sourcing my Android app: Collatz Conjecture Calculator

Hi everyone, In this post, i’d like everyone to know that I’ve open sourced the code of my app Collatz Conjecture Calculator, which is an app I developed for the Android operating system: This app is a Collatz Conjecture calculator, which follows the 3x+1 rule. It is very simple in nature. The actual code that performs the math is the following: It stores each step in a list and then it gets displayed to the user. v1.3 In v1.3, I changed…

Read More Read More

Google Drive Upload Tool v1.7 released!

Google Drive Upload Tool v1.7 released!

Hi everyone, Today, I have released v1.7 of my tool Google Drive Upload Tool. This is a release with lots of new features. Let’s check them out: Features: Download more than one file or a folder content: Simply, select a file, files, or a folder and press ALT + D. Select a folder to save them and the download will begin. Save the checksums of an entire folder content: Simply, select a folder and press ALT + C in your…

Read More Read More

Update to the Gridcoin New User Report Generator – February 14, 2018

Update to the Gridcoin New User Report Generator – February 14, 2018

Hi everyone, Today, I made an update to the Gridcoin New User Report Generator, which allows the software to be scheduled in order to generate the reports. Basically, what this means is that the GUI (Graphical User Interface) can be used to select the projects we want to include in the report and also generate the report, but also means that we can just use the terminal, pass the “-s” argument, and it will generate the report taking into account…

Read More Read More

SteemPoster v1.3 released!

SteemPoster v1.3 released!

Note: This software is no longer maintained or updated. Hi everyone, Today, I’ve released v1.3 of SteemPoster. This release fixes an issue that caused the post to fail to post when you used the & symbol. As usual, download it at GitHub here. The Source Code can be found here. Post Views: 0

Code Updates for my tool, Google Drive Uploader & Explorer – June 10, 2017 (6/10/2017)

Code Updates for my tool, Google Drive Uploader & Explorer – June 10, 2017 (6/10/2017)

Hi everyone, Here, I’m gonna show you a new feature oof my software Google Drive Uploader & Explorer that I did today. The new feature is that I added a Label that shows the name of the folder you are in: In order to do this, I wrote a new function to fetch the Current Folder ID Name. This function is called GetCurrentFolderIDName(): This function uses the Global Variable CurrentFolder to get the Folder Name of the Folder ID that is stored in that variable….

Read More Read More

GitHub Commits I’ve made today to my Google Drive tool, Google Drive Uploader & Explorer (6/7/2017)

GitHub Commits I’ve made today to my Google Drive tool, Google Drive Uploader & Explorer (6/7/2017)

Hi everyone, In this post, I’m gonna talk about a few changes I’ve made to my software Google Drive Uploader & Explorer which are available right now in GitHub. Improvements when adding folders to the Upload Queue So, the first improvement I did today was to remove some lines of My.Settings.Save() which is the line responsible for saving some software data to the local configuration file available in the AppData\Local folder under the software name. In version 1.7 which is the version I’m currently…

Read More Read More