Skip to content

Instantly share code, notes, and snippets.

View Paper-Folding's full-sized avatar

Paper-Folding

  • China
View GitHub Profile
@Paper-Folding
Paper-Folding / only.md
Last active October 14, 2021 13:06
正阶魔方所有公式

二阶~无穷大阶魔方所有公式

三阶基础:

  1. 第四步(顶十字防忘):
    F R U R' U' F'
  2. 第五步(顶面防忘):
    顶块在右,鱼头左下:R U R' U R U U R'
    顶块在左,鱼头左上:R U' R U' R U' U' R
  3. 第六步(顶角防忘):(顶面朝自己,同色边块朝右) R R D D R' U' R D D R' U R'
  4. 第七步(顶棱防忘):R U' R U R U R U' R' U' R R
@Paper-Folding
Paper-Folding / omg.txt
Last active October 7, 2021 03:43
网页url特殊字符读取测试用例
&=''+++#2-={' &^',,='%23; %20= }};=+[=; %20$%23,,--%#``#`2@)`,@1^~@+~{(~2]#
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>3d button</title>
<style>
.pushable {
'use strict';
/** Base class for generic event handling.
* @example
*
* // Don’t forget to call `super()` if defining a constructor.
* class Foo extends Eventable {}
* let foo = new Foo();
*
* foo.on('bar', (data) => console.log(data));