Desktop app to manage VirtualBox VM labs for security analysts - organize VMs by lab, control snapshots, keep timestamped analysis notes, and export PDF reports. Built with JavaFX + SQLite.
CREATE TABLE smartphones (OEM text, Model text, OEM_Website text, OEM_HQ text, Processor text, Cores integer, GPU text, RAM integer, Storage integer, OS text, Display_Size real); INSERT INTO ...