Showcasing some projects that are either web apps or desktop apps suitable for downloads.
Orao Emulator – web site
Orao(Eagle) emulator as Blazor web site
Orao(Eagle) is 8-bit ex-YU computer from 80’s. This app fully emulate Orao computer, allowing you to play with its integrated mini-assembler and BASIC, or to simply play some old games. Emulator is written using Blazor as responsive web site that works on desktop and mobile browsers.
Orao Emulator – web app
Orao(Eagle) emulator as Blazor WebAssembly
This version of emulator is written using Blazor WebAssembly as responsive web app that works on modern desktop and mobile browsers. It is progressive web app (PWA) and it can be installed as web app on desktops or mobile home pages and can be run off-line.
Truel solver– Jupyter document
Truel solver as Python based Jupyter notebook
This document presents solutions and analysis of different scenarios for “truel” problem :
Several people are doing duel. Given their probabilities to hit, what are probability of each of them to win and who should they choose as optimal initial target ?
Solution is based on Python with numba acceleration, presented in interactive Jupyter notebook. While above links lead to static HTML page with Truel analysis, there is also GitHub repository with Jupyter document and my Truel blog with summary.