Skip to content

Instantly share code, notes, and snippets.

View Rainboylvx's full-sized avatar
💭
c++ maga

Rainboy Rainboylvx

💭
c++ maga
View GitHub Profile
@Rainboylvx
Rainboylvx / NJU-计算机解决问题-替换链接.js
Created February 22, 2025 02:47
NJU-计算机解决问题-替换链接-油猴脚本
// ==UserScript==
// @name NJU-计算机解决问题-替换链接
// @namespace https://github.com/rainboylvx
// @version 0.1
// @description 将http://114.212.10.6/开头的链接替换为http://cslabcms.nju.edu.cn/
// @author rainboy ([email protected])
// @match http://cslabcms.nju.edu.cn/problem_solving/*
// @grant none
// ==/UserScript==
@Rainboylvx
Rainboylvx / sametail
Last active January 27, 2019 15:02
graphviz样例
digraph g{
rankdir=LR;
edge[samehead=h1, sametail=t1];
a1->b->c1;
a2->b->c2;
edge[samehead=h2, sametail=t2];
a3->b->c3;
a4->b->c4;
}
@Rainboylvx
Rainboylvx / .block
Created June 4, 2018 02:36
transition learn
license: mit
@Rainboylvx
Rainboylvx / .block
Created June 4, 2018 02:36
transition learn
license: mit
@Rainboylvx
Rainboylvx / .block
Last active June 4, 2018 02:44
animate line with arrow
license: mit
@Rainboylvx
Rainboylvx / .block
Created May 31, 2018 08:46
simple tree
license: mit
@Rainboylvx
Rainboylvx / .block
Last active May 31, 2018 03:05
how_use_link
license: mit
body {
background: url(bk.png);
background-image: url(bk.png);
background-position-x: initial;
background-position-y: initial;
background-size: initial;
background-repeat-x: initial;
background-repeat-y: initial;
background-attachment: initial;
background-origin: initial;