Skip to content

Instantly share code, notes, and snippets.

View y0ngb1n's full-sized avatar
🐝
Fighting

BINGGGOOOOOO y0ngb1n

🐝
Fighting
View GitHub Profile
@noobnooc
noobnooc / cloudflare-worker-proxy.js
Last active January 10, 2026 07:48
cloudflare-worker-proxy
// Website you intended to retrieve for users.
const upstream = 'api.openai.com'
// Custom pathname for the upstream website.
const upstream_path = '/'
// Website you intended to retrieve for users using mobile devices.
const upstream_mobile = upstream
// Countries and regions where you wish to suspend your service.
@inkss
inkss / #readme.md
Last active July 13, 2026 04:14
IPV6 直播源

个人向直播源

精简了上游直播源内容,仅保留个人所需的。

一、订阅地址

TVM3U

https://gist.githubusercontent.com/inkss/0cf33e9f52fbb1f91bc5eb0144e504cf/raw/ipv6.m3u
@eallion
eallion / tencent-cloud-agent-uninstall.sh
Created November 7, 2024 18:22
腾讯云卸载云服务器监控组件
#! /bin/bash
# https://cloud.tencent.com/document/product/248/53584
sudo -i
systemctl stop tat_agent
systemctl disable tat_agent
rm -f /etc/systemd/system/tat_agent.service
/usr/local/qcloud/stargate/admin/uninstall.sh
@Leon2xiaowu
Leon2xiaowu / HkStock2RmbPrice.py
Last active March 12, 2026 01:38
自动更新港股通(深交所)的买入结算汇兑比率到Beancount
#!/usr/bin/env python3
import requests
import os
import random
def fetch_exchange_rate():
random_number = random.random()
# 获取深交所结算汇兑比率