Humanizer.Core.fi-FI
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.9.9
Humanizer Locale Finnish (Finland) (fi-FI)
Humanizer.Core.fil-PH
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.8.25
Humanizer Locale Filipino (Philippines) (fil-PH)
Humanizer.Core.id
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.5.1
Humanizer Locale (id)
Humanizer.Core.mt
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.5.16
Humanizer Locale (mt)
Humanizer.Core.nb
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.5.16
Humanizer Locale (nb)
Humanizer.Core.nl
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.10.1
Humanizer Locale Dutch (nl)
Humanizer.Core.ru
by: Mehdi Khalili, Oren Novotny
- 2 total downloads
- Latest version: 2.3.3
Humanizer Locale (ru)
Iced
by: 0xd4d
- 3 total downloads
- Latest version: 1.9.0
Iced is a high performance and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.
It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler.
- ✔️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
- ✔️High level Assembler providing a simple and lean syntax (e.g `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, flow control info, etc
- ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- ✔️License: MIT
IKVM.Image
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 2 total downloads
- Latest version: 8.11.0-pre.1
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm64
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.13.2
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-x64
by: Jeroen Frijters, Jerome Haltom
- 3 total downloads
- Latest version: 8.11.0-pre.4
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-x64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 3 total downloads
- Latest version: 8.8.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-arm64
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.13.4
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-x64
by: Jeroen Frijters, Jerome Haltom
- 4 total downloads
- Latest version: 8.14.0-tags-8-14-0-pre-1.1
IKVM MSBuild Tools
jQuery
by: jQuery Foundation, Inc.
- 1 total downloads
- Latest version: 3.6.0
jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
JWT
by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
- 6 total downloads
- Latest version: 7.3.1
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
libphonenumber-csharp
by: Patrick Mézard, Aidan Bebbington, Google, libphonenumber contributors
- 1 total downloads
- Latest version: 7.0.11
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers.
For usage samples: http://code.google.com/p/libphonenumber/
MailKit
by: Jeffrey Stedfast
- 2 total downloads
- Latest version: 2.6.0
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* HTTP, Socks4, Socks4a and Socks5 proxy support.
* SASL Authentication via SCRAM-SHA-256, SCRAM-SHA-1, NTLM, DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN, and XOAUTH2.
* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8.
* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG.
* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, XLIST, and X-GM-EXT1.
* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported).
* Asynchronous versions of all methods that hit the network.
* S/MIME, OpenPGP, DKIM and ARC support via MimeKit.
* Microsoft TNEF support via MimeKit.
MessagePack
by: neuecc
- 5 total downloads
- Latest version: 1.7.3.3
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer
by: neuecc, aarnott
- 2 total downloads
- Latest version: 2.1.80
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].