FlorianWolters
Motivated software craftsman with a keen interest in software quality. Always learning, never standing still.
Lower Saxony, Germany
Pinned Repositories
cmake-utils
Utilities for the cross-platform build system CMake.
PHP-CodeKata
Provides code kata implementations in the PHP programming language.
PHP-Component-Core-Cloneable
Allows and disallows the cloning of objects as a PHP component.
PHP-Component-Core-Immutable
The Immutable Object implementation pattern as a PHP component.
PHP-Component-Core-StringUtils
Offers operations on the data type string as a PHP component.
PHP-Component-Util-Singleton
The Singleton (and Registry of Singletons a.k.a. Multiton) creational design pattern as a PHP component.
WebSocket-Chat-Client
A chat client using the WebSocket protocol.
FlorianWolters's Repositories
FlorianWolters/PHP-Component-Util-Singleton
The Singleton (and Registry of Singletons a.k.a. Multiton) creational design pattern as a PHP component.
FlorianWolters/PHP-Component-Core-Immutable
The Immutable Object implementation pattern as a PHP component.
FlorianWolters/PHP-CodeKata
Provides code kata implementations in the PHP programming language.
FlorianWolters/PHP-Component-Core-StringUtils
Offers operations on the data type string as a PHP component.
FlorianWolters/cmake-utils
Utilities for the cross-platform build system CMake.
FlorianWolters/PHP-Component-Core-Cloneable
Allows and disallows the cloning of objects as a PHP component.
FlorianWolters/component-based-authoring-add-in-for-microsoft-word
Component-Based Authoring Application Level Add-In for Microsoft Word.
FlorianWolters/jekyll-bootstrap-theme
A simple and Markdown syntax oriented webblog theme for Jekyll-Bootstrap.
FlorianWolters/PHP-Component-Util-Reflection
Offers operations for the PHP Reflection API.
FlorianWolters/component-based-authoring-add-in-for-microsoft-word-docs
Documentation for the Component-Based Authoring Application Level Add-In for Microsoft Word.
FlorianWolters/cpp-component-core-uncopyable
The uncopyable (non-copyable) Mixin idiom as a reusable C++11 component.
FlorianWolters/cpp-component-util-singleton
The Singleton and Multiton (Registry of Singletons) creational design patterns as reusable C++11 components.
FlorianWolters/PHP-Application-Chat-Server
A PHP command line interface application implementing a chat server that uses the WebSocket protocol.
FlorianWolters/PHP-Component-Core-Equality
Implements an equivalence relation on non-null object references as a PHP component.
FlorianWolters/PHP-Component-Core-HashCode
Provides a hash code value for objects as a PHP component.
FlorianWolters/PHP-Component-Geometry
Models and operations on objects related to geometry as a PHP component.
FlorianWolters/cpp-example-googletest
Example project that demonstrates how-to use the Google Test C++ test framework in a modern Convention-over-Configuration (CoC) C++ Open-Source Software (OSS) ecosystem.
FlorianWolters/NamedType
Type-safe strong type (named type / opaque type) C++ library.
FlorianWolters/PHP-Application-UrlShortener-Silex
A PHP web application to shorten an Uniform Resource Locator (URL), built with the microframework Silex.
FlorianWolters/PHP-Component-Core-Comparable
Imposes a total ordering on objects as a PHP component.
FlorianWolters/PHP-Component-Core-DebugPrint
The Debug Print Method implementation pattern as a PHP component.
FlorianWolters/PHP-Component-Core-Enum
The Typesafe Enum pattern as a PHP component.
FlorianWolters/PHP-Component-Core-ValueObject
The value object implementation pattern as a PHP component.
FlorianWolters/PHP-Component-Drawing-Color
Models and operations on objects related to colors as a PHP component.
FlorianWolters/PHP-Component-Number-Fraction
Fraction is a Number implementation that stores a fraction (numerator/denominator) accurately.
FlorianWolters/PHP-Component-Service-QuickResponse
Web service clients to create Quick Response (QR) codes as a PHP component.
FlorianWolters/PHP-Component-Test
A set of assert methods for PHPUnit.
FlorianWolters/PHP-Component-Util-Command
The Command behavioural design pattern as a PHP component.
FlorianWolters/PHP-Component-Util-Observer
The Observer behavioural design pattern as a PHP component.
FlorianWolters/stackoverflow-76533243
Short, Self Contained, Correct Example for Question 76533243 on StackOverflow