elibelash
NuGet publisher profile
Packages (13)
Nucs.JsonSettings
Easiest way you'll ever write settings for your app. This library is built to be modular and one-liner exploiting the powerful serialization capabilities of Json.NET out of the box without any mapping necessary to serialize nested custom objects, dictionaries and lists.
Nucs.JsonSettings.Autosave
An extension to JsonSettings that saves automatically when a property changes. Mark your settings class [Autosave] and every setter commits a save - no proxy, no virtual requirement, and nothing generated at runtime, so it works under Native AOT.
nucs.Filesystem
Filesystem helping library aiming to provide common functions when working with the filesystem. From monitoring to easier coding.
Gym.NET
openai/gym's popular toolkit for developing and comparing reinforcement learning algorithms port to C#. This package contains the base classes to mimic gym's OOP structure.
nucs.Automation
Automate/simulate actions with mouse and keyboard
Nucs.Essentials
A composition of async tools, collections and struct-collections. Performance is key.
Nucs.Optimization
A wrapper around skopt to perform bayesian optimization
FontRegister
A library and a cli tool to install/uninstall fonts directly in windows, supporting bulk installs, folder installs.
Gym.NET.Rendering.WinForm
openai/gym's popular toolkit for developing and comparing reinforcement learning algorithms port to C#. This package contains ported gym's environments.
Neuron.Boards
Driver for Ebby Tech's Neuron student-board providing the communication required for the board to operate.
log4net-loggly-async
Custom log4net Appender to send logs to Loggly
Co0nUtilz.Net5
Package Description
Nucs.JsonSettings.NotifyChanges
An extension to JsonSettings that turns a settings class into an observable, bindable object. [NotifyChanges] and [NotifyChangesMixin] rewrite your property setters at compile time to raise INotifyPropertyChanged - no proxy, no virtual requirement, nothing generated at runtime, so it works under Native AOT. Optional INotifyPropertyChanging, dependent-property notification via [NotifyChangesFor], and opt-in SynchronizationContext marshalling for off-thread writes. Framework-neutral: depends only on System.ComponentModel, not on WPF.