<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Teeworlds Forum — [TOOL] tw-crc32sum]]></title>
		<link>https://www.teeworlds.com/forum/viewtopic.php?id=10473</link>
		<atom:link href="https://www.teeworlds.com/forum/extern.php?action=feed&amp;tid=10473&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in [TOOL] tw-crc32sum.]]></description>
		<lastBuildDate>Fri, 16 Aug 2013 06:50:54 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: [TOOL] tw-crc32sum]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=107563#p107563</link>
			<description><![CDATA[<div class="quotebox"><cite>heinrich5991 wrote:</cite><blockquote><p>Heh, I just noticed that the script is 1337 bytes long (this wasn&#039;t on purpose).</p></blockquote></div><p>Also, when delivered by github in a gzipped manner the content is 666 bytes long.</p>]]></description>
			<author><![CDATA[null@example.com (m!nus)]]></author>
			<pubDate>Fri, 16 Aug 2013 06:50:54 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=107563#p107563</guid>
		</item>
		<item>
			<title><![CDATA[Re: [TOOL] tw-crc32sum]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=107552#p107552</link>
			<description><![CDATA[<p>Thanks for sharing. I think it&#039;s a good idea to add it to the scripts directory of teeworlds. You might do a pullrequest.</p>]]></description>
			<author><![CDATA[null@example.com (east)]]></author>
			<pubDate>Thu, 15 Aug 2013 19:55:54 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=107552#p107552</guid>
		</item>
		<item>
			<title><![CDATA[Re: [TOOL] tw-crc32sum]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=107537#p107537</link>
			<description><![CDATA[<div class="quotebox"><cite>heinrich5991 wrote:</cite><blockquote><p>Heh, I just noticed that the script is 1337 bytes long (this wasn&#039;t on purpose).</p></blockquote></div><p>Oooooh dude, you - sir - are a liar! You cannot tell us you didn&#039;t do this on purpose... No way! :-P</p>]]></description>
			<author><![CDATA[null@example.com (Tee Killa)]]></author>
			<pubDate>Wed, 14 Aug 2013 21:58:06 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=107537#p107537</guid>
		</item>
		<item>
			<title><![CDATA[Re: [TOOL] tw-crc32sum]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=107532#p107532</link>
			<description><![CDATA[<p>Heh, I just noticed that the script is 1337 bytes long (this wasn&#039;t on purpose).</p>]]></description>
			<author><![CDATA[null@example.com (heinrich5991)]]></author>
			<pubDate>Wed, 14 Aug 2013 20:29:02 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=107532#p107532</guid>
		</item>
		<item>
			<title><![CDATA[Re: [TOOL] tw-crc32sum]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=107525#p107525</link>
			<description><![CDATA[<p>awesome! useful for my new project <img src="https://www.teeworlds.com/forum/img/smilies/big_smile.png" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (unsigned char*)]]></author>
			<pubDate>Wed, 14 Aug 2013 16:02:49 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=107525#p107525</guid>
		</item>
		<item>
			<title><![CDATA[Re: [TOOL] tw-crc32sum]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=107523#p107523</link>
			<description><![CDATA[<p>Thank you for making that public!</p>]]></description>
			<author><![CDATA[null@example.com (Dune)]]></author>
			<pubDate>Wed, 14 Aug 2013 15:01:48 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=107523#p107523</guid>
		</item>
		<item>
			<title><![CDATA[[TOOL] tw-crc32sum]]></title>
			<link>https://www.teeworlds.com/forum/viewtopic.php?pid=107522#p107522</link>
			<description><![CDATA[<p>I just needed this script today, use it for generating checksums of teeworlds maps like in dm1_f35c9309.map.</p><p>Requirements: Python 3.3</p><p>Download: <a href="https://github.com/heinrich5991/uselessness/raw/master/tw-crc32sum">tw-crc32sum</a></p><p>Example:<br /></p><div class="codebox"><pre><code>$ tw-crc32sum dm1.map 
f35c9309 dm1.map</code></pre></div><p>Usage:<br /></p><div class="codebox"><pre><code>$ tw-crc32sum --help
usage: tw-crc32sum [-h] [-q] [FILE [FILE ...]]

Print Teeworlds&#039; CRC checksums.

positional arguments:
  FILE         With no FILE, or when FILE is -, read standard input.

optional arguments:
  -h, --help   show this help message and exit
  -q, --quiet  Quiet mode, only output the CRC checksums, omit filenames</code></pre></div><p>Thanks and good bye :)</p>]]></description>
			<author><![CDATA[null@example.com (heinrich5991)]]></author>
			<pubDate>Wed, 14 Aug 2013 14:49:40 +0000</pubDate>
			<guid>https://www.teeworlds.com/forum/viewtopic.php?pid=107522#p107522</guid>
		</item>
	</channel>
</rss>
