Grpc.Net.Common
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.26.0
Infrastructure for common functionality in gRPC
Grpc.Reflection
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.55.0-pre1
gRPC C# Server Reflection
Grpc.Tools
by: The gRPC Authors
- 4 total downloads
- Latest version: 2.37.0
gRPC and Protocol Buffer compiler for managed C# and native C++ projects.
Add this package to a project that contains .proto files to be compiled to code.
It contains the compilers, include files and project system integration for gRPC
and Protocol buffer service description files necessary to build them on Windows,
Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.
HtmlAgilityPack
by: ZZZ Projects, Simon Mourrier, Jeff Klawiter, Stephan Grell
- 4 total downloads
- Latest version: 1.11.25
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).
Iced
by: 0xd4d
- 1 total downloads
- Latest version: 1.2.0
High performance x86 (16/32/64-bit) instruction decoder, encoder and formatter.
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
- The decoder doesn't allocate any memory and is 2x-5x+ faster than other similar libraries written in C or C#
- Small decoded instructions, only 32 bytes
- The formatter supports masm, nasm and gas (AT&T) and there are many options to customize the output
- The encoder can be used to re-encode decoded instructions at any address
- The block encoder encodes a list of instructions and optimizes branches to short, near or 'long' (64-bit: 1 or more instructions)
- API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, flow control info, etc
- All instructions are tested (decode, encode, format, instruction info)
License: MIT
IdGen
by: RobIII
- 1 total downloads
- Latest version: 2.0.1-rc
Twitter Snowflake-alike ID generator for .Net
IKVM.Image
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.3.3
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 3 total downloads
- Latest version: 8.10.3
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-x64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.6.3-tags-8-6-3-pre-11.1
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-x64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.6.4
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-x64
by: Jeroen Frijters, Jerome Haltom
- 2 total downloads
- Latest version: 8.15.0
IKVM MSBuild Tools
IndexRange
by: Bradley Grainger
- 1 total downloads
- Latest version: 1.0.1
Implementations of System.Index and System.Range for netstandard2.0 and .NET Framework.
jQuery
by: jQuery Foundation, Inc.
- 1 total downloads
- Latest version: 2.1.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/
JWT
by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
- 1 total downloads
- Latest version: 10.0.0-beta11
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
libphonenumber-csharp
by: Patrick Mézard, Tom Clegg, Jarrod Alexander, Google, libphonenumber contributors
- 5 total downloads
- Latest version: 8.9.16
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/A port of Google's libphonenumber for .NET Core
librdkafka.redist
by: Magnus Edenhill, edenhill
- 4 total downloads
- Latest version: 2.12.1
The Apache Kafka C/C++ client library - redistributable
Magick.NET-Q16-AnyCPU
by: Dirk Lemstra
- 4 total downloads
- Latest version: 7.21.0
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/master/docs before installing to help you decide the best version.
MessagePack
by: neuecc
- 1 total downloads
- Latest version: 1.4.3
Extremely Fast MessagePack(MsgPack) Serializer for C#(.NET, .NET Core, Unity, Xamarin).
MessagePackAnalyzer
by: neuecc, aarnott
- 2 total downloads
- Latest version: 2.3.58-alpha
Analyzer of MessagePack for C#, verify rule for [MessagePackObject] and code fix for [Key].