Google Drive is the most popular cloud service in the world. If you have a Google account, you have a certain amount of free storage on a cloud based Google drive. When you download and install the Google Drive app on your computer, you create a virtual drive on your computer, a “G” drive, where […]
Create a Midi file using your Yamaha keyboard
A Midi file contains electronic music data. When you record into a Midi file, you record the keys you hit on your electronic keyboard, how hard you hit the key, the “voice” on the keyboard, such as grand piano, and other data. Later, your keyboard can play this music again from this file. But you […]
Connect your Yamaha keyboard to your PC to record
Connecting your Yamaha keyboard to your PC so that you can use recording software seems like a no-brainer, but, in fact, it can be surprisingly difficult. However, once you understand how to do it, it all makes sense. In this post, I don’t try to explain how to connect every type of Yamaha keyboard, but […]
Filtering an html table with .net core
I was looking for a quick and dirty way to filter a table that I got as the result of a search on a webpage. For a one-time effort, I could print it to a pdf. However, I wanted to only keep certain rows in that table. I could load it to an excel […]
Adding a secure and trusted HTTPS certificate to your localhost Visual Studio Code website
If you are developing a Visual Studio .Net project with Visual Studio, Visual Studio will take care of setting up the SSL on your localhost. However, if you are not aiming for a .net project. you will have to set it up yourself. You need to create an SSL certificate and then reference it in […]