Humanizer.Core.th
by: Claire Novotny, Mehdi Khalili
- 8 total downloads
- Latest version: 3.0.10
Humanizer Locale Thai (Thailand) (th)
Humanizer.Core.th-TH
by: Mehdi Khalili, Claire Novotny
- 36 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Thai (Thailand) (th-TH)
Humanizer.Core.tr
by: Claire Novotny, Mehdi Khalili
- 47 total downloads
- Latest version: 3.0.10
Humanizer Locale Turkish (tr)
Humanizer.Core.uk
by: Claire Novotny, Mehdi Khalili
- 52 total downloads
- Latest version: 3.0.10
Humanizer Locale Ukrainian (uk)
Humanizer.Core.uz-Cyrl-UZ
by: Claire Novotny, Mehdi Khalili
- 33 total downloads
- Latest version: 3.0.10
Humanizer Locale Uzbek (Cyrillic, Uzbekistan) (uz-Cyrl-UZ)
Humanizer.Core.uz-Latn-UZ
by: Claire Novotny, Mehdi Khalili
- 31 total downloads
- Latest version: 3.0.10
Humanizer Locale Uzbek (Latin, Uzbekistan) (uz-Latn-UZ)
Humanizer.Core.vi
by: Claire Novotny, Mehdi Khalili
- 46 total downloads
- Latest version: 3.0.10
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-CN
by: Claire Novotny, Mehdi Khalili
- 42 total downloads
- Latest version: 3.0.10
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans
by: Claire Novotny, Mehdi Khalili
- 35 total downloads
- Latest version: 3.0.8
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant
by: Claire Novotny, Mehdi Khalili
- 41 total downloads
- Latest version: 3.0.10
Humanizer Locale Chinese (zh-Hant)
Hyak.Common
by: Microsoft
- 4 total downloads
- Latest version: 1.2.2
Provides infrastructure for common error handling, tracing, configuration, and HTTP/REST-based pipeline manipulation for REST clients generated with Hyak.
Iced
by: iced project and contributors <https://github.com/icedland>
- 59 total downloads
- Latest version: 1.21.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 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
Independentsoft.Office
by: Independentsoft
- 34 total downloads
- Latest version: 3.0.720
Office .NET is an all in one document library for .NET. It lets you create, read, modify and parse Microsoft Word documents, Excel workbooks and Open Document Format documents from a single component. Office .NET combines the entire Word .NET, Spreadsheet .NET and ODF .NET libraries, covering Microsoft Word .docx and .doc, Microsoft Excel .xlsx and .xls, and OpenDocument text .odt and spreadsheet .ods documents, with import from PDF, HTML, RTF and DOC and export to PDF, HTML, RTF, Markdown and plain text. The library does not require Microsoft Office, OpenOffice or any other third party application to be installed.
Independentsoft.Office.Odf
by: Independentsoft
- 49 total downloads
- Latest version: 3.0.720
ODF .NET is an Open Document Format library for .NET, supporting the standard as defined by the OASIS Open Document Format committee. It lets you create, modify and parse ODF text documents (.odt) and spreadsheets (.ods) programmatically — paragraphs, text formatting and styles, headings, bullets and numbering, tables, images and shapes, text boxes, headers and footers, sections, bookmarks, hyperlinks, fields and document variables, footnotes, endnotes and annotations, track changes, page setup, cell formatting, defined names, formulas and content validation. Documents can be exported to PDF, HTML, RTF, Markdown and plain text, and text can be found and replaced with full formatting control. The library does not require OpenOffice, LibreOffice or any other third party application to be installed.
Independentsoft.Office.Spreadsheet
by: Independentsoft
- 36 total downloads
- Latest version: 3.0.720
Spreadsheet .NET is a Microsoft Excel compatible library for .NET. It lets you create, read, modify and parse Excel workbooks programmatically — worksheets, cells and cell value types, formulas, defined names, rich text, merged cells and comments, number formats, fonts, borders, fill colors and alignment, conditional formatting, data validation, sorting, AutoFilter, grouping, tables and pivot tables, hyperlinks, images, text boxes and form controls, charts, freeze panes, print areas and page setup, and worksheet and workbook protection. It reads and writes Microsoft Excel .xlsx and .xls documents, imports and exports CSV, and exports to HTML and plain text. The library does not require Microsoft Excel to be installed or any other third party application to work.
IndexRange
by: Bradley Grainger
- 12 total downloads
- Latest version: 1.1.1
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
Interop.UIAutomationClient
by: Roemer
- 6 total downloads
- Latest version: 10.19041.0
The UI Automation COM-to-.NET adapter makes it possible to use the new Windows Automation API 3.0 COM interfaces, with their improved reliability and performance, while still using the same System.Windows.Automation classes as in earlier versions of UI Automation
IoC.Container
by: NikolayP
- 27 total downloads
- Latest version: 1.3.8
Simple, powerful and fast expressions based Inversion of Control container for .NET.
IronSnappy
by: Ivan Gavryliuk (@aloneguid)
- 13 total downloads
- Latest version: 1.3.1
This is a native .NET port of Google Snappy compression/decompression library. The only implementation that is stable, fast, up to date with latest Snappy improvements, and most importantly does not depend on native Snappy binaries. Works everywhere .NET Core runs.