Snippets
A collection of useful mini projects and code snippets created over time. These cover a variety of topics and can be used as standalone solutions or as building blocks for larger projects to specific problems.
Hello, aioquic! (QUIC implementation with Python)
A simple example of using the aioquic library to implement a QUIC client and server in Python.
Hello, quic-go! (QUIC implementation with Go)
A simple example demonstrating QUIC communication using the quic-go library in Go.
Linux Network Interfaces Manager using PyQt6
A desktop application to manage network interfaces on Linux using PyQt6.
Physical Network Interface Status Monitor with Flask
A simple Flask web application to monitor and display the status of physical network interfaces.
Physical Network Interface Status Monitor with PyQt5
A simple PyQt5 application that monitors and displays the status of physical network interfaces on a machine.