nixiz
Developing software since childhood. Programming enthusiast specialized in C++ C# and framework development.
Eindhoven, Netherlands
Pinned Repositories
advanced_cpp_course
Advanced C++ topics with examples
async-call-helper
Simplify asynchronous call handling and object lifetime management in C++ projects.
itch-bist-parser
BIST - Istanbul Stock Exchange HFT application using the ITCH message structure operation
memory-leak-detector
Thread aware memory leak detection library with service support and stacktrace options
scte35-parser
SCTE 35 Parser in C
tql
C++ Template Query Language allows to make compile time type checks include tuples and STL type_traits
tracked
Header-only C++17 library enables to track object instances with varied policies and gives you to control exceptions on policy rule break.
yazilim-notlari
✨ Build a beautiful and simple website in literally minutes. Demo at https://nixiz.github.io/yazilim-notlari/
nixiz's Repositories
nixiz/tracked
Header-only C++17 library enables to track object instances with varied policies and gives you to control exceptions on policy rule break.
nixiz/itch-bist-parser
BIST - Istanbul Stock Exchange HFT application using the ITCH message structure operation
nixiz/async-call-helper
Simplify asynchronous call handling and object lifetime management in C++ projects.
nixiz/scte35-parser
SCTE 35 Parser in C
nixiz/yazilim-notlari
✨ Build a beautiful and simple website in literally minutes. Demo at https://nixiz.github.io/yazilim-notlari/
nixiz/advanced_cpp_course
Advanced C++ topics with examples
nixiz/qtfy
Helper project for converting IBM Rational Rhapsody generated codes to Qt projects. It helps you to convert your Rhapsody codes to Qt with minimum changes.
nixiz/cpp-playground-organizer
This is a header only library that helps to organize your tiny code pieces, proof of concepts, code experiments, etc.
nixiz/csharp-utils
C# extension classes for Windows Form Development
nixiz/paper-scissors-rock-game
nixiz/cpp-ports
Ports for C++ is a header-only library for creating relations between classes without sharing their instances
nixiz/memory-leak-detector
Thread aware memory leak detection library with service support and stacktrace options
nixiz/tql
C++ Template Query Language allows to make compile time type checks include tuples and STL type_traits
nixiz/auto-formatter-workflow
this is a POC project for testing github actions and workflow
nixiz/Sac-Boyam
iOS Application finds correct hair dye from images
nixiz/SequentialRules
10larca If-Else'in kullanıldığı bir kurallar silsilesinden Chain of Responsibility ve Strategy Design Pattern kullanarak nasıl Single Responsibility'nin sağlanacağını ve kod okunaklığının arttırılabileceğini gösteren bir örnektir.
nixiz/triple-buffer
basic triple buffer implementation with manger and container classes