<?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>Srijith Unplugged &#187; Search Results  &#187;  print-array-syntax-error-php</title>
	<atom:link href="http://blog.sriunplugged.com/post/print-array-syntax-error-php/feed/rss2/" rel="self" type="application/rss+xml" />
	<link>http://blog.sriunplugged.com</link>
	<description>The place where I share my experiments on my computer</description>
	<lastBuildDate>Tue, 27 Dec 2011 20:57:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>User Level Threads</title>
		<link>http://blog.sriunplugged.com/linux/user-level-threads/</link>
		<comments>http://blog.sriunplugged.com/linux/user-level-threads/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 07:57:48 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[Assginment]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[light weight]]></category>
		<category><![CDATA[swapcontext]]></category>
		<category><![CDATA[threads]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=392</guid>
		<description><![CDATA[<p>User level threads is created for light weight threads. It needs to be controlled, context switched and swapped by the process. To the Operating System it is only one process without any threads. Here is one implementation of it:



q.h

[c]

#includ&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/linux/user-level-threads/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cron a Django Program</title>
		<link>http://blog.sriunplugged.com/python/cron-django-program/</link>
		<comments>http://blog.sriunplugged.com/python/cron-django-program/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 21:48:58 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[import]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=383</guid>
		<description><![CDATA[<p>One of the issue I faced while developing a website in Django was I always had a script which collects or data which is to be in the cron. But Django usually needs a lot of configurations and settings for the environment to run. So after some searches I go&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/python/cron-django-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Service Engineer/System Administrator Interview Questions</title>
		<link>http://blog.sriunplugged.com/shell-scripting/service-engineersystem-administrator-interview-questions/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/service-engineersystem-administrator-interview-questions/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 21:48:37 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[interview]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[administrator]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[sed]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=377</guid>
		<description><![CDATA[<p>This is not my code alone.  It was the group effort of Vivek Ram, Cijo George, Sandeep Unni and mine during our epic preparation for Yahoo!. I am just putting it open for others who would be looking for this information.



	Convert all lower case to up&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/service-engineersystem-administrator-interview-questions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ontology Linked Data</title>
		<link>http://blog.sriunplugged.com/assginment/ontology-linked-data/</link>
		<comments>http://blog.sriunplugged.com/assginment/ontology-linked-data/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 19:43:12 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[Assginment]]></category>
		<category><![CDATA[assignment]]></category>
		<category><![CDATA[linked data]]></category>
		<category><![CDATA[ontology]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=349</guid>
		<description><![CDATA[<p>The following is a Assignment on Ontology and Linked Data and the evolution of data which lead to the use of ontology in web. Thanks to my teammates Bharath Gowda and Sravani Thota for working on the same.


Ontology And Linked Data



An ontology for&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/assginment/ontology-linked-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Django on Dreamhost</title>
		<link>http://blog.sriunplugged.com/python/installing-django-dreamhost/</link>
		<comments>http://blog.sriunplugged.com/python/installing-django-dreamhost/#comments</comments>
		<pubDate>Thu, 09 Jun 2011 08:27:36 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[python]]></category>
		<category><![CDATA[dispatch.fcgi]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[easy_install]]></category>
		<category><![CDATA[fcgi]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[mysql-python]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=337</guid>
		<description><![CDATA[<p>Installing Django in Dreamhost and getting it to run wasn't straight forward at-least to me. There was lot of issues such as python bin directory not accessible as its shared and so.



So the initial step in this to setup python yourself so that you can&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/python/installing-django-dreamhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display row number in Mysql Select Query</title>
		<link>http://blog.sriunplugged.com/mysql/display-row-number-mysql-select-query/</link>
		<comments>http://blog.sriunplugged.com/mysql/display-row-number-mysql-select-query/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 22:54:07 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[row number]]></category>
		<category><![CDATA[select]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=168</guid>
		<description><![CDATA[<p>How many times did want to have the row number or the position of the row in the selected query? I had many cases where I needed this feature. I needed the feature for printing the rank of a person where each row is the mark of the person. So lets see how &#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/mysql/display-row-number-mysql-select-query/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Auto Away Notifier for Pidgin in Perl</title>
		<link>http://blog.sriunplugged.com/shell-scripting/auto-away-notifier-for-pidgin-in-perl/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/auto-away-notifier-for-pidgin-in-perl/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 10:05:22 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[acpi]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[pidgin]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[Auto Away Notifier]]></category>
		<category><![CDATA[Auto Away Notifier Perl]]></category>
		<category><![CDATA[Auto Away Plugin]]></category>
		<category><![CDATA[FILE]]></category>
		<category><![CDATA[LID]]></category>
		<category><![CDATA[Purple Debug]]></category>
		<category><![CDATA[Tools Plugins]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=10</guid>
		<description><![CDATA[<p>Whenever I am away from laptop my chat buddies leave me lots message and finally lots of "You there???". So  I thought of making a script that would inform my buddies that I am away when someone sends me a message.
This method works with Pigin API.
I hav&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/auto-away-notifier-for-pidgin-in-perl/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Display Reminders In Gnome Panel</title>
		<link>http://blog.sriunplugged.com/linux/display-reminders-in-gnome-panel/</link>
		<comments>http://blog.sriunplugged.com/linux/display-reminders-in-gnome-panel/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 20:40:29 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[FILE]]></category>
		<category><![CDATA[Panel Reminder]]></category>
		<category><![CDATA[Perl Program]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=9</guid>
		<description><![CDATA[<p>It was a long standing requirement of mine to create a reminder software or something which can keep me reminding of things as I always keep forgetting things. So I made a reminder that displays my reminders on the Gnome Panel.
It looks something like thi&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/linux/display-reminders-in-gnome-panel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find Invisible Users In Gmail</title>
		<link>http://blog.sriunplugged.com/linux/find-invisible-users-in-gmail/</link>
		<comments>http://blog.sriunplugged.com/linux/find-invisible-users-in-gmail/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 05:03:38 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[XMPP]]></category>
		<category><![CDATA[ARGV]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[SESSION]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[STREAM]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=5</guid>
		<description><![CDATA[<p>Finding who is invisible is something that I always wanted to do.It's always fun to ping a person who feels none can see him/her online. While studying XMPP protocol I found out that even when the person is offline the chat client knows that person is onli&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/linux/find-invisible-users-in-gmail/feed/</wfw:commentRss>
		<slash:comments>130</slash:comments>
		</item>
		<item>
		<title>&#8220;Send To&#8221; in Linux for Nautilus</title>
		<link>http://blog.sriunplugged.com/shell-scripting/send-to-in-linux/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/send-to-in-linux/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 16:31:54 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[Choose Destination]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[Nautilus Ubuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=3</guid>
		<description><![CDATA[<p>It's been a common practice among the windows users to right click and search for "Send To" option when a file needs to copied to the USB or any other Drive.
Why spare me, even i used to do this while using windows, when to my astonishment i found that th&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/send-to-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

