Posts

Yaegi WASM Controller import "fmt" func Add(a int, b int) string { result := a + b return fmt.Sprintf("The sum of %d and %d is %d", a, b, result) } 1. Load Code (Eval) 2. Test window.callGo Initialize WASM to begin...

Load PyBrain3 Dataset from User File via pyodide

Load PyBrain3 Dataset from User File

9'000'000 instances taking up 100% single core cpu:

Flask in Pyodide Waiting... on a single process, spawn 9'000'000 instances of a singular python class. to see results, look into your browser's console.

flask server running as a test_client with default post submission and page reload prevented....

Waiting... enter whatever you want and hit enter, it will always work... I'm going with "flask can be REST controlled and controller"

spreadsheets, they're a database, a filesystem, and flat-file based CMS documents:

Parse [Waiting for upload] Unfortunately I didn't have time to adapt it to make use of inputs for assigning a sheet name to look at. So you might want to ad a "Sheet1" to your ODS files.

your 3d dataset for training a network is now loaded

Host a Flask Website for Free with Google Cloud Shell 🌐 Host a Flask Website for Free with Google Cloud Shell + LocalTunnel Ever wanted to host a website for free that the world can see— without deploying to AWS, Heroku, or paying for a server ? Here's a clever trick using: ✅ Google Cloud Shell (comes with free CPU/memory) ✅ LocalTunnel (creates a public URL for your localhost) ✅ Flask (for the web app) All of this runs remotely —you don’t need your own computer or IP to stay online. 📦 Step 1: Create Your Free GCP Cloud Shell Environment Sign up at https://shell.cloud.google.com Google Cloud gives you: A free Linux container that runs even if your browser is closed 5GB persistent disk 1 vCPU and 1.7GB RAM 🔐 Step 2: Authenticate and Fetch LocalTunnel Secrets (Optional) ...