<?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>techtricks.co.in &#187; Programming</title>
	<atom:link href="http://techtricks.co.in/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://techtricks.co.in</link>
	<description>spoon fed tech tutorials and random findings</description>
	<lastBuildDate>Fri, 09 Dec 2011 19:44:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to write multilevel-recursive make file to build java files in sub-directory structure</title>
		<link>http://techtricks.co.in/programming/how-to-write-multilevel-recursive-make-file-to-build-java-files-in-sub-directory-structure</link>
		<comments>http://techtricks.co.in/programming/how-to-write-multilevel-recursive-make-file-to-build-java-files-in-sub-directory-structure#comments</comments>
		<pubDate>Tue, 25 Oct 2011 17:27:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techtricks.co.in/?p=536</guid>
		<description><![CDATA[This is a quick post showing how to write makefile which can build files recursively in sub-directories . When i wanted this info for one of my academic projects, i could not find a quick one online and had to refer to docs . So here it is&#8230;. Let me first describe the file structure. [...]]]></description>
		<wfw:commentRss>http://techtricks.co.in/programming/how-to-write-multilevel-recursive-make-file-to-build-java-files-in-sub-directory-structure/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design &amp; implementation of (totally ordered multicast) using lamport logical clocks(Synchronization)</title>
		<link>http://techtricks.co.in/programming/design-implementation-of-totally-ordered-multicast-using-lamport-logical-clockssynchronization</link>
		<comments>http://techtricks.co.in/programming/design-implementation-of-totally-ordered-multicast-using-lamport-logical-clockssynchronization#comments</comments>
		<pubDate>Fri, 01 Apr 2011 02:57:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Distributed Computing]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Distributed sytems]]></category>
		<category><![CDATA[Lamport logical clocks]]></category>
		<category><![CDATA[sychronization]]></category>
		<category><![CDATA[totally ordered multicast]]></category>

		<guid isPermaLink="false">http://techtricks.co.in/?p=511</guid>
		<description><![CDATA[This post deals with the various issues and design decisions  faced during implementation of synchronization between processes using Lamport Logical clocks in a distributed system. Lamport Logical clock concept can be used implement synchronization between multiple processes ,where each process observe the changes in the same order ,regardless of the order in which the updates [...]]]></description>
		<wfw:commentRss>http://techtricks.co.in/programming/design-implementation-of-totally-ordered-multicast-using-lamport-logical-clockssynchronization/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Issues with ASP.net Development server and Windows Vista</title>
		<link>http://techtricks.co.in/programming/issues-with-asp-net-development-server-and-windows-vista</link>
		<comments>http://techtricks.co.in/programming/issues-with-asp-net-development-server-and-windows-vista#comments</comments>
		<pubDate>Wed, 15 Jul 2009 18:09:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web and Internet]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://techtricks.co.in/?p=383</guid>
		<description><![CDATA[this post shows you how to solve the issues with asp.net development server and windows vista the easy way.]]></description>
		<wfw:commentRss>http://techtricks.co.in/programming/issues-with-asp-net-development-server-and-windows-vista/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>migrating from turbo c++ to visual c++ 2008</title>
		<link>http://techtricks.co.in/programming/migrating-from-turbo-c-to-visual-c-2008</link>
		<comments>http://techtricks.co.in/programming/migrating-from-turbo-c-to-visual-c-2008#comments</comments>
		<pubDate>Mon, 08 Dec 2008 12:47:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techtricks.co.in/?p=269</guid>
		<description><![CDATA[here i am giving some tips for all those who are new to visual c++ 2008 and have decided to ditch turbo c++.if you are finding it difficult to run your old turbo c programs on visual c++ compiler,here are some tips to solve those frustrating compatibility issues. the following tips originally suggested by bharat [...]]]></description>
		<wfw:commentRss>http://techtricks.co.in/programming/migrating-from-turbo-c-to-visual-c-2008/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>8 Easy Steps to Run Turbo C in Windows Vista</title>
		<link>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista</link>
		<comments>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista#comments</comments>
		<pubDate>Thu, 20 Nov 2008 13:47:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techtricks.co.in/?p=198</guid>
		<description><![CDATA[This tutorial is about running a  turboc compiler in windows vista in full screen mode. i know ! running decade old turbo c compiler in vista doesnt make any sense when you have much advanced compilers.but there are some cases where you have to run turboc on your vista machine,just because your university doesnt use [...]]]></description>
		<wfw:commentRss>http://techtricks.co.in/programming/run-turbo-c-in-windows-vista/feed</wfw:commentRss>
		<slash:comments>77</slash:comments>
		</item>
		<item>
		<title>How To Load A Program Automatically at Startup (thru code)</title>
		<link>http://techtricks.co.in/programming/how-to-load-a-program-automatically-at-startup-thru-code</link>
		<comments>http://techtricks.co.in/programming/how-to-load-a-program-automatically-at-startup-thru-code#comments</comments>
		<pubDate>Tue, 27 May 2008 14:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techtricks.x10hosting.com/?p=18</guid>
		<description><![CDATA[i am using dev-c++ compiler (with MinGW) lately.and i am liking it very much . loading a program at start-up automatically ( program is loaded automatically when system starts) can be done in many ways ,however i find following two ways easier. in the system Startup&#8217;s folder by making some changes in registry using system [...]]]></description>
		<wfw:commentRss>http://techtricks.co.in/programming/how-to-load-a-program-automatically-at-startup-thru-code/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My experience with Dev-c++ compiler</title>
		<link>http://techtricks.co.in/programming/my-experience-with-dev-c-compiler</link>
		<comments>http://techtricks.co.in/programming/my-experience-with-dev-c-compiler#comments</comments>
		<pubDate>Wed, 21 May 2008 16:07:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://techtricks.x10hosting.com/?p=17</guid>
		<description><![CDATA[Migrating from Turbo C to Dev- C++ Compiler all these days i was programming using the decade old compiler turboc which is still used in many of the engineering colleges in karnataka.i was very much interested about graphics turboc could offer.here i am going to share my experience with dev c++ compiler. ive got many [...]]]></description>
		<wfw:commentRss>http://techtricks.co.in/programming/my-experience-with-dev-c-compiler/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

