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
Estes comandos foram escritos por Rodrigo Mello e foram usados durante o #29 Workshop do Opensanca (http://opensanca.com.br/) que aconteceu no dia 29/10/2016 em São Carlos-SP | |
i - modo de edição | |
ESC - modo de comandos | |
p, P - colar abaixo ou acima | |
setas ou hjkl para movimentação | |
CTRL + v modo visual de seleção por colunas | |
v modo visual de seleção por linhas | |
y copia a região selecionada | |
u undo (desfaz) |
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
var arr = {"0:0":"ffffff","0:1":"ffffff","0:2":"ffffff","0:3":"ffffff","0:4":"ffffff","0:5":"ffffff","0:6":"ffffff","0:7":"ffffff","0:8":"ffffff","0:9":"ffffff","0:10":"ffffff","0:11":"ffffff","0:12":"ffffff","0:13":"ffffff","0:14":"ffffff","0:15":"ffffff","0:16":"ffffff","0:17":"ffffff","0:18":"ffffff","0:19":"ffffff","0:20":"ffffff","0:21":"ffffff","0:22":"ffffff","0:23":"ffffff","0:24":"ffffff","0:25":"ffffff","0:26":"ffffff","0:27":"ffffff","0:28":"ffffff","0:29":"ffffff","0:30":"ffffff","0:31":"ffffff","0:32":"ffffff","0:33":"ffffff","0:34":"ffffff","0:35":"ffffff","0:36":"ffffff","0:37":"ffffff","0:38":"ffffff","0:39":"ffffff","0:40":"fffeff","0:41":"fffeff","0:42":"ffffff","0:43":"ffffff","0:44":"ffffff","0:45":"fffeff","0:46":"fffeff","0:47":"fffeff","0:48":"ffffff","0:49":"fffdff","0:50":"f9f5f2","0:51":"cfbda7","1:0":"ffffff","1:1":"ffffff","1:2":"ffffff","1:3":"ffffff","1:4":"ffffff","1:5":"ffffff","1:6":"ffffff","1:7":"ffffff","1:8":"ffffff","1:9":"ffffff","1:10":"ffffff","1:11":"ffffff","1:12":"f |
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
#!/bin/bash | |
# Check root or user | |
if (( EUID != 0 )); then | |
echo -e "\n- - - - - - - - - \n" | |
echo "You are not enough root for this !" | |
echo -e "\n- - - - - - - - - \n" | |
exit | |
fi |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
/* .---. | |
/o o\ | |
__(= " =)__ | |
//\'-=-'/\\ | |
) (_ | |
/ `"=-._ | |
/ \ ``"=. | |
/ / \ \ `=..--. | |
___/ / \ \___ _, , `\ | |
`-----' `""""`'-----``"""` \ \_/ |