Control the versions using environment variables, put this in your .bashrc or .zshrc.
PHP_VERSION=7.1
NODE_VERSION=8.0| # Ask for the user password | |
| # Script only works if sudo caches the password for a few minutes | |
| sudo true | |
| # Install kernel extra's to enable docker aufs support | |
| # sudo apt-get -y install linux-image-extra-$(uname -r) | |
| # Add Docker PPA and install latest version | |
| # sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 36A1D7869245C8950F966E92D8576A8BA88D21E9 | |
| # sudo sh -c "echo deb https://get.docker.io/ubuntu docker main > /etc/apt/sources.list.d/docker.list" |
| Nomes das Tabelas | |
| SX1 Manutenção de Perguntas de parametrização (movimentações, consultas e relatórios) | |
| SX2 Manutenção dos Arquivos | |
| SX3 Manutenção dos Campos | |
| SX4 Configuração de Agenda de Relatórios e Processos | |
| SX5 Manutenção de Tabelas | |
| SX6 Manutenção de Parâmetros | |
| SX7 Manutenção de Gatilhos de Campos (SX3) | |
| SX9 Manutenção de Relacionamento entre Arquivos (SX2) | |
| SXA Manutenção de Pastas Cadastrais dos Arquivos (SX2) |
Last Message ID: 81917
Pessoal, a Ambev criou um algoritmo de IA para monitorar e evitar acidentes de trabalho, achei bem interessante, olha aqui:
| cervejaria-ambev/safety: Safety Algorithm is an AI approach developed by Ambev to have a safer environment and avoid incidents on our plants. |
|---|
Se você não se importar de ser em R, tem esse livro aqui:
initialize git depository in the current directory
git init .
display the git remote/origin
cat .git/config
| Command | Description |
|---|---|
git init |
Initialize a local Git repository |
git clone ssh://git@github.com/[username]/[repository-name].git |
Create a local copy of a remote repository |
With a clean master branch checked out, you can create a task branch by typing: