Skip to content

Instantly share code, notes, and snippets.

View atmosmps's full-sized avatar
👨‍💻
Focusing

Atmos Maciel atmosmps

👨‍💻
Focusing
View GitHub Profile
@pgmccann
pgmccann / styles.less
Created April 17, 2014 08:59
Condensed tree view for http://atom.io. Modify stylesheet using Atom > Open Your Stylesheet.
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
@skarllot
skarllot / make-icpbrasil-bundle.sh
Last active November 16, 2024 21:48
Download ICP-Brasil certificates and make a bundle
#!/bin/bash
HTTPADDR=http://acraiz.icpbrasil.gov.br/credenciadas/CertificadosAC-ICP-Brasil/ACcompactado.zip
DEST=/etc/ssl/certs/icp-brasil
mkdir -p ${DEST}
cd ${DEST}
rm -f *.crt
rm -f *.zip
@ramcoelho
ramcoelho / regras_phpmaranhao.md
Last active February 8, 2018 21:28
PHP Maranhão: Regras do Grupo

Regras do grupo

Para tópicos

Antes de abrir um novo tópico verifique se já não existe um outro tópico aberto com o mesmo assunto/dúvida. Verifique antes também possíveis soluções para as suas dúvidas no Google.