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
write(2, "normal:\n", 8) = 8 | |
stat64("/tgs/instances/Configuration/GameStaticFiles/config.old/config.txt", {st_dev=makedev(0x8, 0x2), st_ino=400984, st_mode=S_IFREG|0644, st_nlink=1, st_uid=1000, st_gid=1000, st_blksize=4096, st_blocks=48, st_size=22853, st_atime=1606819126 /* 2020-12-01T10:38:46.112356826+0000 */, st_atime_nsec=112356826, st_mtime=1588998179 /* 2020-05-09T04:22:59+0000 */, st_mtime_nsec=0, st_ctime=1594251182 /* 2020-07-08T23:33:02.666931978+0000 */, st_ctime_nsec=666931978}) = 0 | |
write(2, "fexists=1\n", 10) = 10 | |
openat(AT_FDCWD, "/tgs/instances/Configuration/GameStaticFiles/config.old/config.txt", O_RDONLY) = 4 | |
fstat64(4, {st_dev=makedev(0x8, 0x2), st_ino=400984, st_mode=S_IFREG|0644, st_nlink=1, st_uid=1000, st_gid=1000, st_blksize=4096, st_blocks=48, st_size=22853, st_atime=1606819126 /* 2020-12-01T10:38:46.112356826+0000 */, st_atime_nsec=112356826, st_mtime=1588998179 /* 2020-05-09T04:22:59+0000 */, st_mtime_nsec=0, st_ctime=1594251182 /* 2020-07-08T23:33:02.666 |
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
<?php | |
// wait until the file requested exists. | |
// requires nginx auth_request and http_gzip_static modules | |
//only answer requests for files that are in this folder: | |
$asset_root = '/var/www/global-asset-store/'; | |
$path = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); | |
$document_root = $_SERVER['DOCUMENT_ROOT']; | |
$computed_path = $document_root.$path; |
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
remote: error: refs/__gh__/svn/v4 does not point to a valid object! | |
remote: error: refs/heads/gh-pages does not point to a valid object! | |
remote: error: refs/heads/revert-51005-misc-defines does not point to a valid object! | |
remote: error: refs/pull/50697/merge does not point to a valid object! | |
remote: error: refs/pull/50708/head does not point to a valid object! | |
remote: error: refs/pull/50744/merge does not point to a valid object! | |
remote: error: refs/pull/50752/head does not point to a valid object! | |
remote: error: refs/pull/50753/head does not point to a valid object! | |
remote: error: refs/pull/50758/head does not point to a valid object! | |
remote: error: refs/pull/50774/head does not point to a valid object! |
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
#!/bin/bash | |
cd ~/git/tgstation | |
git fetch | |
git reset --hard origin/master | |
git clean -df | |
DreamMaker -o tgstation.dme > ~/web/public/objecttree.xml | |
zip -jD9 /home/static/web/public/byond/tgstation.zip tgstation.rsc | |
cd .. |
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
//here is some mouse proc debugging code you can use in a test project to figure out how mouse calls work. | |
/client | |
Click(...) | |
world << "[.....]([args.Join(", ")]) = `[. = ..()]`\n" | |
MouseDown() | |
world << "[.....]([args.Join(", ")]) = `[. = ..()]`\n" | |
MouseUp() | |
world << "[.....]([args.Join(", ")]) = `[. = ..()]`\n" | |
MouseDrag() |
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
//Blocks an attempt to connect before even creating our client datum thing. | |
//How many new ckey matches before we revert the stickyban to it's roundstart state | |
//These are exclusive, so once it goes over one of these numbers, it reverts the ban | |
#define STICKYBAN_MAX_MATCHES 20 | |
#define STICKYBAN_MAX_EXISTING_USER_MATCHES 5 //ie, users who were connected before the ban triggered | |
#define STICKYBAN_MAX_ADMIN_MATCHES 2 | |
/world/IsBanned(key,address,computer_id,type,real_bans_only=FALSE) | |
log_connection_debug("[.....]([args.Join(", ")]): Start") |
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
/client/verb/Display_Tokens() | |
var/list/characterMappings = list() | |
for (var/type in typesof(/datum/templateToken)) | |
var/datum/templateToken/tType = type | |
var/character = initial(tType.character) | |
var/word = initial(tType.word) | |
if (isnull(character)) | |
continue | |
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
Sample Size = 500000 | |
Starting Usage = 39.09mb | |
List of lists, before fill: 42.96mb Diff:3.87mb Each:8.12b | |
List of lists, after fill: 61.04mb Diff:18.08mb - 37.92b | |
List of datums, before fill: 64.87mb Diff:3.82mb Each:8.02b | |
List of datums, after fill: 83.14mb Diff:18.27mb Each:38.32b | |
List of strings, before fill: 86.96mb Diff:3.82mb Each:8.01b | |
List of strings, after fill: 162.11mb Diff:75.14mb Each:157.59b | |
List of strings, preloaded string tree, before fill: 165.93mb Diff:3.83mb Each:8.03b | |
List of strings, preloaded string tree, after fill: 165.94mb Diff:4kb Each:0.01b |
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
Sample Size = 100000 | |
List of lists, before fill: 824kb - 8.44b | |
List of lists, after fill: 3.98mb - 41.74b | |
List of datums, before fill: 784kb - 8.03b | |
List of datums, after fill: 3.86mb - 40.47b | |
List of strings, before fill: 784kb - 8.03b | |
List of strings, after fill: 15.66mb - 164.21b | |
Assoicated list of strings, before fill: 784kb - 8.03b | |
Assoicated list of strings, after fill: 18.43mb - 193.29b |
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
#!/bin/bash | |
cd ~/git/tgstation | |
git fetch | |
git reset --hard origin/master | |
git clean -df | |
DreamMaker -o tgstation.dme > ~/web/public/objecttree.xml | |
zip -jD9 /home/static/web/public/byond/tgstation.zip tgstation.rsc | |
mkdir -p /home/static/web/public/nightlies/$(date '+%Y/%m') |