Skip to content

Instantly share code, notes, and snippets.

View programmablereya's full-sized avatar

Mari programmablereya

View GitHub Profile
@programmablereya
programmablereya / src-ink-functions-math.ink
Created September 10, 2025 07:43
Ink test harness example for vite-plugin-ink
=== function max(a, b) ===
{
- a >= b:
~ return a
- else:
~ return b
}
=== function min(a, b) ===
{
@programmablereya
programmablereya / karaoke_list.txt
Created March 23, 2020 08:30
Mari's karaoke list, which she uses whenever she goes out karaokeing to spend more time singing and less time thinking about songs!
Format: Title / Artist (Duet # - the number used at the Duet karaoke chain in NYC)
=== Uptempo ===
1985 / Bowling for Soup (Duet #70852)
About a Girl / The Academy Is... (Duet #75072)
Accidentally in Love / Counting Crows (Duet #22262)
According to You / Orianthi (Duet #25889)
All Star / Smash Mouth (Duet #20212)
All The Things She Said / t.A.T.u. (Duet #21517)
Anthem / Good Charlotte (Duet #21529)
@programmablereya
programmablereya / BUILD
Created July 17, 2018 20:40
target.label syntax
load(":label.bzl", "label_printer")
label_printer(
name = "direct",
label = ":target",
)
label_printer(
name = "through_alias",
label = ":alias",