<?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>devadutta.net &#187; Projects</title>
	<atom:link href="http://devadutta.net/category/projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://devadutta.net</link>
	<description>Just a little eccentric..</description>
	<lastBuildDate>Mon, 23 Aug 2010 20:18:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Simple Photos Backup</title>
		<link>http://devadutta.net/simple-photos-backup/</link>
		<comments>http://devadutta.net/simple-photos-backup/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 07:03:14 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net/?p=297</guid>
		<description><![CDATA[Simple Photos Backup &#8211; because existing tools could not backup like I wanted. Description: A simple photo backup script written in php that looks for all images on your disk and backs-up unique photos organized by folders named after the camera the image was taken on. Features: Find unique photos Copy to a specified location [...]]]></description>
			<content:encoded><![CDATA[<p>Simple Photos Backup &#8211;<em> because existing tools could not backup like I wanted.</em></p>
<p><strong>Description: </strong>A simple photo backup script written in php that looks for all images on your disk and backs-up unique photos organized by folders named after the camera the image was taken on.</p>
<p><strong>Features:</strong></p>
<ol>
<li>Find unique photos</li>
<li>Copy to a specified location for backup</li>
<li>Sort the images based on the camera model it was taken on</li>
</ol>
<p><strong>Get it here</strong>: <a href="http://github.com/devadutta/Simple-Photos-Backup" target="_blank">http://github.com/devadutta/Simple-Photos-Backup</a><strong></strong></p>
<p><strong>Usage</strong>: php simplePhotosBackup.php</p>
<p><strong>Input</strong>: allPics.txt in the same folder should contain paths to all images on your disk. I wrote another simple script to do this, but the easiest way to do it is use <a href="http://www.voidtools.com/" target="_blank">Everything</a> , search for *.jpg and export it to a text file &#8220;allPics.txt&#8221;</p>
<p><strong>Settings</strong>: You need to edit the php file to specify destination paths. Very simple.</p>
<p>The project is on github, so feel free to fork it or send me improvement patches!</p>
<p><strong>Stats from my photo collection:</strong></p>
<p style="text-align: center;"><a href="http://devadutta.net/wp-content/uploads/image.png"><img class="aligncenter" title="image" src="http://devadutta.net/wp-content/uploads/image-300x213.png" alt="" width="300" height="213" /></a></p>
<p><a href="javascript:collapseExpand('6143')">More detailed story</a><div class="storycontent" id="6143" style="display:none;"> </p>
<p>I have around 90,000 photos spread across multiple hard-disks in my house. I wanted to find the unique photos, copy them to an external hard disk and lock it up in my fire-safe. Photos are very valuable and I would not be happy if I lost any of my precious photos.</p>
<p>Also, I wanted to find out which photos were taken by me and which ones were taken by my brother, so I decided to split the photos into folders and name the folders to match the camera model. Simple plan.</p>
<p>Did it work?</p>
<p>Better than I expected! The script casually processed all my photos, found originals and copied it to the external disk. I found out that I have photos from around 50 different cameras! Almost all of the photos I had received from my friends/relatives were taken on a different camera and the sorting method worked amazingly well!</p>
<p>The script even prints out some vital statistics and the output showed that I have some major paranoia!</p>
<p> </div></p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/simple-photos-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BoiledBeans Scanner</title>
		<link>http://devadutta.net/boiledbeans-scanner/</link>
		<comments>http://devadutta.net/boiledbeans-scanner/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 19:23:59 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[boiledbeans]]></category>

		<guid isPermaLink="false">http://devadutta.net/?p=275</guid>
		<description><![CDATA[Ever since I saw the &#8220;Annotated Time Graph&#8221; on Google Finance, I wanted to use it in one of my projects. Finally, I got a decent scenario to use the visualization. BoiledBeans scanner plots all questions ever posted on bb based on their difficulty levels. Check it out here The backend magic is delivered by [...]]]></description>
			<content:encoded><![CDATA[<p>Ever since I saw the &#8220;Annotated Time Graph&#8221; on Google Finance, I wanted to use it in one of my projects. Finally, I got a decent scenario to use the visualization.</p>
<p><a href="http://www.boiledbeans.net/scanbb/" target="_blank">BoiledBeans scanner</a> plots all questions ever posted on <a href="http://boiledbeans.net/">bb</a> based on their difficulty levels. Check it out here</p>
<p style="text-align: center;"><a href="http://boiledbeans.net/scanbb/" target="_blank"><img class="size-full wp-image-276 aligncenter" title="Clipboard02" src="http://devadutta.net/wp-content/uploads/Clipboard02.png" alt="Clipboard02" width="490" height="268" /></a></p>
<p>The backend magic is delivered by SQL and php and front end is of course powered by <a href="http://code.google.com/apis/visualization/">Google Visualization API</a>.</p>
<p>Please tell me how it is!</p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/boiledbeans-scanner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>KapaLa Moksha &#8211; Quiz Buzzer</title>
		<link>http://devadutta.net/kapala-moksha-quiz-buzzer/</link>
		<comments>http://devadutta.net/kapala-moksha-quiz-buzzer/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 08:58:06 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Quiz]]></category>

		<guid isPermaLink="false">http://devadutta.net/?p=219</guid>
		<description><![CDATA[A few months ago, I conducted a Kannada quiz for the Sacramento Kannada Sangha. Since people were fond of buzzer rounds, they requested me to have one. I hate buzzer rounds because it is very hard to arbitrate who hit the buzzer first. To solve this problem, I rigged up a micro-controller based Quiz Buzzer [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago, I conducted a <a href="http://picasaweb.google.com/sackannadasangha/KSSQuizEssay#5255736155381660642">Kannada quiz</a> for the Sacramento Kannada Sangha. Since people were fond of buzzer rounds, they requested me to have one. I hate buzzer rounds because it is very hard to arbitrate who hit the buzzer first. To solve this problem, I rigged up a micro-controller based Quiz Buzzer which talks directly to a computer via RS232 and clearly displays which team hit the buzzer first! Since we had a huge screen and a projector set up at the location, the entire audience could see the team number as soon as someone hit the buzzer.</p>
<p>I got some overwhelmingly good response for the buzzer and I decided to make it available for download.</p>
<p><strong>KapaLa Moksha &#8212; Quiz Buzzer v0.1</strong></p>
<p><strong>Features</strong></p>
<ol>
<li>Supports up to 8 teams</li>
<li>Communicates with a computer via RS232</li>
<li>Windows software which displays team number on screen is included</li>
<li>Additional LCD display which shows team number and other debug data</li>
</ol>
<p>Hardware requirements</p>
<ol>
<li>PSoC CY3210 PSoCEVAL Kit. I had this kit from a course I had taken in grad school. The PSoC is a very versatile platform and facilitates rapid implementation on hardware, which is exactly what you are looking for when you are trying to rig a project in 3hours.</li>
<li>A computer with a RS232 port</li>
<li>Lots of wires and n* push button switches</li>
</ol>
<p>*n = number of teams &lt; 8</p>
<p>Thats it!</p>
<p><strong>Downloads and implementation instructions</strong></p>
<ol>
<li>Get the kit and connect n switches between Port A ( or whichever posrt you choose to make the input) and ground.  Should look something like this</li>
<p style="text-align: center;"><img class="alignnone size-medium wp-image-246" title="dscf3521" src="http://devadutta.net/wp-content/uploads/dscf3521-300x207.jpg" alt="dscf3521" width="300" height="207" /></p>
<li>Download and burn HEX code availabe in the<a href="http://devadutta.net/wp-content/uploads/quizbuzzer.zip"> C source code package</a> under the folder quizBuzzer\output\quizBuzzer.hex onto the PSoC chip. Or you can open quizBuzzer.soc in PSoC Designer(comes with the kit, or you can download it from www.cypress.com )</li>
<li>Connect to a computer with an active RS232 port (NOTE: otherwise, the program will crash) and <a href="http://devadutta.net/wp-content/uploads/kaplamoksha1.zip">run this program</a></li>
<li>Hit reset and press one of the team buttons. You will hear a buzzer sound form the computer and the team number will be displayed! Screenshot below</li>
</ol>
<p style="text-align: center;"><a href="http://devadutta.net/wp-content/uploads/moksha1.jpg"><img class="size-medium wp-image-220 aligncenter" title="moksha1" src="http://devadutta.net/wp-content/uploads/moksha1-300x227.jpg" alt="moksha1" width="300" height="227" /></a></p>
<p style="text-align: left;"> </p>
<p style="text-align: left;">The thing is really nifty and can make audience very happy!</p>
<p style="text-align: left;">The Name: KapaLa Moksha in kannada stands for &#8220;One tight slap&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/kapala-moksha-quiz-buzzer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>bash emulation using Mootools</title>
		<link>http://devadutta.net/bash-emulation-using-mootools/</link>
		<comments>http://devadutta.net/bash-emulation-using-mootools/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 10:16:38 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[boiledbeans]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[mootools]]></category>

		<guid isPermaLink="false">http://devadutta.net/?p=194</guid>
		<description><![CDATA[We recently posted our 500th question on Boiledbeans and to celebrate, we conducted a Live Quiz Contest. I built a neat bash like interface for the quiz using Mootools ( and of course, Javascript and HTML ) and people really liked it! Take a look at it here! Screenshot: I am planning to make the [...]]]></description>
			<content:encoded><![CDATA[<p>We recently posted our 500th question on <a href="http://boiledbeans.net">Boiledbeans </a>and to celebrate, we conducted a <a href="http://www.boiledbeans.net/2009/01/03/live-quiz-is-here/">Live Quiz Contest</a>.</p>
<p>I built a neat bash like interface for the quiz using Mootools ( and of course, Javascript and HTML ) and people really liked it!</p>
<p>Take a look at it <a href="http://boiledbeans.net/bbterm/">here</a>!</p>
<p style="text-align: center;">Screenshot:<br />
<a href="http://boiledbeans.net/bbterm/"><img class="size-medium wp-image-195 aligncenter" title="bbterm" src="http://devadutta.net/wp-content/uploads/bbterm-181x300.png" alt="bbterm" width="181" height="300" /></a></p>
<p>I am planning to make the code public in a while. Since the quiz is still alive, I cannot release it immideately.</p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/bash-emulation-using-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy New Year!</title>
		<link>http://devadutta.net/happy-new-year/</link>
		<comments>http://devadutta.net/happy-new-year/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 02:46:11 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net/?p=180</guid>
		<description><![CDATA[Wish you a very happy and prosperous new year! I was at my friend&#8217;s place yesterday for new year celebrations and we needed a random number generator to play bingo. Instead of writing numbers on chits and picking them up, I hacked together a random number generator using Javascript in about 15 minutes, which looked [...]]]></description>
			<content:encoded><![CDATA[<p>Wish you a very happy and prosperous new year!</p>
<p>I was at my friend&#8217;s place yesterday for new year celebrations and we needed a random number generator to play bingo. Instead of writing numbers on chits and picking them up, I hacked together a random number generator using Javascript in about 15 minutes, which looked like this:</p>
<p style="text-align: center;"><a href="http://devadutta.net/files/bingo.html"><img class="size-full wp-image-186 aligncenter" title="bingobaby" src="http://devadutta.net/wp-content/uploads/bingobaby.png" alt="bingobaby" width="176" height="258" /></a></p>
<p>I used a simple hash to see that numbers did not repeat and It actually worked pretty well.  I was delighted at Javascript&#8217;s utility at non geek parties!</p>
<p>Here is the code:</p>
<pre lang="javascript">
<!-- Devadutta Ghat, last piece of code written in 2008 ;) -->
<html>
	<head>

<script type="text/javascript">
var gblHash=new Array();	
function getNewRand()
{
	return (Math.floor(Math.random()*99)+1);
}
function getRand()
{
	var ilm=getNewRand();
	var i=0;
	while(gblHash[ilm]==1)
	{
		i++;
		ilm=getNewRand();
		if(i>=100)
		{
			alert("All numbers done!");
			return;
		}
	}
	gblHash[ilm]=1;
	document.getElementById('randomNumber').innerHTML=ilm;
	document.getElementById('drawnNumbers').innerHTML
		+=(" "+ilm);
}
</script>
</head>
<body>
<div id="randomNumber" style="font-size: 150pt;">-1</div>
<input type="button" onClick="getRand();" value="Clicky!">
<div id="drawnNumbers"></div>

</body>
</html>
		</pre>
<p>And here is a <a href="http://devadutta.net/files/bingo.html" target="_blank">demo</a></p>
<p>Enjoy 2009!</p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/happy-new-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the good word?</title>
		<link>http://devadutta.net/whats-the-good-word/</link>
		<comments>http://devadutta.net/whats-the-good-word/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 00:45:42 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[3dcms]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net?node=46</guid>
		<description><![CDATA[This is an English quiz, written in PHP. You can play this to improve your vocabulary and prepare for tests like the GRE or just to have some fun. NEW!! Updated to the Barron&#8217;s GRE word list!! Has 4816 words in database! Click on the image to start playing I had originally coded this in [...]]]></description>
			<content:encoded><![CDATA[<p>This is an English quiz, written in PHP. You can play this to improve your vocabulary and prepare for tests like the GRE or just to have some fun.<br />
NEW!! Updated to the Barron&#8217;s GRE word list!! Has 4816 words in database!<br />
Click on the image to start playing<br />
<a href="http://devadutta.net/words.php"><img width="480" height="284" alt="" src="/UserFiles/Image/wtgw.jpg" /></a><br />
I had originally coded this in 2005 when I was preparing for the GRE. Although the wordlist I <del>have</del><strong> had (now with Barron&#8217;s word list)</strong> is not very good, the game is not bad. It did help me in the beginning.</p>
<p>This release is officially version 1.1<br />
Change log:</p>
<ol>
<li>Based on the Barron&#8217;s GRE wordlist</li>
<li>Fixed the n+1 question error</li>
<li>Fixed the random hack which could be used to get 10/10 each time</li>
<li>Changed the copyright to 2007 only in the result page <img src='http://devadutta.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> 
    </li>
</ol>
<p>Coming up:</p>
<ol>
<li><del>Better wordlist</del> Already up!!</li>
<li>Ajaxification <img src='http://devadutta.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>Better AI in picking the wrong choices</li>
<li>Synonyms, antonyms, example usage and more!!</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/whats-the-good-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greasemonkey Script to type in Kannada</title>
		<link>http://devadutta.net/greasemonkey-script-to-type-in-kannada/</link>
		<comments>http://devadutta.net/greasemonkey-script-to-type-in-kannada/#comments</comments>
		<pubDate>Wed, 27 Jun 2007 23:53:50 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[3dcms]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net?node=45</guid>
		<description><![CDATA[What does it do? Simple. Lets you type Indian language kannada in any textarea box on a webpage. You can toggle between English and Kannada keyboards using F12. Wow! Where do I find it? here http://userscripts.org/scripts/show/10251 What about tamil, telugu, marathi, bengali? Coming soon!! What license? All code not marked with the (c) Monusoft is [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What does it do? </strong><br />
Simple. Lets you type Indian language kannada in any textarea box on a webpage. <br />
You can toggle between English and Kannada keyboards using F12.</p>
<p><strong>Wow! Where do I find it?</strong><a href="http://userscripts.org/scripts/show/10251"><br />
here http://userscripts.org/scripts/show/10251</a>
</p>
<p>
<strong> What about tamil, telugu, marathi, bengali? </strong><br />
Coming soon!!</p>
<p><strong>What license? </strong><br />
All code not marked with the (c) Monusoft is released under GPL version 2 or higher.</p>
<p><strong>Does it work? </strong><br />
Of course yes! <br />
Tested on blogger,orkut,gmail,livejournal,facebook and many such sites.</p>
<p>Where can I find the keyboard layout? <br />
Here ( Click to enlarge )<br />
<a href="../../images/KannadaMap.jpg"><img width="480" src="../../images/KannadaMap.jpg" alt="" /></a></p>
<p>Thanks to <a href="http://vishalon.net/">http://vishalon.net</a> <a href="http://monusoft.com/">http://monusoft.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/greasemonkey-script-to-type-in-kannada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rot13 &#8212; Text area encryption</title>
		<link>http://devadutta.net/rot13-text-area-encryption/</link>
		<comments>http://devadutta.net/rot13-text-area-encryption/#comments</comments>
		<pubDate>Mon, 14 May 2007 07:54:51 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[3dcms]]></category>
		<category><![CDATA[Greasemonkey]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net?node=35</guid>
		<description><![CDATA[This Greasemonkey script encrypts the contents of a text box on a web page using the rot13 cipher at the click of a button. If there is a clean text box on a page, the e13 button pops up next to it. Click on it and the text inside the box will be rotated by [...]]]></description>
			<content:encoded><![CDATA[<p>This Greasemonkey script encrypts the contents of a text box on a web page using the rot13 cipher at the click of a button.<br />
If there is a clean text box on a page, the e13 button pops up next to it. Click on it and the text inside the box will be rotated by 13.<br />
well, here are some examples of the operation<br />
<a href="http://devadutta.net/rnd/e13Clip1.jpg"><img src="http://devadutta.net/rnd/e13Clip1.jpg" alt="" width="500" height="129" /></a></p>
<p><a href="http://devadutta.net/rnd/e13Clip2.jpg"><img src="http://devadutta.net/rnd/e13Clip2.jpg" alt="" width="500" height="94" /></a></p>
<p>Get the scripts here<br />
<a href="http://userscripts.org/scripts/show/9234">http://userscripts.org/scripts/show/9234</a></p>
<p>Note:<br />
You will need Firefox and Greasemonkey to be able to run this script.<br />
Get Firefox <a href="http://www.getfirefox.com">here</a><br />
Get Greasemonkey <a href="http://www.greasespot.net/">here</a></p>
<p>Here is a <a href="http://devadutta.net/index.php?node=6">related post</a> which explains how to install Greasemonkey.<br />
<em>Comes with absolutely no warranty.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/rot13-text-area-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing: Node Gravity</title>
		<link>http://devadutta.net/introducing-node-gravity/</link>
		<comments>http://devadutta.net/introducing-node-gravity/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 06:42:38 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[3dcms]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net?node=29</guid>
		<description><![CDATA[nodeGravity is a novel way to visualize web-site statistics which I had devised sometime ago. Each article on this page falls into a category like downloads, news, projects etc. nodeGravity uses the number of visits to that particular category and the number of nodes in that category to render and visualize web stats according to [...]]]></description>
			<content:encoded><![CDATA[<p>nodeGravity is a novel way to visualize web-site statistics which I had devised sometime ago.<br />
Each article on this page falls into a category like downloads, news, projects etc. nodeGravity uses the number of visits to that particular category and the number of nodes in that category to render and visualize web stats according to Planck&#8217;s black body radiation and Newton&#8217;s Law of Universal gravitation.<br />
Here is an example<br />
<a href="/UserFiles/Image/orbit.png"><img width="485" height="383" alt="" src="/UserFiles/Image/orbit.png" /></a></p>
<p>Simple interpretation of the stats are this</p>
<ul>
<li>Each category forms a star.</li>
<li>The size(mass) of the star is based on the number of nodes in that category</li>
<li>The color of the star tells us how quot;hotquot; the current category is with the visitors.</li>
<li>Hotter a star, the color will be more towards the blue. It means, that this category is currently getting a lot hits.
    </li>
</ul>
<p>
The color is calculated using Plank&#8217;s black body radiation laws, which says that the hotter a star is, the lesser the wavelength of the emitted light will be.<br />
Newton&#8217;s Law of universal gravitation comes in to associate energy to each node, based on its mass and number of visits.</p>
<p><em>Hope</em> you enjoy it! <img src="/fckeditor/editor/images/smiley/msn/regular_smile.gif" alt="" /><br />
<em>copy; Devadutta D Ghat, 2007</em></p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/introducing-node-gravity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jam mASHtra: Automatic JAM ( Just A Minute ) Timer</title>
		<link>http://devadutta.net/jam-mashtra-automatic-jam-just-a-minute-timer/</link>
		<comments>http://devadutta.net/jam-mashtra-automatic-jam-just-a-minute-timer/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 20:40:26 +0000</pubDate>
		<dc:creator>devadutta</dc:creator>
				<category><![CDATA[3dcms]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://devadutta.net?node=27</guid>
		<description><![CDATA[jam mASHtra: Just a minute mastering ashtra ( Asthra in sanskrit means tool) Last year, for Udbhav at MSRIT, I conducted a Kannada Jam competition. The day before the competition, I was worried that no one will turn up for the competition. I thought it would be a flop. But to my surprise, the event [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>jam mASHtra: Just a minute mastering ashtra ( Asthra in sanskrit means tool)</strong></em></p>
<p>Last year, for Udbhav at MSRIT, I conducted a Kannada Jam competition. The day before the competition, I was worried that no one will turn up for the competition. I thought it would be a flop. But to my surprise, the event saw a full house audience. I was forced to finish the competition by the admin staff since I had exceeded my time slot, but the audience did not listen and forced me to conduct it for some more time! <br />
It was a thrilling experience.<br />
One of the reasons behind the success of the event was, jam mASHtra.</p>
<p>jam mASHtra: Is an automatic and easy to use jam timer. I coded this the day before the event just to save myself from keeping insane jam logs for each participant.</p>
<div align="center"><img width="400" height="296" alt="" src="/UserFiles/Image/jammashtra.jpg" /></p>
<div align="left">
jam mASHtra is very intuitive to use and if you know how to conduct a JAM, things will simply flow.</p>
<p><strong>Downloads:<br />
</strong></p>
<ul>
<li><a href="/UserFiles/File/jammashtra-new.zip">Windows Executable</a></li>
<li>Source Code ( Will be made available on request)</li>
</ul>
</div>
</div>
<p><em>(Yes, the name is multiplexed <img alt="" src="/fckeditor/editor/images/smiley/msn/regular_smile.gif" /> )</em></p>
]]></content:encoded>
			<wfw:commentRss>http://devadutta.net/jam-mashtra-automatic-jam-just-a-minute-timer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
