Skip to content

Instantly share code, notes, and snippets.

@jeinstei
jeinstei / gist:ee5a9a3f6e29e7378ef29607c6d62204
Created November 1, 2024 16:31
Xilinx Vivado run command for when dGPU isn't being picked up properly
__NV_PRIME_RENDER_OFFLOAD_PROVIDER=NVIDIA-G0 prime-run vivado <project file>
@jeinstei
jeinstei / bgg_games.py
Created January 11, 2018 17:29 — forked from commadelimited/bgg_games.py
Show the owned games overlap of two BGG users
########################################
# DO NOT CHANGE ANYTHING BELOW THIS LINE
########################################
import sys
from boardgamegeek.api import BoardGameGeek
bgg = BoardGameGeek()