<?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>HiddenTao &#187; Common-Utils</title>
	<atom:link href="http://www.hiddentao.com/archives/tag/common-utils/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hiddentao.com</link>
	<description>software, websites, mobile, technology</description>
	<lastBuildDate>Mon, 30 Aug 2010 21:08:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Page Tagger 0.3.5 and Common-Utils</title>
		<link>http://www.hiddentao.com/archives/2010/01/16/page-tagger-0-3-5-and-common-utils/</link>
		<comments>http://www.hiddentao.com/archives/2010/01/16/page-tagger-0-3-5-and-common-utils/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 14:46:27 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Common-Utils]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Page Tagger]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.hiddentao.com/?p=702</guid>
		<description><![CDATA[A new version of Page Tagger is now available. Grab it now from here or the WordPress plugin repository. Also, I&#8217;ve put up a few Java classes I wrote a while back as a small library called Common-Utils. Included within are the following: ArrayUtils &#8211; Utility methods to fill an array with a given value [...]]]></description>
			<content:encoded><![CDATA[<p>A new version of <a href="http://www.hiddentao.com/code/wordpress-page-tagger-plugin/" class="liinternal">Page Tagger</a> is now available. Grab it now from <a href="http://www.hiddentao.com/code/wordpress-page-tagger-plugin/" class="liinternal">here</a> or the <a href="http://wordpress.org/extend/plugins/page-tagger/" class="liwp">WordPress plugin repository</a>.</p>

<p>Also, I&#8217;ve put up a few Java classes I wrote a while back as a small library called <a href="http://www.hiddentao.com/code/common-utils/" title="Common-Utils" class="liinternal">Common-Utils</a>. Included within are the following:</p>

<ul>
<li><code>ArrayUtils</code> &#8211; Utility methods to fill an array with a given value or check if it contains a given value.</li>
<li><code>DynamicArray</code> &#8211; A resizable &#8220;static&#8221; array for when you don&#8217;t quite need the full flexibility of <code>ArrayList</code>.</li>
<li><code>NonMutableIterator</code> &#8211; Wraps around a normal <code>Iterator</code> and disables use of the <code>remove</code> method.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hiddentao.com/archives/2010/01/16/page-tagger-0-3-5-and-common-utils/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Common-Utils</title>
		<link>http://www.hiddentao.com/code/common-utils/</link>
		<comments>http://www.hiddentao.com/code/common-utils/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 21:30:10 +0000</pubDate>
		<dc:creator>ram</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Common-Utils]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.hiddentao.com/?page_id=689</guid>
		<description><![CDATA[Common-Utils is a small of collection of Java utility classes I ended up writing for use in various projects. The code runs on Java 5 or above. ArrayUtils &#8211; Utility methods to fill an array with a given value or check if it contains a given value. NonMutableIterator &#8211; Wraps around a normal Iterator and [...]]]></description>
			<content:encoded><![CDATA[<p>Common-Utils is a small of collection of Java utility classes I ended up writing for use in various projects. The code runs on Java 5 or above.</p>

<ul>
<li><code>ArrayUtils</code> &#8211; Utility methods to fill an array with a given value or check if it contains a given value.</li>
<li><code>NonMutableIterator</code> &#8211; Wraps around a normal <code>Iterator</code> and disables use of the <code>remove</code> method.</li>
<li><code>JAbstractApplet</code> and <code>JAppletSimulator</code> &#8211; Classes for running applets as standalone applications.</li>
</ul>

<p>License: <a href="http://www.gnu.org/copyleft/lesser.html" title="GNU Lesser General Public License" class="link-external">LGPL 3</a>.</p>

<p>Current version: 0.1</p>

<h2 id="download">Download</h2>

<p><a href="http://www.hiddentao.com/downloads/common-utils-0.1.zip" class="lizip">Download source code and documentation</a>.</p>

<h2 id="changelog">Changelog</h2>

<ul>
<li>0.1 (Jan 15, 2010)

<ul>
<li>Initial release.</li>
</ul></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.hiddentao.com/code/common-utils/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
