<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Rafael Timoteo&#039;s Blog</title>
	<atom:link href="http://rafaeltimoteo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://rafaeltimoteo.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Wed, 18 May 2011 01:52:54 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rafaeltimoteo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Rafael Timoteo&#039;s Blog</title>
		<link>http://rafaeltimoteo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rafaeltimoteo.wordpress.com/osd.xml" title="Rafael Timoteo&#039;s Blog" />
	<atom:link rel='hub' href='http://rafaeltimoteo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>TDD denovo/TDD again</title>
		<link>http://rafaeltimoteo.wordpress.com/2011/05/15/tdd-denovotdd-again/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2011/05/15/tdd-denovotdd-again/#comments</comments>
		<pubDate>Sun, 15 May 2011 18:43:33 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Linguagem]]></category>
		<category><![CDATA[TDD]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/?p=67</guid>
		<description><![CDATA[No meu último post, coloquei alguns frameworks de TDD que mais me interessaram para fazer o porte. Conversando com o Guru de C da equipe (obrigado pela ajuda Leo) acabamos escolhendo o FCTX, um dos motivos é porque simplesmente colocando o seu header você já está apto a trabalhar com ele e segundo não usa [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=67&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>No meu último post, coloquei alguns frameworks de TDD que mais me interessaram para fazer o porte. Conversando com o Guru de C da equipe (obrigado pela ajuda Leo) acabamos escolhendo o FCTX, um dos motivos é porque simplesmente colocando o seu header você já está apto a trabalhar com ele e segundo não usa nenhuma instrução jump que poderia ser um problema para as plataformas que usamos.</p>
<p>On my last post, I put few TDD’s frameworks that were more interesting to do the port. Talking with Guru of C in the team (thanks Leo) we end up with FCTX, because: first if you simply put its header you already done to work with FCTX and in second it doesn’t use any jump instructions, which would be a problem on ours platforms.</p>
<p>Bom se não falei antes, eu trabalho com POS, eles normalmente tem 2MB de FLASH e 1 MB de RAM para heap, stack e arquivos(existe uma nova geração com muito mais memória), são big e little endian, a maioria trabalha com ARM e são 32 bits, cada fabricante usa um compilador, tem muitas conexões e periféricos, sistemas de arquivos diferentes e gerenciamento de memória (quando tem) diferentes também. Então é mais ou menos como programar na época antes da IBM ter aberto a sua arquitetura de PC.</p>
<p>Sorry if I didn’t told you before, I work with POS, they come with 2MB of FLASH and 1MB of RAM for heap, stack and files (there is a new generation with much more memory), and they are big and little endian. Most of them use ARM and are 32 bits, each manufacturer use a different compiler, they have a lot of connections and peripherals, different file systems and memory managements (when they have) too. In conclusion it’s similar to develop in early days before IBM opens its PC architecture.</p>
<p>Nosso Guru teve que programar a parte da saída do relatório dos testes em arquivo, pois ver isso numa tela de 8Lx21C é cruel demais. E depois de alguns ajustes de memória no FCTX podemos já usar o TDD no POS. O mais importante é que nosso Guru criou uma biblioteca de funções básicas que são praticamente sendo usadas em todos os projetos e essa biblioteca roda no PC, então já podia rodar os testes tanto no PC quanto no POS. (obrigado de novo Leo).</p>
<p>Our Guru had to develop test’s reports into file, because see these reports on a screen with 8 lines by 21 columns is too bad idea. And after a few adjustments on FCTX’s memory’s use, we can run TDD on POS. The most important thing is that our Guru has created a lib of basic functions that are coming to be used in all ours projects and this lib runs on PC, thus I could run the tests on PC and POS. (thanks again Leo)</p>
<p>Eu já usei o FCTX em um POS que rodava LINUX, mas a forma que fiz não ficou muito elegante, o código ficou um sujo e complicado para ler devido às referências de mocks/stubs. Bom não gostando muito do que fiz e acreditando que podia melhorar, conversei com alguns no time e eu consegui bolar algumas idéias para organizar o código:</p>
<p>I already used FCTX on POS with LINUX, but the way that I did it was not elegant, the code was dirty and complicated to read due references of mocks/stubs. Well, I don’t like what I did and I’m convinced that it could be better, I talked to a few in the team and I get few ideas about how to organize the code:</p>
<ol>
<li>Qualquer referencia a mocks/stubs devem estar em um .h.<br />
Any reference for mocks/stubs must be on .h.</li>
<li>Uma definição deve ligar/desligar o modo de TDD.<br />
One define must turn on/off TDD’s mode.</li>
<li>Uma definição deve ligar/desligar o modo de TDD no PC.<br />
One define must turn on/off TDD on PC’s mode.</li>
<li>Todas as funções que forem mocks/stubs, em sua definição devem manter os seus nomes originais seguidos de um underscore.<br />
All functions that become mocks/stubs, in their definitions must keep their original’s name followed by a underscore.</li>
<li>Todas as suítes de teste devem estar dentro de uma pasta (TDD) e nome do arquivo fonte deve ser o mesmo do arquivo fonte que está sendo testado seguido de um “_tdd”.<br />
All suites must be inside of a folder (TDD) and the source code’s file name must be the same of the source code’s file name that is being tested followed by “_tdd”.</li>
</ol>
<pre style='color:#d1d1d1;background:#000000;'><span style='color:#9999a9;'>// on the showLine.h</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>ifndef</span><span style='color:#008073;'> _TDD_PC_</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>include </span><span style='color:#02d045;'>&lt;</span><span style='color:#40015a;'>manufactHeader.h</span><span style='color:#02d045;'>&gt;</span><span style='color:#008073;'> </span><span style='color:#9999a9;'>//original header</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>else</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>include </span><span style='color:#02d045;'>&lt;</span><span style='color:#40015a;'>fakeManufactHeader.h</span><span style='color:#02d045;'>&gt;</span><span style='color:#008073;'> </span><span style='color:#9999a9;'>//few needed definitions copied from original header</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>endif</span>

<span style='color:#9999a9;'>// this is how the code can call the orginal function or the original one.</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>ifndef</span><span style='color:#008073;'> _TDD_</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>define</span><span style='color:#008073;'> displayLine_</span><span style='color:#d2cd86;'>(</span><span style='color:#008073;'>text</span><span style='color:#d2cd86;'>,</span><span style='color:#008073;'> </span><span style='color:#008073;'>line</span><span style='color:#d2cd86;'>,</span><span style='color:#008073;'> sizeText</span><span style='color:#d2cd86;'>)</span><span style='color:#008073;'> displayLine</span><span style='color:#d2cd86;'>(</span><span style='color:#008073;'>text</span><span style='color:#d2cd86;'>,</span><span style='color:#008073;'> </span><span style='color:#008073;'>line</span><span style='color:#d2cd86;'>,</span><span style='color:#008073;'> sizeTex</span><span style='color:#d2cd86;'>)</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>else</span>
<span style='color:#e66170;font-weight:bold;'>extern</span> <span style='color:#e66170;font-weight:bold;'>int</span> <span style='color:#d2cd86;'>(</span><span style='color:#d2cd86;'>*</span>mockDisplayLine<span style='color:#d2cd86;'>)</span><span style='color:#d2cd86;'>(</span><span style='color:#e66170;font-weight:bold;'>char</span><span style='color:#d2cd86;'>*</span><span style='color:#d2cd86;'>,</span><span style='color:#e66170;font-weight:bold;'>int</span><span style='color:#d2cd86;'>,</span><span style='color:#e66170;font-weight:bold;'>int</span><span style='color:#d2cd86;'>)</span><span style='color:#b060b0;'>;</span> <span style='color:#9999a9;'>// mock definition must be on suite source code.</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>define</span><span style='color:#008073;'> displayLine_</span><span style='color:#d2cd86;'>(</span><span style='color:#008073;'>text</span><span style='color:#d2cd86;'>,</span><span style='color:#008073;'> </span><span style='color:#008073;'>line</span><span style='color:#d2cd86;'>,</span><span style='color:#008073;'> sizeText</span><span style='color:#d2cd86;'>)</span><span style='color:#008073;'> mockDisplayLine</span><span style='color:#d2cd86;'>(</span><span style='color:#008073;'>text</span><span style='color:#d2cd86;'>,</span><span style='color:#008073;'> </span><span style='color:#008073;'>line</span><span style='color:#d2cd86;'>,</span><span style='color:#008073;'> sizeTex</span><span style='color:#d2cd86;'>)</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>endif</span>

<span style='color:#9999a9;'>// on the showLine.c</span>
<span style='color:#008073;'>#</span><span style='color:#008073;'>include </span><span style='color:#02d045;'>&lt;</span><span style='color:#40015a;'>showLine.h</span><span style='color:#02d045;'>&gt;</span>
<span style='color:#e66170;font-weight:bold;'>int</span> showLine<span style='color:#d2cd86;'>(</span><span style='color:#e66170;font-weight:bold;'>char</span><span style='color:#d2cd86;'>*</span> text<span style='color:#d2cd86;'>,</span> <span style='color:#e66170;font-weight:bold;'>int</span> line<span style='color:#d2cd86;'>)</span>
<span style='color:#b060b0;'>{</span>
   <span style='color:#e66170;font-weight:bold;'>int</span> ret <span style='color:#d2cd86;'>=</span> displayLine_<span style='color:#d2cd86;'>(</span>text<span style='color:#d2cd86;'>,</span> line<span style='color:#d2cd86;'>,</span> strlen<span style='color:#d2cd86;'>(</span>text<span style='color:#d2cd86;'>)</span><span style='color:#d2cd86;'>)</span><span style='color:#b060b0;'>;</span>
   <span style='color:#e66170;font-weight:bold;'>if</span><span style='color:#d2cd86;'>(</span>ret <span style='color:#d2cd86;'>!</span><span style='color:#d2cd86;'>=</span> strlen<span style='color:#d2cd86;'>(</span>text<span style='color:#d2cd86;'>)</span><span style='color:#d2cd86;'>)</span> ret <span style='color:#d2cd86;'>=</span> <span style='color:#d2cd86;'>(</span><span style='color:#d2cd86;'>-</span><span style='color:#008c00;'>1</span><span style='color:#d2cd86;'>)</span><span style='color:#b060b0;'>;</span>
   <span style='color:#e66170;font-weight:bold;'>return</span> ret<span style='color:#b060b0;'>;</span>
<span style='color:#b060b0;'>}</span>
</pre>
<p>Até o momento essas regras tem funcionado bem.</p>
<p>Until the moment these rules had been working well.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=67&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2011/05/15/tdd-denovotdd-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>
	</item>
		<item>
		<title>TDD framework Embedded C</title>
		<link>http://rafaeltimoteo.wordpress.com/2011/03/22/tdd-framework-embedded-c/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2011/03/22/tdd-framework-embedded-c/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 01:34:26 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/?p=49</guid>
		<description><![CDATA[No meu trabalho fiz uma pesquisa sobre frameworks para aplicar TDD e vou mostrar a vocês os mais interessantes: On my work I did research about TDD&#8217;s frameworks to put in practice TDD and I will show you the most interesting ones: FrameWork Descritivo simples Vantagens Desvantagens Licença Site Doc Saída Funções usadas Compatível com [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=49&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>No meu trabalho fiz uma pesquisa sobre frameworks para aplicar TDD e vou mostrar a vocês os mais interessantes:</p>
<p>On my work I did research about TDD&#8217;s frameworks to put in practice TDD and I will show you the most interesting ones:</p>
<div>
<table border="1" cellspacing="0" cellpadding="0" width="1421">
<tbody>
<tr>
<td width="77">FrameWork</td>
<td width="103">Descritivo simples</td>
<td width="111">Vantagens</td>
<td width="115">Desvantagens</td>
<td width="68">Licença</td>
<td width="236">Site</td>
<td width="81">Doc</td>
<td width="95">Saída</td>
<td width="360">Funções usadas</td>
<td width="124">Compatível com VC</td>
<td width="52">Teste Nurit</td>
</tr>
<tr>
<td rowspan="5" width="77">FCTX</td>
<td rowspan="5" width="103">tudo em   um .h</td>
<td width="111">basta colocar o .h no fonte que for   testar que está pronto.</td>
<td width="115">repetição de código para cada módulo   testado (aumenta o binário?)</td>
<td rowspan="5" width="68">BSD</td>
<td rowspan="5" width="236"><span style="text-decoration:underline;"><a href="http://fctx.wildbearsoftware.com/">http://fctx.wildbearsoftware.com/</a></span></td>
<td rowspan="5" width="81">SIM</td>
<td width="95">XML padrão JUNI</td>
<td width="360">string.h assert.h stdarg.h stdlib.h   stdio.h time.h float.h math.h ctype.h unistd.h</td>
<td rowspan="5" width="124">SIM; projeto   TddTestwithFct</td>
<td rowspan="5" width="52"></td>
</tr>
<tr>
<td width="111">xUnit compatível</td>
<td width="115">Macro expansiveis, que podem não ser   fáceis de lidar em todos compiladores.</td>
<td width="95">próprio (linhas com os teste feitos)</td>
<td width="360">_pipe,   assert, stdout, sdterr, va_xxx, strings, malloc/realloc, calloc, free,   memXXX, clock_t, goto, fprintf</td>
</tr>
<tr>
<td width="111">ANSI</td>
<td width="115">pipes</td>
<td width="95">mínima (pontinhos correndo)</td>
<td width="360">macros ##, #arg, double, int</td>
</tr>
<tr>
<td width="111">Fixture</td>
<td width="115"></td>
<td width="95"></td>
<td width="360"></td>
</tr>
<tr>
<td width="111"></td>
<td width="115"></td>
<td width="95"></td>
<td width="360"></td>
</tr>
<tr>
<td rowspan="6" width="77">CU</td>
<td rowspan="6" width="103">simples   framework para testes automatizados</td>
<td width="111">tudo em um .c e um .h</td>
<td width="115">Não é xUnit</td>
<td rowspan="6" width="68">GNU</td>
<td rowspan="6" width="236"><span style="text-decoration:underline;"><a href="http://cu.danfis.cz/">http://cu.danfis.cz/</a></span></td>
<td rowspan="6" width="81">SIM</td>
<td width="95">texto</td>
<td width="360">stdlib.h   stdio.h string.h sys/wait.h</td>
<td rowspan="6" width="124"></td>
<td rowspan="6" width="52"></td>
</tr>
<tr>
<td width="111">ANSI</td>
<td width="115">Macro expansiveis, que podem não ser   fáceis de lidar em todos compiladores.</td>
<td width="95"></td>
<td width="360">pipe,perror, fork,   WIFEXITED, WIFSIGNALED, stdout, sterr, fprintf, flush, snprintf, strings</td>
</tr>
<tr>
<td width="111"></td>
<td width="115">pipes</td>
<td width="95"></td>
<td width="360">macro ##name</td>
</tr>
<tr>
<td width="111"></td>
<td width="115">fork</td>
<td width="95"></td>
<td width="360"></td>
</tr>
<tr>
<td width="111"></td>
<td width="115"></td>
<td width="95"></td>
<td width="360"></td>
</tr>
<tr>
<td width="111"></td>
<td width="115"></td>
<td width="95"></td>
<td width="360"></td>
</tr>
<tr>
<td rowspan="3" width="77">C unit</td>
<td rowspan="3" width="103">frame   work bem completo (idependente de OS)</td>
<td width="111">xUnit compatível</td>
<td width="115">tem install para plataformas feito em   JAM (parece ser um make)</td>
<td rowspan="3" width="68">GNU &#8211;   LGPL-2</td>
<td rowspan="3" width="236"><span style="text-decoration:underline;"><a href="http://sourceforge.net/projects/cunit/">http://sourceforge.net/projects/cunit/</a></span></td>
<td rowspan="3" width="81">SIM</td>
<td width="95">próprio</td>
<td width="360">stdio.h stdlib.h ctype.h assert.h   string.h limits.h time.h,math.h</td>
<td rowspan="3" width="124"></td>
<td rowspan="3" width="52"></td>
</tr>
<tr>
<td width="111">flexivel</td>
<td width="115">muitos módulos</td>
<td width="95">XML</td>
<td width="360">fprintf,assert,stdout,printf,fopen,setvbuf,   size_t,snprintf,longjmp/setjump, double, clock(), exit, va_start/list, toupper,getchar,fgets,   time,ctime, malloc,cmalloc</td>
</tr>
<tr>
<td width="111">talvez seja possivel cortar os   módulos não necessários.</td>
<td width="115"></td>
<td width="95">Console (testes com interatividade)</td>
<td width="360"></td>
</tr>
<tr>
<td rowspan="3" width="77">Cu Test</td>
<td rowspan="3" width="103">simples   e direto. Feito para GNU portable</td>
<td width="111">xUnit compatível</td>
<td width="115">simples</td>
<td rowspan="3" width="68">zlib/libpng</td>
<td rowspan="3" width="236"><span style="text-decoration:underline;"><a href="http://cutest.sourceforge.net/">http://cutest.sourceforge.net/</a></span></td>
<td rowspan="3" width="81">simples,   mas o próprio fonte vem com os testes do framework</td>
<td width="95">texto</td>
<td width="360">setjmp.h,stdarg.h,   assert.h,stdlib.h,stdio.h,string.h</td>
<td rowspan="3" width="124"></td>
<td rowspan="3" width="52"></td>
</tr>
<tr>
<td width="111">cross-plataform</td>
<td width="115"></td>
<td width="95"></td>
<td width="360">strXXX,malloc,STRINGMAX,   va_start,va_end,vsprintf,memmove,memcpy,setjmp,sprintf</td>
</tr>
<tr>
<td width="111">tudo em um .c e um .h</td>
<td width="115"></td>
<td width="95"></td>
<td width="360"></td>
</tr>
<tr>
<td rowspan="5" width="77">Embedded   Unit</td>
<td rowspan="5" width="103">desenvolvido   para embedded e tudo é colocado numa global. Não usa std lib, tudo é feito na   lib</td>
<td width="111">xUnit compatível</td>
<td width="115">projeto um pouco complexo devido não   usar o std lib.</td>
<td rowspan="5" width="68">GNU</td>
<td rowspan="5" width="236"><span style="text-decoration:underline;"><a href="http://embunit.sourceforge.net/">http://embunit.sourceforge.net/</a></span></td>
<td rowspan="5" width="81">SIM</td>
<td width="95">XML</td>
<td width="360">stdio.h (PARA OS OUTPUTTERS)</td>
<td rowspan="5" width="124"></td>
<td rowspan="5" width="52"></td>
</tr>
<tr>
<td width="111">Fixture</td>
<td width="115">faz uns 3 anos que não é alterado</td>
<td width="95">texto</td>
<td width="360">fprintf,stdout</td>
</tr>
<tr>
<td width="111">feito no Japão (?)</td>
<td width="115">bom, deve ser limitado em algumas   coisas</td>
<td width="95"></td>
<td width="360"></td>
</tr>
<tr>
<td width="111">em tese mais simples de portar</td>
<td width="115"></td>
<td width="95"></td>
<td width="360"></td>
</tr>
<tr>
<td width="111">2 libs, uma os testes e outra o   outputters</td>
<td width="115"></td>
<td width="95"></td>
<td width="360"></td>
</tr>
</tbody>
</table>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=49&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2011/03/22/tdd-framework-embedded-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>
	</item>
		<item>
		<title>Eles chegaram / They arrived</title>
		<link>http://rafaeltimoteo.wordpress.com/2010/12/03/eles-chegaram-they-arrived/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2010/12/03/eles-chegaram-they-arrived/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 01:42:26 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/?p=46</guid>
		<description><![CDATA[Eu estou em um emprego novo e estou louco para colocar um TDD e SCRUM, nem que seja uma parte dele. Bom para isso me equipei com alguns livros que chegaram hoje da Amazon: Agile Product Management with Scrum, Roman Pichler Working Effectively with Legacy Code, Michael C. Feathers Clean Code, Robert C. Martin Head [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=46&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Eu estou em um emprego novo e estou louco para colocar um TDD e SCRUM, nem que seja uma parte dele. Bom para isso me equipei com alguns livros que chegaram hoje da Amazon:</p>
<ul>
<li>Agile Product Management with Scrum, Roman Pichler</li>
<li>Working Effectively with Legacy Code, Michael C. Feathers</li>
<li>Clean Code, Robert C. Martin</li>
<li>Head First Software Development, Dan Pilone &amp; Russ Miles</li>
</ul>
<p>Bom agora é ler todos&#8230;</p>
<p>I am in a new job and I’m insane to work with TDD and SCRUM, even it is to do just a bit part of it. Well, to make this true, I bought some books that arrived today from Amazon:</p>
<ul>
<li>Agile Product Management with Scrum, Roman Pichler</li>
<li>Working Effectively with Legacy Code, Michael C. Feathers</li>
<li>Clean Code, Robert C. Martin</li>
<li>Head First Software Development, Dan Pilone &amp; Russ Miles</li>
</ul>
<p>Now, it up to me read them…</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=46&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2010/12/03/eles-chegaram-they-arrived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>
	</item>
		<item>
		<title>BlackBerry Developer Day Brazil</title>
		<link>http://rafaeltimoteo.wordpress.com/2010/03/20/blackberry-developer-day-brazil/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2010/03/20/blackberry-developer-day-brazil/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 00:36:46 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Eventos]]></category>
		<category><![CDATA[BlackBerry]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/?p=38</guid>
		<description><![CDATA[No último dia 18 de março de 2010, foi realizado o BlackBerry developer em São Paulo, Brasil. Ali eles mostraram que querem expandir o número de aplicativos para sua plataforma de celular. A RIM quer entrar com tudo no mercado de consumidor e não ficar somente no mercado corporativo. Com um sistema muito parecido com [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=38&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>No último dia 18 de março de 2010, foi realizado o BlackBerry developer em São Paulo, Brasil. Ali eles mostraram que querem expandir o número de aplicativos para sua plataforma de celular. A RIM quer entrar com tudo no mercado de consumidor e não ficar somente no mercado corporativo.</p>
<p>Com um sistema muito parecido com o da Apple, onde cada desenvolvedor no mundo pode ter uma idéia genial e ganhar dinheiro sozinho enviando a aplicação para a loja de aplicação (AppWorld) onde a BlackBerry fica com 20% do preço que você por. Você pode baixar todo o kit de desenvolvimento do BlackBerry para o seu PC Windows e começar a programar em Java ou Java script e testar no simulador todos os modelos de smartphone da empresa. Tudo de graça? Nem tanto, você paga no momento que tem que enviar o seu aplicativo para o smartphone e para usar o AppWorld. Ainda não está definido como programadores brasileiros poderão receber o dinheiro da AppWorld, mas, isso será definido até o fim do semestre.</p>
<p>No ponto de programação, eu fiquei surpreso com a quantidade de APIs para propaganda e com o servidor/serviço para gerenciá-las. E claro toda a parte de APIs para trabalhar com GPS. Os simuladores parecem bem completos, podendo simular problemas de comunicação e a navegação do GPS. Eles têm fórum, suporte e treinamento no site: <a href="http://na.blackberry.com/eng/developers/">http://na.blackberry.com/eng/developers/</a> .</p>
<p>O evento foi grande, e muito bem feito. Adorei tudo lá. Foi bom sentir-me como pessoa importante e necessária.</p>
<p>Last March 18<sup>th</sup>, it was realized the BlackBerry developer in São Paulo, Brazil. There they showed that they want to expand the number of application for their mobile platform. RIM will enter with a big bang in the consumer market and not stay only in corporate.</p>
<p>Similar system of Apple, where each developer in the world can have an original idea and earn money alone, sending his application to application store (AppWorld)  where BlackBerry takes 20%  of the price chosen by you. Now, you are able to download all SDK to your PC Windows and start to program in Java or Java script, test it in a simulator that has all smartphones models of RIM. Everything free? Not so much, you must pay to download your application into a real smartphone and to use the AppWorld. Yet, it is not defined how Brazilian programmers will earn the money in AppWorld, but, it will be defined until the end of this semester.</p>
<p>At programming, I was surprised with the number of APIs to work with ad and the server/service to manage them. Off course all part of APIS to work with GPS. The simulator showed been very completed, where it can simulate communications problems and GPS. They got forums, support and training in the site:<br />
<a href="http://na.blackberry.com/eng/developers/">http://na.blackberry.com/eng/developers/</a> .</p>
<p>It was big event, and very well done. I love everything there. It was good to feel as important and need person.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=38&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2010/03/20/blackberry-developer-day-brazil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>
	</item>
		<item>
		<title>Precedência dos operadores C / Precedence of C operators</title>
		<link>http://rafaeltimoteo.wordpress.com/2010/02/21/precedencia-dos-operadores-c-precedence-of-c-operators/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2010/02/21/precedencia-dos-operadores-c-precedence-of-c-operators/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:52:56 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/?p=32</guid>
		<description><![CDATA[Olhando um livro antigo de C, achei uma tabela interessante sobre a precedência dos operadores C. I was reading an old book of C, I found an interessting table about precedence of C operators. Do mais alto para o mais baixo/ higher to lowest: ( )  [ ]  -  -&#62;  . !  ~  ++  &#8211; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=32&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://rafaeltimoteo.files.wordpress.com/2010/02/math-symbols_2.jpg"><img class="aligncenter size-medium wp-image-35" title="math symbols_2" src="http://rafaeltimoteo.files.wordpress.com/2010/02/math-symbols_2.jpg?w=300&#038;h=249" alt="" width="300" height="249" /></a></p>
<p>Olhando um livro antigo de C, achei uma tabela interessante sobre a precedência dos operadores C.</p>
<p>I was reading an old book of C, I found an interessting table about precedence of C operators.</p>
<p>Do mais alto para o mais baixo/ higher to lowest:</p>
<ol>
<li>( )  [ ]  -  -&gt;  .</li>
<li>!  ~  ++  &#8211; (cast)  *  &amp;  sizeof</li>
<li>*  /  %</li>
<li>+  -</li>
<li>&lt;&lt;  &gt;&gt;</li>
<li>&lt;&lt;=  &gt;&gt;=</li>
<li>==  !=</li>
<li>&amp;</li>
<li>^</li>
<li>|</li>
<li>&amp;&amp;</li>
<li>||</li>
<li>?:</li>
<li>=  +=  -=  *=  /=</li>
<li>,</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=32&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2010/02/21/precedencia-dos-operadores-c-precedence-of-c-operators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>

		<media:content url="http://rafaeltimoteo.files.wordpress.com/2010/02/math-symbols_2.jpg?w=300" medium="image">
			<media:title type="html">math symbols_2</media:title>
		</media:content>
	</item>
		<item>
		<title>Simples webcam vira um scanner 3D/ Ordinary webcam becomes 3D scanner</title>
		<link>http://rafaeltimoteo.wordpress.com/2010/02/07/simples-webcam-vira-um-scanner-3d-ordinary-webcam-becomes-3d-scanner/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2010/02/07/simples-webcam-vira-um-scanner-3d-ordinary-webcam-becomes-3d-scanner/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 13:59:52 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Interessantes/Interesting]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/?p=25</guid>
		<description><![CDATA[A turma da universidade de Cambridge criou o ProFORMA: Probabilistic Feature-based On-line Rapid Model Acquisition, em livre tradução: aquisição rápida de modelos baseados em probabilidade. O que é bacana desse nesse software é que ele cria modelos 3D rapidamente utilizando uma simples webcam. Divertido é o vídeo do software trabalhando, como ele vai eliminando os [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=25&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://rafaeltimoteo.files.wordpress.com/2010/02/stages.png"><img class="aligncenter size-medium wp-image-26" title="stages" src="http://rafaeltimoteo.files.wordpress.com/2010/02/stages.png?w=300&#038;h=83" alt="" width="300" height="83" /></a></p>
<p>A turma da universidade de Cambridge criou o ProFORMA: Probabilistic Feature-based On-line Rapid Model Acquisition, em livre tradução: aquisição rápida de modelos baseados em probabilidade. O que é bacana desse nesse software é que ele cria modelos 3D rapidamente utilizando uma simples webcam. Divertido é o vídeo do software trabalhando, como ele vai eliminando os pontos desnecessários. <a href="http://mi.eng.cam.ac.uk/~qp202/my_papers/BMVC09/">http://mi.eng.cam.ac.uk/~qp202/my_papers/BMVC09/</a></p>
<p>Some guys of Cambridge have created ProFORMA: Probabilistic Feature-based On-line Rapid Model Acquisition. The nice point of this software is that it creates 3D models quickly way using only an ordinary webcam. Funny is to watch the software’s working video and see how it eliminates all unnecessary points.  <a href="http://mi.eng.cam.ac.uk/~qp202/my_papers/BMVC09/">http://mi.eng.cam.ac.uk/~qp202/my_papers/BMVC09/</a></p>
<span style="text-align:center; display: block;"><a href="http://rafaeltimoteo.wordpress.com/2010/02/07/simples-webcam-vira-um-scanner-3d-ordinary-webcam-becomes-3d-scanner/"><img src="http://img.youtube.com/vi/vEOmzjImsVc/2.jpg" alt="" /></a></span>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=25&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2010/02/07/simples-webcam-vira-um-scanner-3d-ordinary-webcam-becomes-3d-scanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>

		<media:content url="http://rafaeltimoteo.files.wordpress.com/2010/02/stages.png?w=300" medium="image">
			<media:title type="html">stages</media:title>
		</media:content>
	</item>
		<item>
		<title>Blog da INFO/ INFO&#8217;s blog</title>
		<link>http://rafaeltimoteo.wordpress.com/2009/11/30/blog-da-info-infos-blog/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2009/11/30/blog-da-info-infos-blog/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 23:52:03 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[Blogs]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/?p=18</guid>
		<description><![CDATA[Eu mexo com computadores desde os 10 anos de idade. E digo: naquela época não tinha internet (pelo menos acessível) no Brasil. 99% da fonte de informação era de revistas. Uma das mais antigas é a atual Info (http://info.abril.com.br/blog). Compro esta revista desde que era chamada de Informática quando os 386 dominavam o mundo. Bom, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=18&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://rafaeltimoteo.files.wordpress.com/2009/11/reading-again.jpg"><img class="aligncenter size-medium wp-image-19" title="leia/read it" src="http://rafaeltimoteo.files.wordpress.com/2009/11/reading-again.jpg?w=297&#038;h=300" alt="" width="297" height="300" /></a></p>
<p>Eu mexo com computadores desde os 10 anos de idade. E digo: naquela época não tinha internet (pelo menos acessível) no Brasil. 99% da fonte de informação era de revistas. Uma das mais antigas é a atual Info (<a href="http://info.abril.com.br/blog/">http://info.abril.com.br/blog</a>). Compro esta revista desde que era chamada de Informática quando os 386 dominavam o mundo.</p>
<p>Bom, o legal da revista agora é os seus blogs, e você pode confiar no seu conteúdo por ser uma revista de renome. Os blogs que eu mais curto são: Gadgets, Como se faz e Download da hora.</p>
<p>I work with computers since I was 10. And I going to tell you, in those days there is no internet (accessible ones at least) in Brazil. Magazines were 99% information source. One of old ones is now the Info (<a href="http://info.abril.com.br/blog/">http://info.abril.com.br/blog/</a>). I have been buying this magazine since it was called Informática when 386 rules the world.<br />
Well, the good of this magazine is its blogs and you can trust it because it is well-known magazine. Blogs that I love are: Gadgets, How I do, and Downloads.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=18&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2009/11/30/blog-da-info-infos-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>

		<media:content url="http://rafaeltimoteo.files.wordpress.com/2009/11/reading-again.jpg?w=297" medium="image">
			<media:title type="html">leia/read it</media:title>
		</media:content>
	</item>
		<item>
		<title>C não tem tipo Bool?</title>
		<link>http://rafaeltimoteo.wordpress.com/2009/11/26/c-nao-tem-tipo-bool/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2009/11/26/c-nao-tem-tipo-bool/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 00:28:00 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Linguagem]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[linguagens]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/?p=13</guid>
		<description><![CDATA[Reparei isso semana passada, quando estava tentando reaproveitar alguns códigos. Achando que estava tudo certo o compilador reclamou que não tinha o TRUE. Realmente tinha esquecido um header. Foi aí que reparei nisso: o C não tem o tipo bool ou muito menos algum valor definido para true ou false. Boa parte dos programadores ou [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=13&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Reparei isso semana passada, quando estava tentando reaproveitar alguns códigos.<br />
Achando que estava tudo certo o compilador reclamou que não tinha o TRUE. Realmente tinha esquecido um header.<br />
Foi aí que reparei nisso: o C não tem o tipo bool ou muito menos algum valor definido para true ou false.<br />
Boa parte dos programadores ou definem um int, um char ou unsigned char.<br />
Bom, no C qualquer coisa diferente de zero é considerado verdadeiro. Isso é onde muitos iniciantes erram, invés de colocar dois iguais para comparação &#8220;==&#8221; colocam somente um igual &#8220;=&#8221; que é atribuição onde é verdadeiro. Graças a evolução dos compiladores muitos avisam sobre isso.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=13&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2009/11/26/c-nao-tem-tipo-bool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>
	</item>
		<item>
		<title>Relax&#8230;</title>
		<link>http://rafaeltimoteo.wordpress.com/2009/11/22/relax/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2009/11/22/relax/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 13:55:29 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Sites]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/2009/11/22/relax/</guid>
		<description><![CDATA[Nada melhor do que dar algumas risadas certo? E melhor ainda é dar risadas de nós mesmos programadores, administradores de sistemas, DBAs e etc&#8230; Bom são poucas pessoas que conseguem colocar isso em forma de quadrinhos, e uma delas é o Scott Adams, para quem não sabe ele é o criador de Dilbert. www.dilbert.com Sempre que [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=9&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nada melhor do que dar algumas risadas certo? E melhor ainda é dar risadas de nós mesmos programadores, administradores de sistemas, DBAs e etc&#8230;<br />
Bom são poucas pessoas que conseguem colocar isso em forma de quadrinhos, e uma delas é o Scott Adams, para quem não sabe ele é o criador de Dilbert. <a href="http://www.dilbert.com">www.dilbert.com</a><br />
Sempre que possível eu entro no site para dar umas boas risadas, tanto quanto nos infelizes encontros do Dilbert (convenhamos nessa área de TI não somos fortes em flertes), ou dos planos insanos de Dogbert ( cachorro de Dilbert) ou mesmo, como a maioria irá se identificar, o dia a dia do trabalho em uma empresa TI.<br />
<a title="Dilbert.com" href="http://dilbert.com/strips/comic/2009-11-22/"><img src="http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/70000/4000/100/74153/74153.strip.sunday.gif" border="0" alt="Dilbert.com" width="360" height="270/"></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=9&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2009/11/22/relax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>

		<media:content url="http://dilbert.com/dyn/str_strip/000000000/00000000/0000000/000000/70000/4000/100/74153/74153.strip.sunday.gif" medium="image">
			<media:title type="html">Dilbert.com</media:title>
		</media:content>
	</item>
		<item>
		<title>Sys Internals</title>
		<link>http://rafaeltimoteo.wordpress.com/2009/11/18/sys-internals/</link>
		<comments>http://rafaeltimoteo.wordpress.com/2009/11/18/sys-internals/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 01:08:38 +0000</pubDate>
		<dc:creator>rafaeltimoteo</dc:creator>
				<category><![CDATA[Sites]]></category>
		<category><![CDATA[Softwares]]></category>

		<guid isPermaLink="false">http://rafaeltimoteo.wordpress.com/2009/11/18/sys-internals/</guid>
		<description><![CDATA[Bom se você é um programador que não fica feliz em ter objetos prontos ou é um administrador de sistemas que quer ver passo a passo as coisas acontecendo no Windows pode entrar em  http://www.sysinternals.com . Esse site tem um monte de ferramentas úteis para resolver / analisar problemas. Os que eu mais gostei foram o proccess Explorer e o tcpipView. O primeiro é útil até quando você acha que tem algum vírus ou trojan na sua máquina. É um task manager mil anos a frente do que acompanha o Windows. O segundo é extremamente útil para [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=7&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bom se você é um programador que não fica feliz em ter objetos prontos ou é um administrador de sistemas que quer ver passo a passo as coisas acontecendo no Windows pode entrar em  <a href="http://www.sysinternals.com">http://www.sysinternals.com</a> .<br />
Esse site tem um monte de ferramentas úteis para resolver / analisar problemas.</p>
<p>Os que eu mais gostei foram o proccess Explorer e o tcpipView.<br />
O primeiro é útil até quando você acha que tem algum vírus ou trojan na sua máquina. É um task manager mil anos a frente do que acompanha o Windows.<br />
O segundo é extremamente útil para ver portas TCP e UDP abertas e os processos que estão utilizando quase que em tempo real. Para quem já montou programas servidores isto é essencial.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rafaeltimoteo.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rafaeltimoteo.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rafaeltimoteo.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rafaeltimoteo.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rafaeltimoteo.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rafaeltimoteo.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rafaeltimoteo.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rafaeltimoteo.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rafaeltimoteo.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rafaeltimoteo.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rafaeltimoteo.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rafaeltimoteo.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rafaeltimoteo.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rafaeltimoteo.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rafaeltimoteo.wordpress.com&amp;blog=10551644&amp;post=7&amp;subd=rafaeltimoteo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rafaeltimoteo.wordpress.com/2009/11/18/sys-internals/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b095b00913ff4a5ddacf2341175b6d0b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rafaeltimoteo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
