<?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>gnucom.cc &#187; java</title>
	<atom:link href="http://blog.gnucom.cc/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gnucom.cc</link>
	<description>Code snippets and more...</description>
	<lastBuildDate>Wed, 18 Jan 2012 23:50:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Serializing Stanford Parser Objects.</title>
		<link>http://blog.gnucom.cc/2010/serializing-stanford-parser-objects/</link>
		<comments>http://blog.gnucom.cc/2010/serializing-stanford-parser-objects/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 08:29:29 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[NLP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[serialization]]></category>
		<category><![CDATA[stanford parser]]></category>

		<guid isPermaLink="false">http://blog.gnucom.cc/?p=1002</guid>
		<description><![CDATA[Recently, I found the need to serialize Stanford Parser objects to a file. Though I was familiar with the concept of serialization, I had never done such a thing in Java before. The following is an example on how to do just that: serializing Stanford Parser Tree objects to a file. The example accomplishes the [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/serializing-stanford-parser-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorting methods in Java.</title>
		<link>http://blog.gnucom.cc/2010/sorting-methods-in-java/</link>
		<comments>http://blog.gnucom.cc/2010/sorting-methods-in-java/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 01:48:31 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[exersize]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[sorting]]></category>

		<guid isPermaLink="false">http://blog.gnucom.cc/?p=858</guid>
		<description><![CDATA[I made this during school and have used it many a times while preparing for an interview or checking my new work in new languages. The class has static methods for all of the classic sorting methods like selection sort, bubble sort, insertion sort, heap sort, merge sort and quick sort. public class Sorts &#123; [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/sorting-methods-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print string permutations with Java.</title>
		<link>http://blog.gnucom.cc/2010/print-string-permutations-with-java/</link>
		<comments>http://blog.gnucom.cc/2010/print-string-permutations-with-java/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 07:08:14 +0000</pubDate>
		<dc:creator>sholsapp</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[recursion]]></category>

		<guid isPermaLink="false">http://gnucom.cc/blog/?p=579</guid>
		<description><![CDATA[I wrote this just to exercise my old java skills. If you find a use for it, let me know what you did with it! import java.util.*; &#160; public class Permute &#123; LinkedList&#60;String&#62; orig; &#160; public Permute&#40;LinkedList&#60;String&#62; _orig&#41; &#123; orig = _orig; &#125; &#160; public LinkedList&#60;String&#62; BuildPerms&#40;LinkedList&#60;String&#62; thisOrig&#41; &#123; Iterator&#60;String&#62; itr = thisOrig.iterator&#40;&#41;; LinkedList&#60;String&#62; thisSol [...]]]></description>
		<wfw:commentRss>http://blog.gnucom.cc/2010/print-string-permutations-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

