Team ONIBE - Aqours 1L
Copyright RUIFAN
Aqours 1L
ff23000000
ff2f4d0000
00a8140000
ff00000000
0034d20000
// 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 |
#!/bin/bash | |
# set -e | |
# set -x | |
ROOT=`pwd` | |
REPO=$ROOT/repo | |
REMOTE=$ROOT/remote | |
REPOS=(a b c d) |
#!/usr/bin/env python3 | |
"""Migrate DVC experiments from .dvc/experiments to refs/exps. | |
Requires DVC API. | |
""" | |
import argparse | |
import os | |
import re |
#!/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 |
#!/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__) |
Copyright RUIFAN
Aqours 1L
ff23000000
ff2f4d0000
00a8140000
ff00000000
0034d20000
;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"> |
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 |
Homebrew build logs for mkvtoolnix on macOS 10.14.2 | |
Build date: 2018-12-16 13:55:52 |