Pinned Repositories
akarnokd-misc-dotnet
Various experiments with .NET code and libraries
AsyncObservable
Playground for an alternate async observable interface
AsyncObservable2
Second playground for an alternate async observable interface
Evolutionary
A library helping to implement evolutionary alogrithms
LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file - https://www.litedb.org
MoreRx
More reactive extensions
opc-ua-client
Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
TimeSeriesCompression
A library for time series compression
UaLayman
A layman's OPC UA browser
UaTypeGenerator
Generating types from the Nodeset2 files for Workstation.UaClient
quinmars's Repositories
quinmars/UaTypeGenerator
Generating types from the Nodeset2 files for Workstation.UaClient
quinmars/AsyncObservable
Playground for an alternate async observable interface
quinmars/MoreRx
More reactive extensions
quinmars/TimeSeriesCompression
A library for time series compression
quinmars/akarnokd-misc-dotnet
Various experiments with .NET code and libraries
quinmars/AsyncObservable2
Second playground for an alternate async observable interface
quinmars/Evolutionary
A library helping to implement evolutionary alogrithms
quinmars/LiteDB
LiteDB - A .NET NoSQL Document Store in a single data file - https://www.litedb.org
quinmars/opc-ua-client
Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
quinmars/reactive-extensions
Extensions to the dotnet/reactive library.
quinmars/UaLayman
A layman's OPC UA browser
quinmars/Rx.NET
The Reactive Extensions for .NET
quinmars/TimeProviderExtensions
Extensions for System.TimeProvider API. It includes a test version of the TimeProvider type, named ManualTimeProvider, that allows you to control the progress of time during testing deterministically.
quinmars/UaTestServer
A OPC UA server for automated integration tests
quinmars/WPF-ResMerger
We all agree that a good styling structure is essential for a successful WPF project. However, while we should certainly stick to the granular structure dividing each type into different resource dictionaries, dependencies between merged dictionaries will grow tremendously. This overhead can slow down the loading time of control heavy views a lot. And exactly this is the reason why we developed a tool which solves this very problem... The ResMerger!