Pinned Repositories
FlUnit
A .NET test framework in which tests are defined with a fluent builder.
MyOTKE
Basic OpenGL engine using fluent builders for strongly-typed OpenGL object wrappers.
SCClassicalPlanning
Simple classical planning implementation for .NET.
SCFirstOrderLogic
Simple first-order logic implementation for .NET.
SCGraphTheory.Abstractions
Graph theory interfaces, to allow for graph algorithms that do not depend on a particular graph representation.
SCGraphTheory.AdjacencyList
Adjacency list graph implementation that uses the abstractions defined in SCGraphTheory.Abstractions.
SCPropositionalLogic
Very simple propositional logic knowledge base implementations. Includes language integration features.
sdcondon's Repositories
sdcondon/SCFirstOrderLogic
Simple first-order logic implementation for .NET.
sdcondon/SCGraphTheory.AdjacencyList
Adjacency list graph implementation that uses the abstractions defined in SCGraphTheory.Abstractions.
sdcondon/SCClassicalPlanning
Simple classical planning implementation for .NET.
sdcondon/FlUnit
A .NET test framework in which tests are defined with a fluent builder.
sdcondon/SCGraphTheory.Search
Graph search algorithms that work with any graph type using the abstractions defined in SCGraphTheory.Abstractions.
sdcondon/SCPropositionalLogic
Very simple propositional logic knowledge base implementations. Includes language integration features.
sdcondon/MyOTKE
Basic OpenGL engine using fluent builders for strongly-typed OpenGL object wrappers.
sdcondon/SCGraphTheory.Abstractions
Graph theory interfaces, to allow for graph algorithms that do not depend on a particular graph representation.
sdcondon/FlUnit.Abstractions
Shared abstractions for FlUnit (https://github.com/sdcondon/FlUnit).
sdcondon/FlUnit.Adapters.VSTest
VSTest platform adapter for FlUnit.
sdcondon/GLHDN
Hobbyist mucking about with OpenGL.Net. ARCHIVED in favour of https://github.com/sdcondon/MyOTKE.
sdcondon/gpt4all
gpt4all: open-source LLM chatbots that you can run anywhere
sdcondon/SCFirstOrderLogic.ExampleDomains
Source for the SCFirstOrderLogic.ExampleDomains NuGet package.
sdcondon/SCFirstOrderLogic.Inference.Basic
(Very) basic inference algorithms built on the model defined by SCFirstOrderLogic.
sdcondon/SCGraphTheory
Common stuff for SCGraphTheory packages - just the documentation website for now.
sdcondon/SCSetTrie
Set trie implementation for .NET, allowing for fast subset and superset lookup.
sdcondon/sdcondon
Just a container for my profile README.
sdcondon/sdcondon.github.io
My user-level GitHub pages site.
sdcondon/SharpFontStandard.Runtimes
Runtime dependencies for SharpFontStandard.
sdcondon/SwashbuckleDynamicLocalization
Localisation functionality for Swashbuckle - uses the current UI culture to localise the returned docs and/or UI.