I'm Bosco, a beginner developer just starting my coding journey. I love turning ideas into real projects, and I'm here to learn, build, and grow.
| Personal-Local-Media-Platform | Family-Museum-Archive | SoundScape | emby-tmm-library-tools | ClaudeCode-Deployment-for-HarmonyOS | Cloudflare-AI-Aggregator |
|---|---|---|---|---|---|
Stone Badge by professor-lee reads the repository's newest commit, turns the short SHA into unique colors, gradients, and glow effects, and returns an SVG badge.
Planning:
- Personal-Local-Media-Platform
- Family-Museum-Archive
- SoundScape
- SynologyDrive-for-HarmonyOS
- llama-cmd-for-rx590-and-16gRAM
- Cloudflare-AI-Aggregator
Finished:
- emby-tmm-library-tools
- ClaudeCode-Deployment-for-HarmonyOS
- SelfShorts
- open-webui-to-openai-api
- open-webui-to-openai-api-worker
- wake-on-usb-server-on-onecloud-armbian-docker
Manually Verified:
Planning:
- StoneBadge-on-Cloudflare-Worker: Transplant to Cloudflare Worker
- M365-Copilot2API-on-Cloudflare-Worker: Transplant to Cloudflare Worker
Finished:
- transmission-web-control-for-DSM7.2: Fix script for installing transmission-web-control on DSM 7.2
- CF-Worker-Uptime: Add github action to automatically bootstrap Cloudflare D1 for CF-Worker-Uptime
- CF-Workers-SUB: Enable KV auto provisioning
- Sun-Panel-on-Cloudflare-Worker: Transplant to Cloudflare Worker
Manually Verified:
-
Bilingual (English & Chinese) README and code comments for all repos
# README # Language Switch [English](README.md) | [简体中文](README.zh-CN.md) # License README.md: This project is licensed under the [MIT License](LICENSE). README.zh-CN.md: 本项目采用 [MIT License](LICENSE)。 # Code Comments // No blank line is needed between two single-line comments. // 单行注释的两种注释间不需要空行。 // A blank line must be left between // single-block, multi-line comments. // // 在单段多行注释之间 // 必须留出一个空行。 // This is a multi-line comment spanning multiple sections. // // Two blank lines must be left between comments in the two languages. // // // 这是一个多段多行注释。 // // 在两种语言的注释之间,必须留出两个空行。 # Output & Display Expects language resolution to follow a fixed priority: 1. An explicit manual language parameter (like `-l`, `--lang` and `--language` in a Python script) is set to 'en' or 'zh-CN'. 2. Automatically detected (like the system/browser language). 3. English as the guaranteed fallback.