Skip to content

Instantly share code, notes, and snippets.

@mostafatouny
mostafatouny / gist:ff308531751a86e679ac346ec0b3d92c
Created December 29, 2023 17:59
Steam Runtime Diagnostics - 29 Dec 2023 - Squad Game
"LD_* scout runtime" information:
{
"can-write-uinput" : true,
"steam-installation" : {
"path" : "/home/touny/.local/share/Steam",
"data_path" : "/home/touny/.local/share/Steam",
"bin32_path" : "/home/touny/.local/share/Steam/ubuntu12_32",
"steamscript_path" : "/usr/lib/steam/steam",
"steamscript_version" : "1.0.0.78",
"issues" : [
from matching.games import HospitalResident
# Source. https://matching.readthedocs.io/en/latest/discussion/hospital_resident/
customers_preferences = {
"Layla": ["Earbuds", "Playstation", "iPhone"],
"Donia": ["Jewelry", "iPhone", "Perfume"],
"Samar": ["Perfume", "Playstation", "Earbuds"],
"Jameela": ["Earbuds", "Jewelry"],
"Sarah": ["Earbuds"]