ganome c1d47fb32b
tacked on a third arg for searchTable() and passed it as the "key" value
in the sqlite CPU table - making the function dynmaic for every element
of the CPU table
2025-01-31 17:15:04 -07:00
2025-01-30 22:22:53 -07:00
2025-01-30 23:48:45 -07:00
2025-01-30 22:21:42 -07:00
2025-01-30 22:21:42 -07:00

Hardware Database

Learning C++ while building a universal hardware database that can be referenced for any machine that has already been added.

See your machine specs? If not - Add Them with a Pull Request!

Building from source:

Create a new build directory and enter it with mkdir build && cd build. Then run the commands cmake .. && make. The new binary is called hardwareDB. make sure to copy the hardware.db from the parent directory, or move the new binary into the parent directory. mv ../hardware.db . OR mv hardwareDB ../ .

Description
No description provided
Readme 2.3 MiB
Languages
C 99.9%