<?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>codehydra.com</title>
	<atom:link href="http://codehydra.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://codehydra.com</link>
	<description>Innovation via brute-force</description>
	<lastBuildDate>Sat, 06 Mar 2010 10:58:27 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>HowTo: Extract MMS Attachments from Android</title>
		<link>http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/</link>
		<comments>http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 05:44:25 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://codehydra.com/uncategorized/howto-extract-mms-attachments-from-android/</guid>
		<description><![CDATA[Needed Software:
SQLite3explorer
Needed Files:
/data/data/com.android.providers.telephony/app_parts/*
/data/data/com.android.providers.telephony/databases/mmssms.db
Load mmssms.db in SQLite3explorer and execute...
SELECT ct, _data, name FROM part WHERE ct LIKE 'image%';
should return something like..

Then just rename the PART_######### file(s) to something with the correct extension, like "image_1.gif"






		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Needed Software:</strong><br />
<a href="http://www.singular.gr/sqlite/">SQLite3explorer</a></p>
<p><strong>Needed Files:</strong><br />
/data/data/com.android.providers.telephony/app_parts/*<br />
/data/data/com.android.providers.telephony/databases/mmssms.db</p>
<p>Load mmssms.db in SQLite3explorer and execute...<br />
<code><strong>SELECT ct, _data, name FROM part WHERE ct LIKE 'image%';</strong></code></p>
<p>should return something like..<br />
<a href="http://codehydra.com/wp-content/uploads/2010/03/mms.png"><img class="alignnone size-medium wp-image-165" title="mms" src="http://codehydra.com/wp-content/uploads/2010/03/mms-300x123.png" alt="" width="300" height="123" /></a></p>
<p>Then just rename the PART_######### file(s) to something with the correct extension, like "image_1.gif"<br />
<a href="http://codehydra.com/wp-content/uploads/2010/03/files.png"><img class="alignnone size-full wp-image-167" title="files" src="http://codehydra.com/wp-content/uploads/2010/03/files.png" alt="" width="198" height="282" /></a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/&amp;title=HowTo%3A+Extract+MMS+Attachments+from+Android" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/&amp;title=HowTo%3A+Extract+MMS+Attachments+from+Android" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/&amp;title=HowTo%3A+Extract+MMS+Attachments+from+Android" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/&amp;title=HowTo%3A+Extract+MMS+Attachments+from+Android" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/&amp;t=HowTo%3A+Extract+MMS+Attachments+from+Android" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=HowTo%3A+Extract+MMS+Attachments+from+Android+-+http://bit.ly/aDAWKX+(via+@opcode1300)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/&amp;title=HowTo%3A+Extract+MMS+Attachments+from+Android&amp;summary=Needed%20Software%3A%0D%0ASQLite3explorer%0D%0A%0D%0ANeeded%20Files%3A%0D%0A%2Fdata%2Fdata%2Fcom.android.providers.telephony%2Fapp_parts%2F%2A%0D%0A%2Fdata%2Fdata%2Fcom.android.providers.telephony%2Fdatabases%2Fmmssms.db%0D%0A%0D%0ALoad%20mmssms.db%20in%20SQLite3explorer%20and%20execute...%0D%0ASELECT%20ct%2C%20_data%2C%20name%20FROM%20part%20WHERE%20ct%20LIKE%20%27image%25%27%3B%0D%0A%0D%0Ashould%20return%20so&amp;source=codehydra.com" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

<textarea cols="40" rows="10" name="code" class="Sql">SELECT ct, _data, name FROM part WHERE ct LIKE 'image%';</textarea>
	<!-- Wordpress Code Snippet -->
	<script type="text/javascript" src="http://codehydra.com/wp-content/plugins/wordpress-code-snippet/js/shCore.js"></script><script type="text/javascript" src="http://codehydra.com/wp-content/plugins/wordpress-code-snippet/js/shBrushSql.js"></script>
	<link type="text/css" rel="stylesheet" href="http://codehydra.com/wp-content/plugins/wordpress-code-snippet/css/SyntaxHighlighter.css"/>
	
	<script language="javascript">
	dp.SyntaxHighlighter.ClipboardSwf = 'http://codehydra.com/wp-content/plugins/wordpress-code-snippet/js/clipboard.swf';
	dp.SyntaxHighlighter.HighlightAll('code');
	</script>
	<!-- End Wordpress Code Snippet -->
	]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/hardware/howto-extract-mms-attachments-from-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to convert android boot images</title>
		<link>http://codehydra.com/hardware/script-to-convert-android-boot-images/</link>
		<comments>http://codehydra.com/hardware/script-to-convert-android-boot-images/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 02:52:39 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[image]]></category>

		<guid isPermaLink="false">http://codehydra.com/?p=161</guid>
		<description><![CDATA[




		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





FileName=${1%.*}
FileNameExt=${1#*.}

echo "Convert..."
convert -resize '320x480!' -depth 8 $1 rgb:${FileName}.raw
#echo ${FileName}.raw

echo "File Property test #1"
RESULTS_SIZE1=`stat -c %s ${FileName}.raw`
#echo $RESULTS_SIZE1

if [ -f ${FileName}.raw -a "$RESULTS_SIZE1" -eq 460800 ]
then
    echo "Step 1: [...]]]></description>
			<content:encoded><![CDATA[




		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





FileName=${1%.*}
FileNameExt=${1#*.}

echo "Convert..."
convert -resize '320x480!' -depth 8 $1 rgb:${FileName}.raw
#echo ${FileName}.raw

echo "File Property test #1"
RESULTS_SIZE1=`stat -c %s ${FileName}.raw`
#echo $RESULTS_SIZE1

if [ -f ${FileName}.raw -a "$RESULTS_SIZE1" -eq 460800 ]
then
    echo "Step 1: [...]]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/hardware/script-to-convert-android-boot-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical Articles &#124; Android Developers</title>
		<link>http://codehydra.com/hardware/technical-articles-android-developers/</link>
		<comments>http://codehydra.com/hardware/technical-articles-android-developers/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 22:21:57 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://codehydra.com/?p=159</guid>
		<description><![CDATA[Technical Articles &#124; Android Developers.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://d.android.com/resources/articles/index.html">Technical Articles | Android Developers</a>.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://codehydra.com/hardware/technical-articles-android-developers/&amp;title=Technical+Articles+%7C+Android+Developers" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://codehydra.com/hardware/technical-articles-android-developers/&amp;title=Technical+Articles+%7C+Android+Developers" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://codehydra.com/hardware/technical-articles-android-developers/&amp;title=Technical+Articles+%7C+Android+Developers" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://codehydra.com/hardware/technical-articles-android-developers/&amp;title=Technical+Articles+%7C+Android+Developers" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://codehydra.com/hardware/technical-articles-android-developers/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://codehydra.com/hardware/technical-articles-android-developers/&amp;t=Technical+Articles+%7C+Android+Developers" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Technical+Articles+%7C+Android+Developers+-+http://bit.ly/bsIJqe+(via+@opcode1300)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://codehydra.com/hardware/technical-articles-android-developers/&amp;title=Technical+Articles+%7C+Android+Developers&amp;summary=Technical%20Articles%20%7C%20Android%20Developers.&amp;source=codehydra.com" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/hardware/technical-articles-android-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>twitter+btjunkie+yahoo pipes</title>
		<link>http://codehydra.com/software/twitter-btjunkie/</link>
		<comments>http://codehydra.com/software/twitter-btjunkie/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 21:42:18 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://codehydra.com/?p=153</guid>
		<description><![CDATA[http://twitter.com/newMovieTwit
My newest yahoo pipes and twitter creation.
Links to btjunkie right now, that may change.
enjoy  
[update:12:28:09]
added a few regex to try to clean up the formatting of test being passed to btjunkie





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on [...]]]></description>
			<content:encoded><![CDATA[<p><a title="newMovieTwit" href="http://twitter.com/newMovieTwit" target="_blank"><span id="lw_1261345237_0" class="yshortcuts">http://twitter.com/newMovieTwit</span></a></p>
<p>My newest yahoo pipes and twitter creation.</p>
<p>Links to btjunkie right now, that may change.</p>
<p>enjoy <img src='http://codehydra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>[<em>update:12:28:09</em>]</strong><br />
added a few regex to <em>try</em> to clean up the formatting of test being passed to btjunkie</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://codehydra.com/software/twitter-btjunkie/&amp;title=twitter%2Bbtjunkie%2Byahoo+pipes" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://codehydra.com/software/twitter-btjunkie/&amp;title=twitter%2Bbtjunkie%2Byahoo+pipes" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://codehydra.com/software/twitter-btjunkie/&amp;title=twitter%2Bbtjunkie%2Byahoo+pipes" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://codehydra.com/software/twitter-btjunkie/&amp;title=twitter%2Bbtjunkie%2Byahoo+pipes" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://codehydra.com/software/twitter-btjunkie/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://codehydra.com/software/twitter-btjunkie/&amp;t=twitter%2Bbtjunkie%2Byahoo+pipes" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=twitter%2Bbtjunkie%2Byahoo+pipes+-+http://bit.ly/dle4b0+(via+@opcode1300)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://codehydra.com/software/twitter-btjunkie/&amp;title=twitter%2Bbtjunkie%2Byahoo+pipes&amp;summary=http%3A%2F%2Ftwitter.com%2FnewMovieTwit%0D%0A%0D%0AMy%20newest%20yahoo%20pipes%20and%20twitter%20creation.%0D%0A%0D%0ALinks%20to%20btjunkie%20right%20now%2C%20that%20may%20change.%0D%0A%0D%0Aenjoy%20%3B%29%0D%0A%0D%0A%0D%0A%0D%0A%5Bupdate%3A12%3A28%3A09%5D%0D%0Aadded%20a%20few%20regex%20to%20try%20to%20clean%20up%20the%20formatting%20of%20test%20being%20passed%20to%20btjunkie&amp;source=codehydra.com" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/software/twitter-btjunkie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MLIGN Shows HTC Nexus Running on G1</title>
		<link>http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/</link>
		<comments>http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 06:17:17 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[G1]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://codehydra.com/?p=151</guid>
		<description><![CDATA[MLIGN Shows HTC Nexus Running on G1.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.androidspin.com/component/content/article/3-latest-news/403-mlign-shows-htc-nexus-running-on-g1">MLIGN Shows HTC Nexus Running on G1</a>.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/&amp;title=MLIGN+Shows+HTC+Nexus+Running+on+G1" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/&amp;title=MLIGN+Shows+HTC+Nexus+Running+on+G1" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/&amp;title=MLIGN+Shows+HTC+Nexus+Running+on+G1" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/&amp;title=MLIGN+Shows+HTC+Nexus+Running+on+G1" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/&amp;t=MLIGN+Shows+HTC+Nexus+Running+on+G1" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=MLIGN+Shows+HTC+Nexus+Running+on+G1+-+http://bit.ly/9axA9d+(via+@opcode1300)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/&amp;title=MLIGN+Shows+HTC+Nexus+Running+on+G1&amp;summary=MLIGN%20Shows%20HTC%20Nexus%20Running%20on%20G1.&amp;source=codehydra.com" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/hardware/mlign-shows-htc-nexus-running-on-g1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android ADB .DLL exports</title>
		<link>http://codehydra.com/hardware/android-adb-dll-exports/</link>
		<comments>http://codehydra.com/hardware/android-adb-dll-exports/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 04:13:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAKE/HACK]]></category>

		<guid isPermaLink="false">http://codehydra.com/?p=149</guid>
		<description><![CDATA[AdbWinApi.dll
mgwz.dll






		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://codehydra.com/droid/adb.exprt.html">AdbWinApi.dll</a><br />
<a href="http://codehydra.com/droid/adb.exprt2.html">mgwz.dll</a></p>
<p><img alt="" src="http://discoverjkuat.files.wordpress.com/2009/10/android-art_537x496.jpg" title="Android" class="alignnone" width="537" height="496" /></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://codehydra.com/hardware/android-adb-dll-exports/&amp;title=Android+ADB+.DLL+exports" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://codehydra.com/hardware/android-adb-dll-exports/&amp;title=Android+ADB+.DLL+exports" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://codehydra.com/hardware/android-adb-dll-exports/&amp;title=Android+ADB+.DLL+exports" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://codehydra.com/hardware/android-adb-dll-exports/&amp;title=Android+ADB+.DLL+exports" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://codehydra.com/hardware/android-adb-dll-exports/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://codehydra.com/hardware/android-adb-dll-exports/&amp;t=Android+ADB+.DLL+exports" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Android+ADB+.DLL+exports+-+http://bit.ly/c8q1dF+(via+@opcode1300)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://codehydra.com/hardware/android-adb-dll-exports/&amp;title=Android+ADB+.DLL+exports&amp;summary=AdbWinApi.dll%0D%0Amgwz.dll%0D%0A%0D%0A&amp;source=codehydra.com" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/hardware/android-adb-dll-exports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO: Set up NTP on Windows Vista « Cumps.be</title>
		<link>http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/</link>
		<comments>http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 19:44:54 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://codehydra.com/?p=147</guid>
		<description><![CDATA[HOWTO: Set up NTP on Windows Vista « Cumps.be.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cumps.be/howto-set-up-ntp-on-windows-vista/">HOWTO: Set up NTP on Windows Vista « Cumps.be</a>.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/&amp;title=HOWTO%3A+Set+up+NTP+on+Windows+Vista+%C2%AB+Cumps.be" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/&amp;title=HOWTO%3A+Set+up+NTP+on+Windows+Vista+%C2%AB+Cumps.be" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/&amp;title=HOWTO%3A+Set+up+NTP+on+Windows+Vista+%C2%AB+Cumps.be" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/&amp;title=HOWTO%3A+Set+up+NTP+on+Windows+Vista+%C2%AB+Cumps.be" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/&amp;t=HOWTO%3A+Set+up+NTP+on+Windows+Vista+%C2%AB+Cumps.be" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=HOWTO%3A+Set+up+NTP+on+Windows+Vista+%C2%AB+Cumps.be+-+http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/+(via+@opcode1300)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/&amp;title=HOWTO%3A+Set+up+NTP+on+Windows+Vista+%C2%AB+Cumps.be&amp;summary=HOWTO%3A%20Set%20up%20NTP%20on%20Windows%20Vista%20%C2%AB%20Cumps.be.&amp;source=codehydra.com" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/software/howto-set-up-ntp-on-windows-vista-%c2%ab-cumps-be/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ffmpeg screenshot jpeg » Pirahna’s blog en</title>
		<link>http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/</link>
		<comments>http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 22:50:15 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://codehydra.com/?p=145</guid>
		<description><![CDATA[ffmpeg screenshot jpeg » Pirahna’s blog en.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://old.piry.me/en/ffmpeg-screenshot-jpeg.html">ffmpeg screenshot jpeg » Pirahna’s blog en</a>.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/&amp;title=ffmpeg+screenshot+jpeg+%C2%BB+Pirahna%E2%80%99s+blog+en" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/&amp;title=ffmpeg+screenshot+jpeg+%C2%BB+Pirahna%E2%80%99s+blog+en" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/&amp;title=ffmpeg+screenshot+jpeg+%C2%BB+Pirahna%E2%80%99s+blog+en" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/&amp;title=ffmpeg+screenshot+jpeg+%C2%BB+Pirahna%E2%80%99s+blog+en" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/&amp;t=ffmpeg+screenshot+jpeg+%C2%BB+Pirahna%E2%80%99s+blog+en" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=ffmpeg+screenshot+jpeg+%C2%BB+Pirahna%E2%80%99s+blog+en+-+http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/+(via+@opcode1300)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/&amp;title=ffmpeg+screenshot+jpeg+%C2%BB+Pirahna%E2%80%99s+blog+en&amp;summary=ffmpeg%20screenshot%20jpeg%20%C2%BB%20Pirahna%E2%80%99s%20blog%20en.&amp;source=codehydra.com" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/uncategorized/ffmpeg-screenshot-jpeg-%c2%bb-pirahna%e2%80%99s-blog-en/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Android SDK and play with Android 2.0 in the emulator – Android and Me</title>
		<link>http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/</link>
		<comments>http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 20:41:07 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[android]]></category>

		<guid isPermaLink="false">http://codehydra.com/?p=143</guid>
		<description><![CDATA[How to install Android SDK and play with Android 2.0 in the emulator – Android and Me.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://androidandme.com/2009/10/news/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator/">How to install Android SDK and play with Android 2.0 in the emulator – Android and Me</a>.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/&amp;title=How+to+install+Android+SDK+and+play+with+Android+2.0+in+the+emulator+%E2%80%93+Android+and+Me" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/&amp;title=How+to+install+Android+SDK+and+play+with+Android+2.0+in+the+emulator+%E2%80%93+Android+and+Me" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/&amp;title=How+to+install+Android+SDK+and+play+with+Android+2.0+in+the+emulator+%E2%80%93+Android+and+Me" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/&amp;title=How+to+install+Android+SDK+and+play+with+Android+2.0+in+the+emulator+%E2%80%93+Android+and+Me" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/&amp;t=How+to+install+Android+SDK+and+play+with+Android+2.0+in+the+emulator+%E2%80%93+Android+and+Me" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+install+Android+SDK+and+play+with+Android+2.0+in+the+emulator+%E2%80%93+Android%5B..%5D+-+http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/+(via+@opcode1300)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/&amp;title=How+to+install+Android+SDK+and+play+with+Android+2.0+in+the+emulator+%E2%80%93+Android+and+Me&amp;summary=How%20to%20install%20Android%20SDK%20and%20play%20with%20Android%202.0%20in%20the%20emulator%20%E2%80%93%20Android%20and%20Me.&amp;source=codehydra.com" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/uncategorized/how-to-install-android-sdk-and-play-with-android-2-0-in-the-emulator-%e2%80%93-android-and-me/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Easily Estimate Distances &#8211; The Old Farmer&#8217;s Almanac</title>
		<link>http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/</link>
		<comments>http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:51:02 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://codehydra.com/?p=141</guid>
		<description><![CDATA[How to Easily Estimate Distances - The Old Farmer's Almanac.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Technorati
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Share this on Linkedin
		





]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.almanac.com/outdoors/distance.php">How to Easily Estimate Distances - The Old Farmer's Almanac</a>.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/&amp;title=How+to+Easily+Estimate+Distances+-+The+Old+Farmer%27s+Almanac" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/&amp;title=How+to+Easily+Estimate+Distances+-+The+Old+Farmer%27s+Almanac" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/&amp;title=How+to+Easily+Estimate+Distances+-+The+Old+Farmer%27s+Almanac" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/&amp;title=How+to+Easily+Estimate+Distances+-+The+Old+Farmer%27s+Almanac" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/&amp;t=How+to+Easily+Estimate+Distances+-+The+Old+Farmer%27s+Almanac" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=How+to+Easily+Estimate+Distances+-+The+Old+Farmer%27s+Almanac+-+http://bit.ly/bQDA1m+(via+@opcode1300)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/&amp;title=How+to+Easily+Estimate+Distances+-+The+Old+Farmer%27s+Almanac&amp;summary=How%20to%20Easily%20Estimate%20Distances%20-%20The%20Old%20Farmer%27s%20Almanac.&amp;source=codehydra.com" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://codehydra.com/education/how-to-easily-estimate-distances-the-old-farmers-almanac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
