My Projects
Things I've made tyring to raise my hand values on the table.
espada
Texas Holdem situation evaluator written in Rust. Intended to make to compile into WASM. As hand evaluation algorithm finishes in O(1)
, it can iterate 20M times of evaluation per second.
aqua
iOS/Anroid application for Texas Holdem odds calculation. Written in Flutter with isolate and stream for multi-threading, and change notifier for dependency injection. Built with its own theming system.
@axross/eslint-config
My hand-picked eslint configuration set. It automatically detects the installed plugins and applies only the appropriate configurations.
holdem
Texas Holdem situation evaluator written in TypeScript. It effectively uses binary sets and it enabled hand evaluation algorithm finishing in O(1)
.
bemmer
BEM-style class name builder for JSX. One of my old npm library for the React v0.8 age.
tap-diff
A reporter plugin for Tape test framework.