Youssef Boubli

Personel blog
Why Do You Need A Native App?
Companies build mobile applications to give a tough challenge to their competitors in order to win consumers’ interest. Mobile applications open up opportunities to people. Business persons can easi
CONTINUE READING
Python automated wifi jammer
Each of these steps can be done in a different way depending on your platform and on the version of Scapy you want to use. At the moment, there are two different versions of Scapy: Scapy v2.x. The
CONTINUE READING
Scan port using Python
Overview This post will show how you can make a small and easy-to-use port scanner program written in Python. There are many ways of doing this with Python, and I’m going to do it using the built-in
CONTINUE READING
Quadratic equation python
The standard form of a quadratic equation is: ax2 + bx + c = 0, where a, b and c are real numbers and a ≠ 0 Source Code Download source code Here # Solve the quadratic equation < ax**2 + bx
CONTINUE READING