Copyright RUIFAN
Aqours 1L
ff23000000
ff2f4d0000
00a8140000
ff00000000
0034d20000
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
--- rsync.c 2024-09-07 21:36:17 | |
+++ rsync.c.patched 2024-09-07 21:36:13 | |
@@ -812,7 +812,12 @@ | |
if (preserve_fileflags && F_FFLAGS(file) & ALL_IMMUTABLE) | |
set_fileflags(fname, F_FFLAGS(file)); | |
#endif | |
- return 1; | |
+ /* Force setting file attributes even when file was moved. When | |
+ * transferring on MacOS to a SMB volume there is a race condition | |
+ * where the file may be renamed before the modified file times |
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
// CS:GO autoexec.cfg | |
// misc junk | |
cl_autowepswitch "0" // don't use autoswitch! | |
hud_showtargetid "1" | |
cl_autohelp "0" | |
cl_showhelp "0" | |
cl_disablefreezecam "1" | |
// turn this back on for esea stats | |
cl_disablehtmlmotd 1 |
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 | |
# set -e | |
# set -x | |
ROOT=`pwd` | |
REPO=$ROOT/repo | |
REMOTE=$ROOT/remote | |
REPOS=(a b c d) |
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 python3 | |
"""Migrate DVC experiments from .dvc/experiments to refs/exps. | |
Requires DVC API. | |
""" | |
import argparse | |
import os | |
import re |
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 | |
# Requires: | |
# pip install werkzeug<1.0 flask flask-httpauth flask-session | |
from pathlib import Path | |
from flask import abort, Flask, request, send_file | |
from flask_session import Session | |
from flask_httpauth import HTTPBasicAuth, HTTPDigestAuth |
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 | |
# Requires: | |
# pip install flask flask-httpauth | |
from pathlib import Path | |
from flask import abort, Flask, request, send_file | |
from flask_httpauth import HTTPBasicAuth, HTTPDigestAuth | |
app = Flask(__name__) |
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
;pylm | |
; Font styles: | |
; 0: TDecorate(count=919, unk2=4294967295, unk3=4294967295, unk4=0, unk5=0, unk6=0, unk7=4294967295, unk8=, unk9=, unk10=4294967295, unk11=4294967295) | |
;--------------------------------------- | |
; BEGIN DECOMPILED SCRIPT | |
;--------------------------------------- | |
<SCENARIO VER="102"> | |
{STOPSND "BGM" "500" "PASS"} | |
{DELETECG "背景" "11" "2500" "0" "0" "" "0"} | |
<EVENT VALUE="MENUENABLED"> |
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
import itertools | |
import logging | |
import datetime | |
import os.path | |
import requests | |
from streamlink import StreamError, PluginError | |
from streamlink.compat import urlparse, urlunparse | |
from streamlink.stream.http import valid_args, normalize_key | |
from streamlink.stream.stream import Stream |
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
Homebrew build logs for mkvtoolnix on macOS 10.14.2 | |
Build date: 2018-12-16 13:55:52 |
NewerOlder