Skip to content

Instantly share code, notes, and snippets.

View saulozitos's full-sized avatar
🏠
Working from home

Saulo Campos saulozitos

🏠
Working from home
View GitHub Profile
@saulozitos
saulozitos / any.hpp
Last active July 5, 2021 02:19 — forked from shoooe/any.hpp
A simple implementation of Boost's any, as an exercise.
#pragma once
#include <exception>
#include <memory>
#include <typeinfo>
#include <type_traits>
namespace utils{
class any;
@saulozitos
saulozitos / arch_cheatsheet.txt
Created September 21, 2020 11:34 — forked from yufengwng/arch_cheatsheet.txt
Arch Linux Commands Cheatsheet
pacman
======
view logs: /var/log/pacman.log
update system
# pacman -Syu
list installed packages
# pacman -Q