Daily Shaarli

All links of one day in a single page.

June 2, 2023

GitHub - vogler/free-games-claimer: Automatically claims free games on the Epic Games Store, Amazon Prime Gaming and GOG.
thumbnail

Claims free games periodically on This will run node epic-games; node prime-gaming; node gog - if you only want to claim games for one of the stores, you can override the default command by appending e.g. [...] Data (including json files with claimed games, codes to redeem, screenshots) is stored in the Docker volume fgc. [...] When running the first time, you have to login for each store you want to claim games on. [...] Claiming the Amazon Games works out-of-the-box, however, for games on external stores you need to either link your account or redeem a key.

GitHub - bentoml/BentoML: Unified Model Serving Framework 🍱
thumbnail

Unified Model Serving Framework

🏹 Scalable with powerful performance optimizations

abstraction scales model inference separately from your custom code and multi-core CPU utilization with automatic provisioning [...]

We strip out as much potentially sensitive information as possible, and we will never collect user code, model data, model names, or stack traces.

GitHub - SUSYUSTC/MathTranslate: translate scientific papers with math
thumbnail

https://pypi.org/project/mathtranslate/ https://github.com/SUSYUSTC/MathTranslate/blob/main/LICENSE https://github.com/SUSYUSTC/MathTranslate This is a project to provide translation of scientific papers with heavy math symbols from any language to any language while keeping the math symbols unchanged. [...] The main work of this project is to translate LaTeX files based on Google Translate in plain text, and finally realize the translation of pdf. [...] To translate a single file: translate_tex input.tex -o output.tex will generate a translated tex file output.tex. To translate an arxiv project: translate_arxiv 2205.15510 will generate a translated tex project 2205.15510.zip.