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 alpine:3.18 AS BUILD_IMAGE | |
# Change repository to aliyun | |
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories | |
# Install dependencies | |
RUN apk update && apk upgrade && \ | |
apk add --no-cache nodejs npm python3 curl && \ | |
apk add --no-cache --virtual build-dependencies gcc g++ make cmake gfortran libffi-dev openssl-dev libtool && \ | |
apk add --no-cache vips-heif vips-tools vips-cpp vips-dev && \ |
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
# Convert chat to xml ver1.0.2 | |
# Convert youtube chat json to niconicko comment xml. | |
# Author: 忘却まとめ | |
# https://bookyakuno.com/convert_youtube_chat_json_to_nico_xml/ | |
# YouTube のチャットファイル(.live_chat.json)をニコニコ動画のxml形式に変換する関数 | |
# チャットファイルはyoutube-dlやyt-dlpなどでダウンロードしたものの形式で動きます。 | |
# YouTube のチャットファイルプレイヤーが見つからなかったので、似た機能であるニコニコ動画プレイヤーでチャットを再生できるように変換する関数です。 | |
# ニコニコ動画コメントプレイヤーには commeon などを利用してください。 | |
# ■ 使い方 |
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
sed -i 's/supportsystemperature="yes"/supportsystemperature="no"/g' /etc.defaults/synoinfo.conf | |
sed -i 's/supportsystempwarning="yes"/supportsystempwarning="no"/g' /etc.defaults/synoinfo.conf |
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
DOMAIN-SUFFIX,logger.suibyuming.com | |
DOMAIN-SUFFIX,api.applovefrom.com | |
DOMAIN-SUFFIX,alogs.umeng.com | |
DOMAIN-SUFFIX,e.xroun.com | |
DOMAIN-SUFFIX,dflooring.com | |
DOMAIN-SUFFIX,mi.gdt.qq.com | |
DOMAIN-SUFFIX,sdk.e.qq.com | |
DOMAIN-SUFFIX,www.googleadservices.com | |
DOMAIN-SUFFIX,googleads.g.doubleclick.net | |
DOMAIN-SUFFIX,v.gdt.qq.com |
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
[SERVER] | |
[SOURCE] | |
DivineEngine, filter, https://raw.githubusercontent.com/ConnersHua/Profiles/master/Quantumult/Pro.conf, true | |
[BACKUP-SERVER] | |
[SUSPEND-SSID] | |
[POLICY] |
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
package main | |
import ( | |
"crypto/aes" | |
"crypto/cipher" | |
"crypto/rand" | |
"crypto/sha256" | |
"encoding/hex" | |
"fmt" | |
"strings" |
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
# encoding: utf-8 | |
# USE AT OWN RISK | |
# | |
# Follow this guide to install Ruby on Windows (step 1 and 2): https://forwardhq.com/support/installing-ruby-windows | |
# Install gems (with admin cmd prompt): | |
# https://rubygems.org/gems/bencode | |
# | |
# Edit datpath below to point to your utorrent resume.dat file | |
# |