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/roslyn-linq-rewrite
Compiles C# code by first rewriting the syntax trees of LINQ expressions using plain procedural code, minimizing allocations and dynamic dispatch.
antiufo/Shaman.Dokan.Archive
Mounts 7z/zip/rar files on Windows
antiufo/Shaman.ValueString
Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).
antiufo/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<>.
antiufo/Shaman.Dokan.Warc
Mounts WARC files on Windows
antiufo/json-class-generator
JSON C#/TypeScript class generator
antiufo/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).
antiufo/notepad2-mod
This is a fork of notepad2-mod that supports automatic file recovery.
antiufo/Shaman.Scraping
A C# library for reading/writing WARC files and scraping websites.
antiufo/Shaman.Dom
An optimized version of HtmlAgilityPack with many bug fixes and improvements.
antiufo/Shaman.ProcessUtils
Provides wrappers for executing external processes, capturing their stdout, and automatically checking their exit code.
antiufo/iabak-sharp
A C# implementation for the INTERNETARCHIVE.BAK project
antiufo/Shaman.Streams.Utf8
Utils for efficiently reading from streams of UTF8 text
antiufo/Shaman.CommonExtensions
Commonly used extension methods
antiufo/Shaman.Dokan.Base
Library that simplifies development of Dokan drives
antiufo/tinker
A clone of the Microsoft Tinker game
antiufo/youtube-dl
Command-line program to download videos from YouTube.com and other video sites
antiufo/anolis-resourcer
antiufo/dokany
User mode file system library for windows with FUSE Wrapper
antiufo/exportify
Export Spotify playlists using the Web API
antiufo/ILSpy
.NET Decompiler
antiufo/ImageMso
antiufo/pdn-plugin-index
An interactive site to quickly search and find Paint.NET plugins in the forums.
antiufo/PriTools
Tools for parsing and exploring PRI (Package Resource Index) files
antiufo/protobuf-net
Protocol Buffers library for idiomatic .NET
antiufo/serenity
The Serenity Operating System 🐞
antiufo/Shaman.Fizzler
A version of Fizzler (CSS selector engine) for Shaman.Dom.
antiufo/Shaman.Http
HTTP and HTML processing library.
antiufo/systeminformer
A free, powerful, multi-purpose tool that helps you monitor system resources, debug software and detect malware. Brought to you by Winsider Seminars & Solutions, Inc. @ http://www.windows-internals.com
antiufo/xxHash
Extremely fast non-cryptographic hash algorithm