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
http://www.flotcharts.org/ | |
http://www.highcharts.com/ | |
http://www.jscharts.com/ | |
http://oesmith.github.com/morris.js/ | |
http://raphaeljs.com/ | |
http://g.raphaeljs.com/ | |
http://www.rgraph.net/examples/ | |
http://code.shutterstock.com/rickshaw/ | |
http://xaviershay.github.com/tufte-graph/ |
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
# lock icon positions in dock | |
defaults write com.apple.dock contents-immutable -bool true | |
# add recent applications in dock | |
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' | |
killall Dock | |
# set extension to screenshots | |
defaults write com.apple.screencapture type jpg |
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
Cargo: Motorista. | |
Exigências do trabalho: Competência profissional em condução de veículos leves como carros e pesados como ônibus e caminhões, ônibus articulados, bondes, metrô, tratores, escavadoras e pás carregadoras, e tanques pesados atualmente em uso pelos países da OTAN. | |
Habilidades em Rali e de condução extremas são obrigatórios! | |
Experiência na Fórmula-1 é um diferencial. | |
Conhecimento e experiência em reparação de motores de pistão e rotor, transmissões automáticas e manuais, sistemas de ignição, computador de bordo, ABS, ABD, GPS e sistemas de áudio automotivo dos fabricantes conhecidos mundialmente – obrigatória! | |
Experiência em tarefas de pintura e funilaria de automóveis é um diferencial. |
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 | |
if [ "x$1" == "x" ]; then | |
echo "First: mysqldump -u root -p --compatible=ansi --skip-opt database > dumpfile" | |
echo "Usage: $0 <dumpfile>" | |
exit | |
fi | |
cat $1 | | |
grep -v ' KEY "' | |
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
[user] | |
name = Matt Di Pasquale | |
email = [email protected] | |
[alias] | |
br = branch | |
ci = commit -am | |
co = checkout | |
df = diff | |
lg = log | |
ll = log -p |
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
# Based on: | |
# http://casperfabricius.com/site/2008/09/21/keeping-git-repositories-on-dreamhost-using-ssh/ | |
# https://gist.github.com/108398 | |
[email protected] | |
GIT_DOMAIN=git_server | |
DH_USER=home/user | |
# set up on the server | |
ssh $DREAMGIT_DOMAIN 'mkdir -p '$GIT_DOMAIN'/'$1'.git && cd '$GIT_DOMAIN'/'$1'.git && git --bare init' |
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
<html> | |
<head> | |
<title>Gerador de CPF, CNPJ e NIT Válidos</title> | |
<script language="javascript"> | |
function gera_random(n) { | |
var ranNum = Math.round(Math.random()*n); | |
return ranNum; | |
} | |
function mod(dividendo,divisor) { |
NewerOlder