Skip to content

Instantly share code, notes, and snippets.

View ctrlMarcio's full-sized avatar
🍉

Márcio Duarte ctrlMarcio

🍉
View GitHub Profile
@ctrlMarcio
ctrlMarcio / csv
Last active August 2, 2023 09:14
Data about municipalities in Portugal, coming from https://anmp.pt/municipios/municipios/contactos-camaras-municipais/
Nome,Localização,Presidente,Phone 1,Phone 2,Email,Website
Abrantes,Praça Raimundo Soares 2200-366 ABRANTES,Manuel Jorge Valamatos Reis,241 330 100,241 330 190,geral@cm-abrantes.pt,http://www.cm-abrantes.pt
Águeda,Praça do Município 2 3754-500 ÁGUEDA,Jorge Almeida,234 610 070,234 610 078,geral@cm-agueda.pt,http://www.cm-agueda.pt
Aguiar da Beira,Av. da Liberdade 3570-018 AGUIAR DA BEIRA,Joaquim António Bonifácio,232 689 100,232 688 894,geral@cm-aguiardabeira.pt,http://www.cm-aguiardabeira.pt
Alandroal,Praça da República 7250-116 ALANDROAL,João Maria Aranha Grilo,268 440 040,268 440 042,geral@cm-alandroal.pt,http://www.cm-alandroal.pt
Albergaria-a-Velha,Praça Comendador Ferreira Tavares 3850-053 ALBERGARIA-A-VELHA,António Augusto Loureiro Santos,234 529 300,234 522 225,geral@cm-albergaria.pt,http://www.cm-albergaria.pt
Albufeira,Cerro da Alagoa 8200-863 ALBUFEIRA,José Carlos Martins Rolo,289 599 500,289 599 511,geral@cm-albufeira.pt,http://www.cm-albufeira.pt
Alcácer do Sal,Largo Pedro Nunes 7580-125 ALCÁCER DO
@ctrlMarcio
ctrlMarcio / arc-whatsapp-sidebar.js
Last active May 30, 2023 14:39
⚠️ DEPRECATED FOR BOOSTS V2 ⚠️ Boost for Arc Browser (https://arc.net/) based on this tweet: https://twitter.com/adithyashreshti/status/1579896377366044672
const HALF_OPEN_WIDTH = 80
// this value starts as -1
// and is updated when the sidebar is updated the first time
// this is the width to which the sidebar will resize when it is fully open
let SIDEBAR_WIDTH = -1
// state enumerator, can only be closed, half-closed, and open
const state = {
closed: 0,
halfClosed: 1,
@ctrlMarcio
ctrlMarcio / Doxyfile
Last active October 8, 2019 20:35
Semi-personalized Doxyfile for most of my C++ projects. Intended to run inside /docs.
# Doxyfile 1.8.13
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is: