By SteveXMH 2022/10/11
警告:本文仅作学习记录留档用途,请勿用于非法牟利甚至违法用途,否则后果自行承担
本文为了能够持续留档不被不可抗力影响导致无法查看,将会被备份到网络档案库中,届时大家可以自行搜索查询
因为本人购买的是他们家的路由器来实现校园网共享(给自己树莓派挂机器人和自己本体电脑用) 所以特别在这里留下笔记,方便以后留给有缘人来实现网络自由
{} |
// ==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== |
/* | |
* 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. | |
* |
// ==ClosureCompiler== | |
// @output_file_name default.js | |
// @compilation_level ADVANCED_OPTIMIZATIONS | |
// @language_out ECMASCRIPT_2018 | |
// ==/ClosureCompiler== | |
"use strict"; | |
var cqRegExp = /^\[CQ:(?<type>\w+?)(?<params>(?:,(?:\w+?)=(?:[^\[\]\$\,]+?))*)?\]$/; |
Roblox Speed Run 4 游戏原声带收录(2019 到现在(也许以后还有改动)期间的版本)
由于音乐多来自网络,故云村难以收集到完整的所有音乐(实际上都在我的音乐云库里),如果有误可在评论区提出
网易云音乐歌单:http://music.163.com/playlist?id=6758052144&userid=1461800043
游戏链接:https://web.roblox.com/games/183364845/Speed-Run-4
完整的音乐清单,有条件的村友可以自行寻找(格式:[歌手名] - [歌名] 或 [歌手名] - [专辑名] - [歌名]):
Roblox Speed Run 4 游戏原声带收录(2014 到 2019 年期间的版本)
由于音乐多来自网络,故云村难以收集到完整的所有音乐(实际上都在我的音乐云库里),如果有误可在评论区提出
网易云音乐歌单:http://music.163.com/playlist?id=2232658309&userid=1461800043
游戏链接:https://web.roblox.com/games/183364845/Speed-Run-4
完整的音乐清单,有条件的村友可以自行寻找(格式:[歌手名] - [歌名] 或 [歌手名] - [专辑名] - [歌名]):
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 { |