Ankara University / Open Research Platform / Public Registry
POLIMELO RESEARCH LAB
"An open-access sandbox for verifying decoupled computational routines, sandbox math engines, and independent peer-contributed algorithm blocks inside modern browser runtimes."
Abstract — A core architectural test validating client-side execution of Python 3.11 environments within the browser kernel via Pyodide and WebAssembly. Serves as the foundational bridge for pipeline communication between TypeScript UI threads and decoupled low-level backends.
Abstract — An interactive workspace for visualizing matrix multiplication step-by-step. Users can input values for matrices A and B, compute C = A × B, and trace the dot product calculation for individual cells to build mechanical intuition.
Abstract — A client-side regression simulator. Users plot custom coordinates on a canvas grid, and the model fits a line of best fit y = mx + b using least-squares, plotting the regression line and detailing slope, intercept, and R-squared parameters.