Pinned Repositories
CodeClub-AmazingMazes
C# solution which generates and solves a maze as inspired by problem #31, Amazing Mazes, provided by Matt Linnell at RubyQuiz.com - http://www.rubyquiz.com/quiz31.html.
CodeClub-AnagramSolver
C# solution which finds anagrams for a user-submitted word.
CodeClub-Combinations
C# solution which generates combinations of K distinct objects chosen from N elements of a list.
CodeClub-ConwaysGameOfLife
C# solution which generates Conway's Game of Life
CodeClub-EightQueens
C# solution which the EightQueens problem for board of n by n squares.
CodeClub-MagicSquare
C# solution which generates a magic square for any dimension.
CodeClub-Set
C# solution which simulates the classic card game Set.
CodeClub-TowerOfHanio
C# solution to solve the Tower Of Hanio
Honcho
Runner for management of project-specific developer tasks like database migrations and log clean up.
SharpRepository
C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.
bgriswold's Repositories
bgriswold/CodeClub-Set
C# solution which simulates the classic card game Set.
bgriswold/CodeClub-AmazingMazes
C# solution which generates and solves a maze as inspired by problem #31, Amazing Mazes, provided by Matt Linnell at RubyQuiz.com - http://www.rubyquiz.com/quiz31.html.
bgriswold/CodeClub-AnagramSolver
C# solution which finds anagrams for a user-submitted word.
bgriswold/CodeClub-Combinations
C# solution which generates combinations of K distinct objects chosen from N elements of a list.
bgriswold/CodeClub-ConwaysGameOfLife
C# solution which generates Conway's Game of Life
bgriswold/CodeClub-MagicSquare
C# solution which generates a magic square for any dimension.
bgriswold/CodeClub-TowerOfHanio
C# solution to solve the Tower Of Hanio
bgriswold/Honcho
Runner for management of project-specific developer tasks like database migrations and log clean up.
bgriswold/SharpRepository
C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.
bgriswold/CodeClub-EightQueens
C# solution which the EightQueens problem for board of n by n squares.