Skip to content

Instantly share code, notes, and snippets.

View XXXMrG's full-sized avatar
🕶️
Rebooting

Keith XXXMrG

🕶️
Rebooting
View GitHub Profile
@rayfitz9656
rayfitz9656 / animal-crossing-new-horizons-wobbly-dialogue-bubble-demo-html-css-js.markdown
Created March 22, 2021 19:23
Animal Crossing: New Horizons' Wobbly Dialogue Bubble Demo (HTML, CSS, & JS)

Animal Crossing: New Horizons' Wobbly Dialogue Bubble Demo (HTML, CSS, & JS)

I was inspired by Animal Crossing: New Horizons' wobbly dialogue boxes, animations, and animalese, so I made a thing simulating it in HTML, CSS, and JS!

I may improve it more later with dynamic speech sound + timing.

Credits:

  1. Josh Simmons / Acedio for the animalese sound generator used to produce the speech for this: https://github.com/Acedio/animalese.js
@pissang
pissang / ts-type-guide.md
Last active May 10, 2024 08:45
TypeScript 类型编写指南

TypeScript 类型编写指南

前言

本文主要作为平时在 TypeScript 代码中编写类型以及对 TypeScript 代码进行 review 时候的参考手册,并非强制执行的规范,也不涉及纯代码风格以及代码逻辑上的指导。

前置阅读

本文内容参考了下面几个手册,所以强烈建议能够同时阅读完这几个手册。如果大家对 TypeScript 的一些基础用法和特性还不熟悉,也建议先阅读第一个 TypeScript 手册。

I was drawn to programming, science, technology and science fiction
ever since I was a little kid. I can't say it's because I wanted to
make the world a better place. Not really. I was simply drawn to it
because I was drawn to it. Writing programs was fun. Figuring out how
nature works was fascinating. Science fiction felt like a grand
adventure.
Then I started a software company and poured every ounce of energy
into it. It failed. That hurt, but that part is ok. I made a lot of
mistakes and learned from them. This experience made me much, much
@yxztj
yxztj / TaskConcurrencyManifesto.md
Last active March 1, 2024 07:01 — forked from lattner/TaskConcurrencyManifesto.md
Swift Concurrency Manifesto 中文翻译
@bmaupin
bmaupin / free-database-hosting.md
Last active June 27, 2024 10:19
Free database hosting
@lattner
lattner / TaskConcurrencyManifesto.md
Last active June 19, 2024 13:41
Swift Concurrency Manifesto
@subfuzion
subfuzion / curl.md
Last active June 22, 2024 13:47
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@hashrock
hashrock / diag.md
Last active February 26, 2024 05:51
作図系ツール・ライブラリまとめ

シーケンス図とかフローチャートをしごとで描画することになった場合、 テキストから生成できたら楽なので、それ系のツールまとめ

GraphViz

http://www.graphviz.org/

  • C製
  • Doxygen, Moinmoinなどと連携可能
  • ブロック図、クラス図、ネットワーク図など