First, let's set up the 'enviroment'.
- Clone this repo
git clone https://github.com/herdphp/docker-phpqa.git
- Go to the created folder or the one you especified
| <canvas id="board" width="400" height="400"></canvas> | |
| <script> | |
| "use strict"; | |
| var board = ""; | |
| var context = ""; | |
| var x_velocity = 0; | |
| var y_velocity = 0; |
Estamos com vagas para backend aqui na Arizona
Temos uma stack bem variada e gostamos de pensar fora da caixa, utilizando coisas inovadoras para facilitar o dia-a-dia.
Presencial ou Remoto, Zona Sul, São Paulo - Rua Castro Verde, 98
| apt-get update | |
| apt-get install nginx | |
| wget https://dl.eff.org/certbot-auto | |
| chmod a+x certbot-auto | |
| ./certbot-auto |
| #!/bin/bash | |
| for filename in *.jpg; do | |
| newFilename=$(echo $filename | \ | |
| sed -E 's#^.+_(.+).jpg$#\1.jpg#') | |
| mv "$filename" new/"$newFilename" | |
| done |
| FRONTEND PLENO | |
| Atividades: | |
| - Desenvolver Single Page Applications | |
| - Desenvolver um sistema interativo e com qualidade. | |
| - Escrever um código limpo e que funcione em todos os browsers. | |
| - Seguir todas as recomendações dos guias de código. | |
| - Desenvolvimento voltado a usabilidade. | |
| - Garantir que o sistema tenha alto desempenho. | |
| - Criar as funcionalidades de acordo com as requisições do cliente. |
| git branch -a | grep -v HEAD | perl -ne 'chomp($_); s|^\*?\s*||; if (m|(.+)/(.+)| && not $d{$2}) {print qq(git branch --track $2 $1/$2\n)} else {$d{$_}=1}' | csh -xfs |
| #!/bin/bash | |
| imgs=("blowfish" "bong" "bud-frogs" "bunny" "cheese" "cower" "daemon" "default" "dragon" "dragon-and-cow" "elephant" "elephant-in-snake" "eyes" "flaming-sheep" "ghostbusters" "head-in" "hellokitty" "kiss" "kitty" "koala" "kosh" "luke-koala" "meow" "milk" "moofasa" "moose" "mutilated" "ren" "satanic" "sheep" "skeleton" "small" "sodomized" "stegosaurus" "stimpy" "supermilker" "surgery" "telebears" "three-eyes" "turkey" "turtle" "tux" "udder" "vader") | |
| count=${#imgs[@]} | |
| rand=$[ $RANDOM % $count ] | |
| eval "fortune | cowsay -n -f ${imgs[$rand]} | lolcat" |
| This list obtained from | |
| http://www.umass.edu/microbio/rasmol/country-.txt | |
| AD Andorra | |
| AE United Arab Emirates | |
| AF Afghanistan | |
| AG Antigua and Barbuda | |
| AI Anguilla | |
| AL Albania | |
| AM Armenia |
| alias dockerup="docker-machine start default && eval \$(docker-machine env default)" | |
| # Fix numeric keypad | |
| # 0 . Enter | |
| bindkey -s "^[Op" "0" | |
| bindkey -s "^[On" "." | |
| bindkey -s "^[OM" "^M" | |
| # 1 2 3 | |
| bindkey -s "^[Oq" "1" | |
| bindkey -s "^[Or" "2" |