Pinned Repositories
ApiUnlock
json-class-generator
JSON C#/TypeScript class generator
roslyn-linq-rewrite
Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
Shaman.BlobStore
Provides an almost drop-in replacement for System.IO.File, optimized for a very large number of small files. Data is batched in package files, and can be read sequentially.
Shaman.Dokan.Archive
Mounts 7z/zip/rar files on Windows
Shaman.Dokan.Warc
Mounts WARC files on Windows
Shaman.Dom
An optimized version of HtmlAgilityPack with many bug fixes and improvements.
Shaman.Reflection
Creates fast, strongly typed delegates for accessing methods, fields and properties. The right overload is automatically chosen based on the type arguments of Func<> or Action<>.
Shaman.SingleThreadSynchronizationContext
Provides a single-threaded synchronization context, which makes it easy to reason about asynchronous code in environments that don't usually provide a synchronization context (for example, console applications).
Shaman.ValueString
Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).
antiufo's Repositories
antiufo/Shaman.WinForms.IconHandler
Utilities for retrieving Windows Shell icons associated to a file.
antiufo/scihub.py
:page_facing_up: Unofficial Python API and command-line tool for sci-hub.io
antiufo/Shaman.WinForms.NaturalScroll
Redirects wheel scroll events to the control under the mouse, instead of the focused one.
antiufo/Shaman.WinForms.Windows7Renderer
Windows 7-style ToolStrip renderer
antiufo/Shaman.FileSystem
Provides utility functions for generating unique file names and creating temporary files for transactional saves.
antiufo/Shaman.WinForms.VisualStudioRenderer
Visual Studio 2013-like ToolStripRenderer.
antiufo/CppSharp
Tools and libraries to glue C/C++ APIs to high-level languages
antiufo/cs2j
C# to Java Converter
antiufo/dnSpy
.NET assembly editor, decompiler, and debugger
antiufo/ExCSS
A CSS Parser for .NET. It's BADA55!
antiufo/linqtests
antiufo/Shaman.FileSize
Byte count/formatted file size parser and formatter.
antiufo/Shaman.WinForms.BetterLinkLabel
Provides a LinkLabel control with native hand cursor and Windows 7-like colors.
antiufo/android-dev-ext
Android debugging support for VS Code
antiufo/AvalonEdit
The WPF-based text editor component used in SharpDevelop
antiufo/BuildFs
A Dokan file system that keeps track of files read/written by build tools and other commands.
antiufo/cli
This repo contains the .NET Core command-line (CLI) tools, used for building .NET Core apps and libraries through your development flow (compiling, NuGet package management, running, testing, ...).
antiufo/dokan-dotnet
Dokan DotNet Wrapper
antiufo/Firelux
antiufo/MinNT
MinNT - Refactored Minimal NT 4.0 Core
antiufo/mono
Mono open source ECMA CLI, C# and .NET implementation.
antiufo/MsieJavaScriptEngine
.NET wrapper for working with the JavaScript engines of Internet Explorer and Edge (JsRT versions of Chakra, ActiveScript version of Chakra and Classic JavaScript Engine). Project was based on the code of SassAndCoffee.JavaScript and Chakra Sample Hosts.
antiufo/RoslynPad
A simple C# editor based on Roslyn and AvalonEdit
antiufo/Shaman.Async
Utilities for async code (AsyncCache, SingleTaskContext and ForEachThrottledAsync)
antiufo/Shaman.Curves
Provides a way of interpolating a series of points in a monotonic and smoothed way.
antiufo/Shaman.WinForms.Extensions
Extension methods for WinForms applications.
antiufo/SharpDevelop
#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
antiufo/SymbolSource.Community
antiufo/uBlock-Filters-Plus
Additional filters for uBlock Origin.
antiufo/vsbase
Base framework for Visual Studio extension development