<?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>Strainu onLine &#187; Programming</title>
	<atom:link href="http://www.strainu.ro/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.strainu.ro</link>
	<description>Blogul unui automatist</description>
	<lastBuildDate>Tue, 20 Jul 2010 21:46:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Romanian Funds prices in GNUCash</title>
		<link>http://www.strainu.ro/projects/romanian-funds-prices-in-gnucash/</link>
		<comments>http://www.strainu.ro/projects/romanian-funds-prices-in-gnucash/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:50:34 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Finance::Quote]]></category>
		<category><![CDATA[fonduri de investiţii]]></category>
		<category><![CDATA[Funds]]></category>
		<category><![CDATA[GNUCash]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/?p=603</guid>
		<description><![CDATA[Fig. 1: The Add Security window in GNUCash After the Bucharest Stock Exchage Module for Finance::Quote, I made another module, to retrieve the values of the Romanian Mutual Funds. The data is extracted from the Kmarket website which prooved to be a useful resource. Here is how you can add this package to your own [...]]]></description>
			<content:encoded><![CDATA[<div>
<dl id="attachment_551" style="width: 310px;">
<dt><a href="http://www.strainu.ro/site/wp-content/uploads/bse_gnucash_1.jpg"><img title="bse_gnucash_1" src="http://www.strainu.ro/site/wp-content/uploads/bse_gnucash_1-300x174.jpg" alt="The &quot;Add security&quot; Window" width="300" height="174" /></a></dt>
<dd>Fig. 1: The Add Security window in GNUCash</dd>
</dl>
</div>
<p>After the<a href="http://www.strainu.ro/projects/bse-stock-prices-in-gnucash/" target="_blank"> Bucharest Stock Exchage Module</a> for Finance::Quote, I made another module, to retrieve the values of the Romanian Mutual Funds. The data is extracted from the <a href="http://www.kmarket.ro" target="_blank">Kmarket</a> website which prooved to be a useful resource.</p>
<p>Here is how you can add this package to your own system:</p>
<ol>
<li><strong>Install Perl</strong>. If you&#8217;re using Linux, you probably already have it. Write <em>perl -v</em> to find out the version you have. If you&#8217;re using Windows, <a href="http://www.activestate.com/activeperl/" target="_blank">ActivePerl</a> or <a href="http://strawberryperl.com/" target="_blank">Strawberry Perl</a> should do the trick.</li>
<li><strong>Install Finance::Quote</strong>. GNUCash offers an automated program to do that.
<ol>
<li>Make sure GNUCash is not running.</li>
<li>In Linux, open a root shell and write <em>update-finance-quote</em>. In Windows, go to the start menu and you will find a shortcut to a BAT file called &#8220;Install Online Price Retreival&#8221;.</li>
</ol>
</li>
<li>For now, the script is not yet included in Finance::Quote and must be installed separately.
<ol>
<li>Download <a href="http://www.strainu.ro/tracker/downi.php?id=finance-quote-rofunds" target="_blank">the provided archive</a> and extract it along with the rest of the Perl scripts for Finance::Quote (you will see the download path during the installation). Make sure the <em>Finance</em> folder overwrites the current folder.</li>
<li>In the <em>Finance</em> folder you will find 2 files named <em>Quotes.pm </em>and <em>Quotes.pm.patch</em>. You can apply the patch by using the command
<div class="codecolorer-container bash" style="height:35px;"><div class="codecolorer" style="font-family: monospace;">patch Quotes.pm Quotes.pm.patch</div></div>
<p> On Windows, just open the <em>Quotes.pm</em> file in Notepad, search for a line that begins with <em>@modules = </em>and add <strong>ROFunds</strong> to the list of modules.</li>
</ol>
</li>
<li>Start GNUCash and go the the <em>Tools-&gt;Security Editor</em> menu. You will see a window similar to the one on the left side of Fig. 1.</li>
<li>Click on the <em>Add</em> button. A new window, just like the one on the right side of Fig. 1 will appear. Let&#8217;s say that you want to get the stock price for BT Index (a fund from Banca Transilvania Asset Management). You add the following information in that window:
<ol>
<li>Full Name: <strong>BT Index<br />
</strong></li>
<li>Symbol: <strong>BT Index</strong> (this is very important, as this is the search criteria &#8211; you need to put the full name of the fund, without diacritics, as there are no symbols)</li>
<li>Type: <strong>Funds </strong>(or whatever you want)</li>
<li>Check the <strong>Get Online Quotes</strong> checkbox. Three new options will be activated.</li>
<li>
<div>
<dl id="attachment_552" style="width: 310px;">
<dt><a href="http://www.strainu.ro/site/wp-content/uploads/bse_gnucash_2.jpg"><img title="bse_gnucash_2" src="http://www.strainu.ro/site/wp-content/uploads/bse_gnucash_2-300x155.jpg" alt="Automatic price retreival" width="300" height="155" /></a></dt>
<dd>Fig.2: Automatic price retreival</dd>
</dl>
</div>
<p>Choose <strong>Type of quote source: Unknown</strong></li>
<li>From the drop-down choose <strong>rofunds.</strong></li>
<li>Click OK twice and you&#8217;re ready to test it.</li>
</ol>
</li>
<li>Go to the <em>Tools-&gt;Price Editor</em> menu. You will see the dialog in Fig. 2. Click the <em>Get Quotes</em> button and you should see a new price appearing. You can notice the source is &#8220;Finance::Quote&#8221; and the price is the correct one for that date. If you wish, you can check it on the <a href="http://www.kmarket.ro/fonduri/fonduri.php" target="_blank">K-market website</a>.</li>
</ol>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fromanian-funds-prices-in-gnucash%2F&amp;t=Romanian%20Funds%20prices%20in%20GNUCash" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Romanian%20Funds%20prices%20in%20GNUCash%20-%20http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fromanian-funds-prices-in-gnucash%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fromanian-funds-prices-in-gnucash%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=Romanian%20Funds%20prices%20in%20GNUCash&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fromanian-funds-prices-in-gnucash%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fromanian-funds-prices-in-gnucash%2F&amp;title=Romanian%20Funds%20prices%20in%20GNUCash&amp;bodytext=Fig.%201%3A%20The%20Add%20Security%20window%20in%20GNUCash%0D%0AAfter%20the%20Bucharest%20Stock%20Exchage%20Module%20for%20Finance%3A%3AQuote%2C%20I%20made%20another%20module%2C%20to%20retrieve%20the%20values%20of%20the%20Romanian%20Mutual%20Funds.%20The%20data%20is%20extracted%20from%20the%20Kmarket%20website%20which%20prooved%20to%20be%20a%20" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fromanian-funds-prices-in-gnucash%2F&amp;title=Romanian%20Funds%20prices%20in%20GNUCash" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/projects/romanian-funds-prices-in-gnucash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit Word &#8211; Ajutor pentru dicţionarele româneşti</title>
		<link>http://www.strainu.ro/romana/ajutor-pentru-dictionarele-romanesti/</link>
		<comments>http://www.strainu.ro/romana/ajutor-pentru-dictionarele-romanesti/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 16:28:15 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Romana]]></category>
		<category><![CDATA[dicţionare]]></category>
		<category><![CDATA[extensii Firefox]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Open Office]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/?p=596</guid>
		<description><![CDATA[Dacă folosiţi Firefox, Flock sau Thunderbird, puteţi acum contribui la dezvoltarea dicţionarelor româneşti de la Firefox sau OpenOffice.org. Pentru asta, trebuie să descărcaţi extensia Submit Word şi să adăugaţi cuvintele noi în dicţionarul personal (vezi imaginea de mai jos). Submit Word va încărca pe situl i18n.ro toate cuvintele pe care le adăugaţi în dicționarul dvs. [...]]]></description>
			<content:encoded><![CDATA[<p>Dacă folosiţi Firefox, Flock sau Thunderbird, puteţi acum contribui la dezvoltarea <a href="http://rospell.sourceforge.net" target="_blank">dicţionarelor româneşti</a> de la Firefox sau OpenOffice.org.</p>
<p>Pentru asta, trebuie să descărcaţi <a href="https://addons.mozilla.org/ro/firefox/addon/14296/" target="_blank"><strong>extensia Submit Word</strong></a> şi să adăugaţi cuvintele noi în dicţionarul personal (vezi imaginea de mai jos). Submit Word va încărca pe situl <a href="http://i18n.ro">i18n.ro</a> toate cuvintele pe care le adăugaţi în dicționarul dvs. personal. Dacă mai multe persoane vor sugera acelaşi cuvânt, el va fi adăugat în dicționarele româneşti.</p>
<div id="attachment_597" class="wp-caption alignnone" style="width: 310px"><a href="http://www.strainu.ro/site/wp-content/uploads/submitwordff.png"><img class="size-medium wp-image-597" title="Submit Word Firefox" src="http://www.strainu.ro/site/wp-content/uploads/submitwordff-300x185.png" alt="Extensia e activată de optiunea &quot;Adaugă în dicţionar&quot;" width="300" height="185" /></a><p class="wp-caption-text">Extensia e activată de optiunea &quot;Adaugă în dicţionar&quot;</p></div>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fajutor-pentru-dictionarele-romanesti%2F&amp;t=Submit%20Word%20-%20Ajutor%20pentru%20dic%C5%A3ionarele%20rom%C3%A2ne%C5%9Fti" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Submit%20Word%20-%20Ajutor%20pentru%20dic%C5%A3ionarele%20rom%C3%A2ne%C5%9Fti%20-%20http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fajutor-pentru-dictionarele-romanesti%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fajutor-pentru-dictionarele-romanesti%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=Submit%20Word%20-%20Ajutor%20pentru%20dic%C5%A3ionarele%20rom%C3%A2ne%C5%9Fti&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fajutor-pentru-dictionarele-romanesti%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fajutor-pentru-dictionarele-romanesti%2F&amp;title=Submit%20Word%20-%20Ajutor%20pentru%20dic%C5%A3ionarele%20rom%C3%A2ne%C5%9Fti&amp;bodytext=Dac%C4%83%20folosi%C5%A3i%20Firefox%2C%20Flock%20sau%20Thunderbird%2C%20pute%C5%A3i%20acum%20contribui%20la%20dezvoltarea%20dic%C5%A3ionarelor%20rom%C3%A2ne%C5%9Fti%20de%20la%20Firefox%20sau%20OpenOffice.org.%0D%0A%0D%0APentru%20asta%2C%20trebuie%20s%C4%83%20desc%C4%83rca%C5%A3i%20extensia%20Submit%20Word%20%C5%9Fi%20s%C4%83%20ad%C4%83uga%C5%A3i%20cuvintele%20noi%20%C3%AEn%20dic%C5" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fajutor-pentru-dictionarele-romanesti%2F&amp;title=Submit%20Word%20-%20Ajutor%20pentru%20dic%C5%A3ionarele%20rom%C3%A2ne%C5%9Fti" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/romana/ajutor-pentru-dictionarele-romanesti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MediaWiki Contributor</title>
		<link>http://www.strainu.ro/programming/php/mediawiki-contributor/</link>
		<comments>http://www.strainu.ro/programming/php/mediawiki-contributor/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 21:44:24 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[contributor]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/?p=564</guid>
		<description><![CDATA[A while ago I submitted a patch to the New User Message extension of MediaWiki. The code was submitted in r51297, so I guess you could say I&#8217;m now a MediaWiki Contributor Hopefully, pretty soon this extension will be activated on the Romanian Wikipedia. Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p>A while ago I <a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=18809" target="_blank">submitted</a> a patch to the <a href="http://www.mediawiki.org/wiki/Extension:NewUserMessage" target="_blank">New User Message</a> extension of MediaWiki. The code was submitted in <a href="http://www.mediawiki.org/wiki/Special:Code/MediaWiki/51297" target="_blank">r51297</a>, so I guess you could say I&#8217;m now a MediaWiki Contributor <img src='http://www.strainu.ro/site/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Hopefully, pretty soon this extension will be activated on the Romanian Wikipedia.</p>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fprogramming%2Fphp%2Fmediawiki-contributor%2F&amp;t=MediaWiki%20Contributor" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=MediaWiki%20Contributor%20-%20http%3A%2F%2Fwww.strainu.ro%2Fprogramming%2Fphp%2Fmediawiki-contributor%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fprogramming%2Fphp%2Fmediawiki-contributor%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=MediaWiki%20Contributor&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fprogramming%2Fphp%2Fmediawiki-contributor%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fprogramming%2Fphp%2Fmediawiki-contributor%2F&amp;title=MediaWiki%20Contributor&amp;bodytext=A%20while%20ago%20I%20submitted%20a%20patch%20to%20the%20New%20User%20Message%20extension%20of%20MediaWiki.%20The%20code%20was%20submitted%20in%20r51297%2C%20so%20I%20guess%20you%20could%20say%20I%27m%20now%20a%20MediaWiki%20Contributor%20%3AP%0D%0A%0D%0AHopefully%2C%20pretty%20soon%20this%20extension%20will%20be%20activated%20on%20the%20Romanian%20W" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fprogramming%2Fphp%2Fmediawiki-contributor%2F&amp;title=MediaWiki%20Contributor" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/programming/php/mediawiki-contributor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BSE stock prices in GNUCash</title>
		<link>http://www.strainu.ro/projects/bse-stock-prices-in-gnucash/</link>
		<comments>http://www.strainu.ro/projects/bse-stock-prices-in-gnucash/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 21:21:54 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Bucharest Stock Exchange]]></category>
		<category><![CDATA[BVB]]></category>
		<category><![CDATA[Finance::Quote]]></category>
		<category><![CDATA[GNUCash]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/?p=548</guid>
		<description><![CDATA[GNUCash has a very good automatic price retreival utility, based on the Perl Finance::Quote library. Unfortunately, the sites it is using to get the data from don&#8217;t have any quotes from the Romanian markets. Therefore, I decided to write my own modules, and I started with the Bucharest Stock Exchange, since their data was reliable [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_551" class="wp-caption alignright" style="width: 310px"><a href="http://www.strainu.ro/site/wp-content/uploads/bse_gnucash_1.jpg"><img class="size-medium wp-image-551" title="bse_gnucash_1" src="http://www.strainu.ro/site/wp-content/uploads/bse_gnucash_1-300x174.jpg" alt="The &quot;Add security&quot; Window" width="300" height="174" /></a><p class="wp-caption-text">Fig. 1: The Add Security window in GNUCash</p></div>
<p><a href="http://gnucash.org" target="_blank">GNUCash</a> has a very good automatic price retreival utility, based on the Perl <a href="http://finance-quote.sourceforge.net/" target="_blank">Finance::Quote</a> library. Unfortunately, the sites it is using to get the data from don&#8217;t have any quotes from the Romanian markets.</p>
<p>Therefore, I decided to write my own modules, and I started with the <a href="http://www.bvb.ro" target="_blank">Bucharest Stock Exchange</a>, since their data was reliable and available in a accessible format.</p>
<p>Here is how you can add this package to your own system:</p>
<ol>
<li><strong>Install Perl</strong>. If you&#8217;re using Linux, you probably already have it. Write <em>perl -v</em> to find out the version you have. If you&#8217;re using Windows, <a href="http://www.activestate.com/activeperl/" target="_blank">ActivePerl</a> or <a href="http://strawberryperl.com/" target="_blank">Strawberry Perl</a> should do the trick.</li>
<li><strong>Install Finance::Quote</strong>. GNUCash offers an automated program to do that.
<ol>
<li>Make sure GNUCash is not running.</li>
<li>In Linux, open a root shell and write <em>update-finance-quote</em>. In Windows, go to the start menu and you will find a shortcut to a BAT file called &#8220;Install Online Price Retreival&#8221;.</li>
</ol>
</li>
<li>For now, the script is not yet included in Finance::Quote and must be installed separately.
<ol>
<li>Download <a href="http://www.strainu.ro/tracker/downi.php?id=finance-quote-bsero" target="_blank">the provided archive</a> and extract it along with the rest of the Perl scripts for Finance::Quote (you will see the download path during the installation). Make sure the <em>Finance</em> folder overwrites the current folder.</li>
<li>In the <em>Finance</em> folder you will find 2 files named <em>Quotes.pm </em>and <em>Quotes.pm.patch</em>. You can apply the patch by using the command
<div class="codecolorer-container bash" style="height:35px;"><div class="codecolorer" style="font-family: monospace;">patch Quotes.pm Quotes.pm.patch</div></div>
<p> On Windows, just open the <em>Quotes.pm</em> file in Notepad, search for a line that begins with <em>@modules = </em>and add <strong>BSERO</strong> to the list of modules.</li>
</ol>
</li>
<li>Start GNUCash and go the the <em>Tools-&gt;Security Editor</em> menu. You will see a window similar to the one on the left side of Fig. 1.</li>
<li>Click on the <em>Add</em> button. A new window, just like the one on the right side of Fig. 1 will appear. Let&#8217;s say that you want to get the stock price for Banca Românâ pentru Dezvoltare (symbol: BRD). You add the following information in that window:
<ol>
<li>Full Name: <strong>Banca Română pentru Dezvoltare</strong></li>
<li>Symbol: <strong>BRD</strong> (this is very important, as this is the search criteria)</li>
<li>Type: <strong>BSE </strong>(or BVB, or whatever you want)</li>
<li>Check the <strong>Get Online Quotes</strong> checkbox. Three new options will be activated.</li>
<li>
<div id="attachment_552" class="wp-caption alignright" style="width: 310px"><a href="http://www.strainu.ro/site/wp-content/uploads/bse_gnucash_2.jpg"><img class="size-medium wp-image-552" title="bse_gnucash_2" src="http://www.strainu.ro/site/wp-content/uploads/bse_gnucash_2-300x155.jpg" alt="Automatic price retreival" width="300" height="155" /></a><p class="wp-caption-text">Fig.2: Automatic price retreival</p></div>
<p>Choose <strong>Type of quote source: Unknown</strong></li>
<li>From the drop-down choose <strong>bsero.</strong></li>
<li>Click OK twice and you&#8217;re ready to test it.</li>
</ol>
</li>
<li>Go to the <em>Tools-&gt;Price Editor</em> menu. You will see the dialog in Fig. 2. Click the <em>Get Quotes</em> button and you should see a new price appearing. You can notice the source is &#8220;Finance::Quote&#8221; and the price is the correct one for that date. If you wish, you can check it on the <a href="http://www.bse.ro" target="_blank">BSE website</a>.</li>
</ol>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fbse-stock-prices-in-gnucash%2F&amp;t=BSE%20stock%20prices%20in%20GNUCash" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=BSE%20stock%20prices%20in%20GNUCash%20-%20http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fbse-stock-prices-in-gnucash%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fbse-stock-prices-in-gnucash%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=BSE%20stock%20prices%20in%20GNUCash&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fbse-stock-prices-in-gnucash%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fbse-stock-prices-in-gnucash%2F&amp;title=BSE%20stock%20prices%20in%20GNUCash&amp;bodytext=%0D%0A%0D%0AGNUCash%20has%20a%20very%20good%20automatic%20price%20retreival%20utility%2C%20based%20on%20the%20Perl%20Finance%3A%3AQuote%20library.%20Unfortunately%2C%20the%20sites%20it%20is%20using%20to%20get%20the%20data%20from%20don%27t%20have%20any%20quotes%20from%20the%20Romanian%20markets.%0D%0A%0D%0ATherefore%2C%20I%20decided%20to%20write%20my%20ow" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fprojects%2Fbse-stock-prices-in-gnucash%2F&amp;title=BSE%20stock%20prices%20in%20GNUCash" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/projects/bse-stock-prices-in-gnucash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wikipedia Română cu diacritice corecte</title>
		<link>http://www.strainu.ro/romana/wikipedia-romana-cu-diacritice-corecte/</link>
		<comments>http://www.strainu.ro/romana/wikipedia-romana-cu-diacritice-corecte/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 20:52:32 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Romana]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[diacritice]]></category>
		<category><![CDATA[My Projects]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/?p=540</guid>
		<description><![CDATA[Începând de astăzi, utilizatorii Wikipediei în limba română care utilizează Linux, Windows Vista sau au ultimele actualizări de fonturi de la Microsoft pot vizualiza articolele folosind diacriticele corecte (cu virgulă, nu cu sedilă). Pentru a realiza acest lucru, mergeți în pagina de preferinţe, tabul Gadgeturi și bifați opțiunea numită &#8220;Diacritice corecte&#8221;. Trebuie să aveți activat [...]]]></description>
			<content:encoded><![CDATA[<p>Începând de astăzi, utilizatorii Wikipediei în limba română care utilizează Linux, Windows Vista sau au ultimele actualizări de fonturi de la Microsoft pot vizualiza articolele folosind diacriticele corecte (cu virgulă, nu cu sedilă).</p>
<p>Pentru a realiza acest lucru, mergeți în <a title="Preferinţe Wikipedia" href="http://ro.wikipedia.org/wiki/Special:Preferinţe" target="_blank">pagina de preferinţe</a>, tabul Gadgeturi și bifați opțiunea numită &#8220;Diacritice corecte&#8221;. Trebuie să aveți activat și Javascript.</p>
<p>Scriptul are și unele limitări, cauzate de performanța sistemului. Pentru a reduce durata de încărcare a paginii, nu sunt transformate decât diacriticele din articol, nu și din interfață. De asemenea, sunt ignorate literele din formulare (formularul de editare a paginilor, inclusiv legăturile de sub el şi formularul de căutare), paginile conținând javascript și paginile speciale.</p>
<p>Pentru cuvintele în turcă, care TREBUIE să conţină litera Ş (S cu sedilă), am pus la punct un mecanism de ignorare a acestor cuvinte. Pentru amănunte, vizitați pagina <a href="http://ro.wikipedia.org/wiki/Wikipedia:Corectarea diacriticelor" target="_blank">aceasta</a>.</p>
<p>Sursa programului este disponibilă la <a href="http://ro.wikipedia.org/wiki/Utilizator:Strainu/diacritice.js" target="_blank">diacritice.js</a>.</p>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fwikipedia-romana-cu-diacritice-corecte%2F&amp;t=Wikipedia%20Rom%C3%A2n%C4%83%20cu%20diacritice%20corecte" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Wikipedia%20Rom%C3%A2n%C4%83%20cu%20diacritice%20corecte%20-%20http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fwikipedia-romana-cu-diacritice-corecte%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fwikipedia-romana-cu-diacritice-corecte%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=Wikipedia%20Rom%C3%A2n%C4%83%20cu%20diacritice%20corecte&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fwikipedia-romana-cu-diacritice-corecte%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fwikipedia-romana-cu-diacritice-corecte%2F&amp;title=Wikipedia%20Rom%C3%A2n%C4%83%20cu%20diacritice%20corecte&amp;bodytext=%C3%8Encep%C3%A2nd%20de%20ast%C4%83zi%2C%20utilizatorii%20Wikipediei%20%C3%AEn%20limba%20rom%C3%A2n%C4%83%20care%20utilizeaz%C4%83%20Linux%2C%20Windows%20Vista%20sau%20au%20ultimele%20actualiz%C4%83ri%20de%20fonturi%20de%20la%20Microsoft%20pot%20vizualiza%20articolele%20folosind%20diacriticele%20corecte%20%28cu%20virgul%C4%83%2C%20nu%20cu%20sedil%C4%83%29.%0D%0A%0D%0APe" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fromana%2Fwikipedia-romana-cu-diacritice-corecte%2F&amp;title=Wikipedia%20Rom%C3%A2n%C4%83%20cu%20diacritice%20corecte" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/romana/wikipedia-romana-cu-diacritice-corecte/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ProMec</title>
		<link>http://www.strainu.ro/software/38/</link>
		<comments>http://www.strainu.ro/software/38/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 15:07:04 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Mecanică]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/site/?p=459</guid>
		<description><![CDATA[ProMec is a small graphical project I did for the Mecanics course in the first year of faculty at UPB, with prof. A. Craifaleanu. It simulates the movement of a complex system made out of several bars. The software is distributed under CC-GNU GPL license. Download (source) Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.strainu.ro/Poze/screen_ProMec.jpg" border="0" alt="Preview" width="160" height="120" align="left" /></p>
<p><strong>ProMec</strong> is a small graphical project I did for the Mecanics course in the first year of faculty at UPB, with prof. A. Craifaleanu. It simulates the movement of a complex system made out of several bars.<br />
<span id="more-459"></span></p>
<p>The software is distributed under <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL license</a>.</p>
<p><a href="http://www.strainu.ro/tracker/downi.php?id=ProMec" target="_blank"><strong>Download</strong></a> (<a href="http://www.strainu.ro/tracker/downi.php?id=ProMec_src" target="_blank"><strong>source</strong></a>)</p>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F38%2F&amp;t=ProMec" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=ProMec%20-%20http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F38%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F38%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=ProMec&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F38%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F38%2F&amp;title=ProMec&amp;bodytext=%0D%0A%0D%0AProMec%20is%20a%20small%20graphical%20project%20I%20did%20for%20the%20Mecanics%20course%20in%20the%20first%20year%20of%20faculty%20at%20UPB%2C%20with%20prof.%20A.%20Craifaleanu.%20It%20simulates%20the%20movement%20of%20a%20complex%20system%20made%20out%20of%20several%20bars.%0D%0A%0D%0A%0D%0AThe%20software%20is%20distributed%20under%20CC-GN" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F38%2F&amp;title=ProMec" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/software/38/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Talk</title>
		<link>http://www.strainu.ro/software/37/</link>
		<comments>http://www.strainu.ro/software/37/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 15:01:44 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WebBrowse]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Chat]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/site/?p=456</guid>
		<description><![CDATA[Talk is a simple chat program. It uses the very simple Cesar code to encrypt the messages. Select the mode (client or server), the IP address and the port, then press “Conectare” ( “Asteapta” for the server), and, if there is another user, the message area will be activated. The software is distributed under CC-GNU [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.strainu.ro/Poze/screen_Talk.jpg" border="0" alt="Preview" width="160" height="120" align="left" /></p>
<p><strong>Talk</strong> is a simple chat program. It uses the very simple Cesar code to encrypt the messages. Select the mode (client or server), the IP address and the port, then press “Conectare” ( “Asteapta” for the server), and, if there is another user, the message area will be activated.<br />
<span id="more-456"></span></p>
<p>The software is distributed under <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL license</a>.</p>
<p><a href="http://www.strainu.ro/tracker/downi.php?id=Talk" target="_blank"><strong>Download</strong></a> (<a href="http://www.strainu.ro/tracker/downi.php?id=Talk_src" target="_blank"><strong>source</strong></a>)</p>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F37%2F&amp;t=Talk" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Talk%20-%20http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F37%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F37%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=Talk&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F37%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F37%2F&amp;title=Talk&amp;bodytext=%0D%0A%0D%0ATalk%20is%20a%20simple%20chat%20program.%20It%20uses%20the%20very%20simple%20Cesar%20code%20to%20encrypt%20the%20messages.%20Select%20the%20mode%20%28client%20or%20server%29%2C%20the%20IP%20address%20and%20the%20port%2C%20then%20press%20%E2%80%9CConectare%E2%80%9D%20%28%20%E2%80%9CAsteapta%E2%80%9D%20for%20the%20server%29%2C%20and%2C%20if%20there%20is%20another%20user" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F37%2F&amp;title=Talk" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/software/37/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Query</title>
		<link>http://www.strainu.ro/software/36/</link>
		<comments>http://www.strainu.ro/software/36/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 14:59:31 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[WebBrowse]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Whois]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/site/?p=454</guid>
		<description><![CDATA[Query is a whois-like program that allows you to find the status of a domain or IP address. He uses Whois servers to obtain informations like the domain owner, expiration data, etc. The software is distributed under CC-GNU GPL license. Download (source) Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.strainu.ro/Poze/screen_Query.jpg" border="0" alt="Preview" width="160" height="120" align="left" /></p>
<p><strong>Query</strong> is a whois-like program that allows you to find the status of a domain or IP address. He uses Whois servers to obtain informations like the domain owner, expiration data, etc.</p>
<p>The software is distributed under <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL license</a>.</p>
<p><a href="http://www.strainu.ro/tracker/downi.php?id=Query" target="_blank"><strong>Download</strong></a> (<a href="http://www.strainu.ro/tracker/downi.php?id=Query_src" target="_blank"><strong>source</strong></a>)</p>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F36%2F&amp;t=Query" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Query%20-%20http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F36%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F36%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=Query&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F36%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F36%2F&amp;title=Query&amp;bodytext=%0D%0A%0D%0AQuery%20is%20a%20whois-like%20program%20that%20allows%20you%20to%20find%20the%20status%20of%20a%20domain%20or%20IP%20address.%20He%20uses%20Whois%20servers%20to%20obtain%20informations%20like%20the%20domain%20owner%2C%20expiration%20data%2C%20etc.%0D%0A%0D%0AThe%20software%20is%20distributed%20under%20CC-GNU%20GPL%20license.%0D%0A%0D%0ADown" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F36%2F&amp;title=Query" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/software/36/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Distributed Programming Homeworks</title>
		<link>http://www.strainu.ro/software/35/</link>
		<comments>http://www.strainu.ro/software/35/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 14:36:00 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Poli]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/site/?p=452</guid>
		<description><![CDATA[Distributed Programming Homeworks from the Automatics and Computer Science Faculty, UPB, 5th year, prof. Corina Stratan. Themes: Transactional Distributed Object DataBase Management System, RMI (Remote Method Invocation), Plane ticket reservation web service, SSH access using a web interface with JSP/servlets. The software is distributed under CC-GNU GPL license. Download Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p><strong>Distributed Programming Homeworks</strong> from the Automatics and Computer Science Faculty, UPB, 5th year, prof. Corina Stratan. Themes: Transactional Distributed Object DataBase Management System, RMI (Remote Method Invocation), Plane ticket reservation web service, SSH access using a web interface with JSP/servlets.<br />
<span id="more-452"></span></p>
<p>The software is distributed under <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL license</a>.</p>
<p><a href="http://www.strainu.ro/tracker/downi.php?id=teme_lpd" target="_blank"><strong>Download</strong></a></p>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F35%2F&amp;t=Distributed%20Programming%20Homeworks" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Distributed%20Programming%20Homeworks%20-%20http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F35%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F35%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=Distributed%20Programming%20Homeworks&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F35%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F35%2F&amp;title=Distributed%20Programming%20Homeworks&amp;bodytext=Distributed%20Programming%20Homeworks%20from%20the%20Automatics%20and%20Computer%20Science%20Faculty%2C%20UPB%2C%205th%20year%2C%20prof.%20Corina%20Stratan.%20Themes%3A%20Transactional%20Distributed%20Object%20DataBase%20Management%20System%2C%20RMI%20%28Remote%20Method%20Invocation%29%2C%20Plane%20ticket%20reservation%20web" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F35%2F&amp;title=Distributed%20Programming%20Homeworks" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/software/35/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Programming Homeworks</title>
		<link>http://www.strainu.ro/software/34/</link>
		<comments>http://www.strainu.ro/software/34/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 14:16:46 +0000</pubDate>
		<dc:creator>Strainu</dc:creator>
				<category><![CDATA[C]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[C/C++]]></category>

		<guid isPermaLink="false">http://www.strainu.ro/site/?p=450</guid>
		<description><![CDATA[Network Programming Homeworks from the Automatics and Computer Science Faculty, UPB, 5th year, prof. Valentin Cristea. The archive contains a homework made in Java. Themes: RPC (Remote Procedure Call), Sorting trees using MPI, Secure chat server in JAVA, Bidding system using CORBA. The software is distributed under CC-GNU GPL license. Download Share and Enjoy:]]></description>
			<content:encoded><![CDATA[<p><strong>Network Programming Homeworks</strong> from the Automatics and Computer Science Faculty, UPB, 5th year, prof. Valentin Cristea. The archive contains a homework made in Java. Themes: RPC (Remote Procedure Call), Sorting trees using MPI, Secure chat server in JAVA, Bidding system using CORBA.<br />
<span id="more-450"></span></p>
<p>The software is distributed under <a href="http://creativecommons.org/licenses/GPL/2.0/">CC-GNU GPL license</a>.</p>
<p><a href="http://www.strainu.ro/tracker/downi.php?id=teme_sprc" target="_blank"><strong>Download</strong></a></p>
<div class="sociable"><div class='sociable_tagline'>
<strong>Share and Enjoy:</strong>
</div>
<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F34%2F&amp;t=Network%20Programming%20Homeworks" title="Facebook"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/facebook.png' title='Facebook' alt='Facebook' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Network%20Programming%20Homeworks%20-%20http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F34%2F" title="Twitter"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/twitter.png' title='Twitter' alt='Twitter' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F34%2F" title="Identi.ca"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/identica.png' title='Identi.ca' alt='Identi.ca' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="mailto:?subject=Network%20Programming%20Homeworks&amp;body=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F34%2F" title="email"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/email_link.png' title='email' alt='email' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  href="javascript:AddToFavorites();" title="Add to favorites"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/addtofavorites.png' title='Add to favorites' alt='Add to favorites' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F34%2F&amp;title=Network%20Programming%20Homeworks&amp;bodytext=Network%20Programming%20Homeworks%20from%20the%20Automatics%20and%20Computer%20Science%20Faculty%2C%20UPB%2C%205th%20year%2C%20prof.%20Valentin%20Cristea.%20The%20archive%20contains%20a%20homework%20made%20in%20Java.%20Themes%3A%20RPC%20%28Remote%20Procedure%20Call%29%2C%20Sorting%20trees%20using%20MPI%2C%20Secure%20chat%20server%20in%20J" title="Digg"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/digg.png' title='Digg' alt='Digg' style='width:16px; height:16px' class='' /></a></li>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.strainu.ro%2Fsoftware%2F34%2F&amp;title=Network%20Programming%20Homeworks" title="StumbleUpon"><img src='http://www.strainu.ro/site/wp-content/plugins/sociable-30/images/stumbleupon.png' title='StumbleUpon' alt='StumbleUpon' style='width:16px; height:16px' class='' /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.strainu.ro/software/34/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
