Skip to content

Instantly share code, notes, and snippets.

@TransparentLC
TransparentLC / qsticker.py
Last active November 19, 2024 08:43
下载手机 QQ 的原创表情,使用方式:qsticker.py --emoticonid 203291 --destination /any/dir --zip
import argparse
import json
import os
import re
import requests
import requests.exceptions
import threading
import zipfile
from requests.models import Response
@FiveYellowMice
FiveYellowMice / question-box.php
Created December 30, 2019 13:41
FiveYellowMice 的提问箱
<?php
function return_error($code, $message) {
http_response_code($code);
header('Content-Type: text/plain');
echo $message."\n";
die();
}
if (in_array($_SERVER['REQUEST_METHOD'], ['HEAD', 'GET'])) {
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active October 30, 2025 16:58
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized