HtmlAgilityPack by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
  • 2 total downloads
  • Latest version: 1.11.72
  • 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.bn-BD by: Mehdi Khalili, Claire Novotny
  • 8 total downloads
  • Latest version: 3.0.0-beta.13
Humanizer Locale Bangla (Bangladesh) (bn-BD)
Humanizer.Core.da by: Mehdi Khalili, Claire Novotny
  • 6 total downloads
  • Latest version: 3.0.0-beta.13
Humanizer Locale Danish (da)
Humanizer.Core.de by: Mehdi Khalili, Claire Novotny
  • 8 total downloads
  • Latest version: 3.0.0-beta.54
Humanizer Locale German (de)
Humanizer.Core.el by: Mehdi Khalili, Claire Novotny
  • 5 total downloads
  • Latest version: 2.14.1
Humanizer Locale Greek (el)
Humanizer.Core.id by: Mehdi Khalili, Claire Novotny
  • 10 total downloads
  • Latest version: 3.0.0-beta.54
Humanizer Locale Indonesian (id)
Humanizer.Core.ko-KR by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.9.7
Humanizer Locale Korean (South Korea) (ko-KR)
Humanizer.Core.nb by: Mehdi Khalili, Claire Novotny
  • 8 total downloads
  • Latest version: 3.0.0-beta.54
Humanizer Locale Norwegian Bokmål (nb)
Humanizer.Core.nl by: Mehdi Khalili, Claire Novotny
  • 6 total downloads
  • Latest version: 2.8.25
Humanizer Locale Dutch (nl)
Humanizer.Core.pl by: Mehdi Khalili, Claire Novotny
  • 7 total downloads
  • Latest version: 2.14.1
Humanizer Locale Polish (pl)
Humanizer.Core.ro by: Mehdi Khalili, Claire Novotny
  • 7 total downloads
  • Latest version: 3.0.0-beta.13
Humanizer Locale Romanian (ro)
Humanizer.Core.sr by: Mehdi Khalili, Claire Novotny
  • 9 total downloads
  • Latest version: 3.0.0-beta.54
Humanizer Locale Serbian (sr)
Humanizer.Core.sr-Latn by: Mehdi Khalili, Claire Novotny
  • 10 total downloads
  • Latest version: 3.0.0-beta.54
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.sv by: Mehdi Khalili, Claire Novotny
  • 7 total downloads
  • Latest version: 2.13.14
Humanizer Locale Swedish (sv)
Humanizer.Core.th-TH by: Mehdi Khalili, Claire Novotny
  • 6 total downloads
  • Latest version: 2.9.9
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.uk by: Mehdi Khalili, Claire Novotny
  • 5 total downloads
  • Latest version: 2.14.1
Humanizer Locale Ukrainian (uk)
Humanizer.Core.uz-Latn-UZ by: Mehdi Khalili, Claire Novotny
  • 7 total downloads
  • Latest version: 2.14.1
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.zh-Hans by: Mehdi Khalili, Claire Novotny
  • 5 total downloads
  • Latest version: 2.10.1
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant by: Mehdi Khalili, Claire Novotny
  • 19 total downloads
  • Latest version: 3.0.0-beta.96
Humanizer Locale Chinese (zh-Hant)
Iced by: iced project and contributors <https://github.com/icedland>
  • 1 total downloads
  • Latest version: 1.21.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 decodes >130 MB/s - 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory - 👍 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