HarfBuzzSharp
by: Microsoft
- 12 total downloads
- Latest version: 2.6.1.9-preview.6
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Android
by: Microsoft
- 1 total downloads
- Latest version: 2.8.2.4-preview.82
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.iOS
by: Microsoft
- 13 total downloads
- Latest version: 8.3.1.3-preview.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.MacCatalyst
by: Microsoft
- 1 total downloads
- Latest version: 2.8.2.1-preview.104
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Tizen
by: Microsoft
- 0 total downloads
- Latest version: 8.3.0
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.watchOS
by: Microsoft
- 15 total downloads
- Latest version: 2.8.2.4-preview.84
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack
by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
- 1 total downloads
- Latest version: 1.11.7
This is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
Humanizer.Core
by: Mehdi Khalili, Claire Novotny
- 7 total downloads
- Latest version: 3.0.0-beta.13
Humanizer core package that contains the library and the neutral language (English) resources
Humanizer.Core.fil-PH
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Filipino (Philippines) (fil-PH)
Humanizer.Core.sl
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.9.7
Humanizer Locale Slovenian (sl)
Humanizer.Core.th-TH
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.8.2
Humanizer Locale Thai (Thailand) (th-TH)
Hyak.Common
by: Microsoft
- 2 total downloads
- Latest version: 1.1.2
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
Iced
by: 0xd4d
- 1 total downloads
- Latest version: 1.1.0
High performance x86 (16/32/64-bit) instruction decoder, encoder and formatter.
It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler.
- Supports all Intel and AMD instructions
- The decoder doesn't allocate any memory and is 2x-5x+ faster than other similar libraries written in C or C#
- Small decoded instructions, only 32 bytes
- The formatter supports masm, nasm and gas (AT&T) and there are many options to customize the output
- The encoder can be used to re-encode decoded instructions at any address
- The block encoder encodes a list of instructions and optimizes branches to short, near or 'long' (64-bit: 1 or more instructions)
- API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, flow control info, etc
- All instructions are tested (decode, encode, format, instruction info)
License: MIT
IKVM.Image
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.4.0-prerelease0001
IKVM Runtime Image
IKVM.Image.runtime.osx-x64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.8.0-pre.1
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm
by: Jeroen Frijters, Jerome Haltom
- 32 total downloads
- Latest version: 8.14.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-arm64
by: Jeroen Frijters, Jerome Haltom
- 17 total downloads
- Latest version: 8.11.0-pre.4
IKVM MSBuild Tools
Irony
by: Roman Ivantsov
- 1 total downloads
- Latest version: 0.9.0
Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
JetBrains.Annotations
by: JetBrains
- 1 total downloads
- Latest version: 10.2.0
ReSharper Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of ReSharper code inspections.
All usages of ReSharper Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
K4os.Hash.xxHash
by: Milosz Krajewski
- 1 total downloads
- Latest version: 1.0.7
xxHash hash implementation for .NET