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:e1543e0087c38fa79b4cfc4e0920dc04
Created October 21, 2016 15:57
Aluminum 3-Port USB 3.0 and Ethernet Hub - Upgrade Patch (Mac OS 10.10) Driver
https://d2c6jjk3vnoatm.cloudfront.net/spree/products/accessoies/223/41451F80A088E2F_macos0006-RTUNICv1.0.11.zip
@gblmarquez
gblmarquez / acesso.txt
Created October 5, 2016 18:46
Live TIM Modem acesso
Login: T1m4dm
Senha: @T1m@dml1v@
@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 = {