This repository is a showcase of various experiments with HTML, JS, CSS and LLM. It’s a place where I can test out new ideas and concepts or tools or just have fun with code.
This tool allows you to encode and decode URLs. It’s useful for converting URLs into a format that can be transmitted over the Internet.
Demo of SQLite 3 compiled to WebAssembly using @sqlite.org/sqlite-wasm
package. It allows you to run SQL queries in the browser.
Demo of LLMA 3 compiled to WebAssembly using @wllama/wllama
package.
Demo of PHP compiled to WebAssembly using seanmorris/php-wasm
package.
PHP Unserialize using WebAssembly.
This is a random card generator created with JavaScript. It offers two modes: deck mode, which ensures no card is repeated, and random mode, which allows card repetition.