<?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>Samuel Feitosa</title>
	<atom:link href="http://samuca.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://samuca.wordpress.com</link>
	<description>Mais um blog sobre coisas sem sentido...</description>
	<lastBuildDate>Sun, 22 Jan 2012 02:23:37 +0000</lastBuildDate>
	<language>pt-br</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='samuca.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Samuel Feitosa</title>
		<link>http://samuca.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://samuca.wordpress.com/osd.xml" title="Samuel Feitosa" />
	<atom:link rel='hub' href='http://samuca.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Utilizando ponteiros de função em PERL</title>
		<link>http://samuca.wordpress.com/2009/07/08/utilizando-ponteiros-de-funcao-em-perl/</link>
		<comments>http://samuca.wordpress.com/2009/07/08/utilizando-ponteiros-de-funcao-em-perl/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 14:50:05 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[Perl]]></category>
		<category><![CDATA[function pointer]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[ponteiro de função]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/?p=105</guid>
		<description><![CDATA[Ponteiros de função são úteis quando precisamos ou desejamos dar um mesmo tratamento para funções ou métodos distintos. Seu uso é bastante difundido dentre programadores C/C++, o que ajuda na organização e reusabilidade de código, facilitando o gerenciamento de erros. Em geral, programadores iniciantes costumam &#8220;fugir&#8221; dos ponteiros, porém, após uma compreensão de seu funcionamento [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=105&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2009/07/08/utilizando-ponteiros-de-funcao-em-perl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
		<item>
		<title>Em que ordem as bibliotecas estáticas devem ser linkadas?</title>
		<link>http://samuca.wordpress.com/2009/04/17/em-que-ordem-as-bibliotecas-estaticas-devem-ser-linkadas/</link>
		<comments>http://samuca.wordpress.com/2009/04/17/em-que-ordem-as-bibliotecas-estaticas-devem-ser-linkadas/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 14:57:37 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[linker]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[static library]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/?p=88</guid>
		<description><![CDATA[Após me deparar com alguns erros do linker, resolvi entender realmente o que eu estava fazendo ao linkar bibliotecas estáticas. Na verdade, o termo linkar talves não esteja totalmente correto, pois, ao gerar uma biblioteca estática, estamos fazendo nada mais do que juntar mais de um arquivo objeto em um único pacote, portanto, não estamos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=88&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2009/04/17/em-que-ordem-as-bibliotecas-estaticas-devem-ser-linkadas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
		<item>
		<title>Threads em C++ no Linux</title>
		<link>http://samuca.wordpress.com/2009/02/17/threads-em-cc-no-linux/</link>
		<comments>http://samuca.wordpress.com/2009/02/17/threads-em-cc-no-linux/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 14:13:10 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/?p=42</guid>
		<description><![CDATA[Uma thread é como uma linha de execução de um programa, que executa &#8220;paralelamente&#8221; com o restante do código do programa. A idéia é, a partir do ponto desejado, criar uma espécie de processo filho, que compartilhe os recursos com o programa pai. Porém, não é como a chamada &#8220;fork()&#8221;, que duplica o processo completo [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=42&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2009/02/17/threads-em-cc-no-linux/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
		<item>
		<title>Criando bibliotecas dinâmicas em C</title>
		<link>http://samuca.wordpress.com/2008/10/17/criando-bibliotecas-dinamicas-em-c/</link>
		<comments>http://samuca.wordpress.com/2008/10/17/criando-bibliotecas-dinamicas-em-c/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 18:29:29 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[bibliotecas dinâmicas]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[shared object]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/?p=27</guid>
		<description><![CDATA[Muitas vezes temos a necessidade de incluir bibliotecas dinâmicas de terceiros em nossos programas. Este já é um processo consideravelmente comum para quem desenvolve software. Porém algumas vezes, precisamos ou desejamos ser os produtores destas bibliotecas, para que outros possam utilizar nossas bibliotecas, ou mesmo para &#8220;modularizar&#8221; ou &#8220;desacoplar&#8221; parte do código do executável principal. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=27&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2008/10/17/criando-bibliotecas-dinamicas-em-c/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
		<item>
		<title>Instalando o DBDesiner no Gentoo Linux</title>
		<link>http://samuca.wordpress.com/2008/01/28/instalando-o-dbdesiner-no-gentoo-linux/</link>
		<comments>http://samuca.wordpress.com/2008/01/28/instalando-o-dbdesiner-no-gentoo-linux/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 13:44:34 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/2008/01/28/instalando-o-dbdesiner-no-gentoo-linux/</guid>
		<description><![CDATA[Normalmente, no Gentoo é só pensar no que se quer baixar, e digitar &#8220;emerge -av &#60;nome_programa&#62;&#8221;. Porém, o ebuild do DBDesigner não foi mantido nos repositórios do Portage. Portanto, caso seja necessário usá-lo, pode-se instalar desta forma: Primeiramente, é necessário efetuar o download do pacote que contém os binários compilados do DBDesigner, no site oficial: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=24&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2008/01/28/instalando-o-dbdesiner-no-gentoo-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
		<item>
		<title>Configurando o Horário de Verão no Linux</title>
		<link>http://samuca.wordpress.com/2007/10/29/configurando-o-horario-de-verao-no-linux/</link>
		<comments>http://samuca.wordpress.com/2007/10/29/configurando-o-horario-de-verao-no-linux/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 10:36:42 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/2007/10/29/configurando-o-horario-de-verao-no-linux/</guid>
		<description><![CDATA[Sabendo-se que no Brasil os horários de verão não possuem dias fixos para início e fim no calendário, devemos, a cada ano que passa, ajustar manualmente nosso TimeZone. Para fazer isso no Linux é relativamente simples. Primeiro devemos criar um arquivo informando as regras, que indicam o início e fim do horário de verão. Criaremos [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=23&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2007/10/29/configurando-o-horario-de-verao-no-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
		<item>
		<title>Configurando a inicialização em um Sistema Debian Linux</title>
		<link>http://samuca.wordpress.com/2007/10/23/configurando-a-inicializacao-em-um-sistema-debian-linux/</link>
		<comments>http://samuca.wordpress.com/2007/10/23/configurando-a-inicializacao-em-um-sistema-debian-linux/#comments</comments>
		<pubDate>Tue, 23 Oct 2007 12:23:56 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/2007/10/23/configurando-a-inicializacao-em-um-sistema-debian-linux/</guid>
		<description><![CDATA[Para as distros da família Red Hat, eu utilizava o comando &#8220;chkconfig&#8221; para gerenciar a inicialização do sistema. Porém, no Debian, este programa não existe. Então, seu &#8220;substituto&#8221; é o &#8220;update-rc.d&#8221;, que como o chkconfig, insere/remove programas no startup do Linux. Utilização (como root): Adicionando programas na inicialização: ~$ update-rc.d &#60;script&#62; defaults ou, configurando sua [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=22&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2007/10/23/configurando-a-inicializacao-em-um-sistema-debian-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
		<item>
		<title>Dividindo arquivos no Linux</title>
		<link>http://samuca.wordpress.com/2007/10/01/dividindo-arquivos-no-linux/</link>
		<comments>http://samuca.wordpress.com/2007/10/01/dividindo-arquivos-no-linux/#comments</comments>
		<pubDate>Mon, 01 Oct 2007 19:29:47 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/2007/10/01/dividindo-arquivos-no-linux/</guid>
		<description><![CDATA[Se um dia você precisar dividir arquivos em pedaços menores, isto pode ser feito através do comando &#8220;split&#8221;: Dividindo em N arquivos de &#60;bytes&#62;: $ split -b &#60;bytes&#62; &#60;arquivo&#62; &#60;nome_pedacos&#62; Exemplo: $ split -b 1m backup.zip partes Isto irá gerar N arquivos prefixados por &#60;nome_pedacos&#62; com 1Mb cada. Para juntar tudo isso basta fazer: $ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=21&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2007/10/01/dividindo-arquivos-no-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
		<item>
		<title>Permitindo acesso via Telnet &#8211; Linux</title>
		<link>http://samuca.wordpress.com/2007/09/05/permitindo-acesso-via-telnet-linux/</link>
		<comments>http://samuca.wordpress.com/2007/09/05/permitindo-acesso-via-telnet-linux/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 20:22:11 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[Dicas]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/2007/09/05/permitindo-acesso-via-telnet-linux/</guid>
		<description><![CDATA[Post rápido: Caso se faça necessário permitir acesso via telnet em uma máquina Linux. Insira a seguinte linha no arquivo &#8220;/etc/inetd.conf&#8221;: telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd Salve o arquivo e reinicie o serviço do superserver: $ /etc/init.d/inetd restart A partir de agora é possível acessar a máquina, de qualquer outra máquina da rede [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=20&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2007/09/05/permitindo-acesso-via-telnet-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
		<item>
		<title>SIGINT + Perl</title>
		<link>http://samuca.wordpress.com/2007/05/08/sigint-perl/</link>
		<comments>http://samuca.wordpress.com/2007/05/08/sigint-perl/#comments</comments>
		<pubDate>Tue, 08 May 2007 22:33:20 +0000</pubDate>
		<dc:creator>samuca</dc:creator>
				<category><![CDATA[Perl]]></category>

		<guid isPermaLink="false">http://samuca.wordpress.com/2007/05/08/sigint-perl/</guid>
		<description><![CDATA[Eu já postei algo sobre signals aqui no blog. Hoje vai um programa em perl, tratando o sinal de interrupção (aquele que é enviado quando se aperta Ctrl+C). #! /usr/bin/perl my $count = 5; $SIG{ 'INT' } = &#38;stop; while ( $count ) { print ("Estou vivo!n"); sleep(1); } sub stop { $count--; print $count; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=samuca.wordpress.com&amp;blog=209013&amp;post=19&amp;subd=samuca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://samuca.wordpress.com/2007/05/08/sigint-perl/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4d81117a12d092e38609da58f0499f67?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">samuca</media:title>
		</media:content>
	</item>
	</channel>
</rss>
