My Projects
Always trying to make things better...
Please take a note that this list is showing only public available projects which are just a small part of my experience
Python
Python Project Template
My go to template for any new Python Project - wnowicki/pytemp
PHP Libraries
PHP Foundation
- Top level library with all base stuff that other projects are build on
- Base simple contracts (ex.
Entity
,Arrayable
,Persistable
,Repository
) allowing the ability to define some top level characteristics of a class -
AbstractEntity
support for plain entities automated setters (with type hinting) and getters as well as internal factory and serializationtoArray()
- Top level Exceptions set
- Automated Adviser stack including rules and condition objects. Conditions are defined as bitwise values so can be combined together. Automated Advice processor implementation and advice and risk objects
- Bitwise Property to support bitwise solutions
- Repository:
PayBreak/foundation
(discontinued) - Based on concept of
wnowicki/generic
abandoned
Luhn Algorithm
- Simple implementation of Luhn Algorithm to calculate checksum for a number in PHP
- Repository:
PayBreak/luhn
(discontinued)
Older Projects
- PHP Collections
wnowicki/collections
- PHP Cli
wnowicki/cli
set of command line tools
Matlab
- Repository:
wnowicki/matlab