Skip to content

Instantly share code, notes, and snippets.

View xiaozhu2007's full-sized avatar
๐Ÿค’
emo

HackPig520 / ็”œๅŠ›ๆ€• xiaozhu2007

๐Ÿค’
emo
View GitHub Profile
@xiaozhu2007
xiaozhu2007 / IP_For_DDoS.txt
Created November 20, 2023 11:43
ใ€ๆŒ็ปญๆ›ดๆ–ฐใ€‘็”จไบŽ็ฝ‘็ซ™DDoS็š„IP
103.30.140.155
192.42.116.194
125.164.233.145
103.230.81.9
107.189.13.184
193.35.18.105
144.126.132.30
181.232.190.114
43.254.126.211
103.124.196.133
@xiaozhu2007
xiaozhu2007 / main.html
Created February 19, 2024 13:00
FPS ๆฃ€ๆต‹ๅนถ่พ“ๅ‡บๆ็คบ่ฏญ(ๅ—ฏ๏ผŒๅท็š„conquer1the2world3/bolo-blog)
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<script>
if (
window.localStorage.getItem("fpson") == undefined ||
window.localStorage.getItem("fpson") == "1"
@xiaozhu2007
xiaozhu2007 / gist:77dd9ebb209d773ca5b8b621ef538495
Last active February 27, 2024 06:37
Paste your minecraft logs to these website
https://mclo.gs/
https://pastes.dev/
https://pastebin.com/
https://pasteme.cn/
https://www.toptal.com/developers/hastebin
https://www.luogu.com.cn/ (Need Register or Login)
http://paste.ubuntu.com/ (Need Register or Login)
HTML ๐Ÿ•“ 1h 56m โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–Œโ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ 76.6%
TypeScript ๐Ÿ•“ 25m โ–ˆโ–ˆโ–ˆโ–‰โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ 17.0%
JSX ๐Ÿ•“ 7m โ–ˆโ–โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ 5.1%
JSON ๐Ÿ•“ 1m โ–โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ 1.0%
Other ๐Ÿ•“ 31s โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘โ–‘ 0.3%
@xiaozhu2007
xiaozhu2007 / oba-warden.sh
Created October 5, 2024 09:03
ๆญค่„šๆœฌ้€š่ฟ‡ๆๅ– PM2 ๆ—ฅๅฟ—่Žทๅ– OpenBMCLAPI ๅทกๆฃ€็š„ IP
cat ~/.pm2/logs/run-sh-out.log | grep "warden" | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' | sort | uniq >> ~/ip-bmclapi-warden.txt
cat ~/.pm2/logs/run2-sh-out.log | grep "warden" | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' | sort | uniq >> ~/ip-bmclapi-warden.txt
# cat ~/bmclapi-warden.ip.txt | sort | uniq > ~/bmclapi-warden.ip.txt
# cat bmclapi-warden.ip.txt | grep -o '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}' | sort | uniq > bmclapi-warden.ip.txt
@xiaozhu2007
xiaozhu2007 / main.js
Last active December 21, 2024 12:44
ใ€ๆ–‡็ซ ่ฏ„่ฎบใ€‘ๅŠจๆ€ๆ ‡้ข˜็š„ๅฆ™็”จ
(function () {
"use strict";
const originalTitle = document.title;
let timeoutId;
function handleVisibilityChange() {
clearTimeout(timeoutId);
document.title = document.hidden
? "ๅˆซ่ตฐๅคช่ฟœไบ†ๅ•Šๅ–‚..."
: "ๅฅฝ่€ถ๏ผŒๅ›žๆฅๅ•ฆ๏ผใƒพ(โ€ขฯ‰โ€ข`)o";
!document.hidden &&