<?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>Learning is bateru &#187; software</title>
	<atom:link href="http://bateru.com/news/reviews/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://bateru.com/news</link>
	<description>Writing software and articles to help improve understanding. - Larry Battle</description>
	<lastBuildDate>Sun, 29 Jan 2012 06:12:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Code of the Day: Sentence Scrambler</title>
		<link>http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/</link>
		<comments>http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 06:59:30 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[code of the day]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=889</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/" title="Code of the Day: Sentence Scrambler"></a>Task: There was a study going out a few years ago that said people can read words that are scrambled if the first and last character are left in place. So to help me practice Test Driven Development, I decided &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/01/code-of-the-day-sentence-scrambler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview Programming Challenge: Print me a tree</title>
		<link>http://bateru.com/news/2012/01/interview-programming-challenge-print-me-a-tree/</link>
		<comments>http://bateru.com/news/2012/01/interview-programming-challenge-print-me-a-tree/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 05:53:26 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[questions and answers]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[answer]]></category>
		<category><![CDATA[interview question]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=878</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/01/interview-programming-challenge-print-me-a-tree/" title="Interview Programming Challenge: Print me a tree"></a>Last Thursday I had a interview with a software company. During the interview that asked me write out a program which I was unable to complete within 10 minutes time. But I think am OK because their goal seemed to &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/01/interview-programming-challenge-print-me-a-tree/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/01/interview-programming-challenge-print-me-a-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Book Review: Beginning SQL Queries</title>
		<link>http://bateru.com/news/2012/01/book-review-beginning-sql-queries/</link>
		<comments>http://bateru.com/news/2012/01/book-review-beginning-sql-queries/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 05:25:34 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[sql]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=875</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2012/01/book-review-beginning-sql-queries/" title="Book Review: Beginning SQL Queries"></a>Here&#8217;s my Amazon.com review for Beginning SQL Queries by Clare Churcher This is an excellent book to turn you into a SQL professional but not an expert. This isn&#8217;t a book for complete beginners but for a person with some &#8230;<p class="read-more"><a href="http://bateru.com/news/2012/01/book-review-beginning-sql-queries/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2012/01/book-review-beginning-sql-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenCL Demo</title>
		<link>http://bateru.com/news/2011/12/opencl-demo/</link>
		<comments>http://bateru.com/news/2011/12/opencl-demo/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 01:04:12 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[amazing]]></category>
		<category><![CDATA[opencl]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[demo]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=826</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2011/12/opencl-demo/" title="OpenCL Demo"></a>OpenCL is a standards-based programming language that allows the CPU and GPU to work together for faster and more efficient processing. OpenCL gives any application access to the graphics processing unit for non-graphical computing. Thus, OpenCL extends the power of &#8230;<p class="read-more"><a href="http://bateru.com/news/2011/12/opencl-demo/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2011/12/opencl-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code of the Day: DOS Open an existing file or create it if it doesn&#8217;t exist</title>
		<link>http://bateru.com/news/2011/12/code-of-the-day-dos-open-an-existing-file-or-create-it-if-it-doesnt-exist/</link>
		<comments>http://bateru.com/news/2011/12/code-of-the-day-dos-open-an-existing-file-or-create-it-if-it-doesnt-exist/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 02:54:34 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[amazing]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code of the day]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=789</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2011/12/code-of-the-day-dos-open-an-existing-file-or-create-it-if-it-doesnt-exist/" title="Code of the Day: DOS Open an existing file or create it if it doesn&#039;t exist"></a>REM filename: openAndORCreateFileTXT.bat rem\ &#62;&#62; file.txt &#38;&#38; file.txt The following will open a existing file named file.txt. However, it if doesn&#8217;t exist then it will create it for you then open it. This is very useful. &#8220;rem\&#8221; Let&#8217;s you return &#8230;<p class="read-more"><a href="http://bateru.com/news/2011/12/code-of-the-day-dos-open-an-existing-file-or-create-it-if-it-doesnt-exist/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2011/12/code-of-the-day-dos-open-an-existing-file-or-create-it-if-it-doesnt-exist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code of the Day: Groovy Print all Methods of an object</title>
		<link>http://bateru.com/news/2011/11/code-of-the-day-groovy-print-all-methods-of-an-object/</link>
		<comments>http://bateru.com/news/2011/11/code-of-the-day-groovy-print-all-methods-of-an-object/#comments</comments>
		<pubDate>Sun, 27 Nov 2011 22:47:50 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code of the day]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=772</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2011/11/code-of-the-day-groovy-print-all-methods-of-an-object/" title="Code of the Day: Groovy Print all Methods of an object"></a>Groovy Code /** * @function printAllMethods * @purpose Prints an objects class name and then list the associated class functions. */ void printAllMethods&#40; obj &#41;&#123; println &#34;class ${obj.getClass().name} functions:&#34;; if&#40; !obj.metaClass &#38;&#38; obj.getClass&#40;&#41; &#41;&#123; printAllMethods&#40; obj.getClass&#40;&#41; &#41;; return; &#125; obj.metaClass.methods.name.unique&#40;&#41;.each&#123; &#8230;<p class="read-more"><a href="http://bateru.com/news/2011/11/code-of-the-day-groovy-print-all-methods-of-an-object/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2011/11/code-of-the-day-groovy-print-all-methods-of-an-object/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Installer Error Fix</title>
		<link>http://bateru.com/news/2011/09/windows-installer-error-fix/</link>
		<comments>http://bateru.com/news/2011/09/windows-installer-error-fix/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 21:43:22 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[questions and answers]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=737</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2011/09/windows-installer-error-fix/" title="Windows Installer Error Fix"></a>Operation System: Windows 7 32-bit Problem: Even though my current account is an administrator, when I try to install certain programs, Windows Installer Error Message says &#8220;This installation package could not be opened. Verify that the package exists and that &#8230;<p class="read-more"><a href="http://bateru.com/news/2011/09/windows-installer-error-fix/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2011/09/windows-installer-error-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Book Review: Desirable Future: Consumer Electronics in Tomorrow&#8217;s World</title>
		<link>http://bateru.com/news/2011/08/book-review-desirable-future-consumer-electronics-in-tomorrows-world/</link>
		<comments>http://bateru.com/news/2011/08/book-review-desirable-future-consumer-electronics-in-tomorrows-world/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 00:38:55 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Book Review]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[future]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=722</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2011/08/book-review-desirable-future-consumer-electronics-in-tomorrows-world/" title="Book Review: Desirable Future: Consumer Electronics in Tomorrow&#039;s World"></a>Here&#8217;s a review I did on amazon.com for Desirable Future: Consumer Electronics in Tomorrow&#8217;s World. Review This is a thought provoking book that explores advances in complementary science, technology, medicine and engineering and how consumer electronics will change our society, &#8230;<p class="read-more"><a href="http://bateru.com/news/2011/08/book-review-desirable-future-consumer-electronics-in-tomorrows-world/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2011/08/book-review-desirable-future-consumer-electronics-in-tomorrows-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code of the day: Javascript convert bytes to KB, MB, GB, etc</title>
		<link>http://bateru.com/news/2011/08/code-of-the-day-javascript-convert-bytes-to-kb-mb-gb-etc/</link>
		<comments>http://bateru.com/news/2011/08/code-of-the-day-javascript-convert-bytes-to-kb-mb-gb-etc/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 22:58:46 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[code of the day]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=711</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2011/08/code-of-the-day-javascript-convert-bytes-to-kb-mb-gb-etc/" title="Code of the day: Javascript convert bytes to KB, MB, GB, etc"></a>/** * @function: getBytesWithUnit() * @purpose: Converts bytes to the most simplified unit. * @param: (number) bytes, the amount of bytes * @returns: (string) */ var getBytesWithUnit = function&#40; bytes &#41;&#123; if&#40; isNaN&#40; bytes &#41; &#41;&#123; return; &#125; var units &#8230;<p class="read-more"><a href="http://bateru.com/news/2011/08/code-of-the-day-javascript-convert-bytes-to-kb-mb-gb-etc/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2011/08/code-of-the-day-javascript-convert-bytes-to-kb-mb-gb-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download Videos From Your Browser&#8217;s Cache</title>
		<link>http://bateru.com/news/2011/07/download-videos-from-your-browsers-cache/</link>
		<comments>http://bateru.com/news/2011/07/download-videos-from-your-browsers-cache/#comments</comments>
		<pubDate>Sat, 02 Jul 2011 07:21:43 +0000</pubDate>
		<dc:creator>Larry</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://bateru.com/news/?p=690</guid>
		<description><![CDATA[<a href="http://bateru.com/news/2011/07/download-videos-from-your-browsers-cache/" title="Download Videos From Your Browser&#039;s Cache"></a>I watch tons of videos on-line in any given week from sites like youtube.com, dailymotion, and newgrounds. From time to time I stumble across videos that I would love to keep in my video collections. The way that I save &#8230;<p class="read-more"><a href="http://bateru.com/news/2011/07/download-videos-from-your-browsers-cache/">Read more &#187;</a></p>]]></description>
		<wfw:commentRss>http://bateru.com/news/2011/07/download-videos-from-your-browsers-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

