<?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/"
	>

<channel>
	<title>Ivo Nascimento &#187; projetos</title>
	<atom:link href="http://ianntech.com.br/category/projetos/feed/" rel="self" type="application/rss+xml" />
	<link>http://ianntech.com.br</link>
	<description>talking about php, postgresql, C++, flex, book review, math, statistics</description>
	<lastBuildDate>Thu, 24 Jun 2010 15:10:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>pt_BR</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Um simples gerador de Value Object</title>
		<link>http://ianntech.com.br/2010/05/23/um-simples-gerador-de-value-object/</link>
		<comments>http://ianntech.com.br/2010/05/23/um-simples-gerador-de-value-object/#comments</comments>
		<pubDate>Sun, 23 May 2010 18:36:15 +0000</pubDate>
		<dc:creator>Ivo Nascimento</dc:creator>
				<category><![CDATA[Pessoal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[projetos]]></category>
		<category><![CDATA[programação]]></category>
		<category><![CDATA[projeto]]></category>

		<guid isPermaLink="false">http://ianntech.com.br/?p=607</guid>
		<description><![CDATA[Por necessidade, acabei por desenvolver uma app de terminal simples para geraçao de Values Object (VO).
Ela consistem em um script chamado appvomaker.php, que recebe como parametros:
o dsn: voce passa o dsn do seu banco de dados mysql. Mais pra frente penso em adicionar outros sgdb&#8217;s
o login: o usuario do banco
a senha: a senha do banco
a [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2010/05/23/um-simples-gerador-de-value-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pl2method &#8211; Acesso transparente a Stored procedures do PG via métodos php de mesmo nome</title>
		<link>http://ianntech.com.br/2008/10/30/pl2methods/</link>
		<comments>http://ianntech.com.br/2008/10/30/pl2methods/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 02:05:55 +0000</pubDate>
		<dc:creator>Ivo Nascimento</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[postgreSQL]]></category>
		<category><![CDATA[projetos]]></category>

		<guid isPermaLink="false">http://ianntech.com.br/?p=22</guid>
		<description><![CDATA[permite utilizar métodos php para mapear stored procedures do postgreSQl e manipular seus parametros e result sets.


include_once &#8216;ipgpl.class.php&#8217;;
$p = new ipg(array(&#8216;DEBUG&#8217;=&#62;true, &#8216;dsn&#8217;=&#62;&#8221;host=localhost;dbname=teste&#8221;), &#8220;postgres&#8221;, &#8220;postgres&#8221;);
$p-&#62;Teste-&#62;Teste(&#8216;Ivo Nascimento&#8217;,'10/10/2008&#8242;,&#8217;2008-10-10&#8242;, &#8216;10:00&#8242;,&#8217;22:19:35.488543-02&#8242;, 10, 10.10);
print_r($p-&#62;Teste-&#62;Teste(&#8216;Ivo Nascimento&#8217;)-&#62;fetch(PDO::FETCH_ASSOC));
print_r($p-&#62;outroteste-&#62;soma2(10,20)-&#62;fetch());
print_r($p-&#62;outroteste-&#62;soma2(ipg::_INFO));


iann@iann:~/Projeto/pl2method$ php teste.php
Array
(
    [0] =&#62; outroteste
    [1] =&#62; soma2
    [2] =&#62; integer
    [3] =&#62; p1 [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2008/10/30/pl2methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpwars &#8211; Os objetos e que jogam. Que o programador mais maluco venca!!!</title>
		<link>http://ianntech.com.br/2008/10/22/phpwars-os-objetos-e-que-jogam-que-o-programador-mais-maluco-venca/</link>
		<comments>http://ianntech.com.br/2008/10/22/phpwars-os-objetos-e-que-jogam-que-o-programador-mais-maluco-venca/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 02:17:55 +0000</pubDate>
		<dc:creator>Ivo Nascimento</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[projetos]]></category>
		<category><![CDATA[programação]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projeto]]></category>

		<guid isPermaLink="false">http://ianntech.com.br/?p=45</guid>
		<description><![CDATA[Participam Ivo Nascimento e Augusto Hagiro(Elfo)
phpwars e um jogo escrito em php basicamente para ser utilizado com ilustracao de conceitos de orientacao a objeto e utilizacao de spl.
A ideia eh que os jogadores tenham que escrever classes que sigam o padrao estabelecido por uma interface e que facam upload dessas classes, que passaram por validadores [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2008/10/22/phpwars-os-objetos-e-que-jogam-que-o-programador-mais-maluco-venca/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>plws</title>
		<link>http://ianntech.com.br/2008/10/22/plws/</link>
		<comments>http://ianntech.com.br/2008/10/22/plws/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 02:17:27 +0000</pubDate>
		<dc:creator>Ivo Nascimento</dc:creator>
				<category><![CDATA[projetos]]></category>
		<category><![CDATA[programação]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projeto]]></category>

		<guid isPermaLink="false">http://ianntech.com.br/?p=43</guid>
		<description><![CDATA[a plws e uma maneira de permitir que uma stored procedure seja acessivel diretamente via um webservice sem que seja necessario utilizar-se de uma linguagem de programacao externa para a declaracao do mesmo.
Normalmente precisamos de uma linguagem como php, python e outras para declarar um webservice e de um servidor http para permitir o acesso [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2008/10/22/plws/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FANN &#8211; Fast Artificial Network Library v. 2.1b</title>
		<link>http://ianntech.com.br/2008/10/21/fann-fast-artificial-network-library-v-2-1b/</link>
		<comments>http://ianntech.com.br/2008/10/21/fann-fast-artificial-network-library-v-2-1b/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 01:55:35 +0000</pubDate>
		<dc:creator>Ivo Nascimento</dc:creator>
				<category><![CDATA[Algorithm]]></category>
		<category><![CDATA[Algoritmo]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[C plus plus]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[projetos]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://ianntech.com.br/?p=3</guid>
		<description><![CDATA[Estava eu pesquisando novas coisas de php quando me deparei com esta biblioteca.
A Fann e uma biblioteca que vai permitir usar inteligencia artificial sem que voce tenha que se tornar um especialista(a nao ser que queira estudar a materia &#8211; e isso eu recomendo).
Por enquanto, eu estou estudando a mesma, mas o que posso te [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2008/10/21/fann-fast-artificial-network-library-v-2-1b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zzphp</title>
		<link>http://ianntech.com.br/2008/10/18/zzphp/</link>
		<comments>http://ianntech.com.br/2008/10/18/zzphp/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 02:17:02 +0000</pubDate>
		<dc:creator>Ivo Nascimento</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[projetos]]></category>
		<category><![CDATA[programação]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[projeto]]></category>

		<guid isPermaLink="false">http://ianntech.com.br/?p=41</guid>
		<description><![CDATA[Google Code:svn
Portugues:
Esse projeto visa criar um modulo php em c para fazer bind das funcoes zz cujo autores são
o Aurélio Marinho Jargas e Thobias Salazar Trevisan.
A ideia eh que voce possa subistituir  a chamada do tipo system, exec e outros, que era necessarias para executar as funcoes dessa biblioteca por uma funcao do mesmo [...]]]></description>
		<wfw:commentRss>http://ianntech.com.br/2008/10/18/zzphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>