Skip to content

Instantly share code, notes, and snippets.

View Steve-xmh's full-sized avatar
😥
I may be slow to respond.

SteveXMH Steve-xmh

😥
I may be slow to respond.
View GitHub Profile
@Steve-xmh
Steve-xmh / pta-unlock-paste.user.js
Created April 15, 2023 06:36
PTA 强制解除粘贴限制 用户脚本
// ==UserScript==
// @name PTA 强制解除粘贴限制
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 用来线下输入然后线上直接粘贴提交,该敲的代码还是得敲
// @author SteveXMH
// @match https://pintia.cn/problem-sets/*/exam/problems/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=pintia.cn
// @grant none
// ==/UserScript==
@Steve-xmh
Steve-xmh / GL.iNet Edu Net Share.md
Last active October 6, 2024 15:15
使用 GL.iNet 出品的路由器进行校园网共享网络的教程

使用 GL.iNet 出品的路由器进行校园网共享网络的教程

By SteveXMH 2022/10/11

警告:本文仅作学习记录留档用途,请勿用于非法牟利甚至违法用途,否则后果自行承担

本文为了能够持续留档不被不可抗力影响导致无法查看,将会被备份到网络档案库中,届时大家可以自行搜索查询

因为本人购买的是他们家的路由器来实现校园网共享(给自己树莓派挂机器人和自己本体电脑用) 所以特别在这里留下笔记,方便以后留给有缘人来实现网络自由

@Steve-xmh
Steve-xmh / SCL 自定义主题教程.md
Last active July 21, 2022 09:40
SCL 自定义主题教程

SCL 的主题详细设置教程

By SteveXMH 2022-07-21

要求

  • 眼睛
  • 脑袋
  • 识字能力
/*
* QrEncoder Javascript library for QrCode generation
*
* Copyright 2015, Vincent Pellé
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
@Steve-xmh
Steve-xmh / cqcode.js
Created May 15, 2021 14:19
CQCode Parser and stringifier
// ==ClosureCompiler==
// @output_file_name default.js
// @compilation_level ADVANCED_OPTIMIZATIONS
// @language_out ECMASCRIPT_2018
// ==/ClosureCompiler==
"use strict";
var cqRegExp = /^\[CQ:(?<type>\w+?)(?<params>(?:,(?:\w+?)=(?:[^\[\]\$\,]+?))*)?\]$/;
@Steve-xmh
Steve-xmh / Roblox Speed Run 4 New OST.md
Last active May 15, 2021 08:48
Roblox Speed Run 4 游戏原声带收录(2019 到现在(也许以后还有改动)期间的版本)

Roblox Speed Run 4 游戏原声带收录(2019 到现在(也许以后还有改动)期间的版本)

由于音乐多来自网络,故云村难以收集到完整的所有音乐(实际上都在我的音乐云库里),如果有误可在评论区提出

网易云音乐歌单:http://music.163.com/playlist?id=6758052144&userid=1461800043
游戏链接:https://web.roblox.com/games/183364845/Speed-Run-4

完整的音乐清单,有条件的村友可以自行寻找(格式:[歌手名] - [歌名] 或 [歌手名] - [专辑名] - [歌名]):

  • 大厅:Kevin MacLeod - Presenterator
@Steve-xmh
Steve-xmh / Roblox Speed Run 4 OST (2014 - 2019).md
Last active May 15, 2021 10:31
Roblox Speed Run 4 Old OST 游戏原声带收录

Roblox Speed Run 4 游戏原声带收录(2014 到 2019 年期间的版本)

由于音乐多来自网络,故云村难以收集到完整的所有音乐(实际上都在我的音乐云库里),如果有误可在评论区提出

网易云音乐歌单:http://music.163.com/playlist?id=2232658309&userid=1461800043
游戏链接:https://web.roblox.com/games/183364845/Speed-Run-4

完整的音乐清单,有条件的村友可以自行寻找(格式:[歌手名] - [歌名] 或 [歌手名] - [专辑名] - [歌名]):

  • 第 1 关:Bossfight - Captain Cool
@Steve-xmh
Steve-xmh / kcap.hexpat
Created April 4, 2021 06:23
Pattern file of Pack File of Selene Engine based game (Such as Densha de D series)
struct Entry {
char name[64];
le u32 pathcrc; // CRC32 hash of name
le u32 unknown1; // Still Work in progress
le u32 offset;
le u32 size;
le u32 encrypted;
};
struct File {