- JiNan, China
- https://hueifeng.com
- @feng_huei
Highlights
-
-
SyncPool Public
Lightweight, thread-safe generic object pool (T : class) designed for high-concurrency scenarios. It uses a hybrid architecture of per-thread stacks (LocalCache) and sharded global circular buffers…
C# MIT License UpdatedSep 6, 2025 -
-
-
-
snowflake-csharp Public
Twitter's SnowFlake algorithm is implemented using C# language. Support on redis to determine the machine serial number, Full support of cloud native K8S.
-
TinyVFS Public
The virtual file system embeds (js, css, html, cshtml) and other files into the dll, so that it can be used like a physical file during operation.
-
dashboard Public
Forked from dapr/dashboardGeneral purpose dashboard for Dapr
Go Apache License 2.0 UpdatedFeb 22, 2024 -
-
-
-
docker-markdown Public
Forked from datafolklabs/docker-markdownPython Markdown via Docker
Dockerfile BSD 3-Clause "New" or "Revised" License UpdatedApr 22, 2023 -
-
-
-
rainbond Public
Forked from goodrain/rainbondCloud native multi cloud application management platform that make application management and delivery easier
Go GNU Lesser General Public License v3.0 UpdatedJan 9, 2023 -
-
-
CtrlNet.Util Public
CtrlNet.Util是一个.net core平台下的应用框架,由常用公共操作类(工具类)、第三方组件封装,第三方业务接口封装等组成。
-
Command-line tools for Dapr.
Go Apache License 2.0 UpdatedDec 7, 2022 -
-
-
Dapr user documentation, used to build docs.dapr.io
HTML Creative Commons Attribution 4.0 International UpdatedOct 25, 2022 -
-
Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
Go Apache License 2.0 UpdatedAug 15, 2022 -
-
debug-recipes Public
Forked from lowleveldesign/debug-recipesMy notes collected while debugging various problems in .NET and native applications.
ASP.NET MIT License UpdatedAug 1, 2022 -
Magicodes.IE Public
Forked from dotnetcore/Magicodes.IEImport and export general library, support Dto import and export, template export, fancy export and dynamic export, support Excel, Csv, Word, Pdf and Html.
C# MIT License UpdatedJul 17, 2022 -
-
Free.RateLimit Public
AspNetCore速率限制用于控制网络接口控制器发送或接收的流量速率,并用于防止DoS攻击。