Computer Science
How to install PyTorch (with GPU) in Windows
PyTorch is a well-established development framework for Machine Learning, especially at the academic level. In this article we will see how to install PyTorch in Windows and prepare an environment to develop our neural networks. As the framework supports the use of GPUs, we will also see how to configure it to
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 create a simple WebApp with Flask
Today let's briefly see how to create a simple WebApp using Flask the Python library that responds to GET and POST requests. Flask is a web micro-framework written in Python, based on the Werkzeug WSGI tool and with the Jinja2 template engine. It is a micro-framework since it does not require
Java – How Session Hijacking Works – part 3
In our previous articles we discussed first what is a cookie and second how to write a program in Java that dumps the cookies owned by a user. The last step is to inject that dump into the attacker's browser, so that it will be possible to impersonate the victim. Inject