{"id":51459599,"url":"https://github.com/coldhighsun/hangaoyang.dev","last_synced_at":"2026-07-06T04:01:47.371Z","repository":{"id":367010866,"uuid":"1278838942","full_name":"coldhighsun/hangaoyang.dev","owner":"coldhighsun","description":null,"archived":false,"fork":false,"pushed_at":"2026-06-24T12:31:13.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-24T14:15:31.987Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coldhighsun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-24T06:26:18.000Z","updated_at":"2026-06-24T12:31:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/coldhighsun/hangaoyang.dev","commit_stats":null,"previous_names":["coldhighsun/coldhighsun.github.io","coldhighsun/hangaoyang.dev"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/coldhighsun/hangaoyang.dev","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldhighsun%2Fhangaoyang.dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldhighsun%2Fhangaoyang.dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldhighsun%2Fhangaoyang.dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldhighsun%2Fhangaoyang.dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coldhighsun","download_url":"https://codeload.github.com/coldhighsun/hangaoyang.dev/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coldhighsun%2Fhangaoyang.dev/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35177220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-06T04:01:46.764Z","updated_at":"2026-07-06T04:01:47.362Z","avatar_url":"https://github.com/coldhighsun.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hi, I'm coldhighsun 👋\n\n**.NET Backend Engineer · High-performance services \u0026 infrastructure tools**\n**.NET 后端工程师 · 高性能服务与基础设施工具**\n\n---\n\n## About Me / 关于我\n\nI'm a .NET backend engineer, primarily working in the financial / trading systems domain. I enjoy turning reusable capabilities from day-to-day development into standalone open-source libraries — from low-level high-precision timers and health monitoring, to OS-level virtual disk drivers.\n\n我是一名 .NET 后端工程师，日常主要在金融 / 交易系统领域工作。喜欢把开发中沉淀出的可复用能力做成独立的开源工具库——从底层的高精度计时器、健康监测，到操作系统层面的虚拟磁盘驱动，都是兴趣驱动的产出。\n\n---\n\n## Featured Projects / 项目精选\n\n| Project / 项目 | Description (EN) | 简介（中文） | Language |\n|---|---|---|---|\n| 💰 [**PayBeat**](https://github.com/coldhighsun/PayBeat) | A lightweight floating widget that shows your real-time earnings as the workday ticks by. | 轻量级悬浮组件，随工作日流逝实时显示你的收入 | C# |\n| 🗄️ [**ManagedDrive**](https://github.com/coldhighsun/ManagedDrive) | A Windows RAM disk manager built on .NET 10 and [WinFsp](https://winfsp.dev). | 基于 .NET 10 + WinFsp 实现的 Windows 内存盘（RAM Disk）管理工具 | C# |\n| 📊 [**Sloc**](https://github.com/coldhighsun/Sloc) | A .NET global CLI tool for counting lines of source code, auto-detecting 23 languages, with table / JSON / HTML output and comment-health indicators. | .NET 全局命令行工具，统计源代码行数；自动识别 23 种语言，支持三种输出格式，并提供注释健康度指标 | C# |\n| ❤️‍🩹 [**HealthMonitor**](https://github.com/coldhighsun/HealthMonitor) | A lightweight .NET library that monitors application health via periodic heartbeats, firing Degraded/Recovered events on state transitions. | 轻量级 .NET 健康监测库，通过周期心跳检测应用状态，并在状态切换时触发事件 | C# |\n| 🔌 [**WebSocketFlow**](https://github.com/coldhighsun/WebSocketFlow) | Extension methods for `System.Net.WebSockets.WebSocket` that simplify receiving complete messages and asynchronously enumerating incoming messages. | 针对 `WebSocket` 的扩展方法，简化完整消息的接收与异步消息流的枚举 | C# |\n| ⏱️ [**GhostTick**](https://github.com/coldhighsun/GhostTick) | A high-precision timer toolkit for .NET, delivering `TimerEvent` values via `System.Threading.Channels` using a hybrid sleep+spin strategy. | 高精度 .NET 计时器工具包，基于 Channels 投递事件，采用睡眠+自旋混合策略实现亚毫秒级精度 | C# |\n| 🔇 [**ThrottledLogging**](https://github.com/coldhighsun/ThrottledLogging) | A time-interval-based log throttler that suppresses repeated log entries per key and reports the suppressed count when logging resumes. | 基于时间窗口的日志限流器，按 Key 抑制重复日志，并在恢复时报告被抑制次数 | C# |\n| 🦠 [**ClamClient.Net**](https://github.com/coldhighsun/ClamClient.Net) | Async .NET client library for ClamAV (clamd) with TCP and Unix socket support, and built-in connection pooling. | 异步 .NET ClamAV 客户端库，支持 TCP / Unix Socket，内置连接池 | C# |\n\nSee the [full list of repositories](https://github.com/coldhighsun?tab=repositories).\n完整项目列表见[我的仓库主页](https://github.com/coldhighsun?tab=repositories)。\n\n---\n\n## Tech Stack / 技术栈\n\n- **Language / Runtime**: C# · .NET (Framework / Core / 10)\n- **Focus areas**: high-performance \u0026 low-latency, systems-level programming (WinFsp, Channels, sockets), observability (health monitoring, log throttling)\n- **语言 / 运行时**：C# · .NET（Framework / Core / 10）\n- **关注方向**：高性能与低延迟、系统级编程、可观测性\n\n---\n\n⭐ If a project helps you, a star is always appreciated!\n⭐ 如果某个项目对你有帮助，欢迎 Star 支持！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldhighsun%2Fhangaoyang.dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoldhighsun%2Fhangaoyang.dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoldhighsun%2Fhangaoyang.dev/lists"}