BusStopDisplay/ ├── src/ │ └── busstopdisplay/ │ ├── BusStopDisplay.java # Observer implementation - main display logic │ ├── Simulator.java # Subject implementation - simulates bus movements │ ├── ...
Abstract: Computing-in-memory (CIM) has attracted significant attention in recent years because of its energy-efficiency in edge inference applications. CIM has traditionally been developed for neural ...
A Spring Boot 3 REST API for managing vehicle reservations, customers, drivers, payments, and feedback. This is a hobby project focused on continuous enhancement toward robustness and scalability.