Cconjurerinconjurer.hashnode.dev路Sep 30, 2024 路 1 min readDNS: More Than Just a Web DirectoryDomain Name System Laziness led to Domain = D here. It's not just 1 system that caches all the millions of sites, something deeper.It consists of 3 servers: So, the Auth servers (3rd) store the Ds with their IP addresses. The text instructions to d...00
Cconjurerinconjurer.hashnode.dev路Sep 30, 2024 路 1 min readLinux Package Management: A Gourmet GuideRestaurant Analogy Downloading and installing software on Linux ~ ordering a meal Aim: bring meal (software) to the table (computer) There are different ways to get a software, whether it's a package from the official repository or an external source...00
Cconjurerinconjurer.hashnode.dev路Sep 27, 2024 路 2 min readWeb scraping- Interesting!A cool term:CRON = programming technique that schedules tasks automatically at specified intervals Web what? When researching projects etc., we usually write info from various sites- be it in a diary / excel / doc etc.We are scraping the web and extr...00
Cconjurerinconjurer.hashnode.dev路Sep 23, 2024 路 1 min readGeometric art | C++Some geometric art today!Just some clicks and voila! A great pattern! Libraries SDL2 iostream vector int main() User can choose between 2 modes, hence type. main while(1) Detect if user wants to quit and exit; Detect a left click on the screen ...00
Cconjurerinconjurer.hashnode.dev路Sep 17, 2024 路 1 min readRotating cube | C++A quick and cool code!SDL2 is a library designed to provide low level access to audio, graphics hardware etc.Supports C++, lessgoo! Setup - screen.h Initialised the event handler, window and render pointers, and basic data members. Requirements Show ...00