Skip to content

Instantly share code, notes, and snippets.

View lmariscal's full-sized avatar
🫖
418

Leonardo Mariscal lmariscal

🫖
418
View GitHub Profile
@lmariscal
lmariscal / leo@ldmd.mx.pgp
Created December 7, 2020 04:51
leo@ldmd.mx.pgp
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEXrdSgBYJKwYBBAHaRw8BAQdAnHxKwzQ6sMAcEcDU/OPs8CTAVlnRg2j3iCEM
xG4Q1ga0H0xlb25hcmRvIE1hcmlzY2FsIDxsZW9AbGRtZC5teD6IjgQTFgoANhYh
BLMwIx3BjpFcvoEpM5bOgxcHIHSfBQJet1KAAhsDBAsJCAcEFQoJCAUWAgMBAAIe
AQIXgAAKCRCWzoMXByB0n78RAQD4X6q/vDeRJRCJtDF63Dw8e1kpAd8dfevnBUUh
2uI30wD7BhO4RXTUCebr/1/r+q7g0TK9D4pv6k2/a1AYvhAWTwO4OARet1KAEgor
BgEEAZdVAQUBAQdAaavByids3jXKXtNAPIf9AOZ3ZjKdVNHIgUAEwmnuZloDAQgH
iHgEGBYKACAWIQSzMCMdwY6RXL6BKTOWzoMXByB0nwUCXrdSgAIbDAAKCRCWzoMX
ByB0n6C8AP9fKh6W8lWYeptpzdzxc1jnVOC+E24webvR44OrXT+v5gD/Z+PxjIXd
@lmariscal
lmariscal / leo@ldmd.mx.pgp
Last active May 10, 2020 01:06
[pgp.pub] Public key for public use. #pgp
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEXrdSgBYJKwYBBAHaRw8BAQdAnHxKwzQ6sMAcEcDU/OPs8CTAVlnRg2j3iCEM
xG4Q1ga0H0xlb25hcmRvIE1hcmlzY2FsIDxsZW9AbGRtZC5teD6IjgQTFgoANhYh
BLMwIx3BjpFcvoEpM5bOgxcHIHSfBQJet1KAAhsDBAsJCAcEFQoJCAUWAgMBAAIe
AQIXgAAKCRCWzoMXByB0n78RAQD4X6q/vDeRJRCJtDF63Dw8e1kpAd8dfevnBUUh
2uI30wD7BhO4RXTUCebr/1/r+q7g0TK9D4pv6k2/a1AYvhAWTwO4OARet1KAEgor
BgEEAZdVAQUBAQdAaavByids3jXKXtNAPIf9AOZ3ZjKdVNHIgUAEwmnuZloDAQgH
iHgEGBYKACAWIQSzMCMdwY6RXL6BKTOWzoMXByB0nwUCXrdSgAIbDAAKCRCWzoMX
ByB0n6C8AP9fKh6W8lWYeptpzdzxc1jnVOC+E24webvR44OrXT+v5gD/Z+PxjIXd
@lmariscal
lmariscal / terminator.conf
Last active June 28, 2019 20:57
[terminator.conf] Terminator config file. #config
[global_config]
handle_size = 0
tab_position = hidden
title_hide_sizetext = True
title_inactive_bg_color = "#282a36"
title_inactive_fg_color = "#f8f8f2"
title_receive_bg_color = "#282a36"
title_receive_fg_color = "#8be9fd"
title_transmit_bg_color = "#282a36"
title_transmit_fg_color = "#bd93f9"
@lmariscal
lmariscal / minivimrc.vim
Last active June 28, 2019 20:56
[minivimrc] Mini version of my .vimrc for devops. #config
set relativenumber
set number
set list
set listchars=tab:>\ ,trail:*
set encoding=utf-8
set enc=utf-8
set fileencoding=utf-8
set fileencodings=ucs-bom,utf8,prc
set wildignore+=*\\tmp\\*,*.swp,*.zip,*.exe,*.o
set completeopt=menuone,menu,longest,preview
@lmariscal
lmariscal / preferences.sublime-settings
Last active June 26, 2019 07:00
[sublime-settings] Sublime settings file. #config
{
"Seti_ClosedFolder_dots": true,
"Seti_accent_lime": true,
"Seti_alt_tree_row": true,
"Seti_bold_heading": true,
"Seti_lime_label": true,
"Seti_lime_map": true,
"Seti_lime_tabclose": true,
"Seti_no_scroll_icons": false,
"Seti_sb_tree_miny": true,
@lmariscal
lmariscal / init.vim
Last active June 26, 2019 07:00
[nvim] Neovim config file. #config #vim
" https://github.com/lmariscal/nvim
@lmariscal
lmariscal / OpenSourceIsNotAboutYou.md
Created November 27, 2018 02:33 — forked from richhickey/OpenSourceIsNotAboutYou.md
Open Source is Not About You

Open Source is Not About You

The only people entitled to say how open source 'ought' to work are people who run projects, and the scope of their entitlement extends only to their own projects.

Just because someone open sources something does not imply they owe the world a change in their status, focus and effort, e.g. from inventor to community manager.

As a user of something open source you are not thereby entitled to anything at all. You are not entitled to contribute. You are not entitled to features. You are not entitled to the attention of others. You are not entitled to having value attached to your complaints. You are not entitled to this explanation.

If you have expectations (of others) that aren't being met, those expectations are your own responsibility. You are responsible for your own needs. If you want things, make them.

#pragma once
#include "IconsFontAwesome.h" // from https://github.com/juliettef/IconFontCppHeaders
namespace ImGui
{
inline void SetupImGuiStyle( bool bStyleDark_, float alpha_ )
{
@lmariscal
lmariscal / orthodoxc++.md
Created August 6, 2018 21:39 — forked from bkaradzic/orthodoxc++.md
Orthodox C++

Orthodox C++

What is Orthodox C++?

Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.

Why not Modern C++?