<?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>Random Thoughts of a Technology Enthusiast &#187; snippets</title>
	<atom:link href="http://vinodpandey.com/category/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://vinodpandey.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Sep 2009 14:23:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQLdb as non-compressed egg</title>
		<link>http://vinodpandey.com/mysqldb-as-non-compressed-egg/</link>
		<comments>http://vinodpandey.com/mysqldb-as-non-compressed-egg/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:29:41 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=137</guid>
		<description><![CDATA[$ unzip MySQL_python-1.2.2-py2.5-linux-i686.egg
http://stackoverflow.com/questions/268025/install-mysqldb-for-python-as-non-compressed-egg
]]></description>
			<content:encoded><![CDATA[<p><!--DEVFMTCODE--><pre class="devcodeblock" title="Bash"><div class="devcodeoverflow"><ol><li>$ <span style="color: #c20cb9; font-weight: bold;">unzip</span> MySQL_python-1.2.2-py2.5-linux-i686.egg</li></ol></div></pre><!--END_DEVFMTCODE--></p>
<p><a href="http://stackoverflow.com/questions/268025/install-mysqldb-for-python-as-non-compressed-egg" onclick="return TrackClick('http%3A%2F%2Fstackoverflow.com%2Fquestions%2F268025%2Finstall-mysqldb-for-python-as-non-compressed-egg','http%3A%2F%2Fstackoverflow.com%2Fquestions%2F268025%2Finstall-mysqldb-for-python-as-non-compressed-egg')">http://stackoverflow.com/questions/268025/install-mysqldb-for-python-as-non-compressed-egg</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/mysqldb-as-non-compressed-egg/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>service unavailable</title>
		<link>http://vinodpandey.com/service-unavailable/</link>
		<comments>http://vinodpandey.com/service-unavailable/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 09:59:55 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=102</guid>
		<description><![CDATA[django.wsgi

import os, sys
def application(environ, start_response):
    status = '503 Service Unavailable'
    output = 'Down for maintainance. We will be back soon !'

    response_headers = [('Content-type', 'text/plain'),
                      [...]]]></description>
			<content:encoded><![CDATA[<p>django.wsgi<br />
<pre class="brush:bash">
import os, sys
def application(environ, start_response):
    status = '503 Service Unavailable'
    output = 'Down for maintainance. We will be back soon !'

    response_headers = [('Content-type', 'text/plain'),
                        ('Content-Length', str(len(output)))]
    start_response(status, response_headers)

    return [output]
</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/service-unavailable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mod_wsgi</title>
		<link>http://vinodpandey.com/mod_wsgi/</link>
		<comments>http://vinodpandey.com/mod_wsgi/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 19:06:43 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=94</guid>
		<description><![CDATA[Ubuntu Hardy &#8211; mod_wsgi Installation

Ubuntu Hardy &#8211; Using mod_wsgi to Serve Your Application
]]></description>
			<content:encoded><![CDATA[<p><a href="http://articles.slicehost.com/2009/7/20/ubuntu-hardy-mod_wsgi-installation" onclick="return TrackClick('http%3A%2F%2Farticles.slicehost.com%2F2009%2F7%2F20%2Fubuntu-hardy-mod_wsgi-installation','Ubuntu+Hardy+-+mod_wsgi+Installation')">Ubuntu Hardy &#8211; mod_wsgi Installation</a><br />
<br />
<a href="http://articles.slicehost.com/2009/9/3/ubuntu-hardy-using-mod_wsgi-to-serve-your-application" onclick="return TrackClick('http%3A%2F%2Farticles.slicehost.com%2F2009%2F9%2F3%2Fubuntu-hardy-using-mod_wsgi-to-serve-your-application','Ubuntu+Hardy+-+Using+mod_wsgi+to+Serve+Your+Application')">Ubuntu Hardy &#8211; Using mod_wsgi to Serve Your Application</a></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/mod_wsgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>syntax highlighter evolved</title>
		<link>http://vinodpandey.com/syntax-highlighter/</link>
		<comments>http://vinodpandey.com/syntax-highlighter/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 20:39:27 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=54</guid>
		<description><![CDATA[list of languages supported by worpdress plugin syntax highlighter.
Usage:
pre class="brush:[code-alias]"
]]></description>
			<content:encoded><![CDATA[<p>list of <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter:Brushes" onclick="return TrackClick('http%3A%2F%2Falexgorbatchev.com%2Fwiki%2FSyntaxHighlighter%3ABrushes','languages+supported')">languages supported</a> by worpdress plugin <a href="http://www.lastengine.com/syntax-highlighter-wordpress-plugin/" onclick="return TrackClick('http%3A%2F%2Fwww.lastengine.com%2Fsyntax-highlighter-wordpress-plugin%2F','syntax+highlighter')">syntax highlighter</a>.<br />
Usage:<br />
<pre class="brush:html">pre class="brush:[code-alias]"</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/syntax-highlighter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>adding user to compiler group</title>
		<link>http://vinodpandey.com/adding-user-to-compiler-group/</link>
		<comments>http://vinodpandey.com/adding-user-to-compiler-group/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 18:36:05 +0000</pubDate>
		<dc:creator>Vinod Pandey</dc:creator>
				<category><![CDATA[snippets]]></category>

		<guid isPermaLink="false">http://vinodpandey.com/?p=40</guid>
		<description><![CDATA[adding user to compiler group
$ sudo /usr/sbin/usermod -a -G compiler vinod
]]></description>
			<content:encoded><![CDATA[<p>adding user to compiler group<br />
<pre class="brush:bash">$ sudo /usr/sbin/usermod -a -G compiler vinod</pre></p>
]]></content:encoded>
			<wfw:commentRss>http://vinodpandey.com/adding-user-to-compiler-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
