Pinned Repositories
BlackJackAdvisor.NET
Leveraged DeckOfCards.NET to build a Black Jack Advisor.
Bowling.NET
Simple modeling of a bowling score calculator
CommandLineParser.NET
Takes an array of [command line] arguments (e.g. --key=value) and injects them into an object's strongly type properties. Includes ability to inject default values when a property argument is not provided.
Common.NET
Common functions
DeckOfCards.NET
Simple model of a standard deck of cards (52 count)
ElevatorSystem.API
REST API to ElevatorSystem.NET (Under Construction)
ElevatorSystem.NET
Elevator System simulation. Elevator Banks and Elevators run independently and respond to events requesting service.
Fibonacci.NET
Fibonacci Exercise
IocContainer.NET
IoC Abstraction. Provides a generic interface to multiple IoC libraries. Presently, supports three IoC containers.
ParkingLot.NET
Simple model of a Parking Lot with a finite capacity. Can model vehicle activity, tracking available and occupied spots.
EdChaparro's Repositories
EdChaparro/IocContainer.NET
IoC Abstraction. Provides a generic interface to multiple IoC libraries. Presently, supports three IoC containers.
EdChaparro/ElevatorSystem.NET
Elevator System simulation. Elevator Banks and Elevators run independently and respond to events requesting service.
EdChaparro/ParkingLot.NET
Simple model of a Parking Lot with a finite capacity. Can model vehicle activity, tracking available and occupied spots.
EdChaparro/BlackJackAdvisor.NET
Leveraged DeckOfCards.NET to build a Black Jack Advisor.
EdChaparro/Bowling.NET
Simple modeling of a bowling score calculator
EdChaparro/CommandLineParser.NET
Takes an array of [command line] arguments (e.g. --key=value) and injects them into an object's strongly type properties. Includes ability to inject default values when a property argument is not provided.
EdChaparro/Common.NET
Common functions
EdChaparro/DeckOfCards.NET
Simple model of a standard deck of cards (52 count)
EdChaparro/ElevatorSystem.API
REST API to ElevatorSystem.NET (Under Construction)
EdChaparro/Fibonacci.NET
Fibonacci Exercise
EdChaparro/OrgChart.NET
Academic exercise. Models an organization structure. Produces and Org Chart model at any specified depth.
EdChaparro/Permissions.NET
A simple modeling of Resource CREATE, READ, and UPDATE Permissions. Deemed incomplete at this writing.
EdChaparro/RequestResponseHandler
POCO Request-Response Handler routing.
EdChaparro/TrafficLightSystem.NET
Models primitive properties and behaviors of a Traffic Light System (TLS). Undertaken as an academic exercise as a TLS is a non-trivial domain. The code permits traffic lights to be defined in sets (clusters) requiring coordination. Traffic States expire and will revert back to a safe state if not attended to.