<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: Als's Code Snippets</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 07 Aug 2008 23:47:05 GMT</pubDate>
    <description>DZone Snippets: Als's Code Snippets</description>
    <item>
      <title>Calcular o d&#237;gito de controle do Bilhete de Identidade</title>
      <link>http://snippets.dzone.com/posts/show/5136</link>
      <description>Este m&#233;todo Ruby ajuda a calcular o d&#237;gito de controle do Bilhete de Identidade portugu&#234;s.&lt;br /&gt;&lt;br /&gt;Substituir os X  na vari&#225;vel "var" pelos n&#250;meros do BI. &lt;br /&gt;&lt;br /&gt;Se o BI tiver menos de 8 d&#237;gitos, &#233; necess&#225;rio adicionar quantos zeros forem precisos &#224; frente do n&#250;mero at&#233; obter um total de 8 d&#237;gitos (exemplo: 123456, o n&#250;mero torna-se 00123456)&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;var = (9*X) + (8*X) + (7*X) + (6*X) + (5*X) + (4*X) + (3*X) + (2*X)&lt;br /&gt;digicon = (var.remainder(11) - 11).abs&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;A partir de informa&#231;&#227;o em http://www.atractor.pt/mat/alg_controlo/bi/BI_texto.htm</description>
      <pubDate>Wed, 13 Feb 2008 16:21:12 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5136</guid>
      <author>als (alex)</author>
    </item>
    <item>
      <title>RSS output of a Prologue post</title>
      <link>http://snippets.dzone.com/posts/show/5053</link>
      <description>// This is how Prologue outputs a post&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;item&gt;&lt;br /&gt;		&lt;title&gt;&lt;/title&gt;&lt;br /&gt;		&lt;link&gt;http://localhost/wordpress/?p=3&lt;/link&gt;&lt;br /&gt;		&lt;comments&gt;http://localhost/wordpress/?p=3#comments&lt;/comments&gt;&lt;br /&gt;		&lt;pubDate&gt;Tue, 29 Jan 2008 23:54:15 +0000&lt;/pubDate&gt;&lt;br /&gt;&lt;br /&gt;		&lt;dc:creator&gt;admin&lt;/dc:creator&gt;&lt;br /&gt;		&lt;br /&gt;		&lt;category&gt;&lt;![CDATA[Uncategorized]]&gt;&lt;/category&gt;&lt;br /&gt;&lt;br /&gt;		&lt;category&gt;&lt;![CDATA[welcome]]&gt;&lt;/category&gt;&lt;br /&gt;&lt;br /&gt;		&lt;guid isPermaLink="false"&gt;http://localhost/wordpress/?p=3&lt;/guid&gt;&lt;br /&gt;		&lt;description&gt;&lt;![CDATA[Pretty cool, here&amp;#8217;s the Twitta!]]&gt;&lt;/description&gt;&lt;br /&gt;			&lt;br /&gt;                &lt;content:encoded&gt;&lt;![CDATA[&lt;p&gt;Pretty cool, here&amp;#8217;s the Twitta!&lt;/p&gt;]]&gt;&lt;/content:encoded&gt;&lt;br /&gt;			&lt;wfw:commentRss&gt;http://localhost/wordpress/?feed=rss2&amp;p=3&lt;/wfw:commentRss&gt;&lt;br /&gt;&lt;br /&gt;&lt;/item&gt;&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Wed, 30 Jan 2008 00:25:57 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5053</guid>
      <author>als (alex)</author>
    </item>
  </channel>
</rss>
