Grpc.AspNetCore
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.65.0-pre1
gRPC meta-package for ASP.NET Core
Grpc.AspNetCore.Server
by: The gRPC Authors
- 29 total downloads
- Latest version: 2.71.0
gRPC support for ASP.NET Core
Grpc.AspNetCore.Server.ClientFactory
by: The gRPC Authors
- 30 total downloads
- Latest version: 2.66.0-pre1
HttpClientFactory integration the for gRPC .NET client when running in ASP.NET Core
Humanizer.Core.cs
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.3.2
Humanizer Locale (cs)
Humanizer.Core.fi-FI
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.4.2
Humanizer Locale (fi-FI)
Humanizer.Core.fil-PH
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.11.10
Humanizer Locale Filipino (Philippines) (fil-PH)
Humanizer.Core.fr
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.2.0
Humanizer Locale (fr)
Humanizer.Core.he
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.6.2
Humanizer Locale Hebrew (he)
Humanizer.Core.hr
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.13.14
Humanizer Locale Croatian (hr)
Humanizer.Core.it
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.6.2
Humanizer Locale Italian (it)
Humanizer.Core.ja
by: Mehdi Khalili, Claire Novotny
- 2 total downloads
- Latest version: 2.14.1
Humanizer Locale Japanese (ja)
Humanizer.Core.lv
by: Mehdi Khalili, Claire Novotny
- 3 total downloads
- Latest version: 2.13.14
Humanizer Locale Latvian (lv)
Humanizer.Core.sl
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.3.3
Humanizer Locale (sl)
Humanizer.Core.tr
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.4.2
Humanizer Locale (tr)
Humanizer.Core.vi
by: Mehdi Khalili, Claire Novotny
- 2 total downloads
- Latest version: 2.11.10
Humanizer Locale Vietnamese (vi)
Iced
by: iced project and contributors <https://github.com/icedland>
- 5 total downloads
- Latest version: 1.20.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
jQuery
by: jQuery Foundation, Inc.
- 1 total downloads
- Latest version: 2.0.1
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/
K4os.Compression.LZ4
by: Milosz Krajewski
- 1 total downloads
- Latest version: 1.2.16
Port of LZ4 compression algorithm for .NET