44 packages tagged with “Distribution”
Provides abstractions for controlling power distribution units over SNMP.
A library that facilitates runtime distribution of IL in the .NET
Provides an implementation of IPduFactory from Redpoint.Pdu.Abstractions that supports SERVEREDGE power distribution units.
Provides programmatic access to read and write Ekopost data. e.g. create a new campaign, envelope or scheduele print & distribution.
A lightweight library of common utilities for working with random numbers
PInvoke API (methods, structures and constants) imported from Windows PeerDist.dll for the Peer Distribution API, which supports the Branch Cache feature in Windows 7.
Transform financial market price data into technical analysis indicators such as MACD, Stochastic RSI, Average True Range, Parabolic SAR, and more.
Provides programmatic access to read and write Ekopost data. e.g. create a new campaign, envelope or schedule print & distribution.
WixNuGetPackager enables the distribution of Windows Installer XML (WiX) libraries and extensions using NuGet packages. WixNuGetPackager is itself distributed as a NuGet package which can be installed in WiX library or extension projects. Once installed in a project, WixNuGetPackager extends the build process to generate a NuGet pacakge containing the compiled artefacts. This generated NuGet package can then be distributed and added to other WiX projects.
Double-Double Statistic Implements
The Applause SDK closes the feedback loop between app creators, testers and users, ensuring high-quality apps. With build distribution, in-app bug reporting, automated crash reporting and in-app user feedback, this easy-to-install SDK works seamlessly with your existing workflows to show the information you need, when you need it.
DSS Sharp is a C# wrapper to the native DSS C-API library, a multiplatform multiarchitecture implementation of EPRI's OpenDSS engine. Although not an official project from EPRI, DSS Sharp exposes an organization of classes that mimics the official OpenDSS COM implementation, which is Windows-only -- that is, users often can replace or even "#IFDEF" the usage of the official Windows-only implementation with DSS Sharp. Since DSS Sharp uses our C-API directly, it's also common to achieve better performance. Extra features include support for .DSS scripts in ZIP files, creation of multiple DSS instances in the same process (including user-controlled multi-threading), and an extended API for various components. DSS Sharp is part of the DSS-Extensions group of projects. See more at https://dss-extensions.org/
This package will help in using the shared, resuable published and verison supported package
Scientific library.
Simple helper library to get exponential and normal distributed number(s) and shuffling of list
Anomaly Detection
Omnigage SDK for .NET
Class library implementing advanced mathematical algorithms, transforms, and time series manipulations. Implementations favour simplicity and correctness.
A F# library for statistical metrology
Package contains: Greatest common divider algorithm, Endian converter, Moving averages, Normal distribution random generator (Box-Muller)
This is used to make creating true random number sets such as cards or dice. The results will eventually deal all choices if the MinReshuffleLevel is low enough.
The Big Cup Game
Support high-performance ranking of an generic List of values in a window of size N where a new value is added to the right side of the window and the oldest one is removed from the left side of the window.
MathCore Library - Statistics
Parses BDF Fonts (Glyph Bitmap Distribution Format) to Byte Array for using as Pixel Art in consoles or LED Matrixes
Utilities to distribute items across bins as equally as possible.
An item/document distribution suggestion based on user load calculation.
This .NET library is a super light implementation of the `Xoshiro256**` algorithm with inclusive min and max values, and it's only 1 file large. You can supply your own seeds/states or not, the outputted values are evenly distributed, and it returns Boolean/8bit/16bit/32bit/64bit/Single/Double. You can inherit from the `KRand` class too and add other stuff. You can also shuffle `IList`s and `Span`s. Performance is the focus; no allocations unless absolutely necessary! Project URL and Samples ― https://github.com/Kermalis/KRand