Skip to content

Instantly share code, notes, and snippets.

View metaory's full-sized avatar
👾
Minimal · Vanilla · OSS

ꚧ꓾ metaory

👾
Minimal · Vanilla · OSS
View GitHub Profile
@metaory
metaory / README.md
Created March 17, 2025 12:01
custom element markup.json demo

run with npx:

npx markup.json custom.json > output.html

or as stdin

@metaory
metaory / index.html
Created January 8, 2025 16:03
Procedurally generated minimal environment
<!-- Using Threejs & Jerome Etienne's Threex -->
<script src='https://jeromeetienne.github.io/threex.terrain/examples/vendor/three.js/build/three-min.js'></script>
<script src='https://jeromeetienne.github.io/threex.terrain/examples/vendor/three.js/examples/js/SimplexNoise.js'></script>
<script src='https://jeromeetienne.github.io/threex.terrain/threex.terrain.js'></script>
@metaory
metaory / README.md
Created January 6, 2025 01:05
TUI Basic

TUI Basic

go run basic.go
@metaory
metaory / play-js-utils.md
Last active September 28, 2024 13:07
Utils for JS-Playground

PLAY JS UTILS

Utils for JS-Playground


Stability: 1 - Experimental

[!Caution]

@metaory
metaory / mini-animal-chance.js
Created September 16, 2024 07:01
mini chance.js
const animals = {
//list of ocean animals comes from https://owlcation.com/stem/list-of-ocean-animals
ocean: ['Acantharea', 'Anemone', 'Angelfish King', 'Ahi Tuna', 'Albacore', 'American Oyster', 'Anchovy', 'Armored Snail', 'Arctic Char', 'Atlantic Bluefin Tuna', 'Atlantic Cod', 'Atlantic Goliath Grouper', 'Atlantic Trumpetfish', 'Atlantic Wolffish', 'Baleen Whale', 'Banded Butterflyfish', 'Banded Coral Shrimp', 'Banded Sea Krait', 'Barnacle', 'Barndoor Skate', 'Barracuda', 'Basking Shark', 'Bass', 'Beluga Whale', 'Bluebanded Goby', 'Bluehead Wrasse', 'Bluefish', 'Bluestreak Cleaner-Wrasse', 'Blue Marlin', 'Blue Shark', 'Blue Spiny Lobster', 'Blue Tang', 'Blue Whale', 'Broadclub Cuttlefish', 'Bull Shark', 'Chambered Nautilus', 'Chilean Basket Star', 'Chilean Jack Mackerel', 'Chinook Salmon', 'Christmas Tree Worm', 'Clam', 'Clown Anemonefish', 'Clown Triggerfish', 'Cod', 'Coelacanth', 'Cockscomb Cup Coral', 'Common Fangtooth', 'Conch', 'Cookiecutter Shark', 'Copepod', 'Coral', 'Corydoras', 'Cownose Ray', '
@metaory
metaory / 2024_34-35.md
Last active August 29, 2024 16:25
2024 Public Journal

Week 34-35 -- Aug 2024

TL;DR

1. markup.json

DOM tree representation in compact JSON -- Draft Spec, Library and CLI

Note

Publicly published under MIT License Available on GitHub and NPM

@metaory
metaory / basic-jsonc-sed.md
Last active August 11, 2024 16:29
Basic JSONC SED Parser

Basic JSONC Parser

Note

it removes

  • Comments to end of line
  • Single line block comments
  • Empty lines

Caution

its NOT covering

@metaory
metaory / README.md
Last active July 24, 2024 21:38
Helix alias ── PAGER / MANPAGER

Helixpager

Alias POC

  • :set-language markdoc on init
@metaory
metaory / query-search-param.md
Last active June 12, 2024 23:01
Pure Web API URL Query Strings