<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - mprabhuram</title>
<link>http://snipplr.com/users/mprabhuram</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 11:59:29 GMT</pubDate>
<item>
<title>(Bash) What is the current shell you are in ?</title>
<link>http://snipplr.com/view/55419/what-is-the-current-shell-you-are-in-/</link>
<description><![CDATA[ <p>To find out the current shell</p> ]]></description>
<pubDate>Sat, 18 Jun 2011 00:46:56 GMT</pubDate>
<guid>http://snipplr.com/view/55419/what-is-the-current-shell-you-are-in-/</guid>
</item>
<item>
<title>(Bash) how to search / find files in Linux</title>
<link>http://snipplr.com/view/50904/how-to-search--find-files-in-linux/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Mar 2011 11:00:19 GMT</pubDate>
<guid>http://snipplr.com/view/50904/how-to-search--find-files-in-linux/</guid>
</item>
<item>
<title>(Bash) Linux Sort anything by any column</title>
<link>http://snipplr.com/view/50892/linux-sort-anything-by-any-column/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 21 Mar 2011 01:52:50 GMT</pubDate>
<guid>http://snipplr.com/view/50892/linux-sort-anything-by-any-column/</guid>
</item>
<item>
<title>(Bash) Backing up Amazon EC2 Linux Instance</title>
<link>http://snipplr.com/view/50135/backing-up-amazon-ec2-linux-instance/</link>
<description><![CDATA[ <p>http://robpickering.com/2010/07/create-a-full-backup-image-of-your-amazon-ec2-instance-2-129</p> ]]></description>
<pubDate>Sat, 05 Mar 2011 14:28:47 GMT</pubDate>
<guid>http://snipplr.com/view/50135/backing-up-amazon-ec2-linux-instance/</guid>
</item>
<item>
<title>(SAS) Convert character field in to SAS date field</title>
<link>http://snipplr.com/view/49898/convert-character-field-in-to-sas-date-field/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Mar 2011 09:52:13 GMT</pubDate>
<guid>http://snipplr.com/view/49898/convert-character-field-in-to-sas-date-field/</guid>
</item>
<item>
<title>(SAS) Substring function</title>
<link>http://snipplr.com/view/46526/substring-function/</link>
<description><![CDATA[ <p>SUBSTRN(String,Start,count)</p> ]]></description>
<pubDate>Wed, 05 Jan 2011 07:24:35 GMT</pubDate>
<guid>http://snipplr.com/view/46526/substring-function/</guid>
</item>
<item>
<title>(Visual Basic) Find the last occurrence of a character in a string</title>
<link>http://snipplr.com/view/46269/find-the-last-occurrence-of-a-character-in-a-string/</link>
<description><![CDATA[ <p>I would like to find the position of the last occurrence of a character in a string and print every thing after that.</p> ]]></description>
<pubDate>Thu, 30 Dec 2010 03:59:18 GMT</pubDate>
<guid>http://snipplr.com/view/46269/find-the-last-occurrence-of-a-character-in-a-string/</guid>
</item>
<item>
<title>(SAS) SAS Oracle Bulk Load</title>
<link>http://snipplr.com/view/45037/sas-oracle-bulk-load/</link>
<description><![CDATA[ <p>use bulk load to save a large SAS dataset into oracle/DB2/SQL Server/ Teradata for joining with other tables etc..

Alternate link : http://www2.sas.com/proceedings/sugi29/106-29.pdf</p> ]]></description>
<pubDate>Tue, 30 Nov 2010 06:14:29 GMT</pubDate>
<guid>http://snipplr.com/view/45037/sas-oracle-bulk-load/</guid>
</item>
<item>
<title>(Bash) List directories by size in Linux / AIX</title>
<link>http://snipplr.com/view/43098/list-directories-by-size-in-linux--aix/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 28 Oct 2010 07:20:24 GMT</pubDate>
<guid>http://snipplr.com/view/43098/list-directories-by-size-in-linux--aix/</guid>
</item>
<item>
<title>(Bash) Installing Mercurial Hg on Mac OSX</title>
<link>http://snipplr.com/view/42846/installing-mercurial-hg-on-mac-osx/</link>
<description><![CDATA[ <p>Mercurial Hg is a popular source code versioning system</p> ]]></description>
<pubDate>Sun, 24 Oct 2010 18:03:39 GMT</pubDate>
<guid>http://snipplr.com/view/42846/installing-mercurial-hg-on-mac-osx/</guid>
</item>
<item>
<title>(Bash) Installing wget on Mac OSX</title>
<link>http://snipplr.com/view/42845/installing-wget-on-mac-osx/</link>
<description><![CDATA[ <p>Wget is a command line tool to download files from the internet.</p> ]]></description>
<pubDate>Sun, 24 Oct 2010 17:41:05 GMT</pubDate>
<guid>http://snipplr.com/view/42845/installing-wget-on-mac-osx/</guid>
</item>
<item>
<title>(SQL) Cursor FOR LOOP</title>
<link>http://snipplr.com/view/40104/cursor-for-loop/</link>
<description><![CDATA[ <p>You would use a CURSOR FOR Loop when you want to fetch and process every record in a cursor. The CURSOR FOR Loop will terminate when all of the records in the cursor have been fetched.</p> ]]></description>
<pubDate>Wed, 08 Sep 2010 02:21:52 GMT</pubDate>
<guid>http://snipplr.com/view/40104/cursor-for-loop/</guid>
</item>
<item>
<title>(SQL) Elapsed Time Calculation &amp;amp; SLEEP</title>
<link>http://snipplr.com/view/39745/elapsed-time-calculation--sleep/</link>
<description><![CDATA[ <p>Elapsed Time Calculation</p> ]]></description>
<pubDate>Tue, 31 Aug 2010 12:54:01 GMT</pubDate>
<guid>http://snipplr.com/view/39745/elapsed-time-calculation--sleep/</guid>
</item>
<item>
<title>(SQL) Generate HASH Value for a string</title>
<link>http://snipplr.com/view/39744/generate-hash-value-for-a-string/</link>
<description><![CDATA[ <p>GET_HASH_VALUE Function

This function computes a hash value for the given string.

Syntax

DBMS_UTILITY.GET_HASH_VALUE (
   name      VARCHAR2, 
   base      NUMBER, 
   hash_size NUMBER)
  RETURN NUMBER;</p> ]]></description>
<pubDate>Tue, 31 Aug 2010 12:51:58 GMT</pubDate>
<guid>http://snipplr.com/view/39744/generate-hash-value-for-a-string/</guid>
</item>
<item>
<title>(SQL) Return Database Version</title>
<link>http://snipplr.com/view/39742/return-database-version/</link>
<description><![CDATA[ <p>Returns database's version</p> ]]></description>
<pubDate>Tue, 31 Aug 2010 12:26:55 GMT</pubDate>
<guid>http://snipplr.com/view/39742/return-database-version/</guid>
</item>
<item>
<title>(SQL) Dynamic SQL - Stored procedure</title>
<link>http://snipplr.com/view/39696/dynamic-sql--stored-procedure/</link>
<description><![CDATA[ <p>other links :
http://tinman.cs.gsu.edu/~raj/880/su98/pldsql/node6.html</p> ]]></description>
<pubDate>Mon, 30 Aug 2010 13:48:22 GMT</pubDate>
<guid>http://snipplr.com/view/39696/dynamic-sql--stored-procedure/</guid>
</item>
<item>
<title>(SQL) Variable Declaration Using Database Objects %rowtype</title>
<link>http://snipplr.com/view/39695/variable-declaration-using-database-objects-rowtype/</link>
<description><![CDATA[ <p>In the examples so far we have declared variables as a separate object using one of PL/SQL’s standard datatypes. Normally a PL/SQL variable is closely tied to a database object and uses the same datatype.  For example, if the variable will hold the book title from the book table , the variable definition must be of the exact same type and size as the table column.  But what happens when the DBA changes the book table so that book_title is defined as a varchar2(60) instead of a varchar2(40)?  It’s important to program in such a way that when the tables are changed, the PL/SQL code does not always need to be changed</p> ]]></description>
<pubDate>Mon, 30 Aug 2010 10:29:21 GMT</pubDate>
<guid>http://snipplr.com/view/39695/variable-declaration-using-database-objects-rowtype/</guid>
</item>
<item>
<title>(SQL) Logic to subtract months from a date field and extract run_yr_mo</title>
<link>http://snipplr.com/view/39327/logic-to-subtract-months-from-a-date-field-and-extract-runyrmo/</link>
<description><![CDATA[ <p>Logic to subtract months from a date field and extract year and month</p> ]]></description>
<pubDate>Fri, 20 Aug 2010 00:17:29 GMT</pubDate>
<guid>http://snipplr.com/view/39327/logic-to-subtract-months-from-a-date-field-and-extract-runyrmo/</guid>
</item>
<item>
<title>(SQL) Oracle Sequence</title>
<link>http://snipplr.com/view/39067/oracle-sequence/</link>
<description><![CDATA[ <p>Sequence is used to generate auto incrementing numbers</p> ]]></description>
<pubDate>Sat, 14 Aug 2010 05:09:31 GMT</pubDate>
<guid>http://snipplr.com/view/39067/oracle-sequence/</guid>
</item>
<item>
<title>(Bash) Add date and time to filename</title>
<link>http://snipplr.com/view/37902/add-date-and-time-to-filename/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 26 Jul 2010 16:55:00 GMT</pubDate>
<guid>http://snipplr.com/view/37902/add-date-and-time-to-filename/</guid>
</item>
</channel>
</rss>
