<?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>DelphiTips.net &#187; Math</title>
	<atom:link href="http://www.delphitips.net/math/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.delphitips.net</link>
	<description>...free Delphi tips &#38; source code repository</description>
	<lastBuildDate>Fri, 24 Jul 2009 22:19:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CRC32 (Cyclic Redundency Check)</title>
		<link>http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/</link>
		<comments>http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/#comments</comments>
		<pubDate>Tue, 01 Jan 2008 09:18:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Files]]></category>
		<category><![CDATA[Math]]></category>
		<category><![CDATA[System]]></category>
		<category><![CDATA[checksum]]></category>
		<category><![CDATA[CRC]]></category>
		<category><![CDATA[file]]></category>

		<guid isPermaLink="false">http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/</guid>
		<description><![CDATA[One of the most effective method to check if the file is ok is to calculate CRC32 checksum and compare it with previously saved value. Using CRC check, you can also compare two files, verify downloaded files etc&#8230;
Even if the source code is rather long, the function itself is short and not complicated. It reads [...]]]></description>
		<wfw:commentRss>http://www.delphitips.net/2008/01/01/crc32-cyclic-redundency-check/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
