Grpc.Net.Common
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.49.0-pre1
Infrastructure for common functionality in gRPC
Grpc.Tools
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.84.0-pre1
gRPC and Protocol Buffer compiler for C# projects
HarfBuzzSharp
by: Microsoft
- 2 total downloads
- Latest version: 8.3.1.5-preview.1.1
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.macOS
by: Microsoft
- 1 total downloads
- Latest version: 8.3.1.3-preview.2.3
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.71
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
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.10
Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities
Humanizer.Core.af
by: Claire Novotny, Mehdi Khalili
- 0 total downloads
- Latest version: 3.0.10
Humanizer Locale Afrikaans (af)
Humanizer.Core.bg
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.8.2
Humanizer Locale Bulgarian (bg)
Humanizer.Core.bn-BD
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.13.14
Humanizer Locale Bangla (Bangladesh) (bn-BD)
Humanizer.Core.cs
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.8.26
Humanizer Locale Czech (cs)
Humanizer.Core.fa
by: Claire Novotny, Mehdi Khalili
- 2 total downloads
- Latest version: 3.0.10
Humanizer Locale Persian (fa)
Humanizer.Core.hr
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 3.0.0-beta.13
Humanizer Locale Croatian (hr)
Humanizer.Core.ko-KR
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Korean (South Korea) (ko-KR)
Humanizer.Core.nb-NO
by: Mehdi Khalili, Claire Novotny
- 4 total downloads
- Latest version: 2.13.14
Humanizer Locale Norwegian Bokmål (Norway) (nb-NO)
Humanizer.Core.nl
by: Claire Novotny, Mehdi Khalili
- 0 total downloads
- Latest version: 3.0.8
Humanizer Locale Dutch (nl)
Humanizer.Core.ru
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.9.9
Humanizer Locale Russian (ru)
Humanizer.Core.sk
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.8
Humanizer Locale Slovak (sk)
Humanizer.Core.uz-Cyrl-UZ
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.3.3
Humanizer Locale (uz-Cyrl-UZ)
Iced
by: iced project and contributors <https://github.com/icedland>
- 1 total downloads
- Latest version: 1.15.0
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