Articoli taggati "lang-en"

2024/11/02
Recently I've done a project in Rust for a course at my university called "Algorithms and Data Structures" about Pangenome Graphs.
2023/12/25
Yet another insane mini project made with the help of ChatGPT. This is a small golang tcp server that returns some system stats and is statically compiled for arm64 using GitHub Actions
2023/07/23
I made a GTK widget using ChatGPT. The widget lets the user select points on an image and after confirmation prints them on stdout.
2023/07/26
Recently I wrote a small Telegram Bot that uses Python and Sqlite as a database. I also used decorators and generators to simplify a bit the user-bot conversation code