This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"value": "001", | |
"label": "Banco do Brasil S.A." | |
}, | |
{ | |
"value": "003", | |
"label": "Banco da Amazônia S.A." | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require([ | |
"./gitgraph/gitgraph.min.js", | |
"./gitgraph/lodash.js" | |
], function() { | |
var myTemplateConfig = { | |
colors: [ "#66ff66", "#00ffff", "#9999ff", "#ff6699", "#ff9966", "#3399ff", "#ff3300" ], // branches colors, 1 per column | |
branch: { | |
lineWidth: 6, | |
spacingX: 40, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Este guia tem por objetivo facilitar a minha vida para ter o meu ambiente restaurado ou construído do zero, mas pode ser utilizado por qualquer outra pessoa que goste de um ubuntu ainda mais fácil para utilizar no desenvolvimento de aplicações PHP com repositórios Git. Não estão colocados aqui detalhes sobre instalação de banco de dados, e o hardwar alvo é um macbook pro 17" i7 com HD SSD. | |
-----Ignore este bloco a partir deste ponto e pule para o item 1 | |
-----Utilizado apenas para anotações rápidas. | |
Revisar: https://wiki.ubuntu.com/Multitouch/AppleMagicTrackpad | |
sudo apt-get install gsynaptics | |
gpointing-device-settings | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 - instalar o build-essential: | |
sudo apt-get install build-essential | |
1 - instalar o nodejs e o npm: | |
sudo apt-get install nodejs; | |
sudo apt-get install npm; | |
2 - instalar o gearman: | |
sudo apt-get install gearman |