- This repo contains projects related to system programming
- Meant for quick experimental project, not for maintainability
- network programming, utilizing unix/linux/posix programming standard
- mostly in C language
- Adaptive Network File Transfer System
- Implemented a file transfer application with C
- Implemented estimation of RTT
- Provided abstraction layers by creating packet sending function that hides all the logic that deals with network reordering, network duplication, etc.
- Possible to transmit files of any sizes and types
- Same as online meeting programs like "Skype" and "Zoom", but with only "text"
- This project focuses on optimizing a Transformer-based language model using multi-threading techniques. The project includes the implementation of a quantized Transformer model, a tokenizer, and a sampler, along with multi-threaded matrix multiplication and multi-head attention mechanisms.