<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5838859661469193942</id><updated>2024-03-05T10:23:20.830-03:00</updated><category term="Ciência da Computação"/><category term="Tutorial"/><category term="Vaga de Emprego"/><category term="LEITURA E PRODUÇÃO TEXTUAL I"/><category term="LÓGICA COMPUTACIONAL"/><category term="ALGORITMOS E LÓGICA DE PROGRAMAÇÃO"/><category term="ARQUITETURA DE COMPUTADORES"/><category term="C++"/><category term="Docker"/><category term="FUNDAMENTOS DE SISTEMAS DE INFORMAÇÃO"/><category term="Firebase"/><category term="GIMP"/><category term="Go lang"/><category term="Google"/><category term="Google Allo"/><category term="Google Assistente"/><category term="Google Duo"/><category term="Google Home GDG BH"/><category term="Google I/O"/><category term="Javascript"/><category term="Linguagem de Programação"/><category term="MATEMÁTICA PARA INFORMÁTICA"/><category term="Programação"/><category term="Ubuntu"/><title type='text'>Ciência da Computação</title><subtitle type='html'>O objetivo é servir de apoio para os estudantes de Ciência da Computação.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-2246793668903766752</id><published>2018-04-26T23:19:00.000-03:00</published><updated>2018-04-26T23:21:33.386-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Docker"/><category scheme="http://www.blogger.com/atom/ns#" term="Ubuntu"/><title type='text'>Instalando Docker CE no Ubuntu 18.04</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYtQ1j2iZ98KIW3hIzDb9-C3QWi9aMsIJm1wkqhiRoOq2NA3_YLeMYZa01zxpXBN1YB0fsv7CymgpBYwMojdhhR675CLe7kH9jblwyPf3vnWgEe8A2bFEW_DkmxCRZdkOq7GjQ9jURuLs/s1600/1_126sHZF_Xo8TVuk6ybWnlA.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; data-original-height=&quot;613&quot; data-original-width=&quot;792&quot; height=&quot;247&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYtQ1j2iZ98KIW3hIzDb9-C3QWi9aMsIJm1wkqhiRoOq2NA3_YLeMYZa01zxpXBN1YB0fsv7CymgpBYwMojdhhR675CLe7kH9jblwyPf3vnWgEe8A2bFEW_DkmxCRZdkOq7GjQ9jURuLs/s320/1_126sHZF_Xo8TVuk6ybWnlA.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Neste tutorial bem simples vou mostrar&amp;nbsp; como fazer a instalação do Docker CE utilizando o repositório oficial do Docker. Para isso vamos realizar duas etapas, a primeira é a preparação do sistema e em seguida será a instalação em si.&lt;br /&gt;
&lt;br /&gt;
Preparação do sistema:&lt;br /&gt;
&lt;br /&gt;
Abra o terminal apertando Ctrl+Alt+T e em seguida vamos atualizar os pacotes apt digitando o seguinte comando:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;highlight&quot; style=&quot;background-color: whitesmoke; border-radius: 4px; border: 1px solid rgb(204, 204, 204); box-sizing: border-box; color: #333333; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; line-height: 1.42857; margin-bottom: 10px; overflow: auto; padding: 9.5px; word-break: normal !important; word-wrap: break-word;&quot;&gt;&lt;code style=&quot;background-color: transparent; border-radius: 0px; box-sizing: border-box; color: inherit; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: inherit; overflow-wrap: normal; overflow-x: auto; padding: 0px;&quot;&gt;&lt;span class=&quot;nb&quot; style=&quot;box-sizing: border-box; color: #658b00;&quot;&gt;sudo &lt;/span&gt;apt-get update&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Agora vamos instalar alguns pacotes que serão necessários para realizar a instalação do Docker:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;highlight&quot; style=&quot;background-color: whitesmoke; border-radius: 4px; border: 1px solid rgb(204, 204, 204); box-sizing: border-box; color: #333333; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; line-height: 1.42857; margin-bottom: 10px; overflow: auto; padding: 9.5px; word-break: normal !important; word-wrap: break-word;&quot;&gt;&lt;code style=&quot;background-color: transparent; border-radius: 0px; box-sizing: border-box; color: inherit; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: inherit; overflow-wrap: normal; overflow-x: auto; padding: 0px;&quot;&gt;&lt;span class=&quot;nb&quot; style=&quot;box-sizing: border-box; color: #658b00;&quot;&gt;sudo &lt;/span&gt;apt-get install &lt;span class=&quot;se&quot; style=&quot;box-sizing: border-box; color: #cd5555;&quot;&gt;\&lt;/span&gt;
    apt-transport-https &lt;span class=&quot;se&quot; style=&quot;box-sizing: border-box; color: #cd5555;&quot;&gt;\&lt;/span&gt;
    ca-certificates &lt;span class=&quot;se&quot; style=&quot;box-sizing: border-box; color: #cd5555;&quot;&gt;\&lt;/span&gt;
    curl &lt;span class=&quot;se&quot; style=&quot;box-sizing: border-box; color: #cd5555;&quot;&gt;\&lt;/span&gt;
    software-properties-common&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Adicione a chave GPG oficial:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;highlight&quot; style=&quot;background-color: whitesmoke; border-radius: 4px; border: 1px solid rgb(204, 204, 204); box-sizing: border-box; color: #333333; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; line-height: 1.42857; margin-bottom: 10px; overflow: auto; padding: 9.5px; word-break: normal !important; word-wrap: break-word;&quot;&gt;&lt;code style=&quot;background-color: transparent; border-radius: 0px; box-sizing: border-box; color: inherit; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: inherit; overflow-wrap: normal; overflow-x: auto; padding: 0px;&quot;&gt;curl &lt;span class=&quot;nt&quot; style=&quot;box-sizing: border-box; color: darkmagenta;&quot;&gt;-fsSL&lt;/span&gt; https://download.docker.com/linux/ubuntu/gpg | &lt;span class=&quot;nb&quot; style=&quot;box-sizing: border-box; color: #658b00;&quot;&gt;sudo &lt;/span&gt;apt-key add -&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Agora adicione o repositório oficial do Docker:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;highlight&quot; style=&quot;background-color: whitesmoke; border-radius: 4px; border: 1px solid rgb(204, 204, 204); box-sizing: border-box; color: #333333; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; line-height: 1.42857; margin-bottom: 10px; overflow: auto; padding: 9.5px; word-break: normal !important; word-wrap: break-word;&quot;&gt;&lt;code style=&quot;background-color: transparent; border-radius: 0px; box-sizing: border-box; color: inherit; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: inherit; overflow-wrap: normal; overflow-x: auto; padding: 0px;&quot;&gt;&lt;span class=&quot;nb&quot; style=&quot;box-sizing: border-box; color: #658b00;&quot;&gt;sudo &lt;/span&gt;add-apt-repository &lt;span class=&quot;se&quot; style=&quot;box-sizing: border-box; color: #cd5555;&quot;&gt;\&lt;/span&gt;
   &lt;span class=&quot;s2&quot; style=&quot;box-sizing: border-box; color: #cd5555;&quot;&gt;&quot;deb [arch=amd64] https://download.docker.com/linux/ubuntu &lt;/span&gt;&lt;span class=&quot;se&quot; style=&quot;box-sizing: border-box; color: #cd5555;&quot;&gt;\&lt;/span&gt;&lt;span class=&quot;s2&quot; style=&quot;box-sizing: border-box; color: #cd5555;&quot;&gt;
   bionic &lt;span class=&quot;se&quot; style=&quot;background-color: transparent; box-sizing: border-box; font-size: inherit;&quot;&gt;\&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;s2&quot; style=&quot;box-sizing: border-box; color: #cd5555;&quot;&gt;   stable&quot;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
ATENÇÃO: No momento da criação deste tutorial não estava disponível ainda para Bionic, caso apareça essa mensagem de erro:&lt;br /&gt;
&lt;br /&gt;
E: O pacote &#39;docker-ce&#39; não tem candidato para instalação&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Basta substituir bionic por artful&lt;/div&gt;
&lt;br /&gt;
Instalação do Docker CE:&lt;br /&gt;
&lt;br /&gt;
Agora vamos atualizar novamente os pacotes apt:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;highlight&quot; style=&quot;background-color: whitesmoke; border-radius: 4px; border: 1px solid rgb(204, 204, 204); box-sizing: border-box; color: #333333; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; line-height: 1.42857; margin-bottom: 10px; overflow: auto; padding: 9.5px; word-break: normal !important; word-wrap: break-word;&quot;&gt;&lt;code style=&quot;background-color: transparent; border-radius: 0px; box-sizing: border-box; color: inherit; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: inherit; overflow-wrap: normal; overflow-x: auto; padding: 0px;&quot;&gt;&lt;span class=&quot;nb&quot; style=&quot;box-sizing: border-box; color: #658b00;&quot;&gt;sudo &lt;/span&gt;apt-get update&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Agora basta instalar com o seguinte comando:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;highlight&quot; style=&quot;background-color: whitesmoke; border-radius: 4px; border: 1px solid rgb(204, 204, 204); box-sizing: border-box; color: #333333; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; line-height: 1.42857; margin-bottom: 10px; overflow: auto; padding: 9.5px; word-break: normal !important; word-wrap: break-word;&quot;&gt;&lt;code style=&quot;background-color: transparent; border-radius: 0px; box-sizing: border-box; color: inherit; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: inherit; overflow-wrap: normal; overflow-x: auto; padding: 0px;&quot;&gt;&lt;span class=&quot;nb&quot; style=&quot;box-sizing: border-box; color: #658b00;&quot;&gt;sudo &lt;/span&gt;apt-get install docker-ce&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Pronto, instalado, mas vamos rodar o seguinte comando para verificar se realmente foi instalado com sucesso:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class=&quot;highlight&quot; style=&quot;background-color: whitesmoke; border-radius: 4px; border: 1px solid rgb(204, 204, 204); box-sizing: border-box; color: #333333; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; line-height: 1.42857; margin-bottom: 10px; overflow: auto; padding: 9.5px; word-break: normal !important; word-wrap: break-word;&quot;&gt;&lt;code style=&quot;background-color: transparent; border-radius: 0px; box-sizing: border-box; color: inherit; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: inherit; overflow-wrap: normal; overflow-x: auto; padding: 0px;&quot;&gt;&lt;span class=&quot;nb&quot; style=&quot;box-sizing: border-box; color: #658b00;&quot;&gt;sudo &lt;/span&gt;docker run hello-world&lt;/code&gt;&lt;/pre&gt;
&lt;br /&gt;
Se a instalação ocorreu tudo bem vai aparecer a seguinte mensagem no terminal:&lt;br /&gt;
&lt;br /&gt;
Hello from Docker!&lt;br /&gt;
This message shows that your installation appears to be working correctly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/2246793668903766752/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2018/04/instalando-docker-ce-no-ubuntu-1804.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2246793668903766752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2246793668903766752'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2018/04/instalando-docker-ce-no-ubuntu-1804.html' title='Instalando Docker CE no Ubuntu 18.04'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYtQ1j2iZ98KIW3hIzDb9-C3QWi9aMsIJm1wkqhiRoOq2NA3_YLeMYZa01zxpXBN1YB0fsv7CymgpBYwMojdhhR675CLe7kH9jblwyPf3vnWgEe8A2bFEW_DkmxCRZdkOq7GjQ9jURuLs/s72-c/1_126sHZF_Xo8TVuk6ybWnlA.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-8133543524730105274</id><published>2016-07-13T09:58:00.002-03:00</published><updated>2016-07-13T09:58:16.364-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Vaga de Emprego"/><title type='text'>Chief Technology Officer</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;section class=&quot;ld-job-offer-section&quot; style=&quot;background-color: white; box-sizing: inherit; color: #26333c; font-family: &amp;quot;fira sans&amp;quot;, sans-serif; font-size: 1.25rem; line-height: 1.6; margin: 0px; padding: 2.5rem 0px;&quot;&gt;&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieh-62dk2DRuxQjWUilFBFtsVnDgeOrUgEDM2fUs5PDxZhMUggujkEX2W9InYgkGc65mWip8OxxwLn-nyWgnMt_L8ACrtNn50hyphenhyphenirTzZsjslNjbJ-H-OaiP_FLc86Xp6Fl-8iKNiRRTx2M/s1600/cto.jpeg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;358&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieh-62dk2DRuxQjWUilFBFtsVnDgeOrUgEDM2fUs5PDxZhMUggujkEX2W9InYgkGc65mWip8OxxwLn-nyWgnMt_L8ACrtNn50hyphenhyphenirTzZsjslNjbJ-H-OaiP_FLc86Xp6Fl-8iKNiRRTx2M/s640/cto.jpeg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;b&gt;Local de trabalho: London, GB&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
Festicket is transforming the way music fans discover and book tickets and travel packages for festivals around the world. Our platform revolutionises the music festival industry by offering an end-to-end experience for music travellers through an efficient two-sided marketplace for 500+ music festivals across 40 different countries!&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
In three short years, we have become Europe&#39;s largest music festival platform. We are now seeking to hire a CTO to ensure the continued successful execution of our business missions through development and deployment of disruptive technology.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
The CTO will build our technology teams from the ground-up, own the technical road map and will be responsible for the evolution, development, and delivery of our core platform and products. This will require the vision and skill to transform our market leading festival travel package and content website to a fully formed platform covering the whole festival experience. From point of interest to world class customer serving after-sales. In-so-doing you will see the platform as a web-based, data-driven business in which technology and analytics transforms every aspect of the products we build and the decisions we make.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;em style=&quot;box-sizing: inherit; margin: 0px; padding: 0px;&quot;&gt;Hiring and Leading&lt;/em&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
We believe that hiring great people is the most important factor in building a successful technology company. As our CTO, your primary responsibility will be to build our tech team by hiring only exceptional engineers. We currently have a team of five engineers which we plan to triple over the next 12 months. You will also be responsibility for supporting your existing team - providing guidance and leadership, helping them grow and pushing them to perform their best.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;em style=&quot;box-sizing: inherit; margin: 0px; padding: 0px;&quot;&gt;Technology and Products&lt;/em&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
We are looking for a hands-on CTO who is willing to interface with various stakeholders to solve the complex technical and operational challenges that Festicket faces today. In particular, you and your team will work closely with our co-founders, product manager, data engineer and designer to build beautiful products and to solve problems that will allow us to improve our architecture, increase conversions and acquire new users. You will also formalise budgets, goals, and balance priorities for tech team.&lt;/div&gt;
&lt;div class=&quot;img&quot; style=&quot;box-sizing: inherit; margin: 0px; padding: 0px;&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtrjgGHjA6aK5-6Ndxo3ijBunPN2hL4OE7yMhp2fiyot_dfkDmmqh24KG-hGkOuuGeSTdvt_rNMtF6XBKwJfFC2PZeh84Aeuub5sKWgMboFPQH5RYyKvMTsi1YgLzZDGoJsr_IPd2KNyh0/s1600/festicket-overview-big_image_url-1417685632.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;424&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtrjgGHjA6aK5-6Ndxo3ijBunPN2hL4OE7yMhp2fiyot_dfkDmmqh24KG-hGkOuuGeSTdvt_rNMtF6XBKwJfFC2PZeh84Aeuub5sKWgMboFPQH5RYyKvMTsi1YgLzZDGoJsr_IPd2KNyh0/s640/festicket-overview-big_image_url-1417685632.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/section&gt;&lt;section class=&quot;ld-job-offer-section&quot; style=&quot;background-color: white; border-top-color: rgb(233, 235, 236); border-top-style: solid; border-top-width: 0.0625rem; box-sizing: inherit; color: #26333c; font-family: &amp;quot;fira sans&amp;quot;, sans-serif; font-size: 1.25rem; line-height: 1.6; margin: 0px; padding: 2.5rem 0px;&quot;&gt;&lt;h1 style=&quot;box-sizing: inherit; font-family: Roboto, sans-serif; font-size: 1.2em; font-weight: 500; line-height: 1.3; margin: 0px 0px 1.75rem; padding: 0px;&quot;&gt;
Main requirements&lt;/h1&gt;
&lt;ul style=&quot;-webkit-padding-start: 0px; box-sizing: inherit; list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0px 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;You are a “startup person” and have extensive experience leading and building engineering teams in high growth e-commerce startups&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;You have a deep understanding of the technical architecture of complex and highly scalable applications&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;You have a proven track record of successfully communicating with multiple stakeholders, including the engineering team, the leadership team, other company functions or external vendors&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;You think strategically and are able to see the big picture&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;You are passionate about e-commerce, data, content, and personalisation&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; margin-top: 1.25rem; padding: 0px;&quot;&gt;
&lt;u style=&quot;box-sizing: inherit; margin: 0px; padding: 0px;&quot;&gt;Technologies we use:&lt;/u&gt;&lt;/div&gt;
&lt;ul style=&quot;-webkit-padding-start: 0px; box-sizing: inherit; list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0px 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Django&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;PostgreSQL&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Redis&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Javascript&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Python&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;&lt;section class=&quot;ld-job-offer-section&quot; style=&quot;background-color: white; border-top-color: rgb(233, 235, 236); border-top-style: solid; border-top-width: 0.0625rem; box-sizing: inherit; color: #26333c; font-family: &amp;quot;fira sans&amp;quot;, sans-serif; font-size: 1.25rem; line-height: 1.6; margin: 0px; padding: 2.5rem 0px;&quot;&gt;&lt;h1 style=&quot;box-sizing: inherit; font-family: Roboto, sans-serif; font-size: 1.2em; font-weight: 500; line-height: 1.3; margin: 0px 0px 1.75rem; padding: 0px;&quot;&gt;
Perks&lt;/h1&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
We are providing a competitive salary and stock included between 0.5% to 2% depending on experience. And we can also promise a fun, dynamic environment and the opportunity to work with an awesome team. Our culture is very goal oriented and driven, but also very social.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
We’re located in Camden (NW1 8LH). The tech team has a partitioned space so we can work in peace away from the rest of the company and their endless phone calls.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
We also have a magical self-replenishing fridge full of snacks, fruit and beer.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; padding: 0px;&quot;&gt;
Last but not least, we also give away to employees music festival tickets for events around the world!&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; padding: 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; padding: 0px;&quot;&gt;
&lt;a href=&quot;https://goo.gl/0vR8OZ&quot; target=&quot;_blank&quot;&gt;Candidatar à vaga!&lt;/a&gt;&lt;/div&gt;
&lt;/section&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/8133543524730105274/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2016/07/chief-technology-officer.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/8133543524730105274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/8133543524730105274'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2016/07/chief-technology-officer.html' title='Chief Technology Officer'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEieh-62dk2DRuxQjWUilFBFtsVnDgeOrUgEDM2fUs5PDxZhMUggujkEX2W9InYgkGc65mWip8OxxwLn-nyWgnMt_L8ACrtNn50hyphenhyphenirTzZsjslNjbJ-H-OaiP_FLc86Xp6Fl-8iKNiRRTx2M/s72-c/cto.jpeg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-6854100117644908090</id><published>2016-07-13T09:48:00.002-03:00</published><updated>2016-07-13T09:48:32.918-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Vaga de Emprego"/><title type='text'>IT Security Analyst</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;section class=&quot;ld-job-offer-section&quot; style=&quot;background-color: white; box-sizing: inherit; color: #26333c; font-family: &amp;quot;fira sans&amp;quot;, sans-serif; font-size: 1.25rem; line-height: 1.6; margin: 0px; padding: 2.5rem 0px;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4zV2suxgn-fMjFYrxd42KukjMwCa-ZdrPNshwtd_ZGXHBlmO_SYnHwu1fUiR4OXXJPYwWQOHdBjOGQPF4Nft_uTL-QBdEBhOe2k4Lc5yYknlHaMHPicS2Qt5mjziP-MfbeATsxOwOU50c/s1600/IT+Security+Analyst.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;&lt;img border=&quot;0&quot; height=&quot;378&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4zV2suxgn-fMjFYrxd42KukjMwCa-ZdrPNshwtd_ZGXHBlmO_SYnHwu1fUiR4OXXJPYwWQOHdBjOGQPF4Nft_uTL-QBdEBhOe2k4Lc5yYknlHaMHPicS2Qt5mjziP-MfbeATsxOwOU50c/s640/IT+Security+Analyst.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;b&gt;Local de trabalho: Lisbon, PT&lt;/b&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
At&amp;nbsp;&lt;span style=&quot;box-sizing: inherit; margin: 0px; padding: 0px;&quot;&gt;Teleperformance&lt;/span&gt;, we do business with people, for people. We want people to be inspired, to be motivated.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
We are looking for a&amp;nbsp;&lt;span style=&quot;box-sizing: inherit; margin: 0px; padding: 0px;&quot;&gt;IT Security Analyst&lt;/span&gt;&amp;nbsp;who will drive implementation of security controls within Teleperformance, assuring continuous compliance with security standards, such as PCI-DSS or ISO 2700x and regulatory or legal requirements.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
Your responsibilities will include:&lt;/div&gt;
&lt;ul style=&quot;-webkit-padding-start: 0px; box-sizing: inherit; list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0px 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Support the implementation of TP Security Programs&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Monitor and Report compliance with all internal security policies and external regulations&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Improve the implementation of Security Policies and Procedures&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Investigate and Report fraud and security incidents&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Support the implementation of PCI , ISO 27001 and privacy law compliance and certification&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Support PCI-DSS, ISO 2700x, Client and regulatory audits&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Risk management for particular operational projects as well as for overall organization&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Contribute to overall security awareness across the organization&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Help manage security related IT projects&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Interaction with other departments in order to improve and or maximize the projects results&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Contribute to continuous improvement, proposing improvement and innovations methods across the department and the company&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;video&quot; style=&quot;box-sizing: inherit; height: 0px; margin: 2em 0px 0px; padding: 25px 0px 401.016px; position: relative;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; src=&quot;https://www.youtube.com/embed/ddEsDVpSeaQ&quot; style=&quot;box-sizing: inherit; height: 426.016px; left: 0px; margin: 0px; padding: 0px; position: absolute; top: 0px; width: 712.938px;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/section&gt;&lt;section class=&quot;ld-job-offer-section&quot; style=&quot;background-color: white; border-top-color: rgb(233, 235, 236); border-top-style: solid; border-top-width: 0.0625rem; box-sizing: inherit; color: #26333c; font-family: &amp;quot;fira sans&amp;quot;, sans-serif; font-size: 1.25rem; line-height: 1.6; margin: 0px; padding: 2.5rem 0px;&quot;&gt;&lt;h1 style=&quot;box-sizing: inherit; font-family: Roboto, sans-serif; font-size: 1.2em; font-weight: 500; line-height: 1.3; margin: 0px 0px 1.75rem; padding: 0px;&quot;&gt;
Main requirements&lt;/h1&gt;
&lt;ul style=&quot;-webkit-padding-start: 0px; box-sizing: inherit; list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0px 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Fluent spoken and written English (minimum C1)&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Degree or Professional course in Computer Science, Information Technology or in a similar technological area&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Familiar with Incident response and investigation techniques&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Strong analytical skills and strong knowledge of Microsoft Office tools&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Must understand and be familiar with current industry and market security trends&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Able to identify risks in the area of information security&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Able to organize own work by setting realistic goals and working in a systematic way&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Strong interpersonal skills and the ability to work effectively with a wide range of constituencies in a diverse community&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Strong organizational skills, ability to organize other resources effectively and establish and communicate priorities&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Good understanding of current IT technologies&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;&lt;section class=&quot;ld-job-offer-section&quot; style=&quot;background-color: white; border-top-color: rgb(233, 235, 236); border-top-style: solid; border-top-width: 0.0625rem; box-sizing: inherit; color: #26333c; font-family: &amp;quot;fira sans&amp;quot;, sans-serif; font-size: 1.25rem; line-height: 1.6; margin: 0px; padding: 2.5rem 0px;&quot;&gt;&lt;h1 style=&quot;box-sizing: inherit; font-family: Roboto, sans-serif; font-size: 1.2em; font-weight: 500; line-height: 1.3; margin: 0px 0px 1.75rem; padding: 0px;&quot;&gt;
Nice to have&lt;/h1&gt;
&lt;ul style=&quot;-webkit-padding-start: 0px; box-sizing: inherit; list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0px 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Fluency in Portuguese will be a plus&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Must have 1 or more years in an information security position such as security administrative/consultant&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Knowledge of global Information Security Standards&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;CISSP, PCIP, CFE and/or ITIL certifications&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;&lt;section class=&quot;ld-job-offer-section&quot; style=&quot;background-color: white; border-top-color: rgb(233, 235, 236); border-top-style: solid; border-top-width: 0.0625rem; box-sizing: inherit; color: #26333c; font-family: &amp;quot;fira sans&amp;quot;, sans-serif; font-size: 1.25rem; line-height: 1.6; margin: 0px; padding: 2.5rem 0px;&quot;&gt;&lt;h1 style=&quot;box-sizing: inherit; font-family: Roboto, sans-serif; font-size: 1.2em; font-weight: 500; line-height: 1.3; margin: 0px 0px 1.75rem; padding: 0px;&quot;&gt;
Perks&lt;/h1&gt;
&lt;ul style=&quot;-webkit-padding-start: 0px; box-sizing: inherit; list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0px 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Excellent work opportunity in a dynamic leading multinational company&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Possibility of cooperation with leaders in various industries&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Stable work and career progression&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Investment in training and personal development&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Modern, centrally located buildings with canteen facilities and an excellent public transportation connection&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Health Insurance&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Young, dynamic and multicultural environment&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Free organized sport activities and events every month&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Excellent work opportunity in a leading multinational&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Stable work and career progression&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Free organized sport activities and events&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;&lt;a href=&quot;https://goo.gl/pq0KI7&quot; target=&quot;_blank&quot;&gt;Candidatar na vaga!&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/6854100117644908090/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2016/07/it-security-analyst.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/6854100117644908090'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/6854100117644908090'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2016/07/it-security-analyst.html' title='IT Security Analyst'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh4zV2suxgn-fMjFYrxd42KukjMwCa-ZdrPNshwtd_ZGXHBlmO_SYnHwu1fUiR4OXXJPYwWQOHdBjOGQPF4Nft_uTL-QBdEBhOe2k4Lc5yYknlHaMHPicS2Qt5mjziP-MfbeATsxOwOU50c/s72-c/IT+Security+Analyst.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-7617239131333746160</id><published>2016-07-13T09:10:00.002-03:00</published><updated>2016-07-13T09:11:10.573-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Vaga de Emprego"/><title type='text'>Android Developer</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;section class=&quot;ld-job-offer-section&quot; style=&quot;background-color: white; box-sizing: inherit; color: #26333c; font-family: &amp;quot;fira sans&amp;quot;, sans-serif; font-size: 1.25rem; line-height: 1.6; margin: 0px; padding: 2.5rem 0px;&quot;&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgG-1UMNcfAfZyHk2lFJAColsorRcpMqFCHX9NU1fP81kjW8iN9hbFqvALB3myDcgXDP6eMHWpB9eKPYSGj0IbUMEdYn6oX7SmO1Df6nd8hWoRALU2xnLYX9Z8ToIdNxzqSPlIIj2xW4WSn/s1600/androiddev.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;&lt;img border=&quot;0&quot; height=&quot;310&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgG-1UMNcfAfZyHk2lFJAColsorRcpMqFCHX9NU1fP81kjW8iN9hbFqvALB3myDcgXDP6eMHWpB9eKPYSGj0IbUMEdYn6oX7SmO1Df6nd8hWoRALU2xnLYX9Z8ToIdNxzqSPlIIj2xW4WSn/s640/androiddev.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;b&gt;Local de trabalho: Berlin, DE&lt;/b&gt;&lt;br /&gt;
We are looking for an Android developer with a passion for mobile communication apps. The ideal candidate will be a highly-motivated and proactive individual that combines a desire to learn with strong collaboration and excellent communication skills.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;box-sizing: inherit; margin: 0px; padding: 0px;&quot;&gt;About us&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
Wire is a European start-up based in Switzerland, with a development center in Berlin, Germany. Our team includes people from a wide range of backgrounds, united by a shared passion for communication, design and technology. We are building a simple and beautiful next generation communications experience.&lt;/div&gt;
&lt;div style=&quot;box-sizing: inherit; margin-bottom: 1.75rem; padding: 0px;&quot;&gt;
&lt;span style=&quot;box-sizing: inherit; margin: 0px; padding: 0px;&quot;&gt;Responsibilities&lt;/span&gt;&lt;/div&gt;
&lt;ul style=&quot;-webkit-padding-start: 0px; box-sizing: inherit; list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0px 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Implement new features in the app&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Help maintain and improve the code base&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Design new features and happy testing methodologies&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Coach junior members of the team&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Collaborate with other teams to identify and resolve issues&lt;/li&gt;
&lt;/ul&gt;
&lt;/section&gt;&lt;section class=&quot;ld-job-offer-section&quot; style=&quot;background-color: white; border-top-color: rgb(233, 235, 236); border-top-style: solid; border-top-width: 0.0625rem; box-sizing: inherit; color: #26333c; font-family: &amp;quot;fira sans&amp;quot;, sans-serif; font-size: 1.25rem; line-height: 1.6; margin: 0px; padding: 2.5rem 0px;&quot;&gt;&lt;h1 style=&quot;box-sizing: inherit; font-family: Roboto, sans-serif; font-size: 1.2em; font-weight: 500; line-height: 1.3; margin: 0px 0px 1.75rem; padding: 0px;&quot;&gt;
Main requirements&lt;/h1&gt;
&lt;ul style=&quot;-webkit-padding-start: 0px; box-sizing: inherit; list-style: none; margin: 0px; padding: 0px;&quot;&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0px 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;3+ years experience with JVM software development&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;1+ years experience with Android development&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Understands object-oriented programming; knowledge of design patterns is a plus&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Passion for clean code and elegant solutions&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Experience with automated testing&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Experience with version control systems (preferably Git)&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Independent software projects and attention to detail&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;Excellent problem solving, critical thinking, and communication skills&lt;/li&gt;
&lt;li style=&quot;box-sizing: inherit; margin: 0.5em 0px 0px 1em; padding: 0px; position: relative;&quot;&gt;BS in Computer Science or equivalent, MS preferred&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;https://goo.gl/XPxKqp&quot; target=&quot;_blank&quot;&gt;Candidatar na vaga&lt;/a&gt;&lt;/div&gt;
&lt;/section&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/7617239131333746160/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2016/07/android-developer.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/7617239131333746160'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/7617239131333746160'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2016/07/android-developer.html' title='Android Developer'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgG-1UMNcfAfZyHk2lFJAColsorRcpMqFCHX9NU1fP81kjW8iN9hbFqvALB3myDcgXDP6eMHWpB9eKPYSGj0IbUMEdYn6oX7SmO1Df6nd8hWoRALU2xnLYX9Z8ToIdNxzqSPlIIj2xW4WSn/s72-c/androiddev.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-2639119689479806483</id><published>2016-05-19T23:03:00.001-03:00</published><updated>2016-05-19T23:12:31.656-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Firebase"/><category scheme="http://www.blogger.com/atom/ns#" term="Go lang"/><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><category scheme="http://www.blogger.com/atom/ns#" term="Google Allo"/><category scheme="http://www.blogger.com/atom/ns#" term="Google Assistente"/><category scheme="http://www.blogger.com/atom/ns#" term="Google Duo"/><category scheme="http://www.blogger.com/atom/ns#" term="Google Home GDG BH"/><category scheme="http://www.blogger.com/atom/ns#" term="Google I/O"/><title type='text'>Google I/O Extended Belo Horizonte 2016</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;tr_bq&quot;&gt;
Olá pessoal!&lt;/div&gt;
&lt;div class=&quot;tr_bq&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtNh-VXj3i-xDM8SdRsOt4KOm_tSMblJGoeyC1WaYaokgoEBL-M3af_f2RAJH_KbM0vYVDCSFpuMgdmctp2-P3l5Fazpcl5a-OlIzY-AgcKrLx4EsxVv66wgrF_Z5hZ7NDpIluEYP7JwA/s1600/DSC_0224.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtNh-VXj3i-xDM8SdRsOt4KOm_tSMblJGoeyC1WaYaokgoEBL-M3af_f2RAJH_KbM0vYVDCSFpuMgdmctp2-P3l5Fazpcl5a-OlIzY-AgcKrLx4EsxVv66wgrF_Z5hZ7NDpIluEYP7JwA/s640/DSC_0224.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;tr_bq&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
Depois de um tempinho sem postar nada por aqui, venho hoje para contar à vocês uma excelente experiência que tive ontem. Como todos devem saber ontem (18/05/2016) começou o maior evento anual do Google, o Google I/O 2016. E em vários lugares do mundo acontece a extensão desse evento, chamada Google I/O Extended, onde vários desenvolvedores se reúnem para ver apresentações locais e o anúncio de novidades apresentadas durante o evento oficial.&lt;br /&gt;
&lt;br /&gt;
Por sorte, ganhei um convite para participar do Google I/O Extended Belo Horizonte, o evento aconteceu no escritório do Google em BH, com início às 8:30 e término às 20:00, tivemos uma programação bacana, como vocês podem ver abaixo:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;
&lt;b&gt;08:30&lt;/b&gt; Café da Manhã&lt;br /&gt;
&lt;b&gt;9:30&lt;/b&gt; Abertura (Berthier Ribeiro-Neto - Google)&lt;br /&gt;
&lt;b&gt;10:00&lt;/b&gt; GDG Belo Horizonte (Ana Paula Gomes - ThoughtWorks)&lt;br /&gt;
&lt;b&gt;10:15&lt;/b&gt; Golang (bga - Google)&lt;br /&gt;
&lt;b&gt;11:15&lt;/b&gt; Apps Real-time com Firebase (Jean Pimentel - CI&amp;amp;T)&lt;br /&gt;
&lt;b&gt;12:00&lt;/b&gt; Almoço/Networking&lt;br /&gt;
&lt;b&gt;14:00&lt;/b&gt; I/O Keynote&lt;br /&gt;
&lt;b&gt;16:00&lt;/b&gt; Falando sobre o Keynote - o que você achou?&lt;br /&gt;
&lt;b&gt;16:30&lt;/b&gt; Live Coding com Google App Engine e Material Design (Bruno Carneiro e Marcos Moura - CI&amp;amp;T)&lt;br /&gt;
&lt;b&gt;18:00&lt;/b&gt; Happy Hour :)&lt;/blockquote&gt;
&lt;br /&gt;
Primeiro tivemos um café da manhã com direito a DJ.&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGmlIHDk-kIkZeAKA-M_wJhNjQyikzODDPXIXT6q3gQQ1dZJxd1MJJsJVxpGCnAyiYTzf3emone3-uEbK4iMxCD_8dUvnR_OX2KnmVGcx3Fc18tIwH6pyGtK17A39LtJPfV8Zr1K_k7Z8/s1600/DSC_0014.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGmlIHDk-kIkZeAKA-M_wJhNjQyikzODDPXIXT6q3gQQ1dZJxd1MJJsJVxpGCnAyiYTzf3emone3-uEbK4iMxCD_8dUvnR_OX2KnmVGcx3Fc18tIwH6pyGtK17A39LtJPfV8Zr1K_k7Z8/s640/DSC_0014.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Foto: Igor Leal&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvFBBX4bRLa2zayJHn_GYIDAUYhSkS_YiBjRX6PIuhzgon4Y-hatBd8EBLPEnq5fHwvPa5Lm_n60bMPKDH-zE_FxVyvUAIWy90B7AQmPZyzZsFBqbvxkDsnXQSQkR3Nw3TaUkv37iS7Bk/s1600/DSC_0031.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjvFBBX4bRLa2zayJHn_GYIDAUYhSkS_YiBjRX6PIuhzgon4Y-hatBd8EBLPEnq5fHwvPa5Lm_n60bMPKDH-zE_FxVyvUAIWy90B7AQmPZyzZsFBqbvxkDsnXQSQkR3Nw3TaUkv37iS7Bk/s640/DSC_0031.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 12.8px;&quot;&gt;Foto: Igor Leal&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
Depois tivemos várias apresentações conforme a programação, sendo a primeira com Berthier Ribeiro Neto, o homem que comanda a Engenharia do Google na América Latina. Ele falou um pouco sobre startup e tirou várias dúvidas dos desenvolvedores.&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5RIJq3ypc6vhOoxH6di3tgfcOUAxJqiqD865rUCVZcqvPTQEmj-PPE4YN-XRg-9nLBervIrEWQdxWBCCYRN7g9bVfrUqpUV4ybRIcUSihX1O79SM-TJNtBbHxSD6ZyId6LwG_1-XO2Xk/s1600/DSC_0065.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh5RIJq3ypc6vhOoxH6di3tgfcOUAxJqiqD865rUCVZcqvPTQEmj-PPE4YN-XRg-9nLBervIrEWQdxWBCCYRN7g9bVfrUqpUV4ybRIcUSihX1O79SM-TJNtBbHxSD6ZyId6LwG_1-XO2Xk/s640/DSC_0065.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 12.8px;&quot;&gt;Foto: Igor Leal&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
A apresentação seguinte a Ana Paula falou um pouco sobre o Google Developers Group de Belo Horizonte, GDG BH, mostrou alguns projetos.&amp;nbsp;O objetivo de comunidades como GDG BH é promover conteúdos técnicos. Os temas vão desde Android, Chrome, Google Cloud a APIs do Maps e YouTube. Mais sobre comunidades de desenvolvimento Google você pode ver &lt;a href=&quot;https://developers.google.com/community/&quot; target=&quot;_blank&quot;&gt;aqui&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJnXvIGLYOo1nf5rL5DWDH9RtBgL1R-i7ykEpgowrkJIl4ksHxN2dai3zKZ6vH4Yq0V1gPysNg18nnziVKnOzjLUEzF4ORvGqRuGbf9IOHk5B2xbFDOSekPon0Shau9KQsw10LYVRwGTw/s1600/DSC_0075.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJnXvIGLYOo1nf5rL5DWDH9RtBgL1R-i7ykEpgowrkJIl4ksHxN2dai3zKZ6vH4Yq0V1gPysNg18nnziVKnOzjLUEzF4ORvGqRuGbf9IOHk5B2xbFDOSekPon0Shau9KQsw10LYVRwGTw/s640/DSC_0075.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Foto: Igor Leal&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Após tivemos outras apresentações que foram sobre o &lt;a href=&quot;https://www.google.com.br/url?sa=t&amp;amp;rct=j&amp;amp;q=&amp;amp;esrc=s&amp;amp;source=web&amp;amp;cd=1&amp;amp;cad=rja&amp;amp;uact=8&amp;amp;ved=0ahUKEwjmpdyvqOfMAhWKsh4KHSvKChQQFggdMAA&amp;amp;url=https%3A%2F%2Fwww.firebase.com%2F&amp;amp;usg=AFQjCNFVedFkWpOlvWopgI-0bNmJBk-aJw&amp;amp;sig2=8P-UmnwPxZam0Blw2NPaOw&quot; target=&quot;_blank&quot;&gt;Firebase&lt;/a&gt;&amp;nbsp;e a linguagem de programação criada pela Google chamada &lt;a href=&quot;https://golang.org/&quot; target=&quot;_blank&quot;&gt;Go&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLkibgSczrc0D-1Mfj-Ps9Mx3dsQdmc_r1I8RQ9Z9CB-QEieYJUu_FejgVlr6B1LtORrQHE8hGN8vN5w3wq9zfLEuj0ePN-KtRRufhzTe8HoBTxuOFJpKNMnXcYqMk-4kW7cVxxGjzZ3E/s1600/DSC_0084.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLkibgSczrc0D-1Mfj-Ps9Mx3dsQdmc_r1I8RQ9Z9CB-QEieYJUu_FejgVlr6B1LtORrQHE8hGN8vN5w3wq9zfLEuj0ePN-KtRRufhzTe8HoBTxuOFJpKNMnXcYqMk-4kW7cVxxGjzZ3E/s640/DSC_0084.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Foto: Igor Leal&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbY9WAf6CXRsCT9ie5VaYeAfSQbqjw93PsOBNM0jv6izi4O-QDT6okV66VzsAEgrIXAP6kGf891i4_Y54LdegVQNCiEmg3PXcGYCHNGdCDOw_2bql9RaNlshr8AVsoT3uib1_UU5PzJW4/s1600/DSC_0114.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbY9WAf6CXRsCT9ie5VaYeAfSQbqjw93PsOBNM0jv6izi4O-QDT6okV66VzsAEgrIXAP6kGf891i4_Y54LdegVQNCiEmg3PXcGYCHNGdCDOw_2bql9RaNlshr8AVsoT3uib1_UU5PzJW4/s640/DSC_0114.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Foto: Igor Leal&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Após essas apresentações teve um intervalo para almoço/networking.&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF1r1BmD5m5x4EOo3PFTp2YMlpYscbvP5-v94PDFaZ3ySWRUyKBK4cjXG51rPopdtK5KabtVGOuBA93gMCueiVdLJEnAl_2SfrVPStj4o0T8Qhv2wn3qCfJR01_VnGuGS797gvAzrZnZY/s1600/DSC_0102.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgF1r1BmD5m5x4EOo3PFTp2YMlpYscbvP5-v94PDFaZ3ySWRUyKBK4cjXG51rPopdtK5KabtVGOuBA93gMCueiVdLJEnAl_2SfrVPStj4o0T8Qhv2wn3qCfJR01_VnGuGS797gvAzrZnZY/s640/DSC_0102.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Foto: Igor Leal&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-No7cv4CmKycSo4LMbPUi5AFg-GwBBIUoJ76aaDPYdJoqcXjwW_Vx4EmYnGACmht-IhYfK7TD7-eCTkmNKMOg2M7BecrNe_Izm6_ehkDPu850QpV14ZaWCcflq7MRv48GpuWqymjYSTM/s1600/DSC_0103.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-No7cv4CmKycSo4LMbPUi5AFg-GwBBIUoJ76aaDPYdJoqcXjwW_Vx4EmYnGACmht-IhYfK7TD7-eCTkmNKMOg2M7BecrNe_Izm6_ehkDPu850QpV14ZaWCcflq7MRv48GpuWqymjYSTM/s640/DSC_0103.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 12.8px;&quot;&gt;Foto: Igor Leal&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8T7M9hVOBOc90PrJtIIHcMM9RV7wmRXlo-0kTfz7NEs2msgnbOHWe3A_CHyhQ7MHGMtqJggU4g6uLOdJ0hMhA0Dk6uq-KwrWz9u-UdQ0TinKU6h5hz-lIllTjC6xsn-J6lzT8PZLJbiU/s1600/DSC_0104.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8T7M9hVOBOc90PrJtIIHcMM9RV7wmRXlo-0kTfz7NEs2msgnbOHWe3A_CHyhQ7MHGMtqJggU4g6uLOdJ0hMhA0Dk6uq-KwrWz9u-UdQ0TinKU6h5hz-lIllTjC6xsn-J6lzT8PZLJbiU/s640/DSC_0104.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 12.8px;&quot;&gt;Foto: Igor Leal&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEGxkKT-H1sQgOcWRe6G-Ocl4heWaG4nR-fnJImgV9NY1dnfNEeJGV9UsxrRFGc1N36IJdSOaDfe_oKy_r2cPY2rOu78byfoQi-i_B2fobPEcUbXVRIaj6y-JiL5cAvVkO3sqcjO5Gn9k/s1600/DSC_0127.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEGxkKT-H1sQgOcWRe6G-Ocl4heWaG4nR-fnJImgV9NY1dnfNEeJGV9UsxrRFGc1N36IJdSOaDfe_oKy_r2cPY2rOu78byfoQi-i_B2fobPEcUbXVRIaj6y-JiL5cAvVkO3sqcjO5Gn9k/s640/DSC_0127.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 12.8px;&quot;&gt;Foto: Igor Leal&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
O momento mais esperado foi às 14:00, onde iniciou o evento oficial que aconteceu em São Francisco, Califórnia, Estados Unidos. Foi exibido por streaming a primeira apresentação, o Keynote onde foram apresentados novos produtos e inovações pela Google. Segue abaixo algumas novidades:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote style=&quot;text-align: right;&quot;&gt;
&lt;b&gt;O Google Assistente&lt;/b&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;O Assistente estabelece um diálogo constante entre você e o Google, que entende seu mundo e te ajuda a realizar tarefas. Ele torna mais fácil comprar ingressos de cinema quando você já saiu de casa, ajuda a encontrar aquele restaurante perfeito para sua família tomar um lanche antes do filme e também a chegar ao cinema. É um Google feito por você, para você.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEFmoR9ZoJuMR_RKxf0bakSV3fMTFJplQFnvA5THVQq8fvaxsO8EBhT1D96sRYx-FKFeX-pyn2qZ_a070oAnqgRo0wi_SexQMs1iv2pq6lmBAA_KzBIkBsq7lUkYsZ-zGXL3qGPjxuhRs/s640/OPA_Social_v04_JRS_2016-05-17.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjEFmoR9ZoJuMR_RKxf0bakSV3fMTFJplQFnvA5THVQq8fvaxsO8EBhT1D96sRYx-FKFeX-pyn2qZ_a070oAnqgRo0wi_SexQMs1iv2pq6lmBAA_KzBIkBsq7lUkYsZ-zGXL3qGPjxuhRs/s640/OPA_Social_v04_JRS_2016-05-17.gif&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;O Assistente é uma experiência que vai funcionar sem dificuldades em vários dispositivos e contextos. Você pode pedir a ajuda do Google em qualquer lugar. Essa novidade é baseada em todos os anos que o Google passou investindo para compreender profundamente as perguntas dos usuários. (O recurso estará disponível primeiro em inglês e ao longo do ano para outros línguas).&lt;br /&gt;
Ontem, o Google deu uma prévia de dois novos produtos, nos quais você logo vai poder aproveitar com o Google Assistente. Veja eles abeixo.&lt;br /&gt;
&lt;b&gt;Google Home&lt;/b&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;O Google Home é um produto ativado por voz que leva o Google Assistente a qualquer cômodo da sua casa. Ele permite consumir entretenimento, gerenciar tarefas cotidianas e ter respostas do Google, por meio de conversas. Com um simples comando de voz, você pode pedir ao Google Home para tocar uma música, ajustar uma contagem regressiva para o forno, conferir seu voo ou acender as luzes. O design dele foi pensado para combinar com sua casa, com opções de suportes personalizáveis em cores e materiais diferentes. O Google Home será lançado ainda este ano.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjet5eFS9274m46g-QiINGQBHn35Tq_tBTEy6YJhYrelD1XFuNsdiycO1s8kQg8zVvbcdGEcnjkd33FRuS9zDf69N6OnICU52COC6x8SOmF5UHypSKMB7qFPVVviqmhhQEmmf83Fu5kABI/s1600/GH_Livingroom.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;457&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjet5eFS9274m46g-QiINGQBHn35Tq_tBTEy6YJhYrelD1XFuNsdiycO1s8kQg8zVvbcdGEcnjkd33FRuS9zDf69N6OnICU52COC6x8SOmF5UHypSKMB7qFPVVviqmhhQEmmf83Fu5kABI/s640/GH_Livingroom.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;b&gt;Allo e Duo&lt;/b&gt;&lt;br /&gt;
O Allo é um novo aplicativo de mensagens com o Google Assistente incorporado para que você possa interagir diretamente com ele em seus bate-papos, sozinho ou com os amigos. Como o Assistente entende seu mundo, você pode pedir itens como a agenda do dia ou fotos da sua última viagem. Se estiver planejando um jantar com amigos, você pode pedir para que o Assistente sugira restaurantes próximos. E tudo isso em uma única conversa.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ_S9SFAMXIrEkAOHIC6IYfKE4mZEdndYA0BzRKKtBIw6tUW-IvJTjga0NdyQzcdpgLDBrH7gcjRvZuuU44wNt6YniNT34Sa9Bly5gFjUblfeb7tvPfOR_3Y_aZMcNqbAtnkLlysIkjGk/s640/fireball-assistant.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQ_S9SFAMXIrEkAOHIC6IYfKE4mZEdndYA0BzRKKtBIw6tUW-IvJTjga0NdyQzcdpgLDBrH7gcjRvZuuU44wNt6YniNT34Sa9Bly5gFjUblfeb7tvPfOR_3Y_aZMcNqbAtnkLlysIkjGk/s640/fireball-assistant.png&quot; width=&quot;356&quot; /&gt;&lt;/a&gt;O Allo inclui o Smart Reply (resposta inteligente), que sugere respostas para mensagens com base no contexto e inclui maneiras divertidas para tornar seus bate-papos mais expressivos, incluindo emojis, stickers e a possibilidade de modificar suas fotos. Também conta com o modo anônimo, que oferece criptografia de ponta a ponta, notificações discretas e prazo de expiração de mensagens.&lt;br /&gt;
Além do Allo, também apresentaram o Duo, um aplicativo integrado para videochamadas entre duas pessoas. O objetivo com o Duo é tornar as videochamadas mais rápidas e confiáveis, mesmo em redes mais lentas. Também apresentaram um recurso chamado Knock Knock, que mostra um vídeo ao vivo do autor da chamada antes que você atenda.&lt;br /&gt;
O melhor de tudo é que tanto o Allo quanto o Duo se baseiam no seu número de telefone. Assim, você pode se comunicar com qualquer pessoa, independentemente se ela usar Android ou iOS. Os dois aplicativos estarão disponíveis no 3º trimestre. Leia mais &lt;a href=&quot;https://googleblog.blogspot.com.br/2016/05/allo-duo-apps-messaging-video.html&quot; target=&quot;_blank&quot;&gt;aqui&lt;/a&gt;.&lt;br /&gt;
&lt;b&gt;Android N, Wear, realidade virtual e aplicativos instantâneos&lt;/b&gt;&lt;br /&gt;
Compartilharam também detalhes sobre o que está por vir no Android N, incluindo melhor desempenho de gráficos e efeitos, redução no consumo de bateria e memória, downloads de atualizações do sistema em segundo plano, notificações simplificadas para você interagir mais rapidamente e emojis atualizados, incluindo 72 totalmente novos.&lt;br /&gt;
Também querem sua ajuda para criar um nome para o N que seja um ótimo e doce sucessor do Marshmallow. Leia mais e nos ajude a dar um nome ao Android N em &lt;a href=&quot;http://android.com/N&quot; target=&quot;_blank&quot;&gt;Android.com/N&lt;/a&gt;.&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/v1IocBl_5UM/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/v1IocBl_5UM?feature=player_embedded&quot; width=&quot;320&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
Além do N, desenvolveram uma nova plataforma para realidade virtual de alta qualidade chamada Daydream. Junto com os fabricantes do Android, estão trabalhando nos próximos smartphones e compartilhando projetos para um visor / controlador de realidade virtual que será realmente envolvente, confortável e intuitivo. Seus aplicativos e jogos favoritos também estarão no Daydream, incluindo os apps do Google, como o YouTube, Street View, Play Filmes, Google Fotos e a Play Store. Apresentarão mais informações no 4º trimestre.&lt;br /&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiq6XNfAZNMYvhabS7SvWL28TjECgAl9cgWRZYo_I5iYQRj7bphDjH7fW1n71FcPmxav1aM7zrTiw6Gteyttc2NsBPETWpx7E0gSW1NIyXWhBU7ZZVGWsBvbP2evYGAKCLG7ybJXIKkMqk/s640/Daydream_Home_background.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;360&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiq6XNfAZNMYvhabS7SvWL28TjECgAl9cgWRZYo_I5iYQRj7bphDjH7fW1n71FcPmxav1aM7zrTiw6Gteyttc2NsBPETWpx7E0gSW1NIyXWhBU7ZZVGWsBvbP2evYGAKCLG7ybJXIKkMqk/s640/Daydream_Home_background.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
Também deram uma prévia do Android Wear 2.0, incluindo uma melhor experiência de usuário e aplicativos independentes, que são executados diretamente no relógio. Não importa onde está o seu telefone, ou mesmo se está ligado.&lt;br /&gt;
Por último, apresentaram o Android Instant Apps, que permite executar aplicativos do Android instantaneamente, sem precisar instalar.&lt;br /&gt;
&lt;b&gt;Firebase&lt;/b&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;Lançaram uma grande expansão do Firebase, a mais ampla oferta para desenvolvedores até o momento oferecida pelo Google. Indo além do back-end móvel, a plataforma ajuda os desenvolvedores a criar aplicativos de alta qualidade rapidamente, aumentar sua base de usuários e ganhar mais no iOS, no Android e na Web para dispositivos móveis.&lt;br /&gt;
&lt;b&gt;Enfrentando desafios globais com ferramentas mais inteligentes&lt;/b&gt;&lt;br /&gt;
O aprendizado de máquina e a inteligência artificial estão mudando não somente a computação como também a forma com que encaramos problemas que não conseguíamos resolver antes. As oportunidades são ainda maiores quando aproveitamos a força das ferramentas de código aberto para disponibilizá-las para a toda a comunidade de desenvolvedores e pesquisadores. Imagine o que podemos fazer se trabalharmos juntos e usarmos essas tecnologias para enfrentar desafios em mudanças climáticas, saúde ou educação. Conforme nossas capacidades de aprendizado de máquina e inteligência artificial se tornam mais inteligentes e versáteis, essas possibilidades começam a despontar no horizonte. Estamos realmente vivendo uma época muito empolgante.&lt;br /&gt;
&lt;i style=&quot;color: rgba(0, 0, 0, 0.870588); font-family: Roboto, sans-serif; font-size: 17px; line-height: 32px; text-align: start;&quot;&gt;Sundar Pichai, CEO, Google&lt;/i&gt;&lt;span style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;
&lt;br /&gt;
Você pode assistir a apresentação Keynote completa abaixo:&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; class=&quot;YOUTUBE-iframe-video&quot; data-thumbnail-src=&quot;https://i.ytimg.com/vi/862r3XS2YB0/0.jpg&quot; frameborder=&quot;0&quot; height=&quot;266&quot; src=&quot;https://www.youtube.com/embed/862r3XS2YB0?feature=player_embedded&quot; width=&quot;320&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;
Após as apresentações tivemos um live coding utilizando o Google App Engine e Material Design para criar um chat.&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigqYTcTaD_KSFCl9kdjYLhIVPXG1_VUOncfPl6SCDKIBkWjdBNbhcpwKpHiA_PkirdeiEJwh6kSeLdxyIZ339fh7OR3M7XWRP8WMclo_dYTnnhzX87xRLlHMr2C7xbhW0vB1LtSyIsI7A/s1600/DSC_0208.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigqYTcTaD_KSFCl9kdjYLhIVPXG1_VUOncfPl6SCDKIBkWjdBNbhcpwKpHiA_PkirdeiEJwh6kSeLdxyIZ339fh7OR3M7XWRP8WMclo_dYTnnhzX87xRLlHMr2C7xbhW0vB1LtSyIsI7A/s640/DSC_0208.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Foto: Igor Leal&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
E para o encerramento do evento não poderia faltar um happy hour com cerveja bem gelada.&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitLnPVRx2pMDz4_XArUgEl-S6hy1sFTf6OvCQmQBrGUSu8ItxZeioc-9UNwWEsQRByjyAgyfuCX6RKhQ6ADxmWKVqJRhBFnO9X6WYerefbvCgIEz7un-1MjGnz0fU9YOxXcj3MLbfSGFY/s1600/DSC_0212.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEitLnPVRx2pMDz4_XArUgEl-S6hy1sFTf6OvCQmQBrGUSu8ItxZeioc-9UNwWEsQRByjyAgyfuCX6RKhQ6ADxmWKVqJRhBFnO9X6WYerefbvCgIEz7un-1MjGnz0fU9YOxXcj3MLbfSGFY/s640/DSC_0212.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Foto: Igor Leal&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdHj5yLEoscIAuJRHpVmaHSKaurC4jEJLN0mP3HN6Qp2t2eddohphvx1ejuZgA0yFaontfgvt6x9URGhkOI3M0ZVsZruNvmtmyKor1-YvB9HHMdFxINt8GIb8xxBWQ07sPc9a-I2fCt-I/s1600/DSC_0213.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhdHj5yLEoscIAuJRHpVmaHSKaurC4jEJLN0mP3HN6Qp2t2eddohphvx1ejuZgA0yFaontfgvt6x9URGhkOI3M0ZVsZruNvmtmyKor1-YvB9HHMdFxINt8GIb8xxBWQ07sPc9a-I2fCt-I/s640/DSC_0213.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Foto: Igor Leal&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_KhnY-ISj_3i_-HlHOChk89BWnTmwJtuAUOVjc52sqpJFb9FgQkvEoKHp2kLpoCYGs_sY9rvjyjizXa2u7ZpgLJdzSujzbIDBB5AE0x_DUlR69g9GZm-HURMUDleqKRXuq6_bQtjc4ic/s1600/DSC_0215.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_KhnY-ISj_3i_-HlHOChk89BWnTmwJtuAUOVjc52sqpJFb9FgQkvEoKHp2kLpoCYGs_sY9rvjyjizXa2u7ZpgLJdzSujzbIDBB5AE0x_DUlR69g9GZm-HURMUDleqKRXuq6_bQtjc4ic/s640/DSC_0215.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 12.8px;&quot;&gt;Foto: Igor Leal&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-w2j3WijhZL_Ch90OajhH6DnawQbexsq2IclJD1JaLxPG3uGUMEHbcJSs-j9QnUL9kLOefxyk5LpKNk-vwOrH-jOYhlcba5AzQkUgkGfTINkDE-Y6S_mZ_rCzogZwUUhKI6CRvTsSWZk/s1600/DSC_0217.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;420&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-w2j3WijhZL_Ch90OajhH6DnawQbexsq2IclJD1JaLxPG3uGUMEHbcJSs-j9QnUL9kLOefxyk5LpKNk-vwOrH-jOYhlcba5AzQkUgkGfTINkDE-Y6S_mZ_rCzogZwUUhKI6CRvTsSWZk/s640/DSC_0217.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 12.8px;&quot;&gt;Foto: Igor Leal&lt;/span&gt;&lt;span style=&quot;text-align: left;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz1W0Eyf_XA3S7j7Ti99UZhTSwRKsodHVUz_YGPARciQ_gbBJNkmA7XcDlfifTD6juf5xD78oqi3Teff2IqmddrBWS2DIwOM4IqVVNcLUfhP6mX9Bh39Ia2N9tM_mAO__rvDxwz5yOc5M/s1600/DSC_0218.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;422&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgz1W0Eyf_XA3S7j7Ti99UZhTSwRKsodHVUz_YGPARciQ_gbBJNkmA7XcDlfifTD6juf5xD78oqi3Teff2IqmddrBWS2DIwOM4IqVVNcLUfhP6mX9Bh39Ia2N9tM_mAO__rvDxwz5yOc5M/s640/DSC_0218.JPG&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-size: 12.8px;&quot;&gt;Foto: Igor Leal&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Gostei muito do evento e das novidades apresentadas pelo Google, espero participar nos próximos eventos e prometo compartilhar com vocês.&lt;br /&gt;
&lt;br /&gt;
Veja mais fotos no link abaixo:&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #212121; font-family: &amp;quot;roboto&amp;quot; , &amp;quot;robotodraft&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #212121; font-family: &amp;quot;roboto&amp;quot; , &amp;quot;robotodraft&amp;quot; , &amp;quot;helvetica&amp;quot; , &amp;quot;arial&amp;quot; , sans-serif; font-size: 14px; line-height: 20px;&quot;&gt;&lt;a href=&quot;https://goo.gl/photos/t4kbmaann8XrpzrB7&quot; target=&quot;_blank&quot;&gt;https://goo.gl/photos/t4kbmaann8XrpzrB7&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Até a próxima pessoal!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/2639119689479806483/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2016/05/google-io-extended-belo-horizonte-2016.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2639119689479806483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2639119689479806483'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2016/05/google-io-extended-belo-horizonte-2016.html' title='Google I/O Extended Belo Horizonte 2016'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgtNh-VXj3i-xDM8SdRsOt4KOm_tSMblJGoeyC1WaYaokgoEBL-M3af_f2RAJH_KbM0vYVDCSFpuMgdmctp2-P3l5Fazpcl5a-OlIzY-AgcKrLx4EsxVv66wgrF_Z5hZ7NDpIluEYP7JwA/s72-c/DSC_0224.JPG" height="72" width="72"/><thr:total>0</thr:total><georss:featurename>Belo Horizonte, Belo Horizonte - MG, Brasil</georss:featurename><georss:point>-19.9166813 -43.9344931</georss:point><georss:box>-20.1555653 -44.2572166 -19.6777973 -43.611769599999995</georss:box></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-6636876983455016099</id><published>2014-07-19T14:38:00.000-03:00</published><updated>2014-07-19T14:39:39.002-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="C++"/><category scheme="http://www.blogger.com/atom/ns#" term="Linguagem de Programação"/><category scheme="http://www.blogger.com/atom/ns#" term="Programação"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Compilando programas C++ no Ubuntu</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.maiscliques.com/banners/banner6.gif&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
Olá pessoal!&lt;br /&gt;
&lt;br /&gt;
Hoje vou mostrar como compilar facilmente código da linguagem de programação C++ no Ubuntu.&lt;br /&gt;
&lt;br /&gt;
No Ubuntu você pode usar o excelente editor de texto gedit para editar os seus códigos como no meu exemplo:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://3.bp.blogspot.com/-m-iruGLcwpA/U8qpgA4p_7I/AAAAAAAAG10/apSkDXbp4sA/s1600/Captura+de+tela+de+2014-07-19+14:23:00.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-m-iruGLcwpA/U8qpgA4p_7I/AAAAAAAAG10/apSkDXbp4sA/s1600/Captura+de+tela+de+2014-07-19+14:23:00.png&quot; height=&quot;340&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Após digitar os seus códigos você deve salvar o arquivo com a extensão .cpp.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://2.bp.blogspot.com/-BSuyk6nDW7A/U8qqB0K1IdI/AAAAAAAAG18/PIUkBVVbmhQ/s1600/Captura+de+tela+de+2014-07-19+14:24:42.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-BSuyk6nDW7A/U8qqB0K1IdI/AAAAAAAAG18/PIUkBVVbmhQ/s1600/Captura+de+tela+de+2014-07-19+14:24:42.png&quot; height=&quot;326&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Usando o comando cd, vá ate a pasta que você salvou o arquivo:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://2.bp.blogspot.com/-jxVgBdw4fnA/U8qqhfyPZUI/AAAAAAAAG2E/1s5lqvJl0Rw/s1600/Captura+de+tela+de+2014-07-19+14:27:17.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-jxVgBdw4fnA/U8qqhfyPZUI/AAAAAAAAG2E/1s5lqvJl0Rw/s1600/Captura+de+tela+de+2014-07-19+14:27:17.png&quot; height=&quot;111&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Digite o comando ls para conferir se você está na pasta certa:&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.maiscliques.com/banners/banner6.gif&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://1.bp.blogspot.com/-ic5mSAdAh4o/U8qqs8WZ2qI/AAAAAAAAG2M/RA8bR8-G8T0/s1600/Captura+de+tela+de+2014-07-19+14:28:04.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-ic5mSAdAh4o/U8qqs8WZ2qI/AAAAAAAAG2M/RA8bR8-G8T0/s1600/Captura+de+tela+de+2014-07-19+14:28:04.png&quot; height=&quot;111&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Digite no terminal o seguinte comando para criar o objeto do código:&lt;br /&gt;
&lt;br /&gt;
g++ -c 1038.cpp&lt;br /&gt;
&lt;br /&gt;
(onde está 1038 digite o nome do seu arquivo)&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://3.bp.blogspot.com/-98DdNL5kN40/U8qrKYX2yeI/AAAAAAAAG2c/vrKBvtWy9Ik/s1600/Captura+de+tela+de+2014-07-19+14:30:08.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://3.bp.blogspot.com/-98DdNL5kN40/U8qrKYX2yeI/AAAAAAAAG2c/vrKBvtWy9Ik/s1600/Captura+de+tela+de+2014-07-19+14:30:08.png&quot; height=&quot;111&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Agora basta digitar o seguinte comando para compilar:&lt;br /&gt;
&lt;br /&gt;
g++ 1038.o -o 1038.exe&lt;br /&gt;
&lt;br /&gt;
(lembrando que onde está 1038 troque pelo nome do seu arquivo)&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://1.bp.blogspot.com/-5TEx36P-yZM/U8qrqeO2GyI/AAAAAAAAG2k/8iksHxeHCW0/s1600/Captura+de+tela+de+2014-07-19+14:32:17.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://1.bp.blogspot.com/-5TEx36P-yZM/U8qrqeO2GyI/AAAAAAAAG2k/8iksHxeHCW0/s1600/Captura+de+tela+de+2014-07-19+14:32:17.png&quot; height=&quot;110&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Pronto, arquivo compilado! Agora para executar basta digitar ./1038.exe (trocando o 1038 pelo nome do seu arquivo)&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://2.bp.blogspot.com/-48kfHz0if8s/U8qsLx9J0-I/AAAAAAAAG2s/rzlqtUoDOzU/s1600/Captura+de+tela+de+2014-07-19+14:34:28.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-48kfHz0if8s/U8qsLx9J0-I/AAAAAAAAG2s/rzlqtUoDOzU/s1600/Captura+de+tela+de+2014-07-19+14:34:28.png&quot; height=&quot;111&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Pronto! Muito fácil, no próximo post vou mostrar como criar um arquivo makefile para agilizar o processo.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.maiscliques.com/banners/banner6.gif&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/6636876983455016099/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2014/07/compilando-programas-c-no-ubuntu.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/6636876983455016099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/6636876983455016099'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2014/07/compilando-programas-c-no-ubuntu.html' title='Compilando programas C++ no Ubuntu'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://3.bp.blogspot.com/-m-iruGLcwpA/U8qpgA4p_7I/AAAAAAAAG10/apSkDXbp4sA/s72-c/Captura+de+tela+de+2014-07-19+14:23:00.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-5788260537075452001</id><published>2014-07-16T14:43:00.003-03:00</published><updated>2014-07-16T14:43:53.599-03:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="GIMP"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Efeito Bokeh no GIMP</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.maiscliques.com/banners/banner1.gif&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Hoje vou mostrar para vocês como criar um efeito Bokeh no GIMP. Primeiramente vamos criar um pincel e depois o efeito.&lt;br /&gt;
&lt;br /&gt;
Let&#39;s go!&lt;br /&gt;
&lt;br /&gt;
Abra o GIMP e crie uma nova imagem com as dimensões (Largura e Altura) 400px e escolha a opção transparência em &quot;Preencher com&quot;:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirCLfSKS1L3a4K6R4ZZg7hjgTYBKq0Jhkum4xJ5C3is9-VDQAQH3Ml9ECytNMj2nYxSULa5MDmLuEAKPkhBKv8MUlnmrflh1wkF5QYpqz-2px9F7cZRGspZF0HPY6X5jj_fzqWuBN4shg/s1600/Captura+de+tela+de+2014-07-16+12:19:28.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Selecione a Ferramenta de Seleção Elíptica:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWuYg-h2TNTumSJd_nhxRDge-viUXK6gpz7pOcYF2j8LZu1e47HzKJ1_Z6ZjfNI-_5e1AVDEQtzpBbeq90xfLykV5hPzjpmaJDDtHbnWdf7r95uwnV0p7HjareKUgYsx1KS9ZHZiKY-Rk/s1600/Captura+de+tela+de+2014-07-16+12:22:59.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
E faça uma seleção qualquer na imagem (não se preocupe com tamanho, pois editaremos isso depois):&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmfGsv_dmHp1M70b_Y0A1mfbOzwSCbT00tRAubct6sDFcobubLXPQUhdPOt_DtGYOkUOGydlheKcrQch2U8aD6_wwjrHYK7rpLW9mqnJzihc2BxM0suvvRFBOozy4frQSjs4gESTfn4xY/s1600/Captura+de+tela+de+2014-07-16+12:24:31.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Agora modifique as opções &quot;Posicionada:&quot; e &quot;Tamanho:&quot; em Opções de ferramentas para 20,20 e 350,350 respectivamente (Conforme na imagem abaixo):&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQVdoCnRZipa82tc6kyapawREW8zGKIm7Ph928G-8tsUk1Y6gz8vuHeLutti_NFyiiNzy47cnK6UV8zKs3KpzxrMi4yW-PLyR75RcxQcs9Aevep7sNOUzyrdg0t4yTiNUkaznXS0h0fvg/s1600/Captura+de+tela+de+2014-07-16+12:26:41.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
A seleção tem que ficar dessa forma:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-WhnNbiFjmB5UPqxUm4GcQQZ7Sl0SNRnOiJ6sAAC6kTzieMfL5OBFJWStAtgsw_no5HPvElyCoOs71_G_2ywELy7nV3EK_UMIEXXjcz-NdP_-fGFRVzyaHbvw3bQQjiuu7eysgJeGT1Y/s1600/Captura+de+tela+de+2014-07-16+12:29:18.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Acima da caixa de Opções de ferramentas tem as opções de frente e de trás. Clique na seta para colocar a cor branca para a frente:&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbIpidg326TOd6EAyYmI_MCm348eZl69WZOABRx8wVcidB7ynvNevJ0wF1DXGjOMPVO_X8TMSCSUuxu_Uxgx-ROMWffp29KnqgbBIadKfzQaC_1UX39qOVsSHP14z3z89_R4ELA9OLb5E/s1600/Captura+de+tela+de+2014-07-16+12:30:45.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Selecione a ferramenta de preenchimento:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTTUVIZeQ0SnELTANC_BcGcMcN_rs-hvYAdJSlJwSw7OvYwKbZ5CG1KnulTMModCneHyLGrvUUK6Uv6K7lns-HGu04VPPpbiApX6HoYPORphV9v6RNckoE4O_8BKY6C3k8gJTJo9E-0ws/s1600/Captura+de+tela+de+2014-07-16+12:33:42.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
Em seguida preencha a seleção:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj9MgqtnA3KIhAJ3WdV3vZJB0k8HeEta6hNsBthuDYrtcZ5Auq4NE1sOyjslGdnBPRo3QLrahNLJjX3NRdXZG3rvHFg2ZgwE-Uc9FGCz2bw-njkkD6o_GquZp1RGlD6HcOqaS8xpw6Y7Xo/s1600/Captura+de+tela+de+2014-07-16+12:34:17.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Agora poder retirar a seleção clicando no menu Selecionar e depois em Nada:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhCnnGC6OdLNeccdxgoFObqKLdFTJ_H-RQgH73MfSTQHP_-8XmVPy-_KCZrQjNI-kktaNCdF5tX-xleJHk_cGRf6dfGrAXCc5BoLMeqNoNxLd0AkkCx0L_vcUR1-Dksw2IcJsk7fY9MCjw/s1600/2014-07-16-124832_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Agora abra a ferramenta máscara clicando no menu Camada &amp;gt; Máscara &amp;gt; Adicionar máscara à camada:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg-Qs8fhPEySOYwgunEbgHy56r8a0AaeIphF4uSrx1p2o3ySVfuhFhBvklq3ycQ3cgogIZJ2bLtaaXaT0DKX8fD_PIpHDJiw09zk5SXKm1po3zZyaYk481qELbBCcE1BzKTKgn8koENFWo/s1600/2014-07-16-130448_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Escolha a camada Branca e clique em Adicionar:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh2f5TWrALu-9MbSB1Pz9OfhiKNN7s_ejUMp7V9pBIPFltcIVtRPJZhiwcLfD3fHKhTI9vtvAndO83Cd0CspF7AsiBomuZkQqlBiSclTqpavC_fzsvtaRazrgANPTperRvmc5IcERIwppk/s1600/Captura+de+tela+de+2014-07-16+13:07:35.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Agora preencha a máscara com a cor 666666 usando a ferramenta de preenchimento. Primeiro clique 2 vezes em cima da cor de frente:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI0GCU1kD1mOg87ywgJxGlG3w42rriscJQQ3oquwIVe-I7NA1fqmAMXTu2g37XD9XU0F9omYSgghb8yNf88I1JMQIfL-K28wJkTINNofxX801KjRZ_bO7h7KNs7nmIp8bXDK5rlfetcFI/s1600/Captura+de+tela+de+2014-07-16+12%253A30%253A45.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Vai abrir a janela Alterar cor de frente, insira no campo Notação HTML o número 666666 e clique em OK:&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjAJ27z8SuqHPHClYsJcS0wnyTGOH7jPSMyu9-60SquzxQJefqnFviJkcedi-PTFEu8ynqgz0fRbi92kTK8Oxqcx6gYTi7XfSoSH9JGH-aGGyJAUR9eXy-nIya2x6FkS_ZkXH-dATGaEJ8/s1600/Captura+de+tela+de+2014-07-16+13:10:58.png&quot; height=&quot;282&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Depois clique na ferramenta de preenchimento:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijperfzlt_4csrsbmcMd3wDCwupu__kaHpd3W3ftaR-1o29AKHrwm-ddQL4L6D5yUvF8HEndSr1cyDLju1Kh-QlKJVAmJu5fLIyXB5SOwKj00Br6AcLyIKosQ6ehQFOmEmphDmkCIOn3c/s1600/Captura+de+tela+de+2014-07-16+12%253A33%253A42.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
E preencha a máscara:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiepzkO-LmwNnws7hSNq4PIzgfQbgz11_ruB9WGU63vGQ_uiEY6y0SQEU-1ag3jFWj7IVcv-kNn-Z4y3v7jfPdf07STDghsNnbeddO8OJaGEcyoIi3PGr53yja56q68nJCiN_DR6ApnCIg/s1600/Captura+de+tela+de+2014-07-16+13:16:03.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Clique novamente na cor de frente e modifique para a cor 505050:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjqwoTB-TVJRUz1TqxcgDw_OfLJ966wSlr1ElH-UaAoVcjkyDAHkTrOgRg-bZVCa4skjsqgPxZMvqlfTi9-eORl-4WLzfz2Q5_xCUT3kwxg1-cR_e3TrN3fxeapUSckKLvM528MUkWNp8c/s1600/Captura+de+tela+de+2014-07-16+13:16:59.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjfEcdpdLy6ng97hnqhjp3NarKu87wJUGGhfC5Xj5r_NdR7yKmavbV6DiYbTw_y71IJb4KrmsH8xb9CPjIC230JY4aVF0M41f-ZuSj-inGIV8IwXoq3sqGv5rrANnbC3h4wBPX-UAP2KTw/s1600/Captura+de+tela+de+2014-07-16+13:17:27.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.maiscliques.com/banners/banner3.gif&quot; /&gt;&lt;/a&gt;&amp;nbsp;&lt;/div&gt;
&lt;br /&gt;
Agora selecione a imagem clicando no menu Camada &amp;gt; Transparência &amp;gt; Alfa para a seleção:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEit0CzA9jUGtnOhyWpyybKJ11mosly-QZvhTPhQFmriReLsihLIY4CaYGdkeh5JivlWr5bARQRhjlyhlDUd1BpsnyZhEGXt_ZNxxhk8xXFH0H6TfW3Gl-8D8b5SuelYIiekWL6zo2aR3ac/s1600/2014-07-16-131838_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Agora encolha a seleção clicando no menu Selecionar &amp;gt; Encolher...:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi0NgJnZKIfB9SOAWLB-HEw7JOVou0JDKSjM5dz3jJUwLPlxQ3SR9Ol6G6etAzMAeLfWZSOtelB90Cm8RTvMIYKc4eGyRYGutbHaplpd16nCn2aB2k2AKfgvUYxbmaYl-lgOda0r-mElco/s1600/2014-07-16-132140_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
E coloque na opção &quot;Encolher seleção por&quot; o valor 3:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbsiCPyFQcHYeKhoYprBvkQahIjaz5e8zWRp0IniCnm4JjLyoaP3-bgjtOpQOMspnjguhyphenhyphenJqNZb4OZ3vAJdeWrWgtKbYJ5u8H4Ojg1wxKkfB58VeuYnI5rI2y_GuM4Fv2WxABmRrGMayg/s1600/Captura+de+tela+de+2014-07-16+13:23:04.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Sua imagem deve estar dessa forma:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2s1uOy6vNEU5prC0U48nDEfaYAdXC8dV8ykDVY8ppWKlxKWy-F3c-pPdwaq57YXTPfSwJ87FZohLT7JEWuS5cAPgMYBjrfRggrU59QoFIVenU3871H57Iwa_iaygwNsYfrS6ULVxGoUM/s1600/Captura+de+tela+de+2014-07-16+13:23:18.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Agora preencha a seleção com a cor de frente que definimos anteriormente usando a ferramenta de preenchimento:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijperfzlt_4csrsbmcMd3wDCwupu__kaHpd3W3ftaR-1o29AKHrwm-ddQL4L6D5yUvF8HEndSr1cyDLju1Kh-QlKJVAmJu5fLIyXB5SOwKj00Br6AcLyIKosQ6ehQFOmEmphDmkCIOn3c/s1600/Captura+de+tela+de+2014-07-16+12%253A33%253A42.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjo5rQVIq8kRbjgjihfmV_NlVg_QvMYdOntAG_VFgpWCHqYZ0jrs15iIkmc8m-DkIT_hMWPFskmyJ87shhiDDhJ64A8XX7AmYdwKgjaE0oD9OsnfmpDpeTePazTgvzZHLhoQL9ltBa-rY8/s1600/Captura+de+tela+de+2014-07-16+13:27:31.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Aplique máscara à camada no menu Camada &amp;gt; Máscara &amp;gt; Aplicar máscara à camada:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWKgjxoYxYieuoJ9E4hLWUJGGWlpfaRsOpXgTOiRLdsMIEd-ZHCKZDyM3eoLA-1KdR_b0kPr6HW44Atsw5QfblO_ejclF80smZaGHWwlm6q3vLUlHBNshcsGJ0D6iK8-vp1pEvTYGJsyY/s1600/2014-07-16-132903_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Agora selecione a imagem toda clicando no menu Selecionar &amp;gt; Ver todas:&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg3uxJxNfWDEzMwSqh668Cfh4V-c9QlJCZeMbFVbG0k6oqnigepDTsttPZcG1Z0LUp_4ObyPTy-UTtYjHY7HCjKZIDe__ds3ko2-Zls8O5S4ChG4gYM_b8ZRHdwf4O3UD6iDiInW0S8e30/s1600/2014-07-16-133150_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;Abra a ferramenta de Desfocagem gaussiana clicando no menu Filtros &amp;gt;&amp;nbsp; Desfocar &amp;gt; Desfocagem gaussiana...:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8968Ma0hL3zmgvjmXTHZWzkWAliqheN3J8B3XJ_x5a0EBuj4-EyCURJiSODIAEQWcyyT2OyY_RdSUM6123-7RXwxL17k2WsEzhE1GDyksd7Vw_xduL25xWzDW9Mpf9xLVvIDB6ax1dko/s1600/2014-07-16-133417_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;Agora use o valor 1 e clique em OK:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0a7-TPcFYvx8bDYtjVRGq9b5ZFwd8Jt6mrJj9ql7BGffv0zB5Agcdry5_v77aj8kTw06YLcDvAG5hMl1zrt9zIkb6p_6e6nR4i_jm13oXmlTqrrhfEkPIFy3IL7LTV1SwQDfUfp2_KrY/s1600/Captura+de+tela+de+2014-07-16+13:35:05.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;A imagem deve estar assim:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhF2C5k4Ardc7me4m2gLYatjRBSNXIv6pqiv8KkQkJzsg1k_Gmx97M90lnqLpLPtcqO0IiY42kXG8rBfDZve-2IqpeSHwHxfXxqGg8Sl_UmVU3SVXGKEk3dwcS69KfRB9Z9I-M8BVy9lcY/s1600/Captura+de+tela+de+2014-07-16+13:35:34.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;Copie a imagem apertando as teclas Ctrl+C ou pelo menu Editar &amp;gt; Copiar:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtGkumKHcWcaFi8Erhry5oUIfzuo3Vonqq9NDwEG1mE-M9kGpUbksXqDJAP5wsl3HLhIunOJLRAcn5oPW8pmppBjVKmXrfof55CVKXeqZahwXutuSALVqlRJkhSZUzcsanOnENjJdSmS0/s1600/2014-07-16-133937_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;Cole como novo pincel pelo menu Editar &amp;gt; Colar como &amp;gt; New Brush... ( ou Novo pincel...):&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi5oyDDkKuZjT-WKyxTVyo9iUJb689HOo5lSI7LFzpIWi299v14JyFhza_VNgeNHymSBBfqniZlzwyRTw-dxDtAhY6G856FJCx43HbdN77UdHV33QVOMVgxBGQ37k9btCPf8DsccVPI4uY/s1600/2014-07-16-134128_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXuINtvYp1eGyiEArtvvfkUTcsyeaqhK69Sx9n6YIN60aBmGWPpX7cVYuTJ38kUxtnJt-TsL0hL31E0dblKE4TRtUiHJmesBipqQLpxrJrOAQZyinBFJiS_QJwDfrK3MAOFVGcQUr7kpA/s1600/Captura+de+tela+de+2014-07-16+13:45:52.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;
Terminamos a criação do pincel. Você pode usar esse tutorial só mudando os passos 3 e 4, ou seja só mudando a seleção inicial, e criar outras formas.&lt;span style=&quot;background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;background-color: transparent;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; line-height: 20.799999237060547px;&quot;&gt;
&lt;span style=&quot;background-color: transparent;&quot;&gt;Veja como ficou o nosso resultado:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjSwQlciK9tj7hp1Bsh-haGAhvCIQsi1GYJf87fH2mM_0KjLtupyghi3NIS6ZiAZ-qnGUD0LXAHKXFp2TemJDNNcDcvJcO1fEhMwrFuNj2hefv_x45loEgLmCBAA2iwDcuerHM5JR7u5PY/s1600/Captura+de+tela+de+2014-07-16+13:47:36.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Agora vamos criar uma nova imagem. Use a configuração que quiser. Vou usar a da imagem abaixo:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjB1bVGRjPP0PO8PqfVcFg0YdNY-2_f98KHnzYHIWC6oXv0hmTplOKcu39J0wzmtLxFBfBLinluXLi-00oY6vWvzdMQSdManmltzh79VZ07cOMeUBw2KUStC-PGuXRaFQ07KOdkoprbsbg/s1600/Captura+de+tela+de+2014-07-16+13:55:39.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3KVYfziIHLjyITizOe9JIQqCQPBqcSy1vt1LfOjmQmsKI-3_RnqnaKYPz_G9XNaRIx7v19dNx1yC08_IkesXJLIYulGmfqGYiaRJRLXEzL1Fhwit1dm2CBYmARp26q9EGC0QnlhXiVYA/s1600/Captura+de+tela+de+2014-07-16+13:56:07.png&quot; height=&quot;359&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Crie uma nova camada pelo menu Camada&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;gt; Nova camada... (Coloquei o nome dela de 40):&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhnNkb4eu5Bgj6ENnZqTPPSsmexI5H32_VGeo22HfMj7uV9b89mmTBQMDhqF9qd3DJHuiUxV8Xl7DWub3Bwakcj8yl7vNTr1FDNlKJOW9HwcWxHNkvHteNb0og9y9B_WGRed1da1-mAhB8/s1600/2014-07-16-135743_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjjuwO6KW21V04ZpD_Tc3paWYiLVIeE4h9Yt55bWJIaKGnbf5KrYou2rMavmQoRRy_TReocLF3wjm3NyJE_2GVDTIRwK1aIM7DWtMV8twnyhIEnaENjGgkVjByj2D0vsMMWvRuJkD4xHTY/s1600/Captura+de+tela+de+2014-07-16+13:58:41.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Usando a ferramenta de Pincel. Selecione o pincel a sua escolha (Vou usar o feito na parte 1), coloquei o tamanho em 200. Mude a Dinâmicas de Pintura para Dynamics Random Color:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibSQ2FpqSYdGQv7Ki0GV3Jk4K8oBbrNyToiyZvbl451m6dsonmCbs5hyphenhyphenTgSKHjYaK0Vj1Kfd1EPs7l7LznnIjTlTIXMZK2EMGIFB0jMwlQ714U2jsmXc9WtLjtEu_V58oLmJIWkUo-fuw/s1600/Captura+de+tela+de+2014-07-16+14:00:36.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIF3lIbXE_XPiELkVDkboSgzbbliSm7kULED04F0rU3QdXClfhS5LWoUCYoCdzHMJiKAsHY31I3WFmXnwL9auFMmL3RYzbOEvkAJJsW5VXjYrKlSs4QrukXxuBZHsSnTC8YGjzLvd_6QY/s1600/Captura+de+tela+de+2014-07-16+14:04:05.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;Usando o pincel faça desenhos aleatórios:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEilEu2lIW087VSJvqOUePkfuIeHRN9f_1dl7MfIqk6T_VV-6pghw0rmXYd1ppqJgclQYo85mfkyKzroNTnXfUsV4ue_v677V3ivvEi2o8ZbzfvYdJie010WfKmuC1O-0SVFkKLiRkjwQ_4/s1600/Captura+de+tela+de+2014-07-16+14:05:25.png&quot; height=&quot;238&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.maiscliques.com/banners/banner3.gif&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Aplique o Filtro Desfocagem gaussiana pelo menu Filtros &amp;gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Desfocar &amp;gt; Desfocagem gaussiana:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpNtMc4PfWgBeKFN3FbEF8aPU4gLHgzogarG1KgbDebSid_JrZ3L0d5ubnpNySzk5Cha4Ly1bkOMkVa3J5pFTFmnJLCeMtIHcqPNw0LMs_g_ps4Rc9AFAy_aXOtp41K1JCG8G3HTa4bCk/s1600/2014-07-16-133417_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot; /&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Use o valor 40:&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOkmjqcGUyfKm87qPBvaWwH_Z_ET8FqrPhZxWR8WEm4z9yyOOLy4L7JQInoIoNwHvuqLdASCI-vlR9nP8iUqOA3VGv-8l0xeM4zNL9H27f7rvnlwlEbJaKL4z9w1nUqiubRI9Q4X0twyI/s1600/Captura+de+tela+de+2014-07-16+14:07:09.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;A imagem esta ficando assim:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjT4ctYxN-_6JNp1hd8XxnljbQtFXQ3cfJPfDI7Hxlgvrz7MrOBsiPYNTBMmsow9AnVij_MaCqb7UxyWXVf8jV7Nlw2Xtp1jPUZeTp5wcu1v0_iau_wtf_PMhUAmspw6enfWYKJSvq_BkA/s1600/Captura+de+tela+de+2014-07-16+14:08:08.png&quot; height=&quot;236&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Crie uma nova camada:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjQO9pLxwwJgHtz2_gc_K1zDWvQg7aMB9_79GfLRejgcxJYlWodHMlvWJJjEFvVRI-s7Ryha0sABjqXCUjyIK9B16i05j4QARme3sEGZlCq-s6f3f38Xv9r9QuCdeHnLIQxidUkAN4VWVg/s1600/2014-07-16-135743_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Crie uma nova camada pelo menu Camada&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;gt; Nova camada... (Coloquei o nome dela de 30):&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhjCKEZ-6dMm3rli34JF_KRwwvHPFShkkXZLcvrJaJPWczFgTlRrrJ5zVYJRLdQGl2vnTcGM92B7ztFO4TwFcQLq4TtCwOdrwfmZXnxfhl1iHNONU1s4PYunWxLQ60zThiA3Pj05GFowXA/s1600/Captura+de+tela+de+2014-07-16+14:09:47.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;Usando o pincel faça desenhos aleatórios:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWzOtsDYCj14I26HEiZM9C4yxKhvEssW-HH6QxU6LfchCAi-ZXI4YutqiXQl9SeeafHTraEy43aAfF7u3qY5dB3bqFzmoWjSeHj5LzSxnZtoBOhGaMkSDanTZsRBj_b64q4KExXsZr6Rk/s1600/Captura+de+tela+de+2014-07-16+14:12:21.png&quot; height=&quot;237&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Aplique o Filtro Desfocagem gaussiana pelo menu Filtros &amp;gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Desfocar &amp;gt; Desfocagem gaussiana:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpNtMc4PfWgBeKFN3FbEF8aPU4gLHgzogarG1KgbDebSid_JrZ3L0d5ubnpNySzk5Cha4Ly1bkOMkVa3J5pFTFmnJLCeMtIHcqPNw0LMs_g_ps4Rc9AFAy_aXOtp41K1JCG8G3HTa4bCk/s1600/2014-07-16-133417_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Use o valor 30:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjapIIesE17HF362tk4nVKjSUlxRI9rntS27rjLlEbGMWG2nuOrkJmIiTlMOBLXFOYa5xUCSK_0yEVqvmBWiFU_AigcAYfAf8tTVvKN0g-K6As1Lo2g20J2Bz-703RUA79ICPx9SuZFxVE/s1600/Captura+de+tela+de+2014-07-16+14:13:48.png&quot; height=&quot;299&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Crie uma nova camada pelo menu Camada&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;gt; Nova camada... (Coloquei o nome dela de 20):&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSAyUwejd6oBweaGCzyBwaaGXuOpOEk6Iqn1SX3kGDhPx1JGSANRu-ItksEmUnKJqtYvdOrBsF7S9rl5HaQR5IMLD7zgBvvmxJfPnJHLc6i0vdcy8j5St7Sigfk4dmzMGeDsODdRfIJ48/s1600/Captura+de+tela+de+2014-07-16+14:15:11.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;Usando o pincel faça desenhos aleatórios:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgor1b34Dz5stziYgKuE9ampra2PJvi6s5lnrEyhNpvNpQOn4gq8RaV6sKjgCaeoWUWdZqoJuCVFs9xQwdGzeFXv1osw9-YjwFv2HyapMf7RJ-C839vZT9X4BGio3gqFMo-KbB9C79P7kQ/s1600/Captura+de+tela+de+2014-07-16+14:16:21.png&quot; height=&quot;237&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Aplique o Filtro Desfocagem gaussiana pelo menu Filtros &amp;gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Desfocar &amp;gt; Desfocagem gaussiana:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpNtMc4PfWgBeKFN3FbEF8aPU4gLHgzogarG1KgbDebSid_JrZ3L0d5ubnpNySzk5Cha4Ly1bkOMkVa3J5pFTFmnJLCeMtIHcqPNw0LMs_g_ps4Rc9AFAy_aXOtp41K1JCG8G3HTa4bCk/s1600/2014-07-16-133417_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Use o valor 20:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjf53UXNARP8ElWNbynRakcMYiGPIxxL6WpcvZgu-nVV4UN81o7T4KZsV2OoT6BHQ6RCFuD9F4bDa2yKJEEIN49u6edZXQEyiGSHFQoJSwMWV__fbVJqk6mpMD16MPsBmmiLxdU4WAqQjQ/s1600/Captura+de+tela+de+2014-07-16+14:17:14.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Crie uma nova camada pelo menu Camada&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;gt; Nova camada... (Coloquei o nome dela de 10):&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsP-hFOhX0DjjFrTPtQoMs1na-v1oxKZGrZ24Tn6XeSO_VAiuPlMGhIqcrov2r32qkRaK-Bofo7Xbh3NVr6yJYFJmZ_m68b8Y-jMDXVRQencME5SkeuGKmJmzHP2m2nCzqJps0ASz14vE/s1600/Captura+de+tela+de+2014-07-16+14:18:37.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;Usando o pincel faça desenhos aleatórios:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg84V4bQyI7OvGFaiVqEP3MjGIqllEJF5RR3iFyex4do_nUpMlNx-iMWHDxHBhwMOmxQ3BLEfwSGgJLnwStgs3K24k-2M269HMzoltyy-tgcpV4K6esmw1UbkMx1IB6qBLq_EvLAGN75Rk/s1600/Captura+de+tela+de+2014-07-16+14:19:35.png&quot; height=&quot;238&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Aplique o Filtro Desfocagem gaussiana pelo menu Filtros &amp;gt;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Desfocar &amp;gt; Desfocagem gaussiana:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpNtMc4PfWgBeKFN3FbEF8aPU4gLHgzogarG1KgbDebSid_JrZ3L0d5ubnpNySzk5Cha4Ly1bkOMkVa3J5pFTFmnJLCeMtIHcqPNw0LMs_g_ps4Rc9AFAy_aXOtp41K1JCG8G3HTa4bCk/s1600/2014-07-16-133417_1366x768_scrot.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Use o valor 10:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2910f3S6qP_zefjHtJ7iaLtgUOIytVHojg7u6ZCsNZwqmxXTnYUMelf1C1Ok6bQUHFOpm7Pg8PA5-SbZGSen90mGANf6YBHd2CawOLXTfonAPd4jxnknyyjyCiubZOhgc6q7DyfgXCHM/s1600/Captura+de+tela+de+2014-07-16+14:20:19.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Crie uma nova camada pelo menu Camada&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;gt; Nova camada... (Coloquei o nome dela de camada-forever):&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWMWnCNSN2nJ7CSvZytsXU3tWiGwHKjVDxmngMbUpQk2lfjGVfCWTxzQzAvedHaq-Gz79rdImTvmW1lezqRld1ef2ECgXJXZAc78dMvMZS_jeSJuKG6lX0Re5-wLoRlROW0MImSdwZlcc/s1600/Captura+de+tela+de+2014-07-16+14:22:23.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;Usando o pincel faça desenhos aleatórios:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgHFHElvb4Q1OAh4o6GX9ROmwnTV8IElDoGNFAST8KbocYPJoj4LrgRKMMnLH9Uk0VvqBa1K8a6OdymdYVvmh1jlbuncxGTb0LcUVWdRdbcoml1fBM-MLZP9COCZVUL0AxYP6QqVN9xEw8/s1600/Captura+de+tela+de+2014-07-16+14:22:51.png&quot; height=&quot;236&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: x-small; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Crie uma nova camada pelo menu Camada&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&amp;gt; Nova camada... (Coloquei o nome dela de cor):&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhQAA-qQOI5SZrNsXwE6HHlUAGZNN3b5WTH4D28EKm0zxc-eUO-XflSYdGXLs5CQRJtyR5UZHKr2bDm7nTIYO6hy6PL82MFyhyphenhypheni7f_tZ4dGJMb1pjOcMsRnRjK_HBHO0Wv-Y3xAw12L2Uo/s1600/Captura+de+tela+de+2014-07-16+14:24:44.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Usando a ferramenta de Degradês. Aplique um degradê de sua preferência na camada cor:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixu4msjni_wSE6ItdE7JJhtN8XI3isk63pKjHriUx3SuzjB5C5MivfuIG84yFRgho3FKzWf9_8Rbs134FZlUKBdW8indGhg_8H62V1iO0HGpTY1XZ-cWwKREnUaLFzoHeiXPoSExmmfXQ/s1600/Captura+de+tela+de+2014-07-16+14:25:42.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_XC786dgC6cTCxRU1uYuX4JUMAI453yQ09sAnT03M1WHZqAupLRHJxLUFjuTb_OspDkrv_KOHTBb_7c3yNbpnKcM113WmeQL91OHOEWYWrOPR2lrc0NHCcpce8wFofR6q-PFI0TAcU-Q/s1600/Captura+de+tela+de+2014-07-16+14:26:31.png&quot; height=&quot;238&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Mude o modo da camada cor para cor:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhXY6dqRVDW4oS5QZk626exP4dSD61x6xNxa4JHvb4KyYWWArFaKtvH7HGiOZ_AEYT4DEcoVNDwewJFmeTZACx2xuW8ZrPedQc5EaEYJG50CvS4rx9U-2eEfhBLh3XvV8ZD8gdGH8PAwBU/s1600/Captura+de+tela+de+2014-07-16+14:29:22.png&quot; height=&quot;320&quot; width=&quot;133&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Veja o meu resultado final:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjLiGPBpX194L1r0iwxhCpzimKX8Ennme96vrcBe6hb9KZGGb_aIC3wca5UKO_P9ODXo5BOvoxOozlrOymRX2dDY3jsqJGtkuQIxsyGNsXjaQdhe6p1xC7n6uUeJpG_MUmJzg2z1ORKF6g/s1600/Captura+de+tela+de+2014-07-16+14:29:30.png&quot; height=&quot;384&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;Como ficou o seu?? Compartilhe com a gente o seu resultado!!&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; color: black; font-family: &#39;Times New Roman&#39;; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;background-color: white; color: #2f2d2d; font-family: Asap, sans-serif; font-size: 16px; line-height: 20.799999237060547px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;span style=&quot;color: #2f2d2d; font-family: Asap, sans-serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 20.799999237060547px;&quot;&gt;Espero que tenham gostado pessoal! Até a próxima.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;-webkit-text-stroke-width: 0px; clear: both; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; margin: 0px; orphans: auto; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.maiscliques.com/index.php?ref=baquelo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.maiscliques.com/banners/banner6.gif&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/5788260537075452001/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2014/07/efeito-bokeh-no-gimp.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/5788260537075452001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/5788260537075452001'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2014/07/efeito-bokeh-no-gimp.html' title='Efeito Bokeh no GIMP'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEirCLfSKS1L3a4K6R4ZZg7hjgTYBKq0Jhkum4xJ5C3is9-VDQAQH3Ml9ECytNMj2nYxSULa5MDmLuEAKPkhBKv8MUlnmrflh1wkF5QYpqz-2px9F7cZRGspZF0HPY6X5jj_fzqWuBN4shg/s72-c/Captura+de+tela+de+2014-07-16+12:19:28.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-2972363129447775764</id><published>2014-02-07T13:44:00.001-02:00</published><updated>2014-02-07T14:29:21.092-02:00</updated><title type='text'>Erro na lista de pacotes</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Quando por algum motivo não concluir a instalação de algum programa no Ubuntu, depois fica dando um erro na lista de pacotes. Veja abaixo como resolver esse erro:&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Digite no terminal:&lt;br /&gt;
&lt;br /&gt;
sudo rm -r /var/lib/apt/lists*&lt;br /&gt;
sudo apt-get -f install&lt;br /&gt;
sudo apt-get clean&lt;br /&gt;
sudo apt-get update&lt;br /&gt;
sudo apt-get upgrade&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Espero ter ajudado!&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/2972363129447775764/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2014/02/erro-na-lista-de-pacotes.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2972363129447775764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2972363129447775764'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2014/02/erro-na-lista-de-pacotes.html' title='Erro na lista de pacotes'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-3675083702699484795</id><published>2013-06-23T14:12:00.003-03:00</published><updated>2013-06-23T14:12:59.727-03:00</updated><title type='text'>Java - Como programar</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXKP8MsofXXnc08E3d2KD4FvMWEebMGniupMO-n2Ib4QECpP-ehKvATgvmpKuH4zDeiaQiGc5LoBOM78FMehgyGk4y__cfLtOv9BldTn4qYxm2FRJDJsWvap0I8iQXO825FeOkKmuK9xTr/s1600/0001.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXKP8MsofXXnc08E3d2KD4FvMWEebMGniupMO-n2Ib4QECpP-ehKvATgvmpKuH4zDeiaQiGc5LoBOM78FMehgyGk4y__cfLtOv9BldTn4qYxm2FRJDJsWvap0I8iQXO825FeOkKmuK9xTr/s320/0001.jpg&quot; width=&quot;236&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;table border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color: white; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px 0px 5px 10px; padding: 0px; width: 90%px;&quot;&gt;&lt;tbody style=&quot;margin: 0px; padding: 0px;&quot;&gt;
&lt;tr style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;td align=&quot;left&quot; class=&quot;cor_destaque1&quot; style=&quot;background-color: #dadada; color: #727270; font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;Java como programar 8ª edição&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;td align=&quot;left&quot; class=&quot;cor_destaque2&quot; style=&quot;background-color: #ededed; font-size: 10px; margin: 0px; padding: 2px 5px;&quot;&gt;8ª edição&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color: white; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px 0px 5px 10px; padding: 0px; width: 90%px;&quot;&gt;&lt;tbody style=&quot;margin: 0px; padding: 0px;&quot;&gt;
&lt;tr style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;td align=&quot;left&quot; class=&quot;cor_clara&quot; style=&quot;border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot; width=&quot;74&quot;&gt;Autor:&lt;/td&gt;&lt;td align=&quot;left&quot; class=&quot;cor_clara&quot; style=&quot;border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot; width=&quot;140&quot;&gt;&lt;span class=&quot;cor_dados&quot; style=&quot;color: #21378d; margin: 0px; padding: 0px;&quot;&gt;Paul Deitel e Harvey Deitel&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;td align=&quot;left&quot; class=&quot;cor_escura&quot; style=&quot;background-color: #f6f4f5; border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;ISBN:&lt;/td&gt;&lt;td align=&quot;left&quot; class=&quot;cor_escura&quot; style=&quot;background-color: #f6f4f5; border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;&lt;span class=&quot;cor_dados&quot; style=&quot;color: #21378d; margin: 0px; padding: 0px;&quot;&gt;9788576055631&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;table cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; style=&quot;background-color: white; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px 0px 5px 10px; padding: 0px; width: 90%px;&quot;&gt;&lt;tbody style=&quot;margin: 0px; padding: 0px;&quot;&gt;
&lt;tr align=&quot;left&quot; style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;td align=&quot;left&quot; class=&quot;cor_clara&quot; style=&quot;border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot; width=&quot;35%&quot;&gt;Páginas:&lt;/td&gt;&lt;td align=&quot;left&quot; class=&quot;cor_clara&quot; style=&quot;border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot; width=&quot;65%&quot;&gt;&lt;span class=&quot;cor_dados&quot; style=&quot;color: #21378d; margin: 0px; padding: 0px;&quot;&gt;1176&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;td align=&quot;left&quot; class=&quot;cor_escura&quot; style=&quot;background-color: #f6f4f5; border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;Dimensões:&lt;/td&gt;&lt;td align=&quot;left&quot; class=&quot;cor_escura&quot; style=&quot;background-color: #f6f4f5; border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;&lt;span class=&quot;cor_dados&quot; style=&quot;color: #21378d; margin: 0px; padding: 0px;&quot;&gt;20,5 x 27,5 cm&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;td align=&quot;left&quot; class=&quot;cor_clara&quot; style=&quot;border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;Copyright:&lt;/td&gt;&lt;td align=&quot;left&quot; class=&quot;cor_clara&quot; style=&quot;border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;&lt;span class=&quot;cor_dados&quot; style=&quot;color: #21378d; margin: 0px; padding: 0px;&quot;&gt;2010&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;td align=&quot;left&quot; class=&quot;cor_escura&quot; style=&quot;background-color: #f6f4f5; border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;Série:&lt;/td&gt;&lt;td align=&quot;left&quot; class=&quot;cor_escura&quot; style=&quot;background-color: #f6f4f5; border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;&lt;span class=&quot;cor_dados&quot; style=&quot;color: #21378d; margin: 0px; padding: 0px;&quot;&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr style=&quot;margin: 0px; padding: 0px;&quot;&gt;&lt;td align=&quot;left&quot; class=&quot;cor_clara&quot; style=&quot;border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;Peso:&lt;/td&gt;&lt;td align=&quot;left&quot; class=&quot;cor_clara&quot; style=&quot;border: 1px solid rgb(246, 244, 245); font-size: 10px; font-weight: bold; margin: 0px; padding: 2px 5px;&quot;&gt;&lt;span class=&quot;cor_dados&quot; style=&quot;color: #21378d; margin: 0px; padding: 0px;&quot;&gt;2.770 kg&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/QzmW7&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Download (link)&lt;/a&gt;&lt;br /&gt;
&lt;div&gt;
&lt;a href=&quot;http://adf.ly/QzltS&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot;&gt;Comprar Livro (link&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;ul id=&quot;nav&quot; style=&quot;background-color: white; color: #666666; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 3px 0px; width: 287px;&quot;&gt;
&lt;li style=&quot;display: inline; height: 29px; list-style: none; margin: 0px; padding: 0px;&quot;&gt;Descrição&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;aba&quot; style=&quot;background-color: white; background-image: url(http://www.pearson.com.br/img/detalhes.jpg); background-repeat: no-repeat no-repeat; color: #004462; font-family: Arial, Helvetica, sans-serif; font-size: 12px; height: 183px; margin: -1px 0px 20px; padding: 10px 15px; text-align: justify; width: 287px;&quot;&gt;
&lt;div align=&quot;left&quot; id=&quot;pane1&quot; style=&quot;height: 180px; margin: 0px; overflow-x: hidden; overflow-y: auto; padding: 0px 5px 0px 0px; width: 280px;&quot;&gt;
&lt;div style=&quot;padding: 0px;&quot;&gt;
&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;Sinopse&lt;/strong&gt;&lt;br /&gt;
Você tem em mãos a mais consagrada obra de introdução à programação orientada a objetos que se baseia no DEITEL® live-code para ensinar tudo o que você precisa saber sobre o Java Standard Edition 6, JDBC 4, desenvolvimento de aplicativos Web e Web Services!&lt;br /&gt;
&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;
O Java é atualmente a mais popular linguagem de programação. Esta nova edição completamente atualizada utiliza uma abordagem agradável e cuidadosamente compassada para o estudante desenvolver aplicativos baseados na Web e desktop. Os novos exercícios &quot;Fazendo a diferença&quot; envolvem questões relacionadas à consciência social que são importantes tanto a estudantes quanto a profissionais.&lt;br /&gt;
&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;
Esta oitava edição de Java: como programar fornece uma abordagem abrangente e estudos de caso: classes (GradeBook, Time, Employee), sistema OOD/UML ATM opcional, GUI e desenho de elementos gráficos opcionais, aplicativo Web baseado em banco de dados operando em múltiplas camadas (livro de endereços) e serviços Web (Blackjack, sistema de reservas de passagens aéreas, gerador de equações etc.).&lt;br /&gt;
&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;
Paul J. Deitel e o dr. Harvey M. Deitel são os fundadores da Deitel &amp;amp; Associates, Inc., uma empresa internacionalmente reconhecida em treinamento, criação e desenvolvimento de negócios na Internet, especializada em Java, C, C++, C#, Visual Basic®, Visual C++®, Python®, XML, Internet, web e tecnologias de objeto. Os Deitel são autores de muitos livros-texto, livros profissionais e cursos em vídeo que são líderes de venda.&lt;br /&gt;
Visite o site do livro (www.prenhall.com/deitel_br). Entre em contato com os autores pelo e-mail deitel@deitel.com. Preencha o formulário para receber o informativo eletrônico DEITEL® BUZZ ONLINE no site www.deitel.com/newsletter/subscribe.html.&lt;br /&gt;
&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;
Para informações sobre a série de treinamentos corporativos DEITEL® DIVE INTO® SERIES, oferecida a organizações por todo o mundo, visite: www.deitel.com/~training. Veja também o Resource Center do Deitel Java e outros centros de recursos relacionados em: www.deitel.com/ResourceCenters.html.&lt;br /&gt;
&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;
Companion website&lt;br /&gt;
No site www.prenhall.com/deitel_br, estudantes contam com exercícios de múltipla escolha que trabalham o conteúdo abordado no livro, enquanto professores têm acesso a manual de soluções e códigos-fonte em inglês, bem como a apresentações em PowerPoint.&lt;/div&gt;
&lt;br style=&quot;margin: 0px; padding: 0px;&quot; /&gt;
&lt;div style=&quot;padding: 0px;&quot;&gt;
&lt;strong style=&quot;margin: 0px; padding: 0px;&quot;&gt;Sumário&lt;/strong&gt;&lt;br /&gt;
Capítulos: 1 - Introdução aos computadores, à Internet e à World Wide Web; 2 - Introdução aos aplicativos Java; 3 - Introdução a classes e objetos; 4 - Instruções de controle: Parte I; 5 - Instruções de controle: Parte 2; 6 - Métodos: uma visão mais aprofundada; 7 - Arrays e ArrayLists; 8 - Classes e objetos: uma visão mais aprofundada; 9 - Programação orientada a objetos: herança; 10 - Programação orientada a objetos: polimorfismo; 11 - Tratamento de exceções; 12 - Estudo de caso de ATM, Parte 1: projeto orientado a objetos com UML; 13 - Estudo de caso de ATM, Parte 2: implementando um projeto orientado a objetos; 14 - Componentes GUI: Parte 1; 15 - Imagens gráficas e Java 2D; 16 - Strings, caracteres e expressões regulares; 17 - Arquivos, fluxos e serialização de objetos; 18 - Recursão; 19 - Pesquisa, classificação e Big; 20 - Coleções genéricas; 21 - Classes e métodos genéricos; 22 - Estruturas de dados genéricas personalizadas; 23 - Applets e Java Web Start; 24 - Multimídia: applets e aplicativos; 25 - Componentes GUI: Parte 2; 26 - Multithreading; 27 - Redes; 28 - Acesso a bancos de dados com o JDBC; 29 - Aplicativos Web JavaServer - Faces; 30 - Aplicativos Web JavaServer - Faces compatíveis com Ajax; 31 - Serviços Web; Apêndices: A - Tabela de precedência de operadores; B - Conjunto de caracteres ASCII; C - Palavras-chave e palavras reservadas; D - Tipos primitivos; E - Usando a documentação da Java API; F - Utilizando o depurador; G - Saída formatada; Índice remissivo.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/3675083702699484795/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2013/06/java-como-programar.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/3675083702699484795'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/3675083702699484795'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2013/06/java-como-programar.html' title='Java - Como programar'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjXKP8MsofXXnc08E3d2KD4FvMWEebMGniupMO-n2Ib4QECpP-ehKvATgvmpKuH4zDeiaQiGc5LoBOM78FMehgyGk4y__cfLtOv9BldTn4qYxm2FRJDJsWvap0I8iQXO825FeOkKmuK9xTr/s72-c/0001.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-6384510085478018398</id><published>2012-12-05T11:43:00.001-02:00</published><updated>2012-12-05T12:06:31.148-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Javascript"/><category scheme="http://www.blogger.com/atom/ns#" term="Tutorial"/><title type='text'>Usando JavaScript para alterar o texto em foco</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;style type=&quot;text/css&quot;&gt;
 .c{ border: 1px groove #000 };
 &lt;/style&gt;

&lt;br /&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h1&gt;
Usando JavaScript para alterar o texto em foco&lt;/h1&gt;
JavaScript pode ser bastante útil para desenvolvedores web e pode ajudá-los a realizar muitas coisas que não são possíveis usando apenas HTML e CSS.&lt;br /&gt;
Este tutorial irá mostrar como você pode alterar a exibição de texto após mover o ponteiro do mouse sobre um ícone. Antes de começar, faça o download de todos os arquivos e imagens abaixo para que você possa acompanhar o tutorial.&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijLLaZ8lqEZJzgrJnop4nIMOK2_nBwA8YFYn6-SInrRrHeuwNwR-3O2srsMq8C2kLzERy95WWRxS3AWfXqONKB5lDe87Fqs8oD954hA1QfqYM8aiPh9QWzvVbUfS3mzNbi9YTRZk9j324/s1600/img-template.jpg&quot; title=&quot;Usando JavaScript para alterar o texto em foco&quot; /&gt;&lt;br /&gt;
&lt;a href=&quot;http://bit.ly/SMCB0E&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKfLJ6HcJPls-JHASB6XN1ryOffVLwpY_9M2NnPzsBHyj0Cl9uMIpz0ws7matbESb7RE2kbYhYlR6Yb_qfxk33gZDEqspbEIttI0DRSwSSWsFKHPceNaYff-22YpBMKeXhjSzU275D9-0/s1600/bt-ver.jpg&quot; title=&quot;Ver&quot; /&gt;&lt;/a&gt;
&lt;a href=&quot;http://bit.ly/Sxw6PB&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDAfReu12T2E3BFzJ1hw_laDcxzSk9AuR81MgJNsRoJmWfnRoi-9QyAD5X_Nlfrid2h6D1ECAneDwUGAhckyP6VKQ3U-p47TPfP-lXh8QdNevmsQ2wQNcTLgwE2MF7GJGQDoAvR4gG6g0/s1600/bt-download.jpg&quot; title=&quot;Download&quot; /&gt;&lt;/a&gt;
&lt;br /&gt;
&lt;b&gt;Passo 1: Criar a marcação&lt;/b&gt;
&lt;br /&gt;
Comece definindo a marcação HTML. Ao fazer isso, criar e fornecer um link para a folha de estilo externa (style.css).&lt;br /&gt;
&lt;div class=&quot;c&quot;&gt;
&lt;code&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;title&amp;gt;Tutorial - Mudar Texto quando passar o mouse&amp;lt;/title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;Passo 2: Incluir as imagens que você deseja usar&lt;/b&gt;
&lt;br /&gt;
Este tutorial inclui quatro diferentes imagens de ícones pequenos, cada um com a dimensão de 48x48 (largura x altura) que você pode encontrar na pasta de imagens.&lt;br /&gt;
Coloque essas imagens entre a tag HTML de abertura e fechamento body&amp;nbsp; como mostrado no código abaixo. Se você precisa rapidamente atualizar o seu conhecimento em imagens em HTML por todos os meios confira este tutorial.&lt;br /&gt;
&lt;div class=&quot;c&quot;&gt;
&lt;code&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;div id=&quot;img-display&quot;&amp;gt; &amp;lt;!-- Divisão em torno das imagens --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;!-- Imagens para incluir --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;images/pencil.png&quot; alt=&quot;Este é um ícone de um lápis&quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;images/settings.png&quot; alt=&quot;Este é um ícone que representa as configurações&quot;&amp;nbsp; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;images/rssgreen.png&quot; alt=&quot;Um ícone RSS&quot;&amp;nbsp; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;images/contato.png&quot; alt=&quot;Um ícone de mensagem de contato&quot;&amp;nbsp; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/div&amp;gt; &amp;lt;!-- Closing division tag --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/body&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;
Você vai perceber que o código acima foi um passo adiante, em torno das imagens com uma tag HTML div(divisão) foi dado um ID. Isso é simplesmente para que possamos aplicar um estilo CSS para as coisas depois.&lt;br /&gt;
&lt;b&gt;Passo 3: Criar uma divisão para a visualização do texto&lt;/b&gt;
&lt;br /&gt;
A próxima tarefa é criar a divisão que vai rodear o texto padrão.&lt;br /&gt;
&lt;div class=&quot;c&quot;&gt;
&lt;code&gt;
&amp;lt;div id=&quot;text-display&quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;O que você gostaria de fazer?&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;
Depois de aplicar isso, você deve ter o conjunto de layout básico. É hora de dar um pouco de estilo as coisas com o adorável CSS.&lt;br /&gt;
&lt;b&gt;Passo 4: Adicione um pouco de estilo&lt;/b&gt;
&lt;br /&gt;
Você já deve ter criado o estilo externa a partir do passo 1. Nesta etapa, você vai precisar abrir aquele arquivo e adicionar o seguinte.&lt;br /&gt;
&lt;div class=&quot;c&quot;&gt;
&lt;code&gt;
body&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;font-family: Arial, Helvetica, sans-serif;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;background-color: #F4F4F4;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
img&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;border: 1px dashed #B8B8B8;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;padding: 10px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;margin-left: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
img:hover&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;background-color: #FFFF66;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
h4&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;text-transform: uppercase;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;color: #434343;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;font-size: 12px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#img-display&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;margin-bottom: 10px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#text-display&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;margin-left: 10px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;width: 300px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;height: 15px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;padding: 10px;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;border-top: 1px dashed #B8B8B8;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;border-bottom: 1px dashed #B8B8B8;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;text-align: center;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;font-size: 14px;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.blue&lt;br /&gt;
{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;color: blue;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;font-weight: bold;&lt;br /&gt;
}
&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;
Aqui está uma pequena explicação do que o CSS está fazendo.&lt;br /&gt;
&lt;i&gt;body&lt;/i&gt;
&lt;br /&gt;
Para dar um pontapé no estilo off, uma cor de fundo cinza claro é aplicada juntamente com a fonte da página padrão (neste caso Arial).&lt;br /&gt;
&lt;i&gt;img&lt;/i&gt;
&lt;br /&gt;
Cada imagem é ajustado para ter uma margem cinzenta tracejada de cor clara e também é dado um padding de 10 pixel . Se você se lembrar do modelo de caixa de CSS, o padding é a quantidade de espaço entre a borda e o conteúdo (o que, neste caso, são as imagens).&lt;br /&gt;
&lt;i&gt;img:hover&lt;/i&gt;
&lt;br /&gt;
Esta pseudo classe é utilizada na imagem para dar uma cor de fundo amarelo (quando o mouse é colocado sobre a imagem).&lt;br /&gt;
&lt;i&gt;#img-display&lt;/i&gt;
&lt;br /&gt;
Esta divisão que foi criada anteriormente proporciona um espaço de margem de 10 pixels por baixo das imagens.&lt;br /&gt;
&lt;i&gt;#text-display&lt;/i&gt;
&lt;br /&gt;
Queremos o estilo de exibição de texto também não é? Assim, o ID aplicada à divisão texto é denominado. Há um font-size, algumas bordas e alinhamento de texto acontecendo aqui.&lt;br /&gt;
&lt;i&gt;.blue&lt;/i&gt;
&lt;br /&gt;
Isso é simplesmente uma classe que foi usada para mudar um pouco de palavras azuis; apenas brincando com a apresentação.&lt;br /&gt;
&lt;b&gt;Passo 5: A parte divertida: Adicionando o JavaScript&lt;/b&gt;
&lt;br /&gt;
Agora, a coisa emocionante. Para alterar o texto padrão, você vai precisar fazer uso dos eventos onmouseover e onmouseout de JavaScript. Aplicá-los a cada imagem, como mostrado abaixo.&lt;br /&gt;
&lt;div class=&quot;c&quot;&gt;
&lt;code&gt;
&amp;lt;div id=&quot;img-display&quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;images/pencil.png&quot; alt=&quot;This is an icon of a pencil&quot; onmouseover=&quot;changeText(&#39;Write me a new post&#39;)&quot; onmouseout=&quot;defaultText()&quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;images/settings.png&quot; alt=&quot;This is an icon representing settings&quot; onmouseover=&quot;changeText(&#39;Edit your profile settings&#39;)&quot; onmouseout=&quot;defaultText()&quot;&amp;nbsp; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;images/rssgreen.png&quot; alt=&quot;An RSS icon&quot; onmouseover=&quot;changeText(&#39;Subscribe to me by RSS&#39;)&quot; onmouseout=&quot;defaultText()&quot;&amp;nbsp; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;img src=&quot;images/contact.png&quot; alt=&quot;A contact message icon&quot; onmouseover=&quot;changeText(&#39;Send me a message&#39;)&quot; onmouseout=&quot;defaultText()&quot;&amp;nbsp; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;
No exemplo acima, cada evento está fazendo uma chamada para uma função JavaScript (que não tenha sido definida como ainda). O evento onmouseover é acionado quando o mouse é colocado sobre a imagem. Ele chama a função changeText e passa algum texto com ela. O evento onmouseout é acionado quando o mouse se move para fora da imagem e chama a defaultText função.&lt;br /&gt;
&lt;b&gt;Passo 6: Definindo as funções de JavaScript&lt;/b&gt;
&lt;br /&gt;
Para este passo final, você precisa definir o changeText () e funções DefaultText (), que estão sendo chamados pelos eventos onmouseover e onmouseout. Para fazer isso, aplique o seguinte dentro das tags HEAD do documento HTML.&lt;br /&gt;
&lt;div class=&quot;c&quot;&gt;
&lt;code&gt;
&amp;lt;head&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;title&amp;gt;Change Text Hover Tutorial&amp;lt;/title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;style.css&quot; /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;!-- JAVASCRIPT TO BE ADDED IN --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function changeText(text)&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var display = document.getElementById(&#39;text-display&#39;);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display.innerHTML = &quot;&quot;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display.innerHTML = text;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function defaultText()&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;{&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;var display = document.getElementById(&#39;text-display&#39;);&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display.innerHTML = &quot;&quot;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;display.innerHTML = &quot;What would you like to do?&quot;;&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;/script&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;lt;!-- END JAVASCRIPT --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/head&amp;gt;&lt;br /&gt;
&lt;/code&gt;&lt;/div&gt;
&lt;br /&gt;
Você deve observar uma série de coisas. A primeira é o método document.getElementById. Tudo que isto faz é obter (ou acessar) o primeiro elemento com o ID especificado de modo que ele pode ser manipulado de alguma forma. Observe que é utilizado em ambas as funções, com a propriedade innerHTML.&lt;br /&gt;
Na primeira função, a divisão é apagada e substituída com a descrição que foi passado para ele. Esta descrição é armazenada numa variável chamada texto e utilizado na última linha display.innerHTML = texto.&lt;br /&gt;
A função defaultText é bastante semelhante. Obtem o elemento, remove o conteúdo HTML e substitui novamente com o texto padrão original.&lt;br /&gt;
Isso é tudo para este tutorial. Por favor, note que isso não vai funcionar se o seu browser tem o JavaScript desabilitado. Pode haver outras maneiras de realizar isso, mas esta é uma solução bastante elegante e simples. Deixe seus comentários abaixo e não se esqueça de pressionar o botão compartilhar.&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/6384510085478018398/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/12/usando-javascript-para-alterar-o-texto.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/6384510085478018398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/6384510085478018398'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/12/usando-javascript-para-alterar-o-texto.html' title='Usando JavaScript para alterar o texto em foco'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEijLLaZ8lqEZJzgrJnop4nIMOK2_nBwA8YFYn6-SInrRrHeuwNwR-3O2srsMq8C2kLzERy95WWRxS3AWfXqONKB5lDe87Fqs8oD954hA1QfqYM8aiPh9QWzvVbUfS3mzNbi9YTRZk9j324/s72-c/img-template.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-444464362776925893</id><published>2012-10-17T10:27:00.003-03:00</published><updated>2012-10-17T10:27:58.258-03:00</updated><title type='text'>Cursos do edX</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Olá galera!!&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Estou fazendo 2 cursos de Introdução à Ciência da Computação no site edX (www.edx.org), projeto do MIT. Recomendo a todos que pretendem fazer Ciência da Computação ou já está cursando, pois vai aprender uma visão diferente da atual no Brasil e vai poder se desenvolver mais e melhorar o seu inglês.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Pretendo postar aqui algumas dicas ao decorrer do curso.&lt;/div&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/444464362776925893/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/10/cursos-do-edx.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/444464362776925893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/444464362776925893'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/10/cursos-do-edx.html' title='Cursos do edX'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-7453412367238894465</id><published>2012-07-23T21:24:00.002-03:00</published><updated>2012-07-24T15:59:55.166-03:00</updated><title type='text'>Estão abertas as inscrições para a primeira fase da Maratona de Programação</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe border=&quot;0&quot; frameborder=&quot;0&quot; height=&quot;110&quot; marginheight=&quot;1&quot; marginwidth=&quot;1&quot; name=&quot;HImoney&quot; scrolling=&quot;no&quot; src=&quot;http://www.himoney.net/ref/?x=MbYida&quot; width=&quot;450&quot;&gt;&amp;amp;amp;lt;p&amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;lt;p&amp;amp;amp;amp;amp;amp;amp;gt;Visita &amp;amp;amp;amp;amp;amp;amp;amp;lt;a href=&#39;http://www.himoney.net/ref/?x=MbYida&#39;&amp;amp;amp;amp;amp;amp;amp;amp;gt;www.HImoney.net&amp;amp;amp;amp;amp;amp;amp;amp;lt;/a&amp;amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;amp;amp;amp;amp;lt;/p&amp;amp;amp;amp;amp;amp;amp;gt;&amp;amp;amp;lt;/p&amp;amp;amp;gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;img align=&quot;middle&quot; alt=&quot;&quot; height=&quot;235&quot; src=&quot;http://www.blog-br.com/uploads/m/mapinfor/119830.jpg&quot; width=&quot;243&quot; /&gt;&lt;/div&gt;
&lt;strong&gt;&lt;span style=&quot;color: blue;&quot;&gt;&lt;span style=&quot;font-size: x-small;&quot;&gt;&lt;span style=&quot;font-family: verdana, arial, helvetica, sans-serif;&quot;&gt;Estão abertas as inscrições para a primeira fase da Maratona de Programação, que ocorrerá no dia 15 de setembro de 2012.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;&lt;span style=&quot;color: blue;&quot;&gt;Primeira Fase: 15 de setembro de 2012&lt;br /&gt;
Final Brasileira: 9 e 10 de novembro de 2012&lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;h1&gt;






&lt;img align=&quot;absMiddle&quot; alt=&quot;&quot; border=&quot;0&quot; height=&quot;38&quot; src=&quot;http://maratona.ime.usp.br/imagens/selecao.gif&quot; width=&quot;46&quot; /&gt; Inscreva-se!&lt;/h1&gt;
&lt;span style=&quot;font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;Um time representa uma instituição de ensino. Cada instituição pode inscrever vários times.&lt;/span&gt;&lt;br /&gt;
&lt;div style=&quot;font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;
O responsável pela inscrição dos times é o &quot;coach&quot;. Uma mesma pessoa pode ser coach de vários times. O coach deve ser um professor da Instituição representada ou ser&amp;nbsp;&lt;a data-bitly-type=&quot;bitly_hover_card&quot; href=&quot;http://maratona.ime.usp.br/carta-coach12.pdf&quot;&gt;indicado para a função por um professor da Instituição&lt;/a&gt;. O mesmo coach pode representar todos os times da instituição.&lt;/div&gt;
&lt;div style=&quot;font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;
A inscrição se dá em três passos que podem ser feitos em qualquer ordem: pagamento da taxa de inscrição, inscrição dos times no site do Concurso, e envio da Declaração de Qualificação.&amp;nbsp;&lt;b&gt;Todos os passos devem ser feitos até 31 de agosto de 2012 para que sua inscrição seja aceita.&lt;/b&gt;&amp;nbsp;Para fazer o pagamento da taxa de inscrição você precisa saber apenas quantos times irá inscrever. Portanto, este pode ser feito antes dos dados dos times estarem completos no site do ICPC.&lt;/div&gt;
&lt;div style=&quot;font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;
Para completar a inscrição de seus times siga os passos abaixo em qualquer ordem:&lt;/div&gt;
&lt;ul style=&quot;font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;
&lt;li&gt;Deve ser providenciado o pagamento da taxa de inscrição na Maratona de Programação no&amp;nbsp;&lt;a data-bitly-type=&quot;bitly_hover_card&quot; href=&quot;https://centraldesistemas.sbc.org.br/ecos/maratona2012&quot;&gt;site da SBC&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Inscrição dos times no&amp;nbsp;&lt;a data-bitly-type=&quot;bitly_hover_card&quot; href=&quot;http://icpc.baylor.edu/icpc/&quot;&gt;site do ICPC&lt;/a&gt;&amp;nbsp;deve ser feita pelo coach na&amp;nbsp;&lt;a data-bitly-type=&quot;bitly_hover_card&quot; href=&quot;http://maratona.ime.usp.br/sedes12.html&quot;&gt;sede mais conveniente&lt;/a&gt;&amp;nbsp;do subcontest &quot;South America/Brazil First Phase&quot;;&lt;/li&gt;
&lt;li&gt;Os coaches deverão enviar por fax para o número (11) 3091 5179 aos cuidados de Carlos Eduardo Ferreira, ou&amp;nbsp;&lt;a data-bitly-type=&quot;bitly_hover_card&quot; href=&quot;mailto:maratonadeprogramacaosbc@gmail.com&quot;&gt;digitalizar e enviar&amp;nbsp;&lt;/a&gt;por email a&amp;nbsp;&lt;a data-bitly-type=&quot;bitly_hover_card&quot; href=&quot;http://maratona.ime.usp.br/qualif12.html&quot;&gt;declaração&amp;nbsp;&lt;/a&gt;&lt;b&gt;(nova versão)&lt;/b&gt;&amp;nbsp;assinada pelo coach e pelos competidores.&lt;b&gt;Os dados na declaração devem ser idênticos aos cadastrados no&amp;nbsp;&lt;a data-bitly-type=&quot;bitly_hover_card&quot; href=&quot;http://icpc.baylor.edu/icpc/&quot;&gt;site do ICPC&lt;/a&gt;&lt;/b&gt;;&lt;/li&gt;
&lt;/ul&gt;
&lt;div style=&quot;font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;
Na tabela abaixo estão os&amp;nbsp;&lt;span style=&quot;color: red;&quot;&gt;novos valores&amp;nbsp;&lt;/span&gt;da inscrição na Maratona de Programação:&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center style=&quot;font-family: &#39;Times New Roman&#39;; font-size: medium;&quot;&gt;
&lt;table border=&quot;3D&quot;&gt;
    &lt;tbody&gt;
&lt;tr&gt;
            &lt;td&gt;Data&lt;/td&gt;
            &lt;td&gt;Times inscritos&lt;/td&gt;
            &lt;td&gt;Instituição associada à SBC&lt;/td&gt;
            &lt;td&gt;Instituição não associada à SBC&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td&gt;&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;Até 30/07/2012&lt;/td&gt;
            &lt;td align=&quot;left&quot;&gt;1 time&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 108,00&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 135,00&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td align=&quot;left&quot;&gt;2 times&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 167,00&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 208,00&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td align=&quot;left&quot;&gt;&amp;gt;= 3 times&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 64,00 por time&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 80,00 por time&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td&gt;&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;De 31/07/2012 a 13/8/2012&lt;/td&gt;
            &lt;td align=&quot;left&quot;&gt;1 time&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 135,00&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 169,00&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td align=&quot;left&quot;&gt;2 times&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 208,00&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 260,00&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td align=&quot;left&quot;&gt;&amp;gt;= 3 times&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 80,00 por time&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 100,00 por time&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td&gt;&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;De 14/8/2012 a 31/8/2012&lt;/td&gt;
            &lt;td align=&quot;left&quot;&gt;1 time&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 216,00&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 270,00&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td align=&quot;left&quot;&gt;2 times&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 332,00&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 416,00&lt;/td&gt;
        &lt;/tr&gt;
&lt;tr&gt;
            &lt;td&gt;&lt;/td&gt;
            &lt;td align=&quot;left&quot;&gt;&amp;gt;= 3 times&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 128,00 por time&lt;/td&gt;
            &lt;td align=&quot;center&quot;&gt;R$ 160,00 por time&lt;/td&gt;
        &lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;/center&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;iframe border=&quot;0&quot; frameborder=&quot;0&quot; height=&quot;110&quot; marginheight=&quot;1&quot; marginwidth=&quot;1&quot; name=&quot;HImoney&quot; scrolling=&quot;no&quot; src=&quot;http://www.himoney.net/ref/?x=MbYida&quot; width=&quot;450&quot;&gt;&amp;amp;amp;lt;p&amp;amp;amp;gt;Visita &amp;amp;amp;amp;lt;a href=&#39;http://www.himoney.net/ref/?x=MbYida&#39;&amp;amp;amp;amp;gt;www.HImoney.net&amp;amp;amp;amp;lt;/a&amp;amp;amp;amp;gt;&amp;amp;amp;lt;/p&amp;amp;amp;gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/7453412367238894465/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/07/estao-abertas-as-inscricoes-para-sediar.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/7453412367238894465'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/7453412367238894465'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/07/estao-abertas-as-inscricoes-para-sediar.html' title='Estão abertas as inscrições para a primeira fase da Maratona de Programação'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-5571918599208966727</id><published>2012-07-23T20:42:00.002-03:00</published><updated>2012-07-23T20:42:06.680-03:00</updated><title type='text'>APOSTILA: Programação em C completo</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Galera upei uma apostila de Programação em C completo!!&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://adf.ly/B3UNo&quot; target=&quot;_blank&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;538&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNJNsFw4Pi36EVR-MeOqr4GVS4HufJo0J3UmHGcVwcMESinXK_Sgs98gXwc5z3LduUaiuwUqoZRjIqZDM3Cu7ydgvfrpr02vIsidkwh8IW9EvE4W000om019pUWhH0_od902eSFCFeX6Y/s640/Apostila-programa%C3%A7%C3%A3o-em-c.png&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;a href=&quot;http://adf.ly/B3UNo&quot; target=&quot;_blank&quot;&gt;Download&lt;/a&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/5571918599208966727/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/07/apostila-programacao-em-c-completo.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/5571918599208966727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/5571918599208966727'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/07/apostila-programacao-em-c-completo.html' title='APOSTILA: Programação em C completo'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhNJNsFw4Pi36EVR-MeOqr4GVS4HufJo0J3UmHGcVwcMESinXK_Sgs98gXwc5z3LduUaiuwUqoZRjIqZDM3Cu7ydgvfrpr02vIsidkwh8IW9EvE4W000om019pUWhH0_od902eSFCFeX6Y/s72-c/Apostila-programa%C3%A7%C3%A3o-em-c.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-7218349513092273180</id><published>2012-02-21T21:16:00.001-02:00</published><updated>2012-02-21T22:00:19.657-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ciência da Computação"/><category scheme="http://www.blogger.com/atom/ns#" term="LEITURA E PRODUÇÃO TEXTUAL I"/><title type='text'>A importância de saber a língua portuguesa</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Nesta publicação vou colocar alguns vídeos parecidos com os vídeos mostrados na primeira aula da Professora Verusca.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;640&#39; height=&#39;360&#39; src=&#39;https://www.youtube.com/embed/c9d4ONJr5VI?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;object class=&quot;BLOGGER-youtube-video&quot; classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0&quot; data-thumbnail-src=&quot;http://2.gvt0.com/vi/Qbm2w_T4laY/0.jpg&quot; height=&quot;360&quot; width=&quot;640&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/Qbm2w_T4laY&amp;fs=1&amp;source=uds&quot; /&gt;


&lt;param name=&quot;bgcolor&quot; value=&quot;#FFFFFF&quot; /&gt;


&lt;embed height=&quot;360&quot; width=&quot;640&quot;  src=&quot;http://www.youtube.com/v/Qbm2w_T4laY&amp;fs=1&amp;source=uds&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;640&#39; height=&#39;360&#39; src=&#39;https://www.youtube.com/embed/kVxk6rmFkYQ?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;640&#39; height=&#39;360&#39; src=&#39;https://www.youtube.com/embed/vV5idihCsgI?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&#39;allowfullscreen&#39; webkitallowfullscreen=&#39;webkitallowfullscreen&#39; mozallowfullscreen=&#39;mozallowfullscreen&#39; width=&#39;640&#39; height=&#39;360&#39; src=&#39;https://www.youtube.com/embed/oynVIG6INYs?feature=player_embedded&#39; frameborder=&#39;0&#39;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/7218349513092273180/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/importancia-da-lingua-portuguesa.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/7218349513092273180'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/7218349513092273180'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/importancia-da-lingua-portuguesa.html' title='A importância de saber a língua portuguesa'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-2143713991183121580</id><published>2012-02-21T17:48:00.002-02:00</published><updated>2012-02-21T18:59:18.310-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ciência da Computação"/><category scheme="http://www.blogger.com/atom/ns#" term="LÓGICA COMPUTACIONAL"/><title type='text'>Sistemas Dicotômicos</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;Interruptores:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Um interruptor é um dispositivo ligado a um circuito elétrico que pode assumir dois estados: &lt;b&gt;&lt;i&gt;aberto&lt;/i&gt;&lt;/b&gt; (&lt;i&gt;&lt;b&gt;0&lt;/b&gt;&lt;/i&gt;) ou &lt;b&gt;&lt;i&gt;fechado&lt;/i&gt;&lt;/b&gt; (&lt;b&gt;&lt;i&gt;1&lt;/i&gt;&lt;/b&gt;). Quando aberto não permite a passagem de corrente elétrica, enquanto fechado a corrente passa livremente pelo ponto.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglZ1AZw3JdnPx6zeAj-qg0HXacqtr3tZv7I_vjMp2JzZGTq8LxNlftbjNcG3snEYrtbCldn0IQeNfp0_FbR2dbVE1g9iyM7Mh8cRoVWfSqcjN4DhGGiGaHEpuwdvgjf395SGtdcpyid88/s1600/interruptores-abert-fechado.jpg&quot; /&gt;&lt;/div&gt;
Para simplificar denotaremos um interruptor por uma letra minúscula do nosso alfabeto. Quando o interruptor estiver aberto: &lt;span style=&quot;color: red;&quot;&gt;a=0&lt;/span&gt;, fechado: &lt;span style=&quot;color: red;&quot;&gt;a=1&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
Denotaremos a ligação de dois interruptores &lt;u style=&quot;color: red;&quot;&gt;a&lt;/u&gt;&amp;nbsp;e &lt;u style=&quot;color: red;&quot;&gt;b&lt;/u&gt;&amp;nbsp;em &lt;u&gt;paralelo&lt;/u&gt;&amp;nbsp;por &lt;b&gt;(a+b)&lt;/b&gt;&amp;nbsp;e &lt;u&gt;serial&lt;/u&gt;&amp;nbsp;por &lt;b&gt;(a.b)&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIUSM30z6uxbeW0OvvYLLXIlx3SbWq_zuW5hVYatZGIrklW97HEd4vKiH6n6KHGAvJp3oB3LR6k259d2Ga2FMFq3qqNRxJs3k2Xn9EXZvbxQLRQYNKFv0kxK7Iq_1XTcfflEBy8tfEe9U/s1600/interruptores-paralelo-serial.jpg&quot; /&gt;&lt;/div&gt;
&lt;b&gt;Exemplo:&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;1) &lt;/span&gt;Determinar a expressão algébrica correspondente aos circuitos desenhados.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMnYa3RJKL026Gu3i6Mb-oE77QnotO9b6h4Q3iTnU9ubRbr1HKyEGjuacQGtxam3NtLr6HqOIOj_ItDnevVc12NgvOWGhyo5WR5JOsQXDPtkEKPGCzWVvwZYyIp5Ip0f3m8K_c0yfOX1I/s1600/interruptores-exemplo-a.jpg&quot; /&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinpIQkQ-Y93WhpzkGZm5rsNZVjgaEvPKsdSbr-rXVVx43-th_ILZQsR0H4_yKPXffmBwocuo34EmELVTei-G1xQvinP0TMleN4I_m1g0P8nTJEPTk4stgCNQICEgQL7xu941LggJ1wf7Q/s1600/interruptores-exemplo-b.jpg&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3HanqKQFICm5wVwf7roEspfArFAa08-Y3AqEa2z3V_QlLidv4fSQGs-ud1BjHm61x-3IKEkVrJIiOuL5CrM6nWI0EBk_ve1P8OGcgKMj_C8DJYKnRRc-cu0lEGdfLRimVsdPa_isTqPA/s1600/interruptores-exemplo-c.jpg&quot; /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;i&gt;Matéria passada pela professora Débora.&lt;/i&gt;&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/2143713991183121580/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/sistemas-dicotomicos.html#comment-form' title='1 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2143713991183121580'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2143713991183121580'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/sistemas-dicotomicos.html' title='Sistemas Dicotômicos'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglZ1AZw3JdnPx6zeAj-qg0HXacqtr3tZv7I_vjMp2JzZGTq8LxNlftbjNcG3snEYrtbCldn0IQeNfp0_FbR2dbVE1g9iyM7Mh8cRoVWfSqcjN4DhGGiGaHEpuwdvgjf395SGtdcpyid88/s72-c/interruptores-abert-fechado.jpg" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-5865287835206885852</id><published>2012-02-19T17:38:00.000-02:00</published><updated>2012-02-19T17:38:02.012-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ciência da Computação"/><category scheme="http://www.blogger.com/atom/ns#" term="LEITURA E PRODUÇÃO TEXTUAL I"/><title type='text'>LEITURA E PRODUÇÃO TEXTUAL I</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;Livro para leitura: Goldsmith, Mike. Albert Einstein e seu Universo Inflável. Editora: Cia das Letras.&lt;/span&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/5865287835206885852/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/leitura-e-producao-textual-i.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/5865287835206885852'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/5865287835206885852'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/leitura-e-producao-textual-i.html' title='LEITURA E PRODUÇÃO TEXTUAL I'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-2099154036326669376</id><published>2012-02-19T17:33:00.002-02:00</published><updated>2012-02-19T17:33:20.936-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ciência da Computação"/><category scheme="http://www.blogger.com/atom/ns#" term="MATEMÁTICA PARA INFORMÁTICA"/><title type='text'>MATEMÁTICA PARA INFORMÁTICA</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;EMENTA:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- Conjuntos; Intervalos; Produtos Notáveis; Potenciação; Polinômios; Função: 1º grau, 2º grau, exponencial,&amp;nbsp;logarítmica, modular; Inequações.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;BIBLIOGRAFIA:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- BERT, K; WAITS; GREGORY, D.; FOLEY; KENNEDY. Pré Calculo . São Paulo: Pearson Education.&lt;br /&gt;
&lt;br /&gt;
- IEZZI, Gelson. Fundamentos da Matamática Elementar. São Paulo: Atual, V1.&lt;br /&gt;
&lt;br /&gt;
- MEDEIROS, S. Matemática para os cursos de Economia, Administração, Ciências Contábeis. São Paulo: Atlas.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/2099154036326669376/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/matematica-para-informatica.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2099154036326669376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2099154036326669376'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/matematica-para-informatica.html' title='MATEMÁTICA PARA INFORMÁTICA'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-5578817982266204061</id><published>2012-02-19T17:25:00.002-02:00</published><updated>2012-02-19T17:25:40.608-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ciência da Computação"/><category scheme="http://www.blogger.com/atom/ns#" term="LÓGICA COMPUTACIONAL"/><title type='text'>LÓGICA COMPUTACIONAL</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;EMENTA:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- Sistemas dicotômicos;&lt;br /&gt;
- Operações lógicas sobre preposições;&lt;br /&gt;
- Relações de implicação e equivalência;&lt;br /&gt;
- Argumento válido e regras de inferência;&lt;br /&gt;
- Introdução à álgebra booleana, portas lógicas.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;BIBLIOGRAFIA:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- DAGHLIAN, Jacob. Lógica e Álgebra de Boole. 2ª ed., São Paulo: Paz e Terra, 1988.&lt;br /&gt;
&lt;br /&gt;
- ALENCAR FILHO, E. Iniciação à lógica Matemática. 18ª ed. São Paulo: Nobel, 2008.&lt;br /&gt;
&lt;br /&gt;
- SOUZA, J. N. Lógica para Ciência da Computação: fundamentos de linguagem, semântica e sistemas de dedução. Rio de Janeiro: Elsevier 2002.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/5578817982266204061/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/logica-computacional.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/5578817982266204061'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/5578817982266204061'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/logica-computacional.html' title='LÓGICA COMPUTACIONAL'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-2447266852145171638</id><published>2012-02-19T17:17:00.001-02:00</published><updated>2012-02-19T17:17:16.054-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ciência da Computação"/><category scheme="http://www.blogger.com/atom/ns#" term="FUNDAMENTOS DE SISTEMAS DE INFORMAÇÃO"/><title type='text'>FUNDAMENTOS DE SISTEMAS DE INFORMAÇÃO</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;EMENTA:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Fundamentos e Classificação de Sistemas de Informação - Conceitos de Sistema - Componentes e relacionamentos de Sistema - Componentes e relacionamentos de sistema - Custo/Valor e qualidade da informação - Vantagem Competitiva e Informação - Características do profissional de Sistemas de Informação e carreira de sistemas de informação - Software de aplicação versus software de sistema - Soluções de pacote de software - Sistemas de informações gerenciais e de apoio à decisão - Visão geral de telecomunicações e redes - Desenvolvimento colaborativo e globalizado.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;BIBLIOGRAFIA BÁSICA:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- STAIR, Ralph M., Reijnolds, George W. Princípios de sistemas de informação. 6ª edição. Rio de Janeiro. Cengage, 2005.&lt;br /&gt;
&lt;br /&gt;
- AUDY, J. L. N., Andrade, G., K. de, Cidral, A. Fundamentos de Sistemas de infomação. Porto Alegre, Bookman, 2005.&lt;br /&gt;
&lt;br /&gt;
- LAUDON, K. C., Laudon, J. P. Sistemas de Informação gerencial. 7ª edição, São Paulo. Prentice Hall, 2007.&lt;br /&gt;
&lt;br /&gt;
- TURBAN, E., Rainer, R. K., Potter, R. E. Introdução a Sistemas de Informação: uma abordagem gerencial. Rio de Janeiro. Elsevier, 2007.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;BIBLIOGRAFIA COMPLEMENTAR:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
- TURLAN, E. Administração de Tecnologia da Informação. Rio de Janeiro. Campus, 2003.&lt;br /&gt;
&lt;br /&gt;
- RESENDE, D., Abreu, A. Tecnologia da Informação Aplicada a Sistemas de Informação Empresarial. São Paulo. Atlas, 2000.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/2447266852145171638/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/fundamentos-de-sistemas-de-informacao.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2447266852145171638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/2447266852145171638'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/fundamentos-de-sistemas-de-informacao.html' title='FUNDAMENTOS DE SISTEMAS DE INFORMAÇÃO'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-1335674826729085309</id><published>2012-02-19T16:58:00.000-02:00</published><updated>2012-02-19T16:58:09.751-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ARQUITETURA DE COMPUTADORES"/><category scheme="http://www.blogger.com/atom/ns#" term="Ciência da Computação"/><title type='text'>ARQUITETURA DE COMPUTADORES</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;b&gt;BIBLIOGRAFIA&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
- STALLINGS, William. Arquitetura e Organização de Computadores. 5ª ed, Rio de Janeiro, 2006.&lt;br /&gt;
&lt;br /&gt;
- TANEBAUM, Andrews S. Organização Estruturada de Computadores. 5ª ed, Rio de Janeiro, 2006.&lt;br /&gt;
&lt;br /&gt;
- WEBER, Raul Fernando. Arquitetura de Computadores Pessoais. 2ª ed, Porto Alegre.&lt;br /&gt;
&lt;br /&gt;
- WEBER, Raul Fernando. Fundamentos de Arquitetura de Computadores. SAGRA LUZZATO, 2003.&lt;br /&gt;
&lt;br /&gt;
- JOHN BROOK CHEAR. Ciência da Computação, uma visão abrangente. PEARSON.&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/1335674826729085309/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/arquitetura-de-computadores.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/1335674826729085309'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/1335674826729085309'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/arquitetura-de-computadores.html' title='ARQUITETURA DE COMPUTADORES'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-3294378718496554444</id><published>2012-02-19T16:47:00.000-02:00</published><updated>2012-02-19T16:47:20.622-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="ALGORITMOS E LÓGICA DE PROGRAMAÇÃO"/><category scheme="http://www.blogger.com/atom/ns#" term="Ciência da Computação"/><title type='text'>ALGORITMOS E LÓGICA DE PROGRAMAÇÃO</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;br /&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;b&gt;BIBLIOGRAFIA BÁSICA:&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
-&amp;nbsp;&lt;span style=&quot;background: white;&quot;&gt;MANZANO,
José Augusto Navarro Garcia &amp;amp; OLIVEIRA, Jair Figueiredo de. Algoritmos:
Lógica para o desenvolvimento de programação. São Paulo: Ed. Érica, 2004.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;background: white; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;&quot;&gt;-&amp;nbsp;MIZRAHI,
Victorine Viviane. Treinamento em Linguagem C: módulo 1, São Paulo: Ed. MAKRON
Books, 1990.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;background: white; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;&quot;&gt;- FORBELLONE, André Luiz Villar e Eberspacher,
Henri Frederico. Lógica de Programação. Ed. PERSON Brasil, 2000.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span style=&quot;background: white; mso-bidi-font-family: Calibri; mso-bidi-theme-font: minor-latin;&quot;&gt;&lt;b&gt;BIBLIOGRAFIA REFERÊNCIA:&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;- SCHILDT, Hebert. C
Completo e Total. Ed. MAKRON BOOKS, 1995.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
- FARRER e BECKER, Cristiano Gonçalves e Faria, Eduardo CHAVES.
Algoritmos Estruturados. Ed. LTC, 1999.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;MsoNormal&quot;&gt;
- PREISS, Bruno R. Estrutura de Dados e Algoritmos. Ed. Campos,
2001.&lt;o:p&gt;&lt;/o:p&gt;&lt;/div&gt;
&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/3294378718496554444/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/algoritmos-e-logica-de-programacao.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/3294378718496554444'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/3294378718496554444'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/algoritmos-e-logica-de-programacao.html' title='ALGORITMOS E LÓGICA DE PROGRAMAÇÃO'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5838859661469193942.post-7380494945922137764</id><published>2012-02-19T15:04:00.000-02:00</published><updated>2012-02-19T15:04:04.965-02:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Ciência da Computação"/><title type='text'>Ciência da Computação</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Esse blog foi criado com o objetivo de servir de apoio para os estudantes de Ciência da Computação da UNI9, mas o material pode ser usado por estudantes de outras faculdades também.&lt;br /&gt;
&lt;br /&gt;
As pessoas que quiserem contribuir enviando algum material de apoio para ser publicado no blog basta enviar para o e-mail baquelo@gmail.com.&lt;br /&gt;
&lt;br /&gt;
&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBwQS-RSraPp0OgV_znTOfCvoPAsLIlzV-pt69c3WSmHHf2pACnCo_xCRhMOGe4hLBNLNHBH1-uK7-1dzcoBbeRMsxGJzwgzVF92yrTPCbPRc390Avo9E2vC-fa-Bn5Z9zbLJp_wiVS6Y/s1600/ciencia-da-computacao-2012.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBwQS-RSraPp0OgV_znTOfCvoPAsLIlzV-pt69c3WSmHHf2pACnCo_xCRhMOGe4hLBNLNHBH1-uK7-1dzcoBbeRMsxGJzwgzVF92yrTPCbPRc390Avo9E2vC-fa-Bn5Z9zbLJp_wiVS6Y/s1600/ciencia-da-computacao-2012.jpg&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;Ciência da Computação - 2012&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;br /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://cienciadacomputacao2012.blogspot.com/feeds/7380494945922137764/comments/default' title='Postar comentários'/><link rel='replies' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/ciencia-da-computacao.html#comment-form' title='0 Comentários'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/7380494945922137764'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5838859661469193942/posts/default/7380494945922137764'/><link rel='alternate' type='text/html' href='http://cienciadacomputacao2012.blogspot.com/2012/02/ciencia-da-computacao.html' title='Ciência da Computação'/><author><name>baquelo</name><uri>http://www.blogger.com/profile/06750332117186932518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjBwQS-RSraPp0OgV_znTOfCvoPAsLIlzV-pt69c3WSmHHf2pACnCo_xCRhMOGe4hLBNLNHBH1-uK7-1dzcoBbeRMsxGJzwgzVF92yrTPCbPRc390Avo9E2vC-fa-Bn5Z9zbLJp_wiVS6Y/s72-c/ciencia-da-computacao-2012.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>