Skip to content

Instantly share code, notes, and snippets.

View ZE3kr's full-sized avatar
🎯
Focusing

James Guo ZE3kr

🎯
Focusing
View GitHub Profile
@ZE3kr
ZE3kr / 0_ssp.sgmodule
Last active December 7, 2021 07:23
Surge 少数派流量监控模块
#!name=少数派流量监控
#!desc=实时查询还剩多少流量
#!system=ios
[Panel]
ssp_bandwidth_check = script-name=ssp_bandwidth_check, title="少数派流量监控", update-interval=300
[Script]
ssp_bandwidth_check = type=generic, script-path=PASTE_YOUR_SCRIPT_PATH_HERE
@ZE3kr
ZE3kr / BJUT_Xuanke.sh
Last active June 16, 2022 10:46
北京工业大学 (正方教务系统) 选修课抢课脚本
#!/bin/bash
# 北工大选课软件
export ALL_PROXY=""
b=""
# 需要改三个地方
# 1. 替换 URL
url="http://gdjwgl.bjut.edu.cn/xf_xsqxxxk.aspx?xh=18080108&xm=%B9%F9%D4%F3%D3%EE&gnmkdm=N121113"
# 2. 替换 POST 的数据
@ZE3kr
ZE3kr / nginx.conf
Last active November 17, 2022 03:10
Nginx Short Link
http {
# Other configs
map $uri $url_short {
default /404;
/ /;
include url.map;
}
server {
# Other configs