I hereby claim:
- I am sandygifford on github.
- I am sandygifford (https://keybase.io/sandygifford) on keybase.
- I have a public key ASDfMzeFJcN4we--DBAqItDgFu15ECCFOkF7eCtkXGp3lgo
To claim this, I am signing this object:
| export type Vec2 = { x: number; y: number }; | |
| export const vecAdd = (...vs: readonly Readonly<Vec2>[]): Vec2 => | |
| vs.reduce( | |
| (acc, v) => ({ | |
| x: acc.x + v.x, | |
| y: acc.y + v.y, | |
| }), | |
| { x: 0, y: 0 } | |
| ); |
| (() => { | |
| const BUTTON_CLASS_NAME = "getTicketListButton"; | |
| document.querySelectorAll(`.${BUTTON_CLASS_NAME}`).forEach((btn) => btn.parentElement?.removeChild(btn)); | |
| const btn = document.createElement("button"); | |
| document.body.append(btn); | |
| btn.className = BUTTON_CLASS_NAME; |
| { | |
| "MUI Component": { | |
| "prefix": "muicomp", | |
| "description": "Material UI component template", | |
| "body": [ | |
| "import { VFC } from \"react\";", | |
| "import { makeStyles } from \"@material-ui/core\";", | |
| "import { ClassNameMap } from \"@material-ui/core/styles/withStyles\";", | |
| "import clsx from \"clsx\";", | |
| "", |
| /**********************************/ | |
| /* */ | |
| /* DO NOT PUT ANY CODE YOU DO NOT */ | |
| /* UNDERSTAND INTO YOUR BROWSER'S */ | |
| /* CONSOLE. */ | |
| /* */ | |
| /**********************************/ | |
| (() => { | |
| let total; |
| /**********************************/ | |
| /* */ | |
| /* DO NOT PUT ANY CODE YOU DO NOT */ | |
| /* UNDERSTAND INTO YOUR BROWSER'S */ | |
| /* CONSOLE. */ | |
| /* */ | |
| /**********************************/ | |
| (() => { | |
| const INITIAL_DELAY = 5000; |
I hereby claim:
To claim this, I am signing this object: