Skip to content

begoon/begoon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 

Repository files navigation

Recent projects

Радио-86РК emulator in JavaScript

Радио-86РК (Intel 8080) games

  • rk86-reverse - skills для Claude Code для дизассемблирования программ для РК
  • volcano - восстановление и ремейк игры "Volcano"
  • lestnica - восстановление игры "Лестница"
  • diverse - восстановление игры "Диверсант"
  • aliaz1 - восстановление игры "Алмаз"
  • pvo - восстановление игры "ПВО"
  • klad - восстановление игры "Клад"
  • space - восстановление игры "SPACE"

Dissertation

  • dissertation - Combined Method for ILP — Implementation, Analysis, Benchmarks

The Combined Method is a four-stage MILP solver: LP relaxation → vector-lattice search for a feasible near the LP corner → add a filter row to the LP, derive a small box → final lattice search with the strict filter to either improve or prove the incumbent optimal.

  • svg-draw - web-based interative playground to Javascript-based DSL to draw scientific illustrations (try online)

Programming languages

Radio

  • ssb - In-browser demonstration of Single Side Band (SSB) modulation (try online)

Tooling

  • ghasecret - A GitHub Action that triple-base64-encodes secret values so they can be recovered from workflow logs (GHA marketplace)
  • ghasha - A Github Action that computes SHA, SHORT_SHA and BRANCH for the current commit (GHA marketplace)

Algorithms

  • Gomoku (5 In A Row) game AI agent - based on Minimax with Alpha-Beta pruning, local moves pre-sort and quiescence deepening on the leaves to mitigate the horizon problem of Minimax. Implemented in Zig/WASM for online.
  • Sokoban Solver - a Sokoban solver in Zig
  • Vigenère Cipher breaker - a solution for the Vigenère cipher etude from "Etudes for Programmers" by Charles Wetherell (from the Russian editor of the book)

Games

Other

  • xc - a portable single-file dual-panel file manager with VFS (s3, gcs, ssh), also running via uvx xcfm from pypi.org
  • ucl - an HTML/JS re-make on UCL 1996 DOS demo (view online)

Experiments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors