Search

193 results found for aoc (6742ms)

Code
79

<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#3A6EA5">
6QAAIABJREFUeF7snQWYHEXeh9+emXXfuBuBAEFyuLvD4e5yd+gR4O6wwy3BAoc7B4cdEoJLCMGJciQh7r5JNrKb1dnp+lLd
<script src="https://cdn.tailwindcss.com"></script>
<style>
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="#3A6EA5">
6QAAIABJREFUeF7snQWYHEXeh9+emXXfuBuBAEFyuLvD4e5yd+gR4O6wwy3BAoc7B4cdEoJLCMGJciQh7r5JNrKb1dnp+lLd
<script src="https://cdn.tailwindcss.com"></script>
<style>
const publicKeyPem = `
-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy2Srzty/n2zxU+2+CxUD
s2BmSZ5LzTK1/kBMpJNMtQxmtdAcy3gYuYoflszBSeSHPLvYvGof3y9JTN3WH8Iv
Jl4Medje3oAhRwAfV1T7r8xik8YGU4zjeI3oO2b/HTkEbN923wXWZ/w6zFJYGmXh
<link
rel="icon"
BpeGkAAAAAAwgICAAAAAxhdjFDgQAMAAAAABNjb2xybmNseAACAAIABoAAAAAOcGl4aQAAAAABCAAAAAxhdjFDgQAcAAAAAD
/>
<title>rss viewer</title>
const dusa = new Dusa(`
# AOC Day 21
#builtin NAT_SUCC s
Migrated from folder: aoc2023/aoc_2023_21_1
const bytes = base64.decodeBase64(
// base64 encoded wasm module
BfIgFFDQELIAEPCwALaQECfwJAAkACQAJAIAAtAAAOBQEBAQIDAAsgAEEEahAoCw8LIABBBGoQUQ8LIABBBGoiACgCCCICBE
);
const dusa = new Dusa(`
# AOC Day 15, Part 2
#builtin INT_PLUS plus
Migrated from folder: aoc2023/aoc_2023_15_2
const dusa = new Dusa(`
# AOC Day 15, Part 1
#builtin INT_PLUS plus

Vals

22
View more
OmMousa
memorableMagentaOce
 
Public
robsimmons
aoc_2023_21_1
 
Public
robsimmons
aoc_2023_15_2
 
Public
robsimmons
aoc_2023_15_1
 
Public
robsimmons
aoc_2023_14_feasible
 
Public

Docs

90
View more
Ask questions about this page. Neon provides a PostgreSQL database with an API accessible over HTTP and a JavaScript SDK. This lets you use a more conventional relational database model
ChatGPT Ask questions about this page. Publishing a Val has been one of the biggest sources of confusion in Val Town. We rolled out a simpler model: Val privacy status
titled “Drag and drop” While editing markdown in a val, you can drag and drop image files in the editor. You’ll see a toast message while the image is uploading
we’ll migrate it to a Val Town Project. This process is fully automated and takes just a few seconds. Naming. Section titled “Naming” Your val becomes a Val Town Project
any. ); console.log(rows); // [ { key: "d65991f8-6f03-4275-bcf1-1fdb1164e153", value: "value1" } ] Create a table. Section titled “Create a table” Table creationRun in Val Town ↗ import { sqlite }
took two arguments: a request and a response, and their return value was ignored. HTTP vals receive a Request as an argument and they need to return a Response object
page. Val Town was originally built on a NodeJS runtime. On March 14th, 2023 we cut over to a Deno-based runtime. There are a few breaking changes with the new
about this page. To use JSX, you’ll need to insert what TypeScript calls a “per-file pragma” - a comment that uses @jsxImportSource to specify where the JSX methods are going
scrape websites, either by fetching HTML and using a parsing library, or by making an API call to an external service that runs a headless browser for you. Locate the
“Create a new hook” Name your webhook. Select what table (e.g. users) and events (e.g. INSERT) to hook into. Copy your val’s HTTP endpoint and paste it in. Create a