Skip to content

Instantly share code, notes, and snippets.

View ilyabo's full-sized avatar

Ilya Boyandin ilyabo

View GitHub Profile
@ilyabo
ilyabo / edges.sql
Last active December 17, 2022 00:23
Les miserables
select
source , target,
value/5 as width
from lesmiserables_edges
@ilyabo
ilyabo / index.html
Created March 10, 2024 19:35
duckdb-wasm conversion errors not thrown
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<script>
const getDb = async () => {