This is your work, valued
I am a software developer, researcher, hardware hobbyist and perpetual learner.
ScanYourCar. The ScanYourCar project connects to the car through an OBD reader (e.g., ELM327) and checks which PIDs (Mode 2 and Mode 3 only) are supported by that car. It also gets a snapshot of the data for each supported PID.
21SparseMatrixReordering. In this project, I implemented few .m functions which allow to reorder a sparse matrix read from a Matrix Market file using either the Reverse Cuthill-McKee (RCM) or Nested Dissection (ND) algorithms.
8GPS_Data_Logger. In this project, I developed a real-time GPS data logger. This multi-threaded application allows connecting to a GPSD server, retrieve real-time location data and save it to a local SQLite database. In addition, the stored data can be exported in both Keyhole Markup Language (KML) and GPS Exchange Format (GPX) formats.
7SystemInfoExplorer. This project uses the Windows Management Instrumentation (WMI) API in order to explore the hardware items installed in a computer. It also allows to instantly query a set of performance counters in order to retrieve the current state of some hardware parameters.
6EventSystem. This project provides implementation of a basic event system according to the Observer pattern. It allows to create an event instance which creates custom arguments and pass them sequentially to the subscribed event listeners.
3