<?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/"
	>

<channel>
	<title>Dmitry Naumenko</title>
	<atom:link href="http://iobit.org.ua/feed/" rel="self" type="application/rss+xml" />
	<link>http://iobit.org.ua</link>
	<description>Hi, I am Dmitry. In this site you can find my recent works. I am a java programmer. My interests is about the J2EE platform (Spring and Hibernate mostly), Android OS and Eclipse.</description>
	<pubDate>Sat, 18 Jul 2009 11:57:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>About me</title>
		<link>http://iobit.org.ua/about-me/</link>
		<comments>http://iobit.org.ua/about-me/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 09:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[about]]></category>

		<guid isPermaLink="false">http://iobit.org.ua/?p=51</guid>
		<description><![CDATA[Bla-bla-bla
]]></description>
			<content:encoded><![CDATA[<p>Bla-bla-bla</p>
]]></content:encoded>
			<wfw:commentRss>http://iobit.org.ua/about-me/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Java Diff Utills</title>
		<link>http://iobit.org.ua/java-diff-utills/</link>
		<comments>http://iobit.org.ua/java-diff-utills/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 08:58:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=14</guid>
		<description><![CDATA[Diff Utills library is an OpenSource library for performing the comparison operations between texts: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.
Main reason to build this library was the lack of easy-to-use libraries with all the usual stuff you need [...]]]></description>
			<content:encoded><![CDATA[<p>Diff Utills library is an OpenSource library for performing the comparison operations between texts: computing diffs, applying patches, generating unified diffs or parsing them, generating diff output for easy future displaying (like side-by-side view) and so on.</p>
<p>Main reason to build this library was the lack of easy-to-use libraries with all the usual stuff you need while working with diff files. Originally it was inspired by JRCS library and it&#8217;s nice design of diff module.</p>
<h3>Main Features</h3>
<ul>
<li>computing the difference between two texts</li>
<li>capable to hand more than plain ascci. Arrays or Lists of any type that implements hashCode() and equals() correctly can be subject to differencing using this library</li>
<li>patch and unpatch the text with the given patch</li>
<li>parsing the unified diff format</li>
<li>producing human-readable differences</li>
</ul>
<h3>Coming eventually</h3>
<ul>
<li>support for inline diffs in output</li>
<li>helpers for showing side-by-side, line-by-line diffs or text with inter-line and intra-line change highlights</li>
<li>customization of diff algorithm for better experience while computing diffs between strings (ignoring blank lines or spaces, etc)</li>
<li>generating the output in unified diff format. Handing other formats (CVS)</li>
<h3>Algoritms</h3>
<p>This library implements Myer&#8217;s diff algorithm. But it can easily replaced by any other which is better for handing your texts. I have plan to add implementation of some in future. </p>
]]></content:encoded>
			<wfw:commentRss>http://iobit.org.ua/java-diff-utills/feed/</wfw:commentRss>
		</item>
		<item>
		<title>contact us</title>
		<link>http://iobit.org.ua/contact-us/</link>
		<comments>http://iobit.org.ua/contact-us/#comments</comments>
		<pubDate>Tue, 19 May 2009 17:31:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=18</guid>
		<description><![CDATA[asdsadf
]]></description>
			<content:encoded><![CDATA[<p>asdsadf</p>
]]></content:encoded>
			<wfw:commentRss>http://iobit.org.ua/contact-us/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PeerCode Review System (in work)</title>
		<link>http://iobit.org.ua/peercode/</link>
		<comments>http://iobit.org.ua/peercode/#comments</comments>
		<pubDate>Mon, 18 May 2009 13:35:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://localhost/wordpress/?p=1</guid>
		<description><![CDATA[PeerCode is is the web-based code review system. It was originally inspired by the Guido&#8217;s Van Rossum tool named Rietveld.
The PeerCode offers developers an easy and effective way to collabarate with collegues in the code review process. It can be used by all companies regards theirs size.
Code review brings stability, helps to share the domain [...]]]></description>
			<content:encoded><![CDATA[<p>PeerCode is is the web-based code review system. It was originally inspired by the Guido&#8217;s Van Rossum tool named Rietveld.</p>
<p>The PeerCode offers developers an easy and effective way to collabarate with collegues in the code review process. It can be used by all companies regards theirs size.</p>
<p>Code review brings stability, helps to share the domain knowledge and programming experience among the developers. Lee Winder has the great <a href="http://www.spreetree.net/blog/?p=133">explanation</a> why it&#8217;s so important on his blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://iobit.org.ua/peercode/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
