<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>dranaxum</title>
	<atom:link href="http://dranaxum.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dranaxum.wordpress.com</link>
	<description>A software developer&#039;s blog</description>
	<lastBuildDate>Sun, 22 Jan 2012 23:28:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dranaxum.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>dranaxum</title>
		<link>http://dranaxum.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dranaxum.wordpress.com/osd.xml" title="dranaxum" />
	<atom:link rel='hub' href='http://dranaxum.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Topology problem</title>
		<link>http://dranaxum.wordpress.com/2011/01/22/topology-problem/</link>
		<comments>http://dranaxum.wordpress.com/2011/01/22/topology-problem/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 20:53:50 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Mathematics]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=150</guid>
		<description><![CDATA[Given a planar weighted graph in a metric space (X,d), does the ordering of the areas of the faces preserve (i.e. remains the same) for any continuous mapping f:(X,d)-&#62;(Y,d&#8217;) where (Y,d&#8217;) is some metric space?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=150&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2011/01/22/topology-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>
	</item>
		<item>
		<title>filter in Haskell vs filterING in C#</title>
		<link>http://dranaxum.wordpress.com/2010/11/20/filter-in-haskell-vs-filtering-in-c/</link>
		<comments>http://dranaxum.wordpress.com/2010/11/20/filter-in-haskell-vs-filtering-in-c/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 23:59:42 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Software Developing]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[c# 3.5]]></category>
		<category><![CDATA[composition]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[filtering]]></category>
		<category><![CDATA[Find]]></category>
		<category><![CDATA[FindAll]]></category>
		<category><![CDATA[haskell]]></category>
		<category><![CDATA[linq]]></category>
		<category><![CDATA[partial application]]></category>
		<category><![CDATA[ToList()]]></category>
		<category><![CDATA[Where prototype]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=139</guid>
		<description><![CDATA[If you are both a Haskell and C# programmer then you should be familiar to the filter function in Haskell and the filtering functions in C# (Find,FindAll etc). Example of filter in Haskell -- the type of filter is : filter :: (a-&#62;Bool)-&#62;[a]-&#62;[a] which means that -- filter takes a function as an argument and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=139&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2010/11/20/filter-in-haskell-vs-filtering-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>
	</item>
		<item>
		<title>Using WinPcap in C# (Packet capture)</title>
		<link>http://dranaxum.wordpress.com/2010/11/20/using-winpcap-in-c/</link>
		<comments>http://dranaxum.wordpress.com/2010/11/20/using-winpcap-in-c/#comments</comments>
		<pubDate>Sat, 20 Nov 2010 23:24:39 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Software Developing]]></category>
		<category><![CDATA[AsyncOperation]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[capture packets]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[length]]></category>
		<category><![CDATA[marshal]]></category>
		<category><![CDATA[packets]]></category>
		<category><![CDATA[sniffer]]></category>
		<category><![CDATA[system.runtime.interopservices]]></category>
		<category><![CDATA[threading]]></category>
		<category><![CDATA[winpcap]]></category>
		<category><![CDATA[winpcap in c#]]></category>
		<category><![CDATA[wpcap.dll]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=127</guid>
		<description><![CDATA[WinPcap is a very useful tool which can enables users to capture windows packets. On their website they offer a development pack but only for C/C++ programmers. So this is why I decided to write my own (simple) class for capturing packets in C# importing the wpcap.dll . Before showing the code, you must know [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=127&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2010/11/20/using-winpcap-in-c/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>
	</item>
		<item>
		<title>FM Radio Player</title>
		<link>http://dranaxum.wordpress.com/2009/11/14/fm-radio-player/</link>
		<comments>http://dranaxum.wordpress.com/2009/11/14/fm-radio-player/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 21:18:43 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Software Developing]]></category>
		<category><![CDATA[bass.dll]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[fm]]></category>
		<category><![CDATA[fm radio player]]></category>
		<category><![CDATA[net framework]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[radio]]></category>
		<category><![CDATA[radio player]]></category>
		<category><![CDATA[radio stations]]></category>
		<category><![CDATA[softpedia]]></category>
		<category><![CDATA[stations]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=83</guid>
		<description><![CDATA[I&#8217;m back with a new tool I&#8217;ve made. FM Radio Player is a small application designed to play radio stations through plugins. This means any coder can extend the program with new radio stations. Note: Recording works only on the stations which don&#8217;t require AAC+ codec. You can find information about how to create a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=83&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2009/11/14/fm-radio-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>
	</item>
		<item>
		<title>Further details on TOI</title>
		<link>http://dranaxum.wordpress.com/2009/06/21/further-details-on-toi/</link>
		<comments>http://dranaxum.wordpress.com/2009/06/21/further-details-on-toi/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 11:56:10 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[avl trees]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[dijkstra]]></category>
		<category><![CDATA[hackpedia]]></category>
		<category><![CDATA[kruskal]]></category>
		<category><![CDATA[miller rabin]]></category>
		<category><![CDATA[olympiad in informatics]]></category>
		<category><![CDATA[pollard rho]]></category>
		<category><![CDATA[prim]]></category>
		<category><![CDATA[range minimum query]]></category>
		<category><![CDATA[rmq]]></category>
		<category><![CDATA[romania]]></category>
		<category><![CDATA[Software Developing]]></category>
		<category><![CDATA[teachers]]></category>
		<category><![CDATA[toi]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=78</guid>
		<description><![CDATA[There is much chance that the launch of TOI (aka Training for Olympiad in Informatics see main article here) will be postponed for Tuesday or Wednesday if we don&#8217;t finish the articles I considered to be vital. However, we are trying hard to launch it tomorrow. Anyhow, I guarantee it will be worth the wait! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=78&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2009/06/21/further-details-on-toi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>
	</item>
		<item>
		<title>Training for Olympiad in Informatics</title>
		<link>http://dranaxum.wordpress.com/2009/06/20/training-for-olympiad-in-informatics/</link>
		<comments>http://dranaxum.wordpress.com/2009/06/20/training-for-olympiad-in-informatics/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 15:01:06 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[articles]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[hackpedia]]></category>
		<category><![CDATA[informatics]]></category>
		<category><![CDATA[olympiad]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=69</guid>
		<description><![CDATA[Hy there!! I had some problems with my ISP and because of this wordpress blogs would not load correctly and so I was deprived of writing here. What&#8217;s up? Some members of Hackpedia and I are working hard to launch by Monday, 22nd of June 2009, a section on the Hackpedia community entitled: Training for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=69&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2009/06/20/training-for-olympiad-in-informatics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>
	</item>
		<item>
		<title>Generalized Array</title>
		<link>http://dranaxum.wordpress.com/2009/01/31/generalized-array/</link>
		<comments>http://dranaxum.wordpress.com/2009/01/31/generalized-array/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 21:47:00 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[c/c++]]></category>
		<category><![CDATA[generalized]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=67</guid>
		<description><![CDATA[Did you ever think about declaring a multi-dimensional array dynamically? If so, I have created a class in C++ just for this. So the problem goes like this: let an array a of type T, declare an array with n dimensions where n was inputted by the user. The key is to think about a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=67&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2009/01/31/generalized-array/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>
	</item>
		<item>
		<title>Braincode: Personalized Mass Mailer</title>
		<link>http://dranaxum.wordpress.com/2009/01/23/braincode-personalized-mass-mailer/</link>
		<comments>http://dranaxum.wordpress.com/2009/01/23/braincode-personalized-mass-mailer/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 23:47:37 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Software Developing]]></category>
		<category><![CDATA[e-mail services]]></category>
		<category><![CDATA[mass mailer]]></category>
		<category><![CDATA[personalization]]></category>
		<category><![CDATA[personalized mass mailer]]></category>
		<category><![CDATA[pmm]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=63</guid>
		<description><![CDATA[As I promised, I am keeping you in touch with Braincode. We created a new section (Brainshare) where we will put our work which does not have the same level of complexity as the work in the Products section. The first program posted here, which I developed by the way, is named Personalized Mass Mailer [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=63&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2009/01/23/braincode-personalized-mass-mailer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>

		<media:content url="http://files.braincode.ro/brainshare_pmm/pmm.jpg" medium="image">
			<media:title type="html">Personalized Mass Mailer</media:title>
		</media:content>
	</item>
		<item>
		<title>Braincode Website Released</title>
		<link>http://dranaxum.wordpress.com/2009/01/08/braincode-website-released/</link>
		<comments>http://dranaxum.wordpress.com/2009/01/08/braincode-website-released/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 21:44:13 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Diverse]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=61</guid>
		<description><![CDATA[&#8230;. it&#8217;s here! After many struggles with writing content, developing software and organizing events &#8230; it&#8217;s here! Our work published in one single place&#8230; the Braincode Team Website. Click here:  http://www.braincode.ro<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=61&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2009/01/08/braincode-website-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>
	</item>
		<item>
		<title>Braincode, BrainIT &amp; Hackpedia</title>
		<link>http://dranaxum.wordpress.com/2008/12/31/braincode-brainit-hackpedia/</link>
		<comments>http://dranaxum.wordpress.com/2008/12/31/braincode-brainit-hackpedia/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 13:42:51 +0000</pubDate>
		<dc:creator>dranaxum</dc:creator>
				<category><![CDATA[Diverse]]></category>
		<category><![CDATA[braincode]]></category>
		<category><![CDATA[brainit]]></category>
		<category><![CDATA[ethical hacking]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[hackpedia]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://dranaxum.wordpress.com/?p=56</guid>
		<description><![CDATA[The BrainIT competition is over. Hope that on 5th of January 2009 we will begin sending the prizes throughout the country. Thanks to all our sponsors and parteners and especially to Programare.org and the Software Developers&#8217; Association (Asociatia Programatorilor de Soft). I am now looking forward to finishing some projects for Braincode and finally post [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dranaxum.wordpress.com&amp;blog=1966970&amp;post=56&amp;subd=dranaxum&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://dranaxum.wordpress.com/2008/12/31/braincode-brainit-hackpedia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b050651bdaf6cc3911e32d946e2109bf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dranaxum</media:title>
		</media:content>
	</item>
	</channel>
</rss>
