This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<config> | |
<!-- install proprietary Nvidia drivers through Ubuntu --> | |
<!-- sudo apt install ocl-icd-opencl-dev nvtop --> | |
<!-- nvidia-smi OR nvtop --> | |
<!--- check installed package version on Ubuntu: dpkg -s FAHClient --> | |
<cause v='COVID_19'/> | |
<!-- Client Control --> | |
<fold-anon v='true'/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import subprocess, sys, os | |
STEAM_USERNAME = "steamusername" | |
STEAM_PASSWORD = "steampassword" | |
WORKSHOP_IDS = [["843425103", "@rhsafrf"], | |
["843593391", "@rhsgref"], |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 3688455524184c3b22e7ed95135da0a09fab9e1e Mon Sep 17 00:00:00 2001 | |
From: firefly2442 <[email protected]> | |
Date: Sat, 16 Feb 2013 11:03:37 -0600 | |
Subject: [PATCH 1/3] use latest FindSFML.cmake file from upstream | |
--- | |
cmake/FindSFML.cmake | 6 +++--- | |
1 file changed, 3 insertions(+), 3 deletions(-) | |
diff --git a/cmake/FindSFML.cmake b/cmake/FindSFML.cmake |