<?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>Sravanthiemmadi's Weblog</title>
	<atom:link href="http://sravanthiemmadi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sravanthiemmadi.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 08 Jan 2009 05:29:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sravanthiemmadi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Sravanthiemmadi's Weblog</title>
		<link>http://sravanthiemmadi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sravanthiemmadi.wordpress.com/osd.xml" title="Sravanthiemmadi&#039;s Weblog" />
	<atom:link rel='hub' href='http://sravanthiemmadi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Obtain last substring of string</title>
		<link>http://sravanthiemmadi.wordpress.com/2008/05/12/obtain-last-substring-of-string/</link>
		<comments>http://sravanthiemmadi.wordpress.com/2008/05/12/obtain-last-substring-of-string/#comments</comments>
		<pubDate>Mon, 12 May 2008 10:30:29 +0000</pubDate>
		<dc:creator>sravanthiemmadi</dc:creator>
				<category><![CDATA[c language]]></category>
		<category><![CDATA[last substring]]></category>
		<category><![CDATA[string]]></category>
		<category><![CDATA[Substring]]></category>

		<guid isPermaLink="false">http://sravanthiemmadi.wordpress.com/2008/05/12/obtain-last-substring-of-string/</guid>
		<description><![CDATA[#ifdef STRRSTR_MISSING #ifndef NULL #define NULL 0 #endif NULL #ifdef ANSI char *strrstr(char *s1,char *s2) { #else char *strrstr(s1, s2) char *s1; char *s2; { #endif char *sc1, *sc2, *psc1, *ps1; if (*s2 == &#8221;) return((char *)s1); ps1 = s1 + strlen(s1); while(ps1 != s1) { &#8211;ps1; for (psc1 = ps1, sc2 = s2; ; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sravanthiemmadi.wordpress.com&amp;blog=3675834&amp;post=4&amp;subd=sravanthiemmadi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>#ifdef STRRSTR_MISSING<br />
#ifndef NULL<br />
#define NULL    0<br />
#endif NULL<br />
#ifdef ANSI<br />
char *strrstr(char *s1,char *s2) {<br />
#else<br />
    char *strrstr(s1, s2)<br />
    char *s1;<br />
    char *s2;<br />
    {<br />
#endif</p>
<p>        char *sc1, *sc2, *psc1, *ps1;</p>
<p>        if (*s2 == &#8221;)<br />
            return((char *)s1);</p>
<p>        ps1 = s1 + strlen(s1);</p>
<p>        while(ps1 != s1) {<br />
            &#8211;ps1;<br />
            for (psc1 = ps1, sc2 = s2; ; )<br />
                if (*(psc1++) != *(sc2++))<br />
                    break;<br />
                else if (*sc2 == &#8221;)<br />
                    return ((char *)ps1);<br />
        }<br />
        return ((char *)NULL);<br />
    }<br />
#endif</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/strrstr" rel="tag">strrstr</a>, <a href="http://technorati.com/tag/string" rel="tag">string</a>, <a href="http://technorati.com/tag/%20reverse" rel="tag"> reverse</a>, <a href="http://technorati.com/tag/%20search" rel="tag"> search</a>, <a href="http://technorati.com/tag/%20c" rel="tag"> c</a></p>
<p><!-- technorati tags end --></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sravanthiemmadi.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sravanthiemmadi.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sravanthiemmadi.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sravanthiemmadi.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sravanthiemmadi.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sravanthiemmadi.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sravanthiemmadi.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sravanthiemmadi.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sravanthiemmadi.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sravanthiemmadi.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sravanthiemmadi.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sravanthiemmadi.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sravanthiemmadi.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sravanthiemmadi.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sravanthiemmadi.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sravanthiemmadi.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sravanthiemmadi.wordpress.com&amp;blog=3675834&amp;post=4&amp;subd=sravanthiemmadi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sravanthiemmadi.wordpress.com/2008/05/12/obtain-last-substring-of-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1849fc4a972dff8855538edfb4aaca44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sravanthiemmadi</media:title>
		</media:content>
	</item>
		<item>
		<title>Rebuilding LaunchServices database</title>
		<link>http://sravanthiemmadi.wordpress.com/2008/05/09/rebuilding-launchservices-database/</link>
		<comments>http://sravanthiemmadi.wordpress.com/2008/05/09/rebuilding-launchservices-database/#comments</comments>
		<pubDate>Fri, 09 May 2008 10:23:16 +0000</pubDate>
		<dc:creator>sravanthiemmadi</dc:creator>
				<category><![CDATA[COCOA]]></category>
		<category><![CDATA[Finder "Open With" menu]]></category>
		<category><![CDATA[LaunchServices]]></category>
		<category><![CDATA[LaunchServices.framework]]></category>

		<guid isPermaLink="false">http://sravanthiemmadi.wordpress.com/?p=3</guid>
		<description><![CDATA[If your "Open With" menu shows applications that are no longer installed, or shows some of them as duplicates, you can use the following Terminal command to rebuild your LaunchServices database: /System/Library/Frameworks/ApplicationServices.framework/\ Frameworks/LaunchServices.framework/Support/lsregister \ -kill -r -domain local -domain system -domain user<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sravanthiemmadi.wordpress.com&amp;blog=3675834&amp;post=3&amp;subd=sravanthiemmadi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>If your "Open With" menu shows applications that are no longer
installed, or shows some of them as duplicates, you can use the
following Terminal command to rebuild your LaunchServices database:

/System/Library/Frameworks/ApplicationServices.framework/\
Frameworks/LaunchServices.framework/Support/lsregister \
-kill -r -domain local -domain system -domain user</pre>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sravanthiemmadi.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sravanthiemmadi.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sravanthiemmadi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sravanthiemmadi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sravanthiemmadi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sravanthiemmadi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sravanthiemmadi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sravanthiemmadi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sravanthiemmadi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sravanthiemmadi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sravanthiemmadi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sravanthiemmadi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sravanthiemmadi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sravanthiemmadi.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sravanthiemmadi.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sravanthiemmadi.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sravanthiemmadi.wordpress.com&amp;blog=3675834&amp;post=3&amp;subd=sravanthiemmadi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sravanthiemmadi.wordpress.com/2008/05/09/rebuilding-launchservices-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1849fc4a972dff8855538edfb4aaca44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sravanthiemmadi</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding an Application entry to the loginwindow.plist</title>
		<link>http://sravanthiemmadi.wordpress.com/2008/05/08/hello-world/</link>
		<comments>http://sravanthiemmadi.wordpress.com/2008/05/08/hello-world/#comments</comments>
		<pubDate>Thu, 08 May 2008 09:04:49 +0000</pubDate>
		<dc:creator>sravanthiemmadi</dc:creator>
				<category><![CDATA[COCOA]]></category>
		<category><![CDATA[loginwindow]]></category>
		<category><![CDATA[osascript]]></category>
		<category><![CDATA[System Events]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Adding an Application entry to the loginwindow.plist /usr/bin/osascript -e &#8220;tell application \&#8221;System Events\&#8221; to make new login item with properties { path: applicationPath, hidden:false } at end&#8221;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sravanthiemmadi.wordpress.com&amp;blog=3675834&amp;post=1&amp;subd=sravanthiemmadi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Adding an Application entry to the loginwindow.plist</p>
<p>/usr/bin/osascript -e &#8220;tell application \&#8221;System Events\&#8221; to make new login item with properties { path: applicationPath, hidden:false } at end&#8221;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/sravanthiemmadi.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/sravanthiemmadi.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sravanthiemmadi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sravanthiemmadi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sravanthiemmadi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sravanthiemmadi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sravanthiemmadi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sravanthiemmadi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sravanthiemmadi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sravanthiemmadi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sravanthiemmadi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sravanthiemmadi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sravanthiemmadi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sravanthiemmadi.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sravanthiemmadi.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sravanthiemmadi.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sravanthiemmadi.wordpress.com&amp;blog=3675834&amp;post=1&amp;subd=sravanthiemmadi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sravanthiemmadi.wordpress.com/2008/05/08/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1849fc4a972dff8855538edfb4aaca44?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sravanthiemmadi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
