playground

Playground

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.

Tools

1. URL Encode/Decode Tool

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 Button

2. SQLite 3 WASM demo

Demo of SQLite 3 compiled to WebAssembly using @sqlite.org/sqlite-wasm package. It allows you to run SQL queries in the browser.

Demo Button

3. LLMA 3 WASM demo

Demo of LLMA 3 compiled to WebAssembly using @wllama/wllama package.

Demo Button

4. PHP Playground using WebAssembly

Demo of PHP compiled to WebAssembly using seanmorris/php-wasm package.

Demo Button

5. PHP Unserialize

PHP Unserialize using WebAssembly.

Demo Button

6. Random card generator

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.

Demo Button