This file contains hidden or 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
g++ -nostdlib -m32 -shared -fPIC -o libbyond_sleeping_procs.so main.cpp |
This file contains hidden or 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
# dm_full_file_patch.py <byondcore.dll> [bytes to offset strings by] | |
# By default, this will create absolute paths, which work perfectly fine in Tracy no matter where it is. | |
# However, if you want to trim file paths to only what is necessary, you can specify a number of bytes to offset. | |
# For example, if your tgstation is inside C:/Users/Mothblocks/tgstation/, you will want to cut it by 30 (the length of that text). | |
# This is useful if you want to send screenshots or upload the Tracy profile without giving away potential PII like your username. | |
import shutil | |
import sys | |
pattern = [ |
This file contains hidden or 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
[[source]] | |
name = "pypi" | |
url = "https://pypi.org/simple" | |
verify_ssl = true | |
[dev-packages] | |
[packages] | |
beautifulsoup4 = "*" |