🎯
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
-
The simplicity of AOP in python!
The simplicity of AOP in python! 1class Aspect:
2def before(self, func, *args, **kwargs):
3pass45def after(self, result, func, *args, **kwargs):
-
C++ Function Pointer Syntax: Decodin...
C++ Function Pointer Syntax: Decoding int (*(*mappers[])(int))(string) 1#include <iostream>
2#include <string>
3#include <algorithm>
4#include <cstdlib>
5 -
C++ Move Semantics Demo: Copy vs Mov...
C++ Move Semantics Demo: Copy vs Move Constructors + std::move & std::forward 1#include <iostream>
2#include <string.h>
34class SampleStr
5{ -
C++ 20 coroutines explained in comments
C++ 20 coroutines explained in comments 1//2// Created by farhang on 21.01.24.3//45#include <iostream>
-
C++ Meta & Functional Programming sa...
C++ Meta & Functional Programming samples 1#include <iostream>
2#include <vector>
3#include <ranges>
4#include <algorithm>
5 -
A simple Kernel module in C - It rea...
A simple Kernel module in C - It reads the remaining Battery charge and logs it :) 1#
2#Instructions on how to make, load, check and unload.
3#
4#
5
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.
