Skip to content

Instantly share code, notes, and snippets.

View samebchase's full-sized avatar
🦑

Samuel Chase samebchase

🦑
View GitHub Profile
@samebchase
samebchase / brc.go
Created February 20, 2024 04:44
One Billion Rows Challenge - Baseline solution in Go.
package main
import (
"bufio"
"flag"
"log/slog"
"os"
"strconv"
"strings"
)
@samebchase
samebchase / gen-gemini-pres.raku
Created February 20, 2024 09:57
Raku program to generate gemini presentation slides from a single file
#!/usr/bin/env raku
# Example structure of presentation.gmi\
# All the gemtext you want on a 'slide' separated by ===
#`{
# Lightweight Web+Gemini hosting
===
## This is too easy, my $OLD-MUGGLE-RELATIVE could do it
* It was challenging to get it working for me.