26 packages tagged with “Beta”
Beta code components for Proteus.
Transform financial market price data into technical analysis indicators such as MACD, Stochastic RSI, Average True Range, Parabolic SAR, and more.
Gandorphi Framework package. - Observable to inherit(INotifyPropertyChanged) - ApiConsumerBase (using newtonsoft.Json and System.Net.Http)
Ground Template Package
A simple graphics library for C++ BEGINNERS under windows!
Build tools for distributing beta builds of Xamarin.Android and Xamarin.iOS projects using Fabric
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.
A .NET framework for runtime-switchable A/B testing, feature flags, trial fallback, and comprehensive observability. Supports multiple selection modes (boolean flags, configuration values, variant flags, sticky routing), error policies with automatic fallback, decorator pipelines, and OpenTelemetry integration. BETA: API may change in future releases.
This package is for use with Service Bus WCF programing model. The extensions enables you to mark parts of your data model [DataContract] as promoted properties. These marked properties are then automatically lifted and promoted in the outgoing BrokeredMessage. Sample usage: ========== public class Order { public double Amount { get; set; } [PromotedProperty] public string ShipCity { get; set; } } [ServiceContract] public interface IOrderService { [OperationContract(Name = "SubmitFlat", IsOneWay = true)] [PropertyPromotionBehavior] void Submit(double amount, [PromotedProperty] string shipCity); [OperationContract(IsOneWay = true)] [PropertyPromotionBehavior] void Submit(Order order); } See following blog post for implementation details. http://zamd.net/2011/05/25/pubsub-with-wcf-part-2/
Helpers for download update library
ODI Mini... Client Actionation Tool!
Beta Series Rest API Wrapper
Administracion para Conexiones SQL Server para FrameWork 4.5
Binding oficial para el SDK Fivvy Android.
Automatic CRUD endpoint generator for ASP.NET Core minimal APIs
Beta Neutral Arbitrage Strategy (Python)
Beta Adjusted Pairs Trading (C#)
Beta Neutral Arbitrage Strategy (C#)
Beta Adjusted Pairs Trading (Python)
Betting Against Beta Stocks (C#)
Betting Against Beta (C#)
Betting Against Beta (Python)
Betting Against Beta Stocks (Python)
Largest C# stock indicator library with over 750 to choose from and easiest to use with abilities such as making an indicator out of any other indicator or using any moving average with any indicator.
Stock Indicators for .NET. Transform financial market price quotes into technical analysis indicators such as MACD, Stochastic RSI, Average True Range, Parabolic SAR, etc. Nothing more.
BinanceEx is a base library which is used to implement different cryptocurrency (exchange) API's. It provides a standardized way of implementing different API's, which results in a very similar experience for users of the API implementations.