<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Splotter&#039;s Code</title>
	<atom:link href="http://splotter.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://splotter.wordpress.com</link>
	<description>Learn the code, abide by the code, and dissolve the code.</description>
	<lastBuildDate>Fri, 08 Apr 2011 21:53:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='splotter.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Splotter&#039;s Code</title>
		<link>http://splotter.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://splotter.wordpress.com/osd.xml" title="Splotter&#039;s Code" />
	<atom:link rel='hub' href='http://splotter.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Get DDL the lazy way</title>
		<link>http://splotter.wordpress.com/2010/07/15/get-ddl-the-lazy-way/</link>
		<comments>http://splotter.wordpress.com/2010/07/15/get-ddl-the-lazy-way/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 08:40:37 +0000</pubDate>
		<dc:creator>splotter</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[dbms_metadata.get_ddl]]></category>
		<category><![CDATA[DDL]]></category>
		<category><![CDATA[lazy]]></category>

		<guid isPermaLink="false">http://splotter.wordpress.com/?p=277</guid>
		<description><![CDATA[I had a requirement to generate DDL scripts of a particular schema in an Oracle database. I figure that there’s no way I am going to spent time cutting and pasting all these function, procedure and package codes from Toad &#8230; <a href="http://splotter.wordpress.com/2010/07/15/get-ddl-the-lazy-way/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=splotter.wordpress.com&amp;blog=9239808&amp;post=277&amp;subd=splotter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://splotter.wordpress.com/2010/07/15/get-ddl-the-lazy-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4baf80db72f7193b32b6cd0c354c52e3?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">splotter</media:title>
		</media:content>
	</item>
		<item>
		<title>CRON</title>
		<link>http://splotter.wordpress.com/2009/12/16/cron/</link>
		<comments>http://splotter.wordpress.com/2009/12/16/cron/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 11:40:39 +0000</pubDate>
		<dc:creator>splotter</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[CRON]]></category>
		<category><![CDATA[QUARTZ.NET]]></category>
		<category><![CDATA[Scheduled Task]]></category>

		<guid isPermaLink="false">http://splotter.wordpress.com/?p=250</guid>
		<description><![CDATA[If you have ever worked on a UNIX/UNIX-like OS, Im&#8217; pretty sure how quick you&#8217;ll get to admire those amazing and powerful OS features and command lines. And if you also work on Windows and do a lot of automation, &#8230; <a href="http://splotter.wordpress.com/2009/12/16/cron/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=splotter.wordpress.com&amp;blog=9239808&amp;post=250&amp;subd=splotter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://splotter.wordpress.com/2009/12/16/cron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4baf80db72f7193b32b6cd0c354c52e3?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">splotter</media:title>
		</media:content>

		<media:content url="http://splotter.files.wordpress.com/2009/12/cron.gif" medium="image">
			<media:title type="html">cron</media:title>
		</media:content>
	</item>
		<item>
		<title>Monitor UNIX Disk Space</title>
		<link>http://splotter.wordpress.com/2009/11/01/monitor-unix-disk-space/</link>
		<comments>http://splotter.wordpress.com/2009/11/01/monitor-unix-disk-space/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 08:19:33 +0000</pubDate>
		<dc:creator>splotter</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Disk Monitoring]]></category>

		<guid isPermaLink="false">http://splotter.wordpress.com/?p=240</guid>
		<description><![CDATA[A simple script for monitoring UNIX Disk space usage that sends an email alert if % usage is above the alert level.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=splotter.wordpress.com&amp;blog=9239808&amp;post=240&amp;subd=splotter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://splotter.wordpress.com/2009/11/01/monitor-unix-disk-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4baf80db72f7193b32b6cd0c354c52e3?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">splotter</media:title>
		</media:content>
	</item>
		<item>
		<title>DTC Error</title>
		<link>http://splotter.wordpress.com/2009/10/05/dtc-error/</link>
		<comments>http://splotter.wordpress.com/2009/10/05/dtc-error/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 06:54:57 +0000</pubDate>
		<dc:creator>splotter</dc:creator>
				<category><![CDATA[Error Message]]></category>
		<category><![CDATA[Server Cluster]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[DTC]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://splotter.wordpress.com/?p=229</guid>
		<description><![CDATA[Yesterday I was installing windows 2003 cluster on VMWare machines. Then I got this weird error message while I was configuring MS DTC (Distributed Transaction Coordinator) cluster application. The application and cluster resource was configured successfully but when I fail &#8230; <a href="http://splotter.wordpress.com/2009/10/05/dtc-error/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=splotter.wordpress.com&amp;blog=9239808&amp;post=229&amp;subd=splotter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://splotter.wordpress.com/2009/10/05/dtc-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4baf80db72f7193b32b6cd0c354c52e3?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">splotter</media:title>
		</media:content>

		<media:content url="http://splotter.files.wordpress.com/2009/10/dtc-property.jpg" medium="image">
			<media:title type="html">DTC Property</media:title>
		</media:content>
	</item>
		<item>
		<title>The Git Effect</title>
		<link>http://splotter.wordpress.com/2009/09/23/the-git-effect/</link>
		<comments>http://splotter.wordpress.com/2009/09/23/the-git-effect/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 16:17:36 +0000</pubDate>
		<dc:creator>splotter</dc:creator>
				<category><![CDATA[Version Control]]></category>
		<category><![CDATA[Git]]></category>

		<guid isPermaLink="false">http://splotter.wordpress.com/?p=191</guid>
		<description><![CDATA[Many developers, including those notable persons over the .NET community have been moving their open source projects to Git and Github lately. (Git is a free and open source, distributed version control system. And Github is an online project hosting &#8230; <a href="http://splotter.wordpress.com/2009/09/23/the-git-effect/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=splotter.wordpress.com&amp;blog=9239808&amp;post=191&amp;subd=splotter&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://splotter.wordpress.com/2009/09/23/the-git-effect/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4baf80db72f7193b32b6cd0c354c52e3?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">splotter</media:title>
		</media:content>

		<media:content url="http://splotter.files.wordpress.com/2009/09/git-logo.jpg?w=72" medium="image">
			<media:title type="html">git-logo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
