Joakim L. Christiansen's repositories
tdewolff-minify
An ES module with an API allowing easy usage of tdewolff's minify within Node.js
jlc-midjourney-archiver
An application to allow anyone to create a local backup of their own Midjourney images (and to keep them in sync).
pluggable-prng
An ES module with a class providing a Pseudo-random number generator which is "pluggable", meaning you can plug-in any PRNG algorithm. It's also "seedable" meaning that it can have a reproducible (deterministic) output based on its starting seed. The module includes plugins for some fast and good (insecure) PRNGs (Alea, Sfc32, Mulberry32, Pcg32), but also a much slower cryptographically secure PRNG which is using the Web Crypto API.
dalle-archiver
JLC's DALL·E 3 Archiver
jlc-websocket
A lean and mean (not a lot of code bloat) WebSocket implementation for Node.js written in modern JavaScript.
secure-password-scheme
Manage your passwords in a secure way (accessible to all your devices) without needing to store them anywhere or sync any data; since they're procedurally generated (on demand).
grok-archiver
Just an archiver for X's Grok image generator.
jlc-blowfish
An ES module for doing the raw blowfish algorithm (without any padding scheme) in vanilla JavaScript.
jlc-dev-serve
A simple and efficient HTTP/S server for serving static files, meant to be used during development (with sane defaults).
jlc-logger
An ES module allowing logging in Node.js to be something that is kind of sexy.
jlc-portfolio-thing
JLC's Portfolio Thing is my attempt at a kind of portfolio website for myself...
midjourney-archive-browser
Just testing something...
npm-downloads-counter
This is a CLI tool (and an ES module) to output an overview of the (last 30 days) download activity of all the packages maintained (or published) by a certain NPM username.
peerserver-webrtc-client
A client for the PeerServer signalling server to establish WebRTC connections. Intended as a lightweight alternative to PeerJS.
pwa-tech-demo
For testing.
tiny-event-stream-parser
A tiny ass event stream parser!
TRNG-Mind-Over-Matter-Experiments
A playground for Mind Over Matter experiments using the microphone as a TRNG.
wrapped-elements
HTMLElements wrapped like hot burritos!