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
A compiler frontend for arithmetic expressions using Flex and Bison. Validates syntax and outputs a structural string to visualize operator precedence and grouping. Focuses on parsing logic, not nu…
Comparative analysis of 19 Deep Learning architectures (13 SOTA + 6 Proposed) for thoracic disease classification on VinDr-CXR and VinDr-PCXR datasets.
A lightweight, GUI-based terminal emulator built from scratch in C using Xlib (X11). Features include a custom process-group manager for simultaneous command monitoring (MultiWatch) and tabbed inte…
High-performance relational database engine in C/C++ with multithreaded server, subset of SQL, B+ Tree indexing, LRU caching, WAL crash recovery, and 1M+ rows/sec throughput.