Skip to content

Instantly share code, notes, and snippets.

View DeoEsor's full-sized avatar
😾

Valeriy Vartumyan DeoEsor

😾
View GitHub Profile

Contributing

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

Please note we have a code of conduct, please follow it in all your interactions with the project.

Pull Request Process

  1. Ensure any install or build dependencies are removed before the end of the layer when doing a
@lizhongz
lizhongz / decorator.cpp
Last active September 13, 2023 08:55
C++ decorator measuring the execution time of a function
#include <functional>
#include <chrono>
#include <iostream>
template <class> struct ExeTime;
// Execution time decorator
template <class R, class... Args>
struct ExeTime<R(Args ...)> {
public:
@matthewjberger
matthewjberger / instructions.md
Last active July 22, 2024 20:47
Install a nerd font on ubuntu

1.) Download a Nerd Font

2.) Unzip and copy to ~/.fonts

3.) Run the command fc-cache -fv to manually rebuild the font cache

@nalgeon
nalgeon / lines.json
Last active November 7, 2022 12:31
Цвета линий метрополитена
{
"Нижний Новгород": {
"Автозаводская": "D80707",
"Сормовско-Мещерская": "0071BC"
},
"Екатеринбург": {
"Север-Юг": "0A6F20"
},
"Москва": {
"Сокольническая": "E42313",