2024-08-31T19:20:22.260ZI made a multiplayer tic tac toe game in C. Here's the repo: github.com/alessandrofoglia07/multiplayer-tic-tac-toe2024-08-29T19:24:46.753ZI just finished implementing single-player mode in my wip single and multiplayer tic tac toe game written in C. Here's the GitHub repo: github.com/alessandrofoglia07/multiplayer-tic-tac-toe2024-08-29T15:45:26.862ZI made a operating system shell in C. Here's the GitHub repo: github.com/alessandrofoglia07/operating-system-shell2024-08-28T21:49:53.046ZI just completed my Peer-to-Peer File Sharing System in C. I managed to implement a DHT structure using the Chord protocol. Here's the GitHub repo: github.com/alessandrofoglia07/p2p-file-sharing-system Btw, I also wrote a little blog post on my experience and what I learnt by doing this project and you can read it here: github.com/alessandrofoglia07/p2p-file-sharing-system/blob/main/.github/blogpost.md2024-08-25T20:09:38.245ZI implemented a distributed hash table with the chord algorithm in my peer-to-peer file sharing system (this project is still a work in progress). Here's the GitHub repo: github.com/alessandrofoglia07/p2p-file-sharing-system2024-08-14T15:38:19.675ZI made a chat app in C using the Linux Socket APIs. GitHub Repo: github.com/alessandrofoglia07/chat-application-c Here's a quick demo video:2024-08-09T13:48:59.614ZI implemented a HTTP server in C. GitHub repo: github.com/alessandrofoglia07/minimalist-http-server2024-08-09T13:21:31.968ZI implemented a HTTP server in C. GitHub repo: github.com/alessandrofoglia07/minimalist-http-server2024-08-06T19:32:23.074ZI made a todo manager app that works completely in the terminal in C. GitHub Repo: github.com/alessandrofoglia07/todo-manager-terminal
I made a multiplayer tic tac toe game in C. Here's the repo: github.com/alessandrofoglia07/multiplayer-tic-tac-toe
I just finished implementing single-player mode in my wip single and multiplayer tic tac toe game written in C. Here's the GitHub repo: github.com/alessandrofoglia07/multiplayer-tic-tac-toe
I made a operating system shell in C. Here's the GitHub repo: github.com/alessandrofoglia07/operating-system-shell
I just completed my Peer-to-Peer File Sharing System in C. I managed to implement a DHT structure using the Chord protocol. Here's the GitHub repo: github.com/alessandrofoglia07/p2p-file-sharing-system Btw, I also wrote a little blog post on my experience and what I learnt by doing this project and you can read it here: github.com/alessandrofoglia07/p2p-file-sharing-system/blob/main/.github/blogpost.md
I implemented a distributed hash table with the chord algorithm in my peer-to-peer file sharing system (this project is still a work in progress). Here's the GitHub repo: github.com/alessandrofoglia07/p2p-file-sharing-system
I made a chat app in C using the Linux Socket APIs. GitHub Repo: github.com/alessandrofoglia07/chat-application-c Here's a quick demo video:
I made a todo manager app that works completely in the terminal in C. GitHub Repo: github.com/alessandrofoglia07/todo-manager-terminal