<?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>Yak Shaving &#187; Programming</title>
	<atom:link href="http://blog.asteriosk.gr/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.asteriosk.gr</link>
	<description>A technical blog &#38; notepad by</description>
	<lastBuildDate>Sun, 29 Nov 2009 11:23:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Merging multiple Lucene indexes</title>
		<link>http://blog.asteriosk.gr/2009/03/31/merging-multiple-lucene-indexes/</link>
		<comments>http://blog.asteriosk.gr/2009/03/31/merging-multiple-lucene-indexes/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 09:44:01 +0000</pubDate>
		<dc:creator>Asterios Katsifodimos</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Lucene]]></category>

		<guid isPermaLink="false">http://www.asteriosk.gr/?p=312</guid>
		<description><![CDATA[<a rel="attachment wp-att-313" href="http://www.asteriosk.gr/wp-content/uploads/2009/03/lucene_green_300.gif"><img class="size-full wp-image-313 alignright" title="Apache Lucene Logo" src="http://www.asteriosk.gr/wp-content/uploads/2009/03/lucene_green_300.gif" alt="Apache Lucene Logo" width="300" height="46" /></a>This is the code that I  use to merge multiple <a title="Apache Lucene" href="http://lucene.apache.org" target="_blank">Lucene</a> indexes into one. There are many reasons to merge multiple indexes into one like:
<ul>
<ul>
	<li><strong>Speed</strong></li>
	<li>Ease of management</li>
	<li>Space - the size of the merged index is less than the sum of non-merged indexes</li>
</ul>
</ul>]]></description>
		<wfw:commentRss>http://blog.asteriosk.gr/2009/03/31/merging-multiple-lucene-indexes/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Run your own OpenID server &#8211; Installing Prairie on lighttpd</title>
		<link>http://blog.asteriosk.gr/2009/02/22/run-your-own-openid-server-installing-praire-on-lighttpd/</link>
		<comments>http://blog.asteriosk.gr/2009/02/22/run-your-own-openid-server-installing-praire-on-lighttpd/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 16:51:07 +0000</pubDate>
		<dc:creator>Asterios Katsifodimos</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Servers]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[openID]]></category>
		<category><![CDATA[Prairie]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.asteriosk.gr/?p=208</guid>
		<description><![CDATA[I am sure that you have heard about OpenID. OpenID is an open, decentralized, free framework for user-centric digital identity. That means that you only need only one username in order to be able to login into many sites that support OpenID. Yahoo!, Google, Microsoft and many many others have expressed support and are already [...]]]></description>
		<wfw:commentRss>http://blog.asteriosk.gr/2009/02/22/run-your-own-openid-server-installing-praire-on-lighttpd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery: Javascript Library conflicts</title>
		<link>http://blog.asteriosk.gr/2009/02/15/jquery-javascript-library-conflicts/</link>
		<comments>http://blog.asteriosk.gr/2009/02/15/jquery-javascript-library-conflicts/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 01:08:02 +0000</pubDate>
		<dc:creator>Asterios Katsifodimos</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.asteriosk.gr/?p=99</guid>
		<description><![CDATA[Sometimes, jQuery and other libraries must be used at the same time during a webpage development. The problem starts when both libraries(like prototype) use the same annotation e.g. &#8216;$(document).ready&#8217;. One of the two libraries is expected not to work at the same time. It is very easy to get over this. You just have to [...]]]></description>
		<wfw:commentRss>http://blog.asteriosk.gr/2009/02/15/jquery-javascript-library-conflicts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding -pthread to eclipse, for using posix threads</title>
		<link>http://blog.asteriosk.gr/2009/02/15/adding-pthread-to-eclipse-for-using-posix-threads/</link>
		<comments>http://blog.asteriosk.gr/2009/02/15/adding-pthread-to-eclipse-for-using-posix-threads/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 00:37:21 +0000</pubDate>
		<dc:creator>Asterios Katsifodimos</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[gcc]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[pthreads]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://www.asteriosk.gr/?p=70</guid>
		<description><![CDATA[Problem
Cannot compile c/c++ project with -pthread. Eclipse  is complaining about things.
Solution
Eclipse is not configured to put the -pthread argument in the gcc compilation. To solve this, go to the Menu:

Project -&#62; Properties

From the bar on the left:

c/c++ build -&#62; GCC C Compiler -&#62; Miscellaneous

Add the &#8220;-pthread&#8221; argument into the beginning of the “Other Flags” [...]]]></description>
		<wfw:commentRss>http://blog.asteriosk.gr/2009/02/15/adding-pthread-to-eclipse-for-using-posix-threads/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
