<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title><![CDATA[Anarion's Blog]]></title>
	<link><![CDATA[http://www.dreamincode.net/forums/index.php?app=blog&module=showblog&blogid=852]]></link>
	<description><![CDATA[Anarion's Blog Syndication]]></description>
	<pubDate>Thu, 03 Jan 2013 12:24:45 +0000</pubDate>
	<webMaster>admin@dreamincode.net (Dream.In.Code)</webMaster>
	<generator>IP.Blog</generator>
	<ttl>60</ttl>
	<item>
		<title>Time Series Data Forecasting</title>
		<link>http://www.dreamincode.net/forums/blog/852/entry-4354-time-series-data-forecasting/</link>
		<category></category>
		<description><![CDATA[One of my courses this semester is Production Management and a key part of it is forecasting methods. Given the headaches of doing all those repetitive calculations by hand, I soon got the habit of doing my homework in MS Excel. It's a great software I have to say...<br />But I thought why not make a customized software for it myself? Which does...]]></description>
		<pubDate>Thu, 03 Jan 2013 07:54:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/852/entry-4354-time-series-data-forecasting/</guid>
	</item>
	<item>
		<title>A Little Fun With C++</title>
		<link>http://www.dreamincode.net/forums/blog/852/entry-4291-a-little-fun-with-c/</link>
		<category></category>
		<description><![CDATA[I saw a topic today about summing up the contents of an array... given that I was away on a programming break for so long, I decided to do some adventure and do it in other ways so that I can practice on what I had learned before. <br />Here's what I came up with:<br /><pre class='brush: bash ;'>...</pre>]]></description>
		<pubDate>Mon, 12 Nov 2012 19:19:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/852/entry-4291-a-little-fun-with-c/</guid>
	</item>
	<item>
		<title>Update!</title>
		<link>http://www.dreamincode.net/forums/blog/852/entry-4164-update/</link>
		<category></category>
		<description><![CDATA[It's been quite a while now! (Again)<br />Over the past few weeks I have been trying to slowly get used to more programming, beside my sport programs which take most of my time nowadays.<br />One of the main things I gotta do is to spend more time on D.I.C in order to get used to the flow of the forums again, it really helps me to be in touch with...]]></description>
		<pubDate>Mon, 20 Aug 2012 15:43:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/852/entry-4164-update/</guid>
	</item>
	<item>
		<title>Programming in my study field</title>
		<link>http://www.dreamincode.net/forums/blog/852/entry-3822-programming-in-my-study-field/</link>
		<category></category>
		<description><![CDATA[It's my second year studying Industrial Management, and I love this major so far. One of the greatest things about this semester is that, I have Operations Research; a field which uses mathematics to optimize problems in the form of mathematical models(the simplified version of real-life problems actually).<br /><br />So, after a presentation I had for...]]></description>
		<pubDate>Thu, 01 Dec 2011 23:21:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/852/entry-3822-programming-in-my-study-field/</guid>
	</item>
	<item>
		<title>Anarion, The Return?</title>
		<link>http://www.dreamincode.net/forums/blog/852/entry-3708-anarion-the-return/</link>
		<category></category>
		<description><![CDATA[After months of working on my music career and also working out for my tennis goals, I decided it's time to get back at programming as well. I already miss programming so much, and I know that I may not be able to spend many hours daily for it, but at least I feel better when I am inside the world of code :)<br /><br />Talking about music, I have had a...]]></description>
		<pubDate>Fri, 09 Sep 2011 18:08:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/852/entry-3708-anarion-the-return/</guid>
	</item>
	<item>
		<title>A Journey Into Music - First Update</title>
		<link>http://www.dreamincode.net/forums/blog/852/entry-3067-a-journey-into-music-first-update/</link>
		<category></category>
		<description><![CDATA[It's been like 3 days that I am working on my first track ever, and just now I uploaded a demo to soundcloud <img src='http://http.cdnlayer.com/dreamincode/forums/public/style_emoticons/default/smile.gif' class='bbc_emoticon' alt=':)' /> Hope it doesn't hurt anyone's ears!<br /><a href='http://soundcloud.com/anarion/chamran-boulevard' class='bbc_url' title='External link' rel='nofollow external'>Chamran Boulevard</a>...</img>]]></description>
		<pubDate>Fri, 10 Dec 2010 11:53:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/852/entry-3067-a-journey-into-music-first-update/</guid>
	</item>
	<item>
		<title>A Rather Tough Decision</title>
		<link>http://www.dreamincode.net/forums/blog/852/entry-3052-a-rather-tough-decision/</link>
		<category></category>
		<description><![CDATA[It's been some time since I found out about computers and tried a couple things, got bored of website designing and started to love C++. However, there is a new desire growing in me day by day...<br /><br /> Not 2 years ago, all of a sudden, I was introduced to a music genre named Trance and rapidly started to dig in different radio shows and albums,...]]></description>
		<pubDate>Sun, 05 Dec 2010 18:49:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/852/entry-3052-a-rather-tough-decision/</guid>
	</item>
	<item>
		<title>CMake, An Extensible Build System</title>
		<link>http://www.dreamincode.net/forums/blog/852/entry-2925-cmake-an-extensible-build-system/</link>
		<category></category>
		<description><![CDATA[Makefile enables a programmer to organize a project into different units and join them all together to form one or more binary files. It seems reasonable and also easy to write a makefile by hand for small projects but what would the makefile look like when it comes to large projects? For instance, look at <a href='http://www.gnu.org/software/make/manual/make.html#Complex-Makefile' class='bbc_url' title='External link' rel='nofollow external'>[This Example]</a>...]]></description>
		<pubDate>Fri, 15 Oct 2010 11:31:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/852/entry-2925-cmake-an-extensible-build-system/</guid>
	</item>
	<item>
		<title>Git - A Distributed Version Control System</title>
		<link>http://www.dreamincode.net/forums/blog/852/entry-2761-git-a-distributed-version-control-system/</link>
		<category></category>
		<description><![CDATA[For the first time, I decided to try out Git, a distributed version control system; and also, write my first blog post! <img src='http://http.cdnlayer.com/dreamincode/forums/public/style_emoticons/default/biggrin.gif' class='bbc_emoticon' alt=':D' /><br />So I visited <a href='http://github.com' class='bbc_url' title='External link' rel='nofollow external'>Github</a>...</img>]]></description>
		<pubDate>Thu, 29 Jul 2010 13:09:00 +0000</pubDate>
		<guid>http://www.dreamincode.net/forums/blog/852/entry-2761-git-a-distributed-version-control-system/</guid>
	</item>
</channel>
</rss>