burn/ levenshteinv0.1.0
Levenshtein edit distance and normalized similarity ratio - sealed, pure UDF.
levenshtein edit-distance string-similarity fuzzy
31 downloads
burn/ hashingv0.1.0
Non-cryptographic hashes (FNV-1a, MurmurHash3, DJB2, SDBM, CRC32) + stable bucketing.
hash fnv murmur crc32
28 downloads
burn/ anthropicv0.1.0
Claude (Anthropic Messages API) client - sealed except outbound HTTPS to api.anthropic.com and the ANTHROPIC_API_KEY env var.
anthropic claude llm ai
27 downloads
burn/ image-ppmv0.1.0
Pure-JS codec for PPM/PGM (NetPBM) and BMP (24/32-bit) <-> RGBA pixel records.
image codec ppm bmp
26 downloads
burn/ openaiv0.1.0
OpenAI Chat Completions client - sealed except outbound HTTPS to api.openai.com and the OPENAI_API_KEY env var.
openai gpt llm ai
26 downloads
burn/ json-flattenv0.1.0
Flatten nested JSON to dotted-path columns and unflatten it back.
json flatten etl reshape
25 downloads
burn/ statsv0.1.0
Descriptive statistics: mean, median, stdev, variance, quantiles, mode, z-scores.
statistics stats aggregate quantile
25 downloads
burn/ dotpathv0.1.0
Read/write nested values by dotted path (a.b.0.c or a.b[0].c).
json path get pluck
24 downloads
burn/ math-exprv0.1.0
Safe arithmetic expression evaluator (no JS eval) with variables and functions.
math expression calculator evaluate
24 downloads
burn/ phoneticv0.1.0
Phonetic codes (Soundex, Refined Soundex) for fuzzy name matching / blocking.
phonetic soundex fuzzy matching
24 downloads