There are no reviews yet. Be the first to send feedback to the community and the maintainers!
NoteBooks-Statistics-and-MachineLearning
Jupyter Notebooks from the old UnsupervisedLearning.com (RIP) machine learning and statistics blogRepositoryPatternEntityFramework
The Repository pattern adds a separation layer between the data and domain layers of an application. It also makes the data access parts of an application better testable.RepositoryPatternLinqToSql
The Repository pattern adds a separation layer between the data and domain layers of an application. It also makes the data access parts of an application better testable.Udacity-DS101-IntroToDataScience
Sketches for the Udacity course DS101 Intro to Data Science. https://www.udacity.com/course/ud359FactoryPattern
A Simple Factory Pattern example in c#CommandPatternConsole
Command Pattern Console ExampleEightPuzzleProblem
The 8-Puzzle Problem is a thing they throw at you when you study Artificial Intelligence. It’s a great little problem for learning to understand search trees and shortest path algorithms with heuristics. Traveling via Breadth-First Search, via Depth First Search we mostly end up with the A* Algorithm using a Manhattan Distance Heuristic for effectively solving this problem. This article shows a way how to do this in C#.ChainOfResponsibilityPattern
The Chain of Responsibility pattern takes a request and flows through a chain of handlers. Each handler checks if it can handle the request according to some business rules. If the handler can’t handle the request it gets passed to the next handler in the chain. The client doesn’t know which handler eventually handles the request.verkeerslichten
restwebsocketstarter
Multimodule Maven project with REST, Jetty, Jersey, and Javax Websockets client/server implementations.IocContainer
SortAlgoBot
SortAlgoBot performs a classic Quicksort sorting algorithm on an array of twelve colored Lego balls. It detects all colors in the first round. Then the sorting starts and all 'swaps' the algorithm makes are executed. Programmed in C# with VisualStudio 2010 and the excellent Mindsqualls Lego Mindstroms Nxt library. It fires of commands to Motorcontrol, a great third party application for better controlling motor movements on the Nxt brick.Love Open Source and this site? Check out how you can help us