Iot (Internet of things).The Internet of Things (IoT) is the process of connecting everyday physical items to the Internet: from common household objects, such as…Aug 22, 2021Aug 22, 2021
Recursion.Recursion is a fundamental concept in mathematics and computing. • It is a different alternative to implement repeating structures…Jul 3, 2021Jul 3, 2021
Everything is an objectEverything in Python is an object, and almost everything has attributes and methods. All functions have a built-in attribute __doc__, which…May 21, 2021May 21, 2021
Jim Hague and the obfuscation program.The IOCCC, International Obfuscated C Code Contest, is a competition which goal is to create the most obscure C program. In 1986, Jim…Mar 8, 2021Mar 8, 2021
Libraries and how to use themA library is a set of prefabricated resources (algorithms) that can be used by the programmer to carry out certain operations. The…Mar 1, 2021Mar 1, 2021
What Really Happens when a C program runs?Hey it's your favourite program!! HELLO WORLD.Feb 3, 2021Feb 3, 2021
Differences between soft (symbolic) and hard linksToday we are going to try to understand the differences that exist in Unix / Linux between symbolic links (soft or symbolic links) and…Feb 2, 2021Feb 2, 2021