🎯
Focusing
C++ enthusiast passionate about Linux and DevOps. In a full time permanent role, so open-source contributions are occasional but driven by curiosity.
Pinned Loading
-
cpp-coding-challenges
cpp-coding-challenges PublicA collection of C++ challenges covering both algorithmic problems and language-specific concepts. Explore solutions to real-world problems, C++ standard features, and best practices. Contributions …
C++ 1
-
Interesting kind of declarations for...
Interesting kind of declarations for function pointers for example: int (*(*a[])(int))(string) 1#include <iostream>
2#include <string>
3#include <algorithm>
45using namespace std;
-
The simplicity of AOP in python!
The simplicity of AOP in python! 1class Aspect:
2def before(self, func, *args, **kwargs):
3pass
45def after(self, result, func, *args, **kwargs):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.