Skip to content

Instantly share code, notes, and snippets.

View 3runoDesign's full-sized avatar
🏡
Stay well, Stay home

Bruno Fernando dos Santos Silva 3runoDesign

🏡
Stay well, Stay home
View GitHub Profile
@3runoDesign
3runoDesign / estados-cidades.json
Created April 16, 2016 21:43 — forked from letanure/estados-cidades.json
JSON estados cidades
{
"estados": [
{
"sigla": "AC",
"nome": "Acre",
"cidades": [
"Acrelândia",
"Assis Brasil",
"Brasiléia",
"Bujari",
@3runoDesign
3runoDesign / .htaccess
Created August 30, 2017 20:26 — forked from lucasprogamer/.htacess
WP .htaccess
#Força a utilizar Cache-Control e Expires header
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
FileETag None
<IfModule mod_expires.c>
ExpiresActive on
ExpiresDefault "access plus 1 month"
ExpiresByType text/cache-manifest "access plus 0 seconds"
# Html
@3runoDesign
3runoDesign / EloquentCheatSheet.md
Created October 22, 2018 17:28 — forked from avataru/EloquentCheatSheet.md
Eloquent relationships cheat sheet
@3runoDesign
3runoDesign / ccdl.command
Last active May 14, 2021 06:33 — forked from jorisguex/ccdl.command
Adobe Offline Package Generator v0.1.2 (macOS only)
#!/bin/bash
CYAN="$(tput bold; tput setaf 6)"
RESET="$(tput sgr0)"
clear
if command -v python3 > /dev/null 2>&1; then
if [ $(python3 -c "print('ye')") = "ye" ]; then
clear