antiufo

Elite
@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.

714

Shaman.Dokan.Archive. Mounts 7z/zip/rar files on Windows

81

Shaman.ValueString. Allocation-free string-like type, string interning cache and allocation-free versions of StringBuilder/TextWriter.Write(int).

30

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<>.

22

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.

20

Shaman.Dokan.Warc. Mounts WARC files on Windows

16

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).

14

ApiUnlock. C#

13

json-class-generator. JSON C#/TypeScript class generator

13

notepad2-mod. This is a fork of notepad2-mod that supports automatic file recovery.

12

Shaman.Dom. An optimized version of HtmlAgilityPack with many bug fixes and improvements.

7

Shaman.Scraping. A C# library for reading/writing WARC files and scraping websites.

7

Shaman.Stemming. Low-allocation version of Snowball stemmers.

6

Shaman.WinForms.IconHandler. Utilities for retrieving Windows Shell icons associated to a file.

4

Shaman.DiffMatchPatch. Low-allocation version of DiffMatchPatch.

4

Shaman.ProcessUtils. Provides wrappers for executing external processes, capturing their stdout, and automatically checking their exit code.

4

Shaman.Streams.Utf8. Utils for efficiently reading from streams of UTF8 text

4

Shaman.WinForms.Windows7Renderer. Windows 7-style ToolStrip renderer

4

scihub.py. :page_facing_up: Unofficial Python API and command-line tool for sci-hub.io

3

Shaman.JsonFile. Provides methods for quickly saving data structures to files (JSON or ProtoBuf), and methods for displaying lists/objects as tables/matrices.

3

Shaman.WinForms.VisualStudioRenderer. Visual Studio 2013-like ToolStripRenderer.

3

Shaman.System.Drawing. Compatibility layer for System.Drawing in CoreCLR.

3

Shaman.CommonExtensions. Commonly used extension methods

3

Shaman.WinForms.NaturalScroll. Redirects wheel scroll events to the control under the mouse, instead of the focused one.

3

RoslynLinqRewrite. Compiles a project by rewriting LINQ expressions into fast, procedural code with minimal allocations.

2

NBoilerpipe. Boilerpipe 1.2 port for .NET

2

Shaman.FileSystem. Provides utility functions for generating unique file names and creating temporary files for transactional saves.

2

Newtonsoft.Json. Json.NET is a popular high-performance JSON framework for .NET

2

BuildFs. A Dokan file system that keeps track of files read/written by build tools and other commands.

1

youtube-dl. Command-line program to download videos from YouTube.com and other video sites

1

dnSpy. .NET assembly editor, decompiler, and debugger

1

CurlSharp. CurlSharp - .Net binding and object-oriented wrapper for libcurl.

1

cs2j. C# to Java Converter

1

CppSharp. Tools and libraries to glue C/C++ APIs to high-level languages

1

reddit-direct-links. Userscript that rewrites redd.it links as direct links

1

Shaman.Dokan.Base. Library that simplifies development of Dokan drives

1

tinker. A clone of the Microsoft Tinker game

1

linqtests. C#

1

Shaman.TextTeaser. C# port of TextTeaser

1

Shaman.FileSize. Byte count/formatted file size parser and formatter.

1

Shaman.WinForms.BetterLinkLabel. Provides a LinkLabel control with native hand cursor and Windows 7-like colors.

1

try_git.

1

epplus. C#

1

PetaPoco. A tiny ORM-ish thing for your POCO's

1

ExCSS. A CSS Parser for .NET. It's BADA55!

1

husl. CoffeeScript

1
46
Apply