This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:0A3D7C5B8C2499A8BEBCE72869D2E5C413569DA2]
| @misc{website:evidencia_indicador-lider, | |
| author = "Grupo Académico Evidencia", | |
| title = "Informe indicador lider", | |
| month = "January", | |
| year = "2023", | |
| url = "https://evidencia-pe.com/blog/2023/01/indicador-lider" | |
| } |
| fecha | empleo | consumo_privado | |
|---|---|---|---|
| 03/31/99 | -4.4 | 2.8 | |
| 06/30/99 | -5.8 | -0.5 | |
| 09/30/99 | -7.1 | -2.0 | |
| 12/31/99 | -6.0 | -5.8 | |
| 03/31/00 | -4.3 | -0.5 | |
| 06/30/00 | -2.5 | 0.7 | |
| 09/30/00 | -1.4 | 1.7 | |
| 12/31/00 | -2.2 | 8.5 | |
| 03/31/01 | -2.5 | 1.2 |
| [Desktop Entry] | |
| Encoding=UTF-8 | |
| Categories=Programming | |
| Comment=Jupyter Notebook | |
| Exec=bash -c "$HOME/venv/jupyter/jupyter.sh" | |
| GenericName=Friendly IDE | |
| Icon=jupyter.png | |
| Name=Jupyter | |
| Terminal=false | |
| Type=Application |
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://keyoxide.org/guides/openpgp-proofs
[Verifying my OpenPGP key: openpgp4fpr:0A3D7C5B8C2499A8BEBCE72869D2E5C413569DA2]
| [ | |
| { "keys": [":"], "type": "function", "command": "enter_command_line_mode" }, | |
| { "keys": ["l"], "type": "function", "command": "focus_next" }, | |
| { "keys": ["h"], "type": "function", "command": "focus_previous" }, | |
| { "keys": ["k"], "type": "function", "command": "move_up" }, | |
| { "keys": ["j"], "type": "function", "command": "move_down" }, | |
| { "keys": ["PAGE_UP"], "type": "function", "command": "page_up" }, | |
| { "keys": ["PAGE_DOWN"], "type": "function", "command": "page_down" }, | |
| { "keys": ["ENTER"], "type": "function", "command": "activate" }, |
| -----BEGIN PGP PUBLIC KEY BLOCK----- | |
| mQINBF+BCkMBEAC8tdERUmvhsJJJsfKIibODSQzHcbDCgR/p6xc4CyyMNiTobQ1a | |
| BlH4Z110CDEfVETydL4R+o2rYfILfWdsMJJcHNj0xiwNIcLfYCsGbxc+AA3hp6ic | |
| MRVpjBIX0zzx7ByvuBdw2epYigyopkTNPPmXNPXciQr/NwHYSyUFEUVtI0qDh+M1 | |
| jRNXdZ0At+vgCS2Iz0ae+7iWrkQ/QPJRmwjuTPJQXJY1KlU8QQ+8DPhfz56YVpce | |
| Eq8vQTb6ltF9k5zDKAaecMVu14AL5LhUTw06nugwbSYQsJLKCAV3uBiR7Be/E43H | |
| ZbIX2DO657IoEe/SzBmzL6iHuNofv6TQ5SdeeF0ATk1xyFF630JtFFN50p54ub8b | |
| BMu3v+YBCRwo+hxgE0swuZx6xpd/haX41pLHG9YZO7ykHroPErWsi29hs/TAerLh | |
| hFtbCjkem/hsi6MKsI1xscbjenTV8lbc0R30F0iIpghmlY4IzJl77Rtr80Vi0Cvf |
| { | |
| "coc.preferences.formatOnSaveFiletypes": [ | |
| "css", | |
| "markdown", | |
| "javascript", | |
| "graphql", | |
| "html", | |
| "yaml", | |
| "json", | |
| "python", |
| set rtp+=~/.vim/bundle/Vundle.vim | |
| filetype plugin indent on | |
| call plug#begin() | |
| Plugin 'dylanaraps/wal.vim' | |
| Plugin 'vim-airline/vim-airline' | |
| Plugin 'francoiscabrol/ranger.vim' | |
| Plugin 'neoclide/coc.nvim', {'branch': 'release'} | |
| Plugin 'voldikss/vim-floaterm' |
| # Mi RSS | |
| http://www.andyrufasto.cf/rss.xml | |
| # RSS feed reader: | |
| https://feedly.com/ | |
| # Crea RSS de diferentes paginas: | |
| https://fetchrss.com/ | |
| # Encuentra ID de canales de youtube: | |
| https://www.invidio.us/ | |
| # Youtube feeds | |
| https://www.youtube.com/feeds/videos.xml?channel_id=<ID> |
| set preview_images true | |
| set preview_images_method ueberzug | |
| set draw_borders true | |
| map cx shell chmod +x %s | |
| default_linemode devicons | |