HarfBuzzSharp.NativeAssets.Win32 by: Microsoft
  • 0 total downloads
  • Latest version: 8.3.1.1-stable.1+3.119.0
  • graphics text cross-platform harfbuzzsharp harfbuzz ios android linux windows tvos macos tizen
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 4 total downloads
  • Latest version: 1.11.38
  • HTML parse crawler spider linq
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 by: Mehdi Khalili
  • 1 total downloads
  • Latest version: 1.5.1
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Humanizer.Core by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.8.11
Humanizer core package that contains the library and the neutral language (English) resources
Humanizer.Core.af by: Mehdi Khalili, Claire Novotny
  • 6 total downloads
  • Latest version: 2.10.1
Humanizer Locale Afrikaans (af)
Humanizer.Core.de by: Claire Novotny, Mehdi Khalili
  • 7 total downloads
  • Latest version: 3.0.1
Humanizer Locale German (de)
Humanizer.Core.el by: Claire Novotny, Mehdi Khalili
  • 9 total downloads
  • Latest version: 3.0.1
Humanizer Locale Greek (el)
Humanizer.Core.nl by: Claire Novotny, Mehdi Khalili
  • 9 total downloads
  • Latest version: 3.0.0-rc.29
Humanizer Locale Dutch (nl)
Humanizer.Core.ru by: Claire Novotny, Mehdi Khalili
  • 6 total downloads
  • Latest version: 3.0.1
Humanizer Locale Russian (ru)
Humanizer.Core.th-TH by: Mehdi Khalili, Claire Novotny
  • 2 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.uz-Cyrl-UZ by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.13.14
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
Iced by: iced project and contributors <https://github.com/icedland>
  • 0 total downloads
  • Latest version: 1.16.0
  • disassembler x86 x64 assembler encoder decoder formatter
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. - 👍 Supports all Intel and AMD instructions - 👍 Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed - 👍 100% C# code - 👍 The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output - 👍 The decoder is 2x+ faster than other similar libraries and doesn't allocate any memory - 👍 Small decoded instructions, only 32 bytes - 👍 Create instructions with code assembler, eg. `asm.mov(eax, edx)` - 👍 The encoder can be used to re-encode decoded instructions at any address - 👍 API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc - 👍 Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+` - 👍 License: MIT
IKVM by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 3 total downloads
  • Latest version: 8.7.2
Java SE 8 Virtual Machine for .NET
IKVM.Image by: Jeroen Frijters, Jerome Haltom
  • 13 total downloads
  • Latest version: 8.14.0-tags-8-14-0-pre-1.1
IKVM Runtime Image
IKVM.Image.runtime.linux-x64 by: Jeroen Frijters, Jerome Haltom
  • 3 total downloads
  • Latest version: 8.15.0-dev.46
IKVM Runtime Image
IKVM.Image.runtime.osx-arm64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 2 total downloads
  • Latest version: 8.7.0-pre.3
IKVM Runtime Image
IKVM.MSBuild by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 2 total downloads
  • Latest version: 8.5.1
IKVM MSBuild Targets
IndexRange by: Bradley Grainger
  • 2 total downloads
  • Latest version: 1.0.3
  • Index System.Index Range System.Range C#8
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
JetBrains.Annotations by: JetBrains
  • 1 total downloads
  • Latest version: 2020.1.0
  • jetbrains resharper annotations canbenull notnull
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.
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 2 total downloads
  • Latest version: 8.8.1
  • jwt json authorization
Jwt.Net, a JWT (JSON Web Token) implementation for .NET