Pinned Repositories
chimera-patterns
Chimera patterns is an applied design pattern library for javascript/ECMA6 that contains generic versions of common patterns found in or useful to javascript coding.
ExtendedObservableCollection
This library contains ObservableList<>, ObservableDictionary<,> ObservableSortedList<,> that implement INotifyCollectionChanged, INotifyPropertyChanged and a custom INotifyDictionaryChanged. Theses collections can be instantiated on their own, or can wrap standard .NET collections. Other Classes include: ObservableListAdapter - Syncronizes ObservableCollections of different types. ObservableListKeyed - An ObservableList that can accessed by Key mapped to an Item Property.
FileSystemObjectModelMvvm
FileSystemObjectModelMvvm is a framework for synchronizing between directory in the filesystem and an object model that represents its content. It synchronizes changes from filesystem to object model and object model to file system. It is also databindable to a WPF tree view (or any other control) and supports 2 way data binding.
Gstc.Collections.ObservableDictionary
A library of observable dictionaries.
Gstc.Collections.ObservableLists
An observable lists library with upcast compatibility, list wrapping, reentrancy protection, thread safety, list binding and robust unit testing.
Gstc.Imaging
An IPC imaging library for .NET. An imaging format that utilizes shared memory and contains adapters to popular formats such as WriteableBitmap, InteropBitmap, GDI graphics, OpenCV Mat, FITS, and Python (planned). The shared memory allows applications to work out of the same memory, making for fast and memory efficient rendering pipelines between programs.
Gstc.Utility.UnitTest.Event
This project provides a UnitTest tool for testing the calling of events, and properties that implement INotifyPropertyChanged. The tool is unit tested, and the unit test can be used to determine usage.
meteor-document-access-manager
AccessManager is a document permission system, for the Meteor Framework and Mongodb, used to assign, modify and test permissions for individual documents.
meteor-user-friend-management
A friend/user management system that includes the following features: Friends List, Friend Request, Online Friends, Online Users, Blocked Users, Ignored Users.
multicast.js
gsonnenf's Repositories
gsonnenf/Gstc.Collections.ObservableLists
An observable lists library with upcast compatibility, list wrapping, reentrancy protection, thread safety, list binding and robust unit testing.
gsonnenf/ExtendedObservableCollection
This library contains ObservableList<>, ObservableDictionary<,> ObservableSortedList<,> that implement INotifyCollectionChanged, INotifyPropertyChanged and a custom INotifyDictionaryChanged. Theses collections can be instantiated on their own, or can wrap standard .NET collections. Other Classes include: ObservableListAdapter - Syncronizes ObservableCollections of different types. ObservableListKeyed - An ObservableList that can accessed by Key mapped to an Item Property.
gsonnenf/Gstc.Collections.ObservableDictionary
A library of observable dictionaries.
gsonnenf/chimera-patterns
Chimera patterns is an applied design pattern library for javascript/ECMA6 that contains generic versions of common patterns found in or useful to javascript coding.
gsonnenf/Gstc.Imaging
An IPC imaging library for .NET. An imaging format that utilizes shared memory and contains adapters to popular formats such as WriteableBitmap, InteropBitmap, GDI graphics, OpenCV Mat, FITS, and Python (planned). The shared memory allows applications to work out of the same memory, making for fast and memory efficient rendering pipelines between programs.
gsonnenf/FileSystemObjectModelMvvm
FileSystemObjectModelMvvm is a framework for synchronizing between directory in the filesystem and an object model that represents its content. It synchronizes changes from filesystem to object model and object model to file system. It is also databindable to a WPF tree view (or any other control) and supports 2 way data binding.
gsonnenf/Gstc.Utility.UnitTest.Event
This project provides a UnitTest tool for testing the calling of events, and properties that implement INotifyPropertyChanged. The tool is unit tested, and the unit test can be used to determine usage.
gsonnenf/meteor-document-access-manager
AccessManager is a document permission system, for the Meteor Framework and Mongodb, used to assign, modify and test permissions for individual documents.
gsonnenf/meteor-user-friend-management
A friend/user management system that includes the following features: Friends List, Friend Request, Online Friends, Online Users, Blocked Users, Ignored Users.
gsonnenf/multicast.js
gsonnenf/NestedListBoxMVVM
The is a template for a nested listbox that uses WPF data binding to a ViewModel to populate a Parent Listbox and a Child Listbox embedded in the Parent Listbox's Items.
gsonnenf/acequia
gsonnenf/D3ChartManager
gsonnenf/gsonnenf.github.io
gsonnenf/Gstc.Nunit.IssueDemo
gsonnenf/mapProject
An online collaborative linkplan GUI for Ingress. Uses Meteor and MapboxGL to allow users to collaborate on creating linkplans together.
gsonnenf/meteor
Meteor, the JavaScript App Platform
gsonnenf/opencvsharp
.NET Framework wrapper for OpenCV
gsonnenf/WpfExtendedToolkit
A OpenSource Updated fork of https://github.com/xceedsoftware/wpftoolkit
gsonnenf/wpftoolkit
All the controls missing in WPF. Over 1 million downloads.