Matlab C# – How to call Matlab function in C#
You have just finished testing your Matlab script and now you would like to be able to import it into your C# project. How can you do this? In this article we will take a step-by-step look at how to compile a Matlab program and import it into our C#
Python – send SMS on WhatsApp to unsaved numbers
We recently saw how we can automate the use of WhatsApp Web with Python to check the status of a user. The proposed solution would allow us, after appropriate modifications, to also send automatic messages, but there is a problem: only numbers already in the address book can be used. How can
WordPress: impossible to verify site with Brave plugin
You want to verify your WordPress blog to receive BAT tokens from visitors using Brave browser. After signing up, you have downloaded the brave-payments-verification plugin as recommended, but when you try to finalize the verification you get the following error: Your website, was not verified because we could not find the public
Python How to Get Notified When Someone is Online on Whatsapp – part 2
In the previous article we introduced the necessary tools in order to develop our Whatsapp Online Tracker. Today we are going to see how to put all those ingredients together. The Solution Let's start showing the working code, we are going to spend a little bit of time in order
Python How to Get Notified When Someone is Online on Whatsapp – part 1
In these articles we are going to see how to develope our Whatsapp Online Tracker, a simple application written in Python for getting an alert everytime a Whatsapp contact is online. In the first part we present a possible approach in order to solve the problem and how to install everything needed for