YoshihiroIto's Stars
zed-industries/zed
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
microsoft/cascadia-code
This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.
microsoft/vcpkg
C++ Library Manager for Windows, Linux, and MacOS
microsoft/mimalloc
mimalloc is a compact general purpose allocator with excellent performance.
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
bufbuild/buf
The best way of working with Protocol Buffers.
bubkoo/html-to-image
✂️ Generates an image from a DOM node using HTML5 canvas and SVG.
include-what-you-use/include-what-you-use
A tool for use with clang to analyze #includes in C and C++ source files
mcintyre321/OneOf
Easy to use F#-like ~discriminated~ unions for C# with exhaustive compile time matching
castleproject/Core
Castle Core, including Castle DynamicProxy, Logging Services and DictionaryAdapter
amis92/csharp-source-generators
A list of C# Source Generators (not necessarily awesome) and associated resources: articles, talks, demos.
zlib-ng/zlib-ng
zlib replacement with optimizations for "next generation" systems.
tareqimbasher/NetPad
A cross-platform C# editor and playground.
nietras/Sep
World's Fastest .NET CSV Parser. Modern, minimal, fast, zero allocation, reading and writing of separated values (`csv`, `tsv` etc.). Cross-platform, trimmable and AOT/NativeAOT compatible.
lierdakil/pandoc-crossref
Pandoc filter for cross-references
pamidur/aspect-injector
AOP framework for .NET (c#, vb, etc)
jonathanpeppers/dotnes
.NET for the NES game console
Jagailo/YetAnotherKeyDisplayer
App for displaying pressed keys of the keyboard
Marusyk/grok.net
.NET implementation of the grok 📝
MicroSugarDeveloperOrg/Avalonia.WebView
AvaloniaUI/AvaloniaMauiHybrid
Brings templated controls, pixel perfect rendering, animations, styling and composition to Maui
EngRajabi/Enum.Source.Generator
A C# source generator to create an enumeration class from an enum type. With this package, you can work on enums very, very fast without using reflection.
tompazourek/NaturalSort.Extension
🔀 Extension method for StringComparison that adds support for natural sorting (e.g. "abc1", "abc2", "abc10" instead of "abc1", "abc10", "abc2").
varon/GLGraph
The fastest free real-time C# graphs and charts for WPF or natively using OpenGL. Better than LiveCharts, freer than SciChart.
GobieGenerator/Gobie
Simple C# source generation based on custom templates
akade/Akade.IndexedSet
A convenient data structure supporting efficient in-memory indexing and querying, including range queries and fuzzy string matching.
x2bool/mockup
Zero-reflection, compile-time mocking library based on C# source generators
maxkatz6/AvaloniaWebView
watertrans/GlyphLoader
GlyphLoader is a .NET Standerd library for TrueType, OpenType font.
ruccho/Disposify
Subscribe C# events with IDisposables!