Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
Try it free
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
Chess application whichs allows working with chess PDF books and PGNs.
...Standard PGN TAGs.
PGN comments.
Ocr like (Fen string detection from chess board position images).
Connection to Uci chess engines (like stockfish).
Position analysis, full game analysis.
You can now play games against uci engines.
pdf2pgn command line command included.
Detailed documentation.
Multilanguage currently support for English, Spanish and Catalan.
Dark mode option.
JDK-17 compatibility
You will find more about it at this web sites:
https://chesspdfbrowser.com?origin=sourceforge
https://www.frojasg1.com:8443/downloads_web/web/html/chessPdfBrowser.html?...
....
>>> moved to https://peteschaefer.github.io/jose <<<
You can store chess games in a database.
You can view and edit games (including variations and comments).
You can play against a plugged-in chess engine and use it for analysis.
Features 3D board view.
Chess Editor is a pure Java tool to create, edit and view chess games in the Portable Game Notation (PGN) format. The tool integrates with externally specified chess engine programs to provide analysis of board positions.
JavaGO is an Open Source Java library for the Game of GO (weiqi, baduk) analysis. Implements: base game classes, montecarlo simulations, SGF reader/writer, game variants, GTP, etc. Elegant interfaces/class design. Speed efficient w/small footprint. TDD.