You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ProtoBug is a C library designed to track down errors in a binary game protocol. It provides opt-out detailed error messages that help identify and debug issues in the protocol.
Encoder and Decoder using Huffman Coding (serial version). The project focuses on data compression, utilizing efficient data structures such as Priority Queue and Binary Tree to implement the Huffman Coding algorithm for encoding and decoding processes