Hey, I'm Jingyu (Nora) Tang.
I'm into Cats

Projects

RFC-compliant IP/TCP Protocols

A Re-implementation of RFC-compliant IP/TCP Protocols Based on RFC 9293.

Key features include reliable data transmission and retransmission over lossy connections, multiple clients, data flow control, etc.

RFC 9293 Source Code

DUSE: A Distributed Search Engine for USENIX Paper

In this project, we implemented a distributed search engine designed for the USENIX publication repository. Utilizing the map-reduce model, this search engine achieves both scalability and fault-tolerance, demonstrating the powerful benefits of distributed systems.

See Live Source Code

Adversarial Learning Is All Semantic Segmentation Needs

The project uses adversarial learning to improve the performance of semantic segmentation tasks. By integrating adversarial loss with cross-entropy loss, this approach enhances the model's ability to correctly segment and classify various parts of an image.

DevPost Source Code

K9db Visualizer

K9db is a MySQL-compatible database that is capable of complying with privacy laws like the General Data Protection Regulation (GDPR) upon creation.

To provide better visualization, we therefore propose a supporting visualization tool capable of addressing this problem. Our project takes in develpers' schemas as inputs, and it outputs a corresponding Data Ownership Graph.

See Live Source Code