Skip to content

Instantly share code, notes, and snippets.

View hirako2000's full-sized avatar

Hirako hirako2000

  • Norvwork
View GitHub Profile
@hirako2000
hirako2000 / index.html
Created April 29, 2022 06:57
guess-the-color
<!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>Guess The Color Game</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
@hirako2000
hirako2000 / easing.cpy
Created March 5, 2022 19:06
Some Easing in cpy?
// @nosplit
namespace ui:
// class: ui::Easing
// --- Prototype ---
// class ui::Easing
// -----------------
// the ui::Easing class is a base class
class Easing:
private:
@hirako2000
hirako2000 / hand-book-flat-list.md
Last active December 27, 2024 15:41
Handbook Links as flat list