<?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>a32.Blog &#187; software</title>
	<atom:link href="http://a32.me/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://a32.me</link>
	<description>It&#039;s all about. IT and &#34;stuff&#34; :)</description>
	<lastBuildDate>Fri, 04 May 2012 07:14:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Free online dictionary</title>
		<link>http://a32.me/2010/07/free-online-dictionary/</link>
		<comments>http://a32.me/2010/07/free-online-dictionary/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 08:56:55 +0000</pubDate>
		<dc:creator>Constantin Bosneaga</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://a32.me/?p=516</guid>
		<description><![CDATA[http://a32.me/dict/ It is web based, ajax, searches through 100M+ words very fast. Source code is available on request. More details are here http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/ Tweet]]></description>
			<content:encoded><![CDATA[<p><a style="font-size:30px" href="http://a32.me/dict/">http://a32.me/dict/</a><br />
<br/><br/></p>
<p>It is web based, ajax, searches through 100M+ words very fast.</p>
<p>Source code is available on request. More details are here <a href="http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/">http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/</a></p>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.8 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fa32.me%2F2010%2F07%2Ffree-online-dictionary%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url="http://a32.me/2010/07/free-online-dictionary/" data-text="Free online dictionary">Tweet</a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://a32.me/2010/07/free-online-dictionary/"></script></span><span class="mr_social_sharing"><a href="mailto:?subject=Free online dictionary&amp;body=http://a32.me/2010/07/free-online-dictionary/"><img src="http://a32.me/wp-content/plugins/social-sharing-toolkit/images/buttons/email.png" alt="Share via email" title="Share via email"/></a></span></div>]]></content:encoded>
			<wfw:commentRss>http://a32.me/2010/07/free-online-dictionary/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>phpMyDict &#8211; Stardict web backend with PHP</title>
		<link>http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/</link>
		<comments>http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 15:27:41 +0000</pubDate>
		<dc:creator>Constantin Bosneaga</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[portfolio]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://a32.me/?p=459</guid>
		<description><![CDATA[Stardict is a popular open source dictionary program as well as file format for storing dictionaries. There are alternatives of StarDict, some of them better, some worse. But I never meet some WEB application to use dictionaries in StarDict format and interface through the web browser. I found this little interesting and created one... It is written in [...]]]></description>
			<content:encoded><![CDATA[<p>Stardict is a popular open source dictionary program as well as file format for storing dictionaries. There are alternatives of StarDict, some of them better, some worse. But I never meet some WEB application to use dictionaries in StarDict format and interface through the web browser. I found this little interesting and created one...</p>
<p><span id="more-459"></span></p>
<p>It is written in PHP and uses MySQL as database backend, client part uses jQuery for AJAX queries. Dictionaries are indexed in admin part for quick access. By now searches through 2 mil words takes about half of the second. Interface is as simple as possible and was inspired by GoldenDict. For sample usage it contains Russian-English and English-Russian dictionary(Universal, Computer, Oil, Gas...)</p>
<p>Try to access it here <a href="http://a32.me/other/dict/">http://a32.me/other/dict/</a></p>
<p>Comments are welcome. If I have more time and some interest to it, will release it open-source .There might be interest to use it in intranet environment.</p>
<p>Additional free dictionaries can be found here:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/DICT" target="_blank">http://en.wikipedia.org/wiki/DICT</a></li>
<li><a href="http://xdxf.revdanica.com/" target="_blank">http://xdxf.revdanica.com/</a></li>
</ul>

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.8 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fa32.me%2F2010%2F06%2Fphpmydict-stardict-web-backend-with-php%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url="http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/" data-text="phpMyDict – Stardict web backend with PHP">Tweet</a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/"></script></span><span class="mr_social_sharing"><a href="mailto:?subject=phpMyDict – Stardict web backend with PHP&amp;body=http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/"><img src="http://a32.me/wp-content/plugins/social-sharing-toolkit/images/buttons/email.png" alt="Share via email" title="Share via email"/></a></span></div>]]></content:encoded>
			<wfw:commentRss>http://a32.me/2010/06/phpmydict-stardict-web-backend-with-php/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Launchy &#8211; handy application launcher</title>
		<link>http://a32.me/2009/11/launchy-program-launcher/</link>
		<comments>http://a32.me/2009/11/launchy-program-launcher/#comments</comments>
		<pubDate>Sun, 22 Nov 2009 08:48:52 +0000</pubDate>
		<dc:creator>Constantin Bosneaga</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://a32.me/?p=256</guid>
		<description><![CDATA[Windows "Start menu" is not something suitable for daily usage. MS has a long history to make it better, to complete failure in Vista, complex and unusable. Many other launchers were invented during this time with buttons/toolbars/bookmarks. All of it should make program launching more pleasant, but it does not. Here comes Launchy. "Launchy" is [...]]]></description>
			<content:encoded><![CDATA[<p>Windows "Start menu" is not something suitable for daily usage. MS has a long history to make it better, to complete failure in Vista, complex and unusable. Many other launchers were invented during this time with buttons/toolbars/bookmarks. All of it should make program launching more pleasant, but it does not.</p>
<p>Here comes Launchy.</p>
<p><span id="more-256"></span>"Launchy" is keyboard program launcher and I found it the best one. Btw, it is free and opensource and linux version exists.</p>
<p>How does it help ? Well, it works like a charm, just download install and use, no any setup. After installation it automatically scans your HD for program files. When you want to launch your favorite spreadsheet editor just press magic combination (Alt+Space) and type first 2-3 letters of application name.</p>
<p><a href="http://a32.me/wp-content/uploads/2009/11/launchy00.jpg"><img class="size-full wp-image-258 alignnone" title="launchy00" src="http://a32.me/wp-content/uploads/2009/11/launchy00.jpg" alt="launchy00" width="300" height="140" /></a></p>
<p>Not right application selected ? Press down arrow and browse from list.  Here comes some magic, Launchy will remember your combination and program you choose, so next time it will be on top of list.</p>
<p>All you need to do is to stroke several keys. I use 30+ applications on my daily basis and it is very handy to launch them this way. I completely forgot of ugly start menu.</p>
<p>Launchy is extended by plugins, which brings nice functionality:</p>
<ul>
<li>Inline calculator</li>
<li>Acts like a search input box for Wikipedia, Google, Youtube, etc</li>
</ul>
<p><strong>More screen shots</strong></p>
<p>1. Choosing from list of programs<strong><br />
</strong></p>
<p><a href="http://a32.me/wp-content/uploads/2009/11/launchy01.jpg"><img class="size-full wp-image-259 alignnone" title="launchy01" src="http://a32.me/wp-content/uploads/2009/11/launchy01.jpg" alt="launchy01" width="300" height="238" /></a></p>
<p>2. Using calculator</p>
<p><a href="http://a32.me/wp-content/uploads/2009/11/launchy01.jpg"></a><a href="http://a32.me/wp-content/uploads/2009/11/launchy02.jpg"><img class="size-full wp-image-260 alignnone" title="launchy02" src="http://a32.me/wp-content/uploads/2009/11/launchy02.jpg" alt="launchy02" width="300" height="153" /></a></p>
<p>3. Wiki search</p>
<p><a href="http://a32.me/wp-content/uploads/2009/11/launchy03.jpg"><img class="alignnone size-full wp-image-263" title="launchy03" src="http://a32.me/wp-content/uploads/2009/11/launchy03.jpg" alt="launchy03" width="300" height="151" /></a></p>
<p>Links:</p>
<ul>
<li><a href="http://www.launchy.net/" target="_blank">Launchy web site</a></li>
<li><a href="http://sourceforge.net/projects/launchy/files/" target="_blank">Download link </a></li>
<li><a href="http://sourceforge.net/projects/launchy/forums/forum/677087" target="_blank">More plugins</a></li>
</ul>
<p style="text-align: left;">
<p style="text-align: left;">

				<div class="mr_social_sharing_wrapper">
				<!-- Social Sharing Toolkit v2.0.8 | http://www.active-bits.nl/support/social-sharing-toolkit/ --><span class="mr_social_sharing"><iframe src="https://www.facebook.com/plugins/like.php?locale=en_US&amp;href=http%3A%2F%2Fa32.me%2F2009%2F11%2Flaunchy-program-launcher%2F&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:21px;" allowTransparency="true"></iframe></span><span class="mr_social_sharing"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-url="http://a32.me/2009/11/launchy-program-launcher/" data-text="Launchy – handy application launcher">Tweet</a></span><span class="mr_social_sharing"><script type="IN/Share" data-url="http://a32.me/2009/11/launchy-program-launcher/"></script></span><span class="mr_social_sharing"><a href="mailto:?subject=Launchy – handy application launcher&amp;body=http://a32.me/2009/11/launchy-program-launcher/"><img src="http://a32.me/wp-content/plugins/social-sharing-toolkit/images/buttons/email.png" alt="Share via email" title="Share via email"/></a></span></div>]]></content:encoded>
			<wfw:commentRss>http://a32.me/2009/11/launchy-program-launcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

