HarfBuzzSharp by: Microsoft
  • 2 total downloads
  • Latest version: 2.6.1.8-preview.90
  • xamarin text harfbuzz ios android linux windows uwp tvos macos tizen cross-platform harfbuzzsharp
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 3 total downloads
  • Latest version: 1.11.67
  • 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). --------------------------------------- This library is sponsored by ZZZ Projects: https://entityframework-extensions.net/ https://eval-expression.net/ https://dapper-plus.net/ --------------------------------------- HAP is trusted by companies worldwide with over 150 million downloads.
Humanizer.Core.af by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.9.9
Humanizer Locale Afrikaans (af)
Humanizer.Core.bn-BD by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.14.1
Humanizer Locale Bangla (Bangladesh) (bn-BD)
Humanizer.Core.de by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.10.1
Humanizer Locale German (de)
Humanizer.Core.el by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.10.1
Humanizer Locale Greek (el)
Humanizer.Core.fa by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.9.7
Humanizer Locale Persian (fa)
Humanizer.Core.ms-MY by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.13.14
Humanizer Locale Malay (Malaysia) (ms-MY)
Humanizer.Core.mt by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.9.7
Humanizer Locale Maltese (mt)
Humanizer.Core.nb by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.8.25
Humanizer Locale Norwegian Bokmål (nb)
Humanizer.Core.pl by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.10.1
Humanizer Locale Polish (pl)
Humanizer.Core.sr by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.1.0
Humanizer Locale (sr)
Humanizer.Core.uk by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.8.26
Humanizer Locale Ukrainian (uk)
Humanizer.Core.uz-Cyrl-UZ by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.3.3
Humanizer Locale (uz-Cyrl-UZ)
Humanizer.Core.uz-Latn-UZ by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.8.2
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
IdGen by: RobIII
  • 1 total downloads
  • Latest version: 1.0.0-beta
  • scalable unique id generator distributed
Twitter Snowflake-alike ID generator for .Net
IKVM.MSBuild.Tools.runtime.linux-arm by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.9.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-x64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.10.0
IKVM MSBuild Tools
Irony by: Roman Ivantsov
  • 1 total downloads
  • Latest version: 0.9.0-beta1
  • irony ast grammar bnf
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: 2024.2.0
  • jetbrains resharper rider annotations canbenull notnull
JetBrains.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 JetBrains Rider and ReSharper code inspections. All usages of JetBrains.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.