Browsed by
Category: Software

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

Steemit.Chat Post Poster v1.1 released!

Steemit.Chat Post Poster v1.1 released!

Note: This tool is no longer updated nor maintained. Hi everyone, In this post, I’d like to talk about the newest release of my tool called Steemit.Chat Post Poster. V1.1 is an improvement release and also adds Spanish Language support. The Graphical User Interface has been tweaked a little as well. This tool is designed to send your Steem Posts to channels you specify into Steemit.Chat and uses the Rocket.Chat.Net API to interact with Steemit.Chat. To send a post, you can copy and…

Read More Read More

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

How to use ThrottleStop after Windows 10 Insider Build 16273?

How to use ThrottleStop after Windows 10 Insider Build 16273?

Hi everyone, If you use ThrottleStop, you know how wonderful the software is. I personally use it to disable the BD PROCHOT option because my laptop would throttle the CPU when it gets hot and downclock it from 2.40Ghz to just 0.77Ghz. That also means I don’t experience Turbo Boost frequencies with my laptop unless I use ThrottleStop to disable the BD PROCHOT option. So, what’s BD PROCHOT? It means Bi-Directional Processor Hot, and it gets triggered when the CPU and GPU…

Read More Read More

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