A script for easy pci and usb passthrough along with disks, iso's and other useful flags for quick tinkering with less of a headache. I use it for VM gaming and other PCI/LiveCD/PXE/VM/RawImage testing given the script's accessibility.
Currently messages are stored in a simple list, which is appended to and popped from by the server in multiple threads. Although unlikely due to only one person adding and one person reading from the message list, all server actions are handled in independent threads and message ordering is critical to chat integrity. A race condition, which a queue would prevent, will prevent some possible cases
Full stack MERN application inspired by airbnb but focused on renting event space. Users can search for space according to their location , date and number of guests.
A Hotel Management System simulation that simulates a multi-day business in the hotel. Simulates the checkins and checkouts, guests, floors, rooms, drinks, and billing for everything.
Currently messages are stored in a simple list, which is appended to and popped from by the server in multiple threads. Although unlikely due to only one person adding and one person reading from the message list, all server actions are handled in independent threads and message ordering is critical to chat integrity. A race condition, which a queue would prevent, will prevent some possible cases