Top 20 NuGet function Packages

Data.HashFunction implementation of MurMurHash (https://code.google.com/p/smhasher/wiki/MurmurHash).
Data.HashFunction implementation of CityHash (https://code.google.com/p/cityhash/).
MathCore Library - SpecialFunctions
Easy to use library for computing zero (root) of a function. var math = new FunctionRoot.Hybrid("(x+1)^2-9", 0, 1.5); var result = math.ComputeHybrid(); // result = 2
Extension for entity framework in .NET Framework. Helping developers are easy to use EF6.0 to call store procedure, view, function in SQL Server
more365 enables communicating with Microsoft 365 services from a server-side application (aspnetcore / Azure Functions) For Example: Azure AD Authentication using Certificates from Key Vault, Dataverse Queries and Web API Batches, SharePoint File Upload / Download, Graph API convert to PDF and send ...
more365 enables communicating with Microsoft 365 services from a server-side application (aspnetcore / Azure Functions) For Example: Azure AD Authentication using Certificates from Key Vault, Dataverse Queries and Web API Batches, SharePoint File Upload / Download, Graph API convert to PDF and send ...
more365 enables communicating with Microsoft 365 services from a server-side application (aspnetcore / Azure Functions) For Example: Azure AD Authentication using Certificates from Key Vault, Dataverse Queries and Web API Batches, SharePoint File Upload / Download, Graph API convert to PDF and send ...
A simple library that uses a wrapper class for executing Delegate functions. This makes developing easier when using Action and Func classes. Instead of using just a Delegate class which may be hard to identify a return type (if any) and/or parameters (if any), and troubles with acting invocation, y...
Tiny perfect hash library for dotnet
.NET library that will evaluate a string expression. Expressions can include integer, double and string operands. Operators can include "+", "-", "*", "/", "%", "^" and "&". Supports custom functions and symbols. Provides easy integration with any application. Now targets either .NET Standard 2.0 o...
A custom binding attribute for discord bot
This package provides serverless functions with middleware functionality similar to AspNetCore
https://github.com/powerumc/js-lambda If you have any questions feel free to contact me. http://blog.powerumc.kr [email protected]
Data.HashFunction implementation of SpookyHash (http://burtleburtle.net/bob/hash/spooky.html).
Data.HashFunction implementation of Pearson hashing (http://en.wikipedia.org/wiki/Pearson_hashing) (http://cs.mwsu.edu/~griffin/courses/2133/downloads/Spring11/p677-pearson.pdf).
Data.HashFunction implementation of the Jenkins family of hash functions (http://en.wikipedia.org/wiki/Jenkins_hash_function). Note: SpookyHash can be found in the Data.HashFunction.SpookyHash package.
Data.HashFunction implementation of the hash function used by the elf64 object file format (http://downloads.openwatcom.org/ftp/devel/docs/elf-64-gen.pdf).
Data.HashFunction implementation of BuzHash (http://www.serve.net/buz/hash.adt/java.002.html).
Data.HashFunction implementation of Bernstein hash (http://www.eternallyconfuzzled.com/tuts/algorithms/jsw_tut_hashing.aspx#djb).