<?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>tewari &#187; opensource</title>
	<atom:link href="http://www.tewari.info/category/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tewari.info</link>
	<description>Professional Software Development by Ash Tewari</description>
	<lastBuildDate>Thu, 03 Jun 2010 01:52:16 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using DbUpdater with MySql</title>
		<link>http://www.tewari.info/2009/09/28/using-dbupdater-with-mysql/</link>
		<comments>http://www.tewari.info/2009/09/28/using-dbupdater-with-mysql/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 07:13:02 +0000</pubDate>
		<dc:creator>tewari</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[DbUpdater]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[NHibernate]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://www.tewari.info/?p=129</guid>
		<description><![CDATA[DbUpdater can be used with mysql.

Here are the files you need to jumpstart the integration &#8211; DbUpdater-MySql.zip

1. You might need to change the path to mysql.exe in mysql-exec.bat.

2. Modify values in mysql-sample-command-line.bat.

Make sure mysql.data.dll is placed in GAC or in the same directory as DbUpdater.exe. Connector binaries can be downloaded from here -
http://dev.mysql.com/downloads/connector/net/6.1.htmlCopyright &#169; 2010 [...]]]></description>
			<content:encoded><![CDATA[<a title="DbUpdater Page" href="http://www.tewari.info/dbupdater/">DbUpdater</a> can be used with <a title="mysql.com" href="http://www.mysql.com/">mysql</a>.

Here are the files you need to jumpstart the integration &#8211; <a title="DbUpdater-MySql.zip" href="http://www.tewari.info/downloads/DbUpdater-MySql.zip">DbUpdater-MySql.zip</a>

1. You might need to change the path to mysql.exe in mysql-exec.bat.

2. Modify values in mysql-sample-command-line.bat.

Make sure mysql.data.dll is placed in GAC or in the same directory as DbUpdater.exe. Connector binaries can be downloaded from here -
<a title="MySql .NET Connector Download" href="http://dev.mysql.com/downloads/connector/net/6.1.html">http://dev.mysql.com/downloads/connector/net/6.1.html</a><hr/>Copyright &copy; 2010 <strong><a href="http://www.tewari.info">tewari</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@tewari.info so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span><p class="akst_link"><a href="http://www.tewari.info/?p=129&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_129" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tewari.info/2009/09/28/using-dbupdater-with-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Games From Scratch</title>
		<link>http://www.tewari.info/2009/04/11/create-games-from-scratch/</link>
		<comments>http://www.tewari.info/2009/04/11/create-games-from-scratch/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 16:31:26 +0000</pubDate>
		<dc:creator>tewari</dc:creator>
				<category><![CDATA[Kids]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[game]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Scratch]]></category>

		<guid isPermaLink="false">http://www.tewari.info/2009/04/11/create-games-from-scratch/</guid>
		<description><![CDATA[	My 18 month old son woke me up at 4 in the morning. I got him to go back to sleep, but &#8230; and here I am writing.
	A few weeks ago, I downloaded Scratch from M.I.T&#8217;s website. Scratch is a programming language for kids. You drag/drop and (literally) snap together programming constructs to create games. [...]]]></description>
			<content:encoded><![CDATA[	<p>My 18 month old son woke me up at 4 in the morning. I got him to go back to sleep, but &#8230; and here I am writing.</p>
	<p>A few weeks ago, I downloaded <a href="http://scratch.mit.edu/">Scratch</a> from M.I.T&#8217;s website. Scratch is a programming language for kids. You drag/drop and (literally) snap together programming constructs to create games. Within a couple of minutes, I had a diver chasing a ball bouncing around on the screen.</p>
	<p><img src="/images/scratch-diver-ball.png" alt="" width="677" height="485" /></p>
	<p>I showed it to my 5 year old son and he watched as I &#8220;changed the game&#8221; and had the ball chase the mouse cursor and the diver chase the ball. He sat down with me and asked me if I could make it a dog chasing the ball instead. Sure! Then we started customizing further. Make it run faster .. Yeah! Let&#8217;s turn him into<a href="http://www.scholastic.com/clifford/"> Clifford &#8211; The Big Red Dog</a> &#8230; Can he bark ? Sure. Let&#8217;s turn it into a basket ball .. I want it red, blue, yellow, &#8230; Let&#8217;s make a basket ball hoop and have Clifford play basketball &#8230; Sure.</p>
	<p>It was a quite productive <a title="pair programming" href="http://en.wikipedia.org/wiki/Pair_programming">pair programming</a> session <img src='http://www.tewari.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . No TDD yet &#8211; he is too young for that kind of stuff <img src='http://www.tewari.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
	<p>I was relieved that I didn&#8217;t loose his attention while I was &#8220;programming&#8221;. Now, my son does have a pretty long attention span for his age, but a lot of credit goes to the designers of Scratch. The entire &#8220;artwork&#8221; was created within the Scratch application and the &#8220;programming&#8221; was just a pure joy for my son. And we were just &#8220;scratching&#8221; the surface there. Explore the possibilities <a href="http://scratch.mit.edu/">here</a>.</p>
	<p>You can download the game here : <a href="/downloads/Clifford-Ball.sb">Clifford-ball.sb</a>. Be careful, sometimes the dog turns upside down. There are some bugs to be fixed <img src='http://www.tewari.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Where is the debugger ?</p>
	<p><img src="/images/scratch-clifford-ball.png" alt="" width="675" height="486" /><hr/>Copyright &copy; 2010 <strong><a href="http://www.tewari.info">tewari</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@tewari.info so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>
</p>
<p class="akst_link"><a href="http://www.tewari.info/?p=50&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_50" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tewari.info/2009/04/11/create-games-from-scratch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using NHibernate With SQLite in DbUpdater</title>
		<link>http://www.tewari.info/2008/09/09/using-nhibernate-with-sqlite-in-dbupdater/</link>
		<comments>http://www.tewari.info/2008/09/09/using-nhibernate-with-sqlite-in-dbupdater/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 04:46:39 +0000</pubDate>
		<dc:creator>tewari</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[DbUpdater]]></category>
		<category><![CDATA[sqlite NHibernate]]></category>

		<guid isPermaLink="false">http://www.tewari.info/2008/09/09/using-nhibernate-with-sqlite-in-dbupdater/</guid>
		<description><![CDATA[	DbUpdater (version 1.3 onwards) can be used with sqlite3.
	Review the files included in DbUpdater-sqlite3.zip
	1. DbUpdater.exe.config must be modified. Note changes to the following keys &#8211; exe-file, exe-args, dialect, driver_class, connetion_string.
2. SchemaVersion.hbm.xml must be modified. The &#8216;class&#8217; attributes value for the &#8216;generator&#8217; of &#8216;id&#8217; must be changed to &#8216;identity&#8217;. No other changes are needed here.
3. \SqlScripts\schema-version-table.sql [...]]]></description>
			<content:encoded><![CDATA[	<p><a href="http://www.tewari.info/dbupdater/">DbUpdater</a> (<a href="http://sourceforge.net/projects/dbupdater/">version 1.3</a> onwards) can be used with <a href="http://www.sqlite.org/">sqlite3</a>.</p>
	<p>Review the files included in<a href="http://www.tewari.info/downloads/DbUpdater-sqlite3.zip"> DbUpdater-sqlite3.zip</a></p>
	<p>1. DbUpdater.exe.config must be modified. Note changes to the following keys &#8211; exe-file, exe-args, dialect, driver_class, connetion_string.<br />
2. SchemaVersion.hbm.xml must be modified. The &#8216;class&#8217; attributes value for the &#8216;generator&#8217; of &#8216;id&#8217; must be changed to &#8216;identity&#8217;. No other changes are needed here.<br />
3. \SqlScripts\schema-version-table.sql is modified. Note that the datatypes of all columns are changed to TEXT, except for SchemaChangeId, which is changed to integer primary key. integer primary key is used for auto-incremented columns in sqlite.<br />
4. \SqlScripts\baseline.sql is modified. Note the use of current_timestamp function. The actual sql syntax in this file must conform to sqlite dialect.<br />
5. All other .sql scripts in \SqlScripts directory are also modified to conform to sqlite dialect.</p>
	<p>The following files are expected to be in DbUpdater.exe directory (as configured in the DbUpdater.exe.config file) -</p>
	<p>1. sqlite3.exe : <a href="http://www.sqlite.org/download.html">download</a>.<br />
2. System.Data.SQLite.dll : <a href="http://sqlite.phxsoftware.com/">download</a>.<br />
3. createdb.bat file : This file is included. This batch script will call sqlite3.exe to execute sql queries.</p>
	<p>Another very useful tool for working with sqlite database files is <a href="http://sqlitebrowser.sourceforge.net/">SQLite Database Browzer</a>.<a href="http://www.tewari.info/wp-content/sqlite-support.html" title="sqlite-support.html"> </a><hr/>Copyright &copy; 2010 <strong><a href="http://www.tewari.info">tewari</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@tewari.info so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>
</p>
<p class="akst_link"><a href="http://www.tewari.info/?p=41&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_41" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tewari.info/2008/09/09/using-nhibernate-with-sqlite-in-dbupdater/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>DbUpdater on SourceForge</title>
		<link>http://www.tewari.info/2008/07/27/dbupdater-on-sourceforge/</link>
		<comments>http://www.tewari.info/2008/07/27/dbupdater-on-sourceforge/#comments</comments>
		<pubDate>Sun, 27 Jul 2008 07:36:35 +0000</pubDate>
		<dc:creator>tewari</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[DbUpdater]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[sourceforge]]></category>

		<guid isPermaLink="false">http://www.tewari.info/2008/07/27/dbupdater-on-sourceforge/</guid>
		<description><![CDATA[	By popular demand, DbUpdater is now up on the sourceforge. Latest download (v1.2) is now available from there.Copyright &#169; 2010 tewari. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@tewari.info so [...]]]></description>
			<content:encoded><![CDATA[	<p>By popular demand, <a href="http://www.tewari.info/dbupdater/" title="DbUpdater : Database Schema Version Control">DbUpdater </a>is now up on the <a href="https://sourceforge.net/projects/dbupdater" title="DbUpdater-on-SourceForge">sourceforge</a>. Latest download (v1.2) is now available from <a href="https://sourceforge.net/project/showfiles.php?group_id=232631" title="DbUpdater-Download">there</a>.<hr/>Copyright &copy; 2010 <strong><a href="http://www.tewari.info">tewari</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@tewari.info so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>
</p>
<p class="akst_link"><a href="http://www.tewari.info/?p=40&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_40" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tewari.info/2008/07/27/dbupdater-on-sourceforge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSimSim 1.0-RC is out</title>
		<link>http://www.tewari.info/2007/12/24/opensimsim-10-rc-is-out/</link>
		<comments>http://www.tewari.info/2007/12/24/opensimsim-10-rc-is-out/#comments</comments>
		<pubDate>Mon, 24 Dec 2007 17:04:31 +0000</pubDate>
		<dc:creator>tewari</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free tool]]></category>
		<category><![CDATA[OpenSimSim]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.tewari.info/2007/12/24/opensimsim-10-rc-is-out/</guid>
		<description><![CDATA[	OpenSimSim : Your Password Solution. Download 1.0 Release Candidate here : OpenSimSim 1.0-RC
	Copyright &#169; 2010 tewari. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@tewari.info so we can take legal action [...]]]></description>
			<content:encoded><![CDATA[	<p><a href="http://opensimsim.sourceforge.net" title="OpenSimSim Website" target="_blank">OpenSimSim</a> : Your Password Solution. Download 1.0 Release Candidate here : <a href="https://sourceforge.net/project/showfiles.php?group_id=194886" title="OpenSimSim 1.0-RC" target="_blank">OpenSimSim 1.0-RC</a></p>
	<p><img src="http://opensimsim.sourceforge.net/opensimsim-screenshot-1.png" alt="opensimsim-screenshot" height="225" width="300" /><hr/>Copyright &copy; 2010 <strong><a href="http://www.tewari.info">tewari</a></strong>. This Feed is for personal non-commercial use only. If you are not reading this material in your news aggregator, the site you are looking at is guilty of copyright infringement. Please contact legal@tewari.info so we can take legal action immediately.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">Plugin</a> by <a href="http://www.taragana.com/">Taragana</a></span>
</p>
<p class="akst_link"><a href="http://www.tewari.info/?p=11&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_11" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.tewari.info/2007/12/24/opensimsim-10-rc-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
