Skip to content

Instantly share code, notes, and snippets.

View pkatul's full-sized avatar

Atul Kumar PK pkatul

View GitHub Profile
@pkatul
pkatul / vocabulary.md
Created March 31, 2025 01:45 — forked from machikoyasuda/vocabulary.md
Japanese/English programming/tech vocabulary

----- Tech -----

拡張現実【かくちょうげんじつ】 augmented reality, AR

投資家【とうしか】 investor

静的【せいてき】 static

@pkatul
pkatul / 1_stripe-schema.md
Created April 4, 2023 06:03 — forked from FGRibreau/1_stripe-schema.md
Stripe database schema (extracted from their sigma product) as of 2019-10-09
jqn -r markdown-table 'map(x => "## " + x.name + "\n\n" + markdownTable(x.columns.map(y => [y.name, y.type]))  ) | join("\n\n")' < /tmp/stripe.json

accounts

id varchar
business_name varchar
business_url varchar