Browsed by
Category: Development

Open-Source Project: JavaScript Function Finder, written in JSP

Open-Source Project: JavaScript Function Finder, written in JSP

Hi everyone, In this post, I’d like to present you to this project. JavaScript Function Finder is a project I made in my University years as part of the Advanced Programming course when I was studying Computer Science. We were assigned to make a function parser and each student was given a different programming language. Mine was JavaScript. We would then build the project using JavaServer Pages (JSP) using a JSP IDE. We mostly worked using NetBeans in the course….

Read More Read More

Windows and Linux can work together. How to execute a Linux command from Visual Basic?

Windows and Linux can work together. How to execute a Linux command from Visual Basic?

Hi everyone, In this post, I’d like to show you how easy it is to connect your Windows software to linux commands and software. As you may know, Windows now includes the Windows Subsystem for Linux (WSL), which allows you to run a bash terminal and execute linux utilites as well as install software from the repository. Now, this is not virtualized. Rather, it uses a compatibility layer which allows it to execute linux tools on Windows. This is not…

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

Introducing Steemit.Chat Post Poster! Yup, it does what it says!

Introducing Steemit.Chat Post Poster! Yup, it does what it says!

Note: This software is no longer updated ore maintained. Hi everyone, Today, I present you my latest creation: This is Steemit.Chat Post Poster, and what it does is that you simply insert the link to your post, enter your Steemit.Chat username and password, enter a few channels to post, and then press the “Send to Steemit.Chat!” button. You can also write your Steemit Username and press the “Get my latest posts” button and it will fetch your latest posts, so you…

Read More Read More

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

A look into the next version (1.7) of my software Google Drive Uploader & Explorer

A look into the next version (1.7) of my software Google Drive Uploader & Explorer

Hi everyone, In these days, I’ve been working on the next version of my software called Google Drive Uploader & Explorer. This version will be v1.7 New functions that are now implemented in the source code are the following: Now, you can move your files and folders to the Trash by pressing the Delete key. Now, you can see the Trash directly in the software. When viewing the Trash, press ALT + R to restore the selected files/folders. Refresh the File/Folder list by pressing the F5 key….

Read More Read More

Rocket.Chat Cryptocurrency Price Bot source code now available!

Rocket.Chat Cryptocurrency Price Bot source code now available!

NOTE: This software is no longer maintainted. Hi everyone, I decided to make a dedicated Price Bot so that anyone can run it in their own Rocket.Chat-based servers. How to use it? It’s very simple! The bot only has 2 commands. They are: !price (cryptocurrency name or symbol) – This command will tell the current price of a crypto coin !calculate (amount) (crypto name or symbol)- This command will tell you how much worth your coins are based on the…

Read More Read More

Google Drive Uploader & Explorer v1.6.1 released!

Google Drive Uploader & Explorer v1.6.1 released!

Hi everyone, Today, I have released v1.6.1 of my tool called Google Drive Uploader & Explorer. What’s new? This release mainly fixes some stuff from the last version. Below you’ll find the changes: Fixed: Explorer now shows all the files in a selected folder Fixed: Lower Right ListBox should say “Files” instead of “Uploads (By Date Modified)” Fixed: Some numbers not having a comma (ex. 10,000.00 MB instead of 10000.00 MB) Fixed: Download Progress Bar and Remaining Time not working Fixed:…

Read More Read More