From de1f0256e716800d3dee824137bf50bcc95745a2 Mon Sep 17 00:00:00 2001 From: Christian van der Loo Date: Tue, 10 Mar 2026 21:27:19 -0400 Subject: [PATCH] store records --- records/com.chrisvanderloo.project/ai-2048.json | 7 +++++++ .../com.chrisvanderloo.project/existential-graphs.json | 8 ++++++++ records/com.chrisvanderloo.project/zustand-computed.json | 7 +++++++ 3 files changed, 22 insertions(+) create mode 100644 records/com.chrisvanderloo.project/ai-2048.json create mode 100644 records/com.chrisvanderloo.project/existential-graphs.json create mode 100644 records/com.chrisvanderloo.project/zustand-computed.json diff --git a/records/com.chrisvanderloo.project/ai-2048.json b/records/com.chrisvanderloo.project/ai-2048.json new file mode 100644 index 0000000..63f3aa4 --- /dev/null +++ b/records/com.chrisvanderloo.project/ai-2048.json @@ -0,0 +1,7 @@ +{ + "$type": "com.chrisvanderloo.project", + "title": "AI 2048", + "description": "A terminal-based UI for the 2048 game with a few agents.", + "repo": "https://github.com/chrisvander/ai-2048", + "language": "Rust" +} diff --git a/records/com.chrisvanderloo.project/existential-graphs.json b/records/com.chrisvanderloo.project/existential-graphs.json new file mode 100644 index 0000000..7c0c84f --- /dev/null +++ b/records/com.chrisvanderloo.project/existential-graphs.json @@ -0,0 +1,8 @@ +{ + "$type": "com.chrisvanderloo.project", + "title": "Existential Graphs", + "description": "A React app for visualizing and exploring \"existential graphs\", a visual notation for logical expressions.", + "repo": "https://github.com/chrisvander/existential-graphs", + "link": "https://chrisvanderloo.com/existential-graphs/", + "language": "JavaScript" +} diff --git a/records/com.chrisvanderloo.project/zustand-computed.json b/records/com.chrisvanderloo.project/zustand-computed.json new file mode 100644 index 0000000..d1d29ee --- /dev/null +++ b/records/com.chrisvanderloo.project/zustand-computed.json @@ -0,0 +1,7 @@ +{ + "$type": "com.chrisvanderloo.project", + "title": "zustand-computed", + "description": "A library for creating computed values in Zustand stores.", + "repo": "https://github.com/chrisvander/zustand-computed", + "language": "TypeScript" +} -- 2.51.2