Comprar ações da Petrobrás ou da Vale do Rio Doce é só pra quem gosta de emoções. Já não irão subir tanto como pode ocorrer com uma smallcaps ou uma midcaps. Muito melhor um fundo de investimento. Petrobrás e Vale, só pra day trade.
BBAS3 pode ser um bom investimento mas como é do governo, tem sempre uma merda explodindo, praticamente todo santo dia uma merda explode em brasília. Daí já viu.
sábado, 26 de janeiro de 2013
sexta-feira, 25 de janeiro de 2013
terça-feira, 22 de janeiro de 2013
BBAS3
Depois da merda de anúncio sobre aquisições de maior quantidade das ações do Banco Votorantim pelo Banco do Brasil, as ações BBAS3 despencam. É o que dá ser sócio do governo.
Queda com alvo em R$ 25,18.
Governo corrupto fdp. Vão conseguir falir o BB, malditos.
Queda com alvo em R$ 25,18.
Governo corrupto fdp. Vão conseguir falir o BB, malditos.
quinta-feira, 29 de novembro de 2012
apt
remover arquitetura
dpkg --remove-architecture i386
forçar remoção
dpkg --purge --force-depends liblzma5:i386
arrancar arquitetura
vim /var/lib/dpkg/arch
dpkg --force-architecture --force-depends -i AdbeRdr9.5.1-1_i386linux_enu.deb
dpkg --remove-architecture i386
forçar remoção
dpkg --purge --force-depends liblzma5:i386
arrancar arquitetura
vim /var/lib/dpkg/arch
dpkg --force-architecture --force-depends -i AdbeRdr9.5.1-1_i386linux_enu.deb
terça-feira, 27 de novembro de 2012
domingo, 25 de novembro de 2012
Livros To Buy
1 - Orgulho Asteca Autor: Gary Jennings
2 - Outono Asteca Autor: Gary Jennings
3 - Sangue Asteca Autor: Gary Jennings
4 - Holocausto Asteca Autor: Gary Jennings
A Enciclopédia de Serial Killers
Autor: Newton, Michael
O Livro Completo Sobre Os Serial Killers
Autor: Philbin, Michael; Philbin, Tom
Serial Killers
Autor: Vronsky, Peter
:)
:/
:(
:\
:x
:p
:O
Nobody!
domingo, 18 de novembro de 2012
sábado, 17 de novembro de 2012
quinta-feira, 15 de novembro de 2012
sexta-feira, 2 de novembro de 2012
youtube-dl ERROR: unable to download video
ERROR: unable to download video
FAÇA COMO ROOT:
youtube-dl -U
e volte a baixar o video
FAÇA COMO ROOT:
youtube-dl -U
e volte a baixar o video
quinta-feira, 1 de novembro de 2012
Latex - Tabela
//Tabela Simples
\begin{table}
\begin{tabular}{|c|c|}
\hline
A & B \\ \hline
C & C \\
\hline
\end{tabular}
\end{table}
//Tabela mais kakko
\documentclass[11pt]{article}
\usepackage[table]{xcolor}
\definecolor{lightgray}{gray}{0.9}
\begin{document}
\begin{table}[ht]
\caption{default}
\begin{center}
\rowcolors{1}{}{lightgray}
\begin{tabular}{r|rrrrr}
\hline
& 1 & 2 & 3 & 4 & 5 \\
\hline
1 & 2.36 & 1.08 & -0.49 & -0.82 & -0.65 \\
2 & -0.68 & -1.13 & -0.42 & -0.72 & 1.51 \\
3 & -1.00 & 0.02 & -0.54 & 0.31 & 1.28 \\
4 & -0.99 & -0.54 & 0.97 & -1.12 & 0.59 \\
5 & -2.35 & -0.29 & -0.53 & 0.30 & -0.30 \\
6 & -0.10 & 0.06 & -0.85 & 0.10 & -0.60 \\
7 & 1.28 & -0.46 & 1.33 & -0.66 & -1.80 \\
8 & 0.80 & 0.46 & 1.37 & 1.73 & 1.93 \\
9 & -0.75 & 0.28 & 0.51 & 0.19 & 0.58 \\
10 & -1.64 & -0.12 & -1.17 & -0.10 & -0.04 \\
\hline
\end{tabular}
\end{center}
\end{table}
\end{document}
---------------------------------------------------------
\begin{table}[ht]
\centering
\begin{tabular}{c|ccccccc}
\hline
& col1 & col2 & col3 & col4 & col5 & col6 & col7 \\
\hline
\rowcolor{LightCyan}
row1& \ra & \ra & \ra & \ra & \ra & \ra & \ra \\
row2& \ra & \ra & \ra & \ra & \ra & \ra & \ra \\
\rowcolor{LightCyan}
row3& \ra & \ra & \ra & \ra & \ra & \ra & \ra \\
row4& \ra & \ra & \ra & \ra & \ra & \ra & \ra \\
\rowcolor{LightCyan}
row5& \ra & \ra & \ra & \ra & \ra & \ra & \ra \\
row6& \ra & \ra & \ra & \ra & \ra & \ra & \ra \\
\hline
\end{tabular}
\end{table}
terça-feira, 30 de outubro de 2012
L P S
Hi every one! i"m not a good programmer and doing MSc in Geo Informatics, I just follow the step on Windows 7 ultimate its work fine! consider already i have install on my machine ArcGis 9.3 it does not make any problem.
here the step!
1.Install Drdas Imagine
2.Dwonload ftp://65.168.209.140/updates/i92/Released/LGGI_VistaLicenseServer.exe and Install.
Copy the license.dat and ERDAS.exe to C:\Program Files\Leica Geosystems\Shared\Bin\NTx86
and overwrite.
sexta-feira, 26 de outubro de 2012
debian
SE:
Error mounting: mount exited with exit code 1: helper failed with: Unprivileged user can not mount NTFS block devices using the external FUSE library. Either mount the volume as root, or rebuild NTFS-3G with integrated FUSE support and make it setuid root. Please see more information at http://tuxera.com/community/ntfs-3g-faq/#unprivileged
# fdisk -l
/dev/sdb1 bla bla bla ntfs
# cat /etc/fstab
/dev/sdb1 /media/usb0 auto rw,user,noauto 0 2
# lsb_release -a
Distributor ID: Debian
Description: Debian GNU/Linux testing (wheezy)
Release: testing
Codename: wheezy
# uname -a
Linux eu 3.2.0-2-amd64 #1 SMP Mon Jun 11 17:24:18 UTC 2012 x86_64 GNU/Linux
ENTÃO:
# vim /etc/fstab
/dev/sdb1 /media/usb0 ntfs-3g rw,user,noauto 0 2
REBOOT THE SYSTEM
solved!
works!
funciona!
Error mounting: mount exited with exit code 1: helper failed with: Unprivileged user can not mount NTFS block devices using the external FUSE library. Either mount the volume as root, or rebuild NTFS-3G with integrated FUSE support and make it setuid root. Please see more information at http://tuxera.com/community/ntfs-3g-faq/#unprivileged
----------------------
INFOS:# fdisk -l
/dev/sdb1 bla bla bla ntfs
# cat /etc/fstab
/dev/sdb1 /media/usb0 auto rw,user,noauto 0 2
# lsb_release -a
Distributor ID: Debian
Description: Debian GNU/Linux testing (wheezy)
Release: testing
Codename: wheezy
# uname -a
Linux eu 3.2.0-2-amd64 #1 SMP Mon Jun 11 17:24:18 UTC 2012 x86_64 GNU/Linux
ENTÃO:
# vim /etc/fstab
/dev/sdb1 /media/usb0 ntfs-3g rw,user,noauto 0 2
REBOOT THE SYSTEM
solved!
works!
funciona!
sexta-feira, 19 de outubro de 2012
Pdfcrop
Cortas as margens de arquivo pdf:
pdfcrop --margins '40 30 25 30' --clip entrada.pdf saida.pdf
pdfcrop --margins '40 30 25 30' --clip entrada.pdf saida.pdf
Montar um pdf com 3 páginas por folha:
pdfnup --nup 3x1 --frame true --landscape --outfile saida.pdf entrada.pdf
Para imprimir:
Escolher o Short Edge (Flip) ou Lado Curto.
quarta-feira, 5 de setembro de 2012
Unrar
Adicionar arquivo ao pacote:
rar a pacote.rar arquivo.jpg
Adicionar um comentário:
rar c pacote.rar comment
Deletar arquivos:
rar d pacote.rar arquivo.txt
Extrair arquivos:
rar e pacote.rar
Extrair criando subdiretórios:
rar x pacote.rar
Atualizar o pacote:
rar f pacote.rar
Reparar um pacote:
rar r pacote.rar
Reconstruir com volumes faltantes:
rar rc pacote.rar
Testar o pacote:
rar t pacote.rar
rar a pacote.rar arquivo.jpg
Adicionar um comentário:
rar c pacote.rar comment
Deletar arquivos:
rar d pacote.rar arquivo.txt
Extrair arquivos:
rar e pacote.rar
Extrair criando subdiretórios:
rar x pacote.rar
Atualizar o pacote:
rar f pacote.rar
Reparar um pacote:
rar r pacote.rar
Reconstruir com volumes faltantes:
rar rc pacote.rar
Testar o pacote:
rar t pacote.rar
quinta-feira, 23 de agosto de 2012
Formatação em Latex - UFPR
\documentclass[a4paper,11pt]{article}
\usepackage[utf8x]{inputenc}
\usepackage[brazil]{babel}
\usepackage[T1]{fontenc}
\usepackage{ae}
\usepackage{indentfirst}
\usepackage[sc]{mathpazo}
\linespread{1.15} % Palatino needs more leading (space between lines)
\setlength{\hoffset}{-10mm} %Margem esquerda
\setlength{\textwidth}{445pt} %Comprimento da Linha
\setlength{\voffset}{-8mm} %Margem superior da pagina
\setlength{\textheight}{630pt} %margem inferior da página
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
\usepackage{tabularx}
\usepackage{booktabs}
\usepackage{colortbl} %colorir tabelas
\usepackage[table]{xcolor} %coloir tabelas
\usepackage{color} %colorir textos \textcolor{cor}{texto}
\usepackage{tikz}
\usepackage{helvet}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{eulervm}
Marcadores:
latex
Formatação: Rosto em Latex - UFPR
\begin{titlepage}
\vfill
\begin{center}
{\large \textbf{UNIVERSIDADE FEDERAL DO PARANÁ}} \\[4cm]
{\large \textbf{SEU NOME}}\\[5cm]
{\Large NOME DO TRABALHO}\\[2cm]
Marcadores:
latex
Formatação de Capa em Latex - UFPR
\begin{titlepage}
\vfill
\begin{center}
{\large \textbf{UNIVERSIDADE FEDERAL DO PARANÁ}} \\[2.5cm]
{\large \textbf{SEU NOME}}\\[4cm]
Marcadores:
latex
sexta-feira, 3 de agosto de 2012
Assinar:
Postagens (Atom)