Skip to content

Instantly share code, notes, and snippets.

View kuvaldini's full-sized avatar
💭
🌄🦌🏔️ coding in sunny snowy winter forest among mountains

kuvaldini

💭
🌄🦌🏔️ coding in sunny snowy winter forest among mountains
View GitHub Profile
@kuvaldini
kuvaldini / ProfiledScope.hpp
Created February 20, 2024 19:06
Profiler for C++ tracks time consumption in scope {}
#pragma once
#include <iostream>
#include <vector>
#include <map>
#include <string>
#include <chrono>
#include <cstdio>
#include <unistd.h>
@kuvaldini
kuvaldini / gpg-pinentry-inter
Last active May 10, 2026 20:23
gpg-pinentry-inter
#!/usr/bin/env fish
###########################################
## file: bin/gpg-pinentry-inter ##
## author: kuvaldini at gihub.com ##
## license: CC BY, pls credit the author ##
###########################################
##
## DESCRIPTION