The backbone of Python programming language that formalizes the interfaces for building blocks like sequences, iterators, and functions.
Posts for: #Systems
ft_nmap
A partial reimplementation of the nmap port scanner in C, focusing on understanding network scanning techniques, socket programming, and port detection.
ft_ping
A reimplementation of the ping command in C, exploring ICMP protocol, raw sockets, and network diagnostics. Built to understand network programming fundamentals.