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 | |
<!DOCTYPE html> | |
<html lang="pt-br"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<link rel="stylesheet" href="css/styles.css" /> | |
<script src="js/jquery.js"> </script> | |
<script src="js/source.js"></script> |
Faça o download dos arquivos abaixo para instalar o LibreOffice 3.5.1:
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
<!doctype html> | |
<html lang="pt-br"> | |
<head> | |
<meta charset="UTF-8" /> | |
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Economica' /> | |
<link rel="stylesheet" href="css/reset.css" /> | |
<link rel="stylesheet" href="css/styles.css" /> | |
<script src="js/source.js"></script> | |
<title>Backgrounds</title> | |
</head> |
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
*{ | |
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale'); | |
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')"; | |
} |
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
<?php | |
$name = 'marcos'; | |
$last_name = 'garcia'; | |
echo 'My name is', $name, $last_name; | |
echo 'My name is', ucfirst($name), ucfirst($last_name); | |
// Resultado #0: My name is marcos garcia |
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
download_provas () { | |
clear | |
echo -n 'Digite o CÓDIDO DO CARGO (exemplo: 045, 055, 083 etc.) e tecle <Enter>: '; read os | |
echo '' | |
sleep 3 | |
wget http://www.caipimes.com.br/pmsa082011/provas/$os.pdf | |
N_FILES=`ls | grep -c $os` | |
if (test $N_FILES -gt 0) then | |
echo '' |
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
127.0.0.1 acervoamador.com | |
127.0.0.1 acervoamador.com.br | |
127.0.0.1 www.acervoamador.com | |
127.0.0.1 www.acervoamador.com.br | |
127.0.0.1 redtube.com | |
127.0.0.1 redtube.com.br | |
127.0.0.1 www.redtube.com | |
127.0.0.1 www.redtube.com.br | |
127.0.0.1 xvideos.com | |
127.0.0.1 xvideos.com.br |