<?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;  php-remove-decimal-zeros</title>
	<atom:link href="http://blog.sriunplugged.com/post/php-remove-decimal-zeros/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>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>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>Automatic Command Archive</title>
		<link>http://blog.sriunplugged.com/shell-scripting/automatic-command-archive/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/automatic-command-archive/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 10:45:19 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[HISTFILESIZE]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=4</guid>
		<description><![CDATA[<p>The default command storing size of ubuntu is 500 commands. It stores the commands in home folder in the file ".bash_history" .
The problem is 500 commands is too short of a size.
One method is to increase the command size to a large value by changing th&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/automatic-command-archive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BSNL Dataone Auto Downloader</title>
		<link>http://blog.sriunplugged.com/shell-scripting/bsnl-dataone-auto-downloader/</link>
		<comments>http://blog.sriunplugged.com/shell-scripting/bsnl-dataone-auto-downloader/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 21:41:43 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[acpi]]></category>
		<category><![CDATA[dataone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell scripting]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[GMT]]></category>
		<category><![CDATA[RTC]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[UTC]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=8</guid>
		<description><![CDATA[<p>Bsnl(India) provides an account that has 2am to 8am unlimited download. It was not easy to wake up at 2am and switch on the computer and sleep again. So I tried to find a method to switch on the computer automatically at 2am and download and shutdown at 8a&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/shell-scripting/bsnl-dataone-auto-downloader/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Simplest way to remove trailing zeros of decimal numbers</title>
		<link>http://blog.sriunplugged.com/php/remove-trailing-zero-in-decimal/</link>
		<comments>http://blog.sriunplugged.com/php/remove-trailing-zero-in-decimal/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 15:07:16 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[decimal]]></category>
		<category><![CDATA[trim]]></category>
		<category><![CDATA[zero]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=123</guid>
		<description><![CDATA[<p>This is a simple method I found to remove or strip trailing zeros of a decimal number. The function accepts the decimal number and return the trimmed value back. It removes all the redundant zeros in the number after the decimal point and if no number othe&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/php/remove-trailing-zero-in-decimal/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Web page Performance for a Blog &#8211; Part 1</title>
		<link>http://blog.sriunplugged.com/performance/web-page-performance-1/</link>
		<comments>http://blog.sriunplugged.com/performance/web-page-performance-1/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 11:43:00 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[Performance]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blog performance]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[etag]]></category>
		<category><![CDATA[Expiry Header]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[FILE]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[minify]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[static contents]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=305</guid>
		<description><![CDATA[<p>I have always under the notion that page performance for big websites or websites that have a sole server and various resources like CDN and load balancers. So I wanted to know if this is true. I set out to try web page performance my blog. I just wanted t&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/performance/web-page-performance-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print Array in PHP</title>
		<link>http://blog.sriunplugged.com/php/print-array-php/</link>
		<comments>http://blog.sriunplugged.com/php/print-array-php/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 07:21:21 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[print_r]]></category>
		<category><![CDATA[var_dump]]></category>
		<category><![CDATA[var_export]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=178</guid>
		<description><![CDATA[<p>There are various methods and commands used in PHP to print an array of elements. They are different in the way they print the array elements.
I will cover three main ones I usually use.
Lets assume an array as follows to explain the various types of pri&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/php/print-array-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Check if a table exists in MySQL from PHP</title>
		<link>http://blog.sriunplugged.com/php/check-table-exists-mysql-php/</link>
		<comments>http://blog.sriunplugged.com/php/check-table-exists-mysql-php/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 10:55:55 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[DBNAME]]></category>
		<category><![CDATA[query]]></category>
		<category><![CDATA[table]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=170</guid>
		<description><![CDATA[<p>Sometimes its necessary to execute a query or execute some code if a table exists or not. So a bit of searching got me to the conclusion that mysql doesn't have a direct query or method for it from php. So there are two methods to do it.



	 Use the mys&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/php/check-table-exists-mysql-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix link issue in Twitter client of Fusion theme</title>
		<link>http://blog.sriunplugged.com/php/fix-link-issue-in-twitter-client-of-fusion-theme/</link>
		<comments>http://blog.sriunplugged.com/php/fix-link-issue-in-twitter-client-of-fusion-theme/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 14:36:18 +0000</pubDate>
		<dc:creator>Srijith R</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://blog.sriunplugged.com/?p=88</guid>
		<description><![CDATA[<p>When I tried out the Twitter client in fusion theme I noticed that the urls are wrong in that client. The URL in my client were like http://blog.sriunplugged.com/"http://search.twitter.com/search?q=%23Home" . So after a bit of digging into I found that the&#160;...</p>]]></description>
		<wfw:commentRss>http://blog.sriunplugged.com/php/fix-link-issue-in-twitter-client-of-fusion-theme/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

