Skip to content

Instantly share code, notes, and snippets.

View gblmarquez's full-sized avatar
🏡
Focused on people for growth the business

Gabriel Marquez gblmarquez

🏡
Focused on people for growth the business
View GitHub Profile
@gblmarquez
gblmarquez / gist:f7917b0275cc1c033f3a
Created February 11, 2016 21:14
Documentação TaxationType
/// Tributação dentro do mesmo município
WithinCity = 1,
/// Tributação fora do município
OutsideCity = 2,
/// Exportação
Export = 4,
/// Isento
@gblmarquez
gblmarquez / bootstrap.sh
Last active July 13, 2016 20:43
mac bootstrap
brew cask install google-chrome
brew cask install firefox
brew cask install skype
brew cask install spotify
brew cask install iterm2
brew cask install atom
brew cask install virtualbox --appdir=/Applications
brew install azukiapp/azk/azk

/Providers

POST /Providers

  {
    id: "paulistana", // ID
    name: "Paulistana",
    standard: "ABRASF",
    version: "1.00",
    actions: [
@gblmarquez
gblmarquez / .tmux.conf
Created August 6, 2015 14:28
.tmux.conf with fish as default shell
# Default termtype. If the rcfile sets $TERM, that overrides this value.
set -g default-terminal screen-256color
# support logging out and back in
set -g update-environment "SSH_ASKPASS SSH_AUTH_SOCK SSH_AGENT_PID SSH_CONNECTION"
# pbcopy support
set-option -g default-command "reattach-to-user-namespace -l bash"
# vi mode
@gblmarquez
gblmarquez / config.fish
Last active August 29, 2015 14:26 — forked from anonymous/config.fish
.config/fish/config.fish
# Remove default fish greeting
set --erase fish_greeting
# Path to your oh-my-fish.
set fish_path $HOME/.oh-my-fish
# Plugins
# Path to your custom folder (default path is ~/.oh-my-fish/custom)
#set fish_custom $HOME/dotfiles/oh-my-fish
@gblmarquez
gblmarquez / cnaes-servico.json
Last active May 14, 2018 15:07
CNAEs de Serviço
[
"0161001",
"0161002",
"0161003",
"0161099",
"0162801",
"0162802",
"0162803",
"0162899",
"0163600",
@gblmarquez
gblmarquez / valid_ceps.json
Last active December 14, 2023 20:23
Valid postal codes (CEP) for Brazil
This file has been truncated, but you can view the full file.
[
"01001000",
"01001001",
"01001010",
"01002000",
"01002001",
"01002010",
"01002020",
"01003000",
"01003001",
@gblmarquez
gblmarquez / gist:dd23213a5afc1fe0f854
Created June 18, 2015 00:58
test oauth2 with resource owner
var oauth2 = require('./lib/simple-oauth2.js')({
clientID: 'roclient',
clientSecret: 'secret',
site: 'http://id.conube.com.br',
tokenPath: '/connect/token'
});
var request, result, error;
var params = {
@gblmarquez
gblmarquez / conemu.xml
Created April 27, 2015 15:07
conemu.xml
<?xml version="1.0" encoding="utf-8"?>
<key name="Software">
<key name="ConEmu">
<key name=".Vanilla" modified="2015-04-27 12:06:15" build="150420">
<value name="StartType" type="hex" data="02"/>
<value name="CmdLine" type="string" data=""/>
<value name="StartTasksFile" type="string" data=""/>
<value name="StartTasksName" type="string" data="{PowerShell (Admin)}"/>
<value name="StartFarFolders" type="hex" data="00"/>
<value name="StartFarEditors" type="hex" data="00"/>
sudo apt-get -y install curl
echo "Add repos"
#Chrome
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list'
# VirtualBox
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc -O- | sudo apt-key add -
sudo sh -c 'echo "deb http://download.virtualbox.org/virtualbox/debian saucy contrib" >> /etc/apt/sources.list.d/virtualbox.list'
# Spotify