zone117x
NuGet publisher profile
Packages (33)
MimeMapping
Constants for (almost) all MIME types and method to determine MIME type from a file name. Contains just over 1000 mime types. The Dictionary is generated from the jshttp/mime-db db.json file. Works similar to .NET's System.Web.MimeMapping.GetMimeMapping. It aggregates data from the following sources: https://www.iana.org/assignments/media-types/media-types.xhtml https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types https://hg.nginx.org/nginx/raw-file/default/conf/mime.types See: https://github.com/jshttp/mime-db#mime-db https://learn.microsoft.com/dotnet/api/system.web.mimemapping.getmimemapping
SharpZipLib.NETStandard
SharpZipLib (#ziplib, formerly NZipLib) is a compression library for Zip, GZip, BZip2, and Tar written entirely in C# for .NET. It is implemented as an assembly (installable in the GAC), and thus can easily be incorporated into other projects (in any .NET language)
System.Net.WebSockets.Client.Managed
Microsoft's managed implementation of System.Net.WebSockets.ClientWebSocket tweaked for use on Windows 7 and .NET 4.5
Wiry.Base32.Patched
Base32 and ZBase32 encoding library. Re-packaged with VS2017 and targetting netstandard1.1.
WebSocketSharp-netstandard
websocket-sharp provides the WebSocket protocol client and server. It supports: - RFC 6455 - WebSocket Client and Server - Per-message Compression extension - Secure Connection - HTTP Authentication (Basic/Digest) - Query String, Origin header and Cookies - Connecting through the HTTP Proxy server - .NET 3.5 or later (includes compatible)
FluentCommandLineParser-netstandard
A simple, strongly typed .NET C# command line parser library using a fluent easy to use interface.
CsQuery.NETStandard
CsQuery is an HTML parser, CSS selector engine and jQuery port for .NET 4 and C#. It implements all CSS2 and CSS3 selectors, all the DOM manipulation methods of jQuery, and some of the utility methods.
Secp256k1.Net
.NET wrapper for native secp256k1 library
Secp256k1.Native
This package contains platform-specific native code builds of secp256k1. Included: osx-x64/libsecp256k1.dylib, osx-arm64/libsecp256k1.dylib (Apple Silicon), linux-x64/libsecp256k1.so, linux-x86/libsecp256k1.so, linux-arm64/libsecp256k1.so, linux-musl-x64/libsecp256k1.so (Alpine), linux-musl-arm64/libsecp256k1.so (Alpine), win-x64/secp256k1.dll, win-x86/secp256k1.dll, win-arm64/secp256k1.dll
SolcNet
.NET wrapper for native solc library
Chronic-netstandard
A natural language date parser for .Net. A port of Ruby's chronic.
Be.IO-netstandard
A big-endian BinaryReader/Writer implementation for .NET.
AngleSharp.Pingman
AngleSharp is the ultimate angle brackets parser library. It parses HTML5, CSS3, and XML to construct a DOM based on the official W3C specification.
MacAddressVendorLookup
Fast MAC address vendor lookup library. Uses Wireshark's manufactures database of OUIs (Organizationally Unique Identifier).
SsdpRadar
SSDP (Simple Service Discovery Protocol) Discovery Library
NGraphics.Core
NGraphics is a cross platform library for rendering vector graphics on .NET. It provides a unified API for both immediate and retained mode graphics using high quality native renderers.
System.Data.SQLite.Mac
ADO.NET Data Provider for SQLite. Modified to work with Xamarin.Mac 4.5 and use an included libsqlite3.dylib file.
LiteHtmlSharp.Wpf
WPF drawing backend for LiteHtmlSharp
NGraphics.WPF
WPF (System.Windows.Media) backend for NGraphics
LiteHtmlSharp
LiteHtmlSharp is a C# cross-platform library for HTML/CSS(2/3) visualization - self contained, fast and small
LiteHtmlSharp.Mac
Xamarin.Mac CoreGraphics drawing backend for LiteHtmlSharp
SsdpRadar.Mac
SSDP (Simple Service Discovery Protocol) Discovery Library
NGraphics.Mac
MacOS (CoreGraphics) backend for NGraphics
rencode-sharp
Port of the Python module for fast (basic) object serialization similar to bencode
NGraphics.Net
System.Drawing (GDI+) backend for NGraphics
NGraphics.iOS
iOS (CoreGraphics) backend for NGraphics
Microsoft.Data.Sqlite.Core.Backport
Repacked dev branch to target NET4.5 and netstandard1.3 since Microsoft has dropped support for it. Minor changes were required; all unit tests continue to pass.
IpHlpApi
Wrapper to IpHelperAPI.dll (Windows IP Helper Functions)
Zeroconf.Pingman
Bonjour support for .NET Standard, .NET 4.5, .NET Core, Xamarin, Windows Phone, Windows Store/UWP
NGraphics.Android
Android backend for NGraphics
CloudFlareUtilities.NETStandard
A .NET PCL to bypass Cloudflare's Anti-DDoS measure (JavaScript challenge) using a DelegatingHandler.
PacketDotNet.Pingman
.Net assembly for dissecting and constructing network packets
SharpPcap.Pingman
A packet capture framework for .NET