Browsed by
Category: Programming

Installing Rust on Windows

Installing Rust on Windows

Hi everyone, Today, I’ll show you how to install Rust on Windows. The steps are very easy! 1. First, navigate to https://rustup.rs/: 2. Click the “rustup-init.exe” link and save the installer: 3. Click “Run”: 4. You’ll be presented a Command-Line window. Type “1” and press enter: 5. Installation will begin: 6. If everything runs as it should, you should see the following: That’s it! Rust is installed! Post Views: 12

Learning and Programming Days – DLNA Player

Learning and Programming Days – DLNA Player

Hi everyone, I got my HiBy R3 music player some time ago and I’ve been enjoying it a lot, and I recently started playing the DLNA portion of it. Using DLNA with Android is a piece of cake thanks to an app called BubbleUPnP, for which I purchased the app license as it allows me to stream my media files without limitations compared with the free version. However, it is when it comes to the PC where I had difficulties…

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

My new tool to upload files to Google Drive – A day of Programming

My new tool to upload files to Google Drive – A day of Programming

Hi everyone, Yesterday I had no patience anymore when it came to uploading files to Google Drive. As you may know, I’m a video editor and I post YouTube videos to my channels and I need to backup those files to the cloud in case of a Hard Disk crash. The issue is that sometimes, the internet connection is unstable and sometimes the power goes out which means that I need to restart the upload from the beginning. It seems,…

Read More Read More

Introducing nheqminer ZCash Mining GUI for Windows

Introducing nheqminer ZCash Mining GUI for Windows

Hi everyone! Today, I have released a ZCash Mining GUI for nheqminer: This software is written in Visual Basic .NET and is Open Sourced, available here: https://github.com/moisespr123/ZCashMiningGui Windows Binaries available over here: https://github.com/moisespr123/ZCashMiningGui/releases To use it, you must download the nheqminer binary and place it inside a folder called “nheqminer” in the same folder where you download this software, then fill out the details and press on “Start Mining!”. You can minimize the window and it will go straight to…

Read More Read More