Punchcard 0 commits
Nix
Code created while working through "100 Go mistakes and how to avoid them" by Teiva Harsanyi.
Go
[READ-ONLY] Mirror of https://github.com/gm0stache/atproto-bkup. Util for backing up ATproto repos.
[READ-ONLY] Mirror of https://github.com/gm0stache/CompositePattern. Simple implementation of the Composite pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/TemplateMethodPattern. Simple implementation of the template method pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/MacroCommandPattern. Implementation of the macro command pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/CommandPattern. Simple C# implementation of the command pattern.
[READ-ONLY] Mirror of https://github.com/gm0stache/AbstractFactoryPattern. Simple implementation of the abstract factory pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/SimpleFactoryPattern. A first implementation of the simple factory (aka. factory method) pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/DecoratorPattern. Basic implementation of the decorator pattern in C#
[READ-ONLY] Mirror of https://github.com/gm0stache/ObserverPattern. Implementation of the observer pattern in C#.
[READ-ONLY] Mirror of https://github.com/gm0stache/StrategyPattern. Strategy pattern implementation in C#.