<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-6825684586413248679</atom:id><lastBuildDate>Sat, 05 Oct 2024 02:03:52 +0000</lastBuildDate><category>Tech</category><category>tricks</category><category>websites</category><category>cool</category><category>interesting</category><category>ubuntu</category><category>linux</category><category>downloads</category><category>ebooks</category><category>google</category><category>torrents</category><category>tutorials</category><category>contest</category><category>firefox</category><category>magazines</category><category>microsoft</category><category>twitter</category><category>Softwares</category><category>Space</category><category>algorithms</category><category>blogs</category><category>facebook</category><category>fun</category><category>laptops</category><category>mp3</category><category>plugin</category><category>programming</category><category>results</category><category>search engines</category><category>songs</category><category>yahoo</category><title>Techgyan</title><description>Interesting Tech facts,tricks and some cool websites</description><link>http://pradeep-nayak.blogspot.com/</link><managingEditor>noreply@blogger.com (Pradeep Nayak)</managingEditor><generator>Blogger</generator><openSearch:totalResults>71</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-8331918335071057621</guid><pubDate>Mon, 24 Aug 2009 17:55:00 +0000</pubDate><atom:updated>2009-08-24T23:35:34.435+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">linux</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>Know your Battery status the command line way</title><description>Well no big deal:-). The battery information can be easily got by clicking on the battery icon in your Ubuntu&#39;s taskbar. The good thing here is you will know from which file the information of the battery is fetched.&lt;br /&gt;To know the current state of the battery:&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;pradeep@pradeep-laptop:~$&lt;/span&gt; cat /proc/acpi/battery/BAT0/state&lt;br /&gt;present:                 yes&lt;br /&gt;capacity state:          ok&lt;br /&gt;charging state:          charging&lt;br /&gt;present rate:            0 mA&lt;br /&gt;remaining capacity:      3599 mAh&lt;br /&gt;present voltage:         12578 mV&lt;br /&gt;&lt;br /&gt;To know all the info regarding your laptop battery:&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;pradeep@pradeep-laptop:~$&lt;/span&gt; cat /proc/acpi/battery/BAT0/info&lt;br /&gt;present:                 yes&lt;br /&gt;design capacity:         4400 mAh&lt;br /&gt;last full capacity:      3789 mAh&lt;br /&gt;battery technology:      rechargeable&lt;br /&gt;design voltage:          10800 mV&lt;br /&gt;design capacity warning: 185 mAh&lt;br /&gt;design capacity low:     129 mAh&lt;br /&gt;capacity granularity 1:  56 mAh&lt;br /&gt;capacity granularity 2:  3604 mAh&lt;br /&gt;model number:            VE06047&lt;br /&gt;serial number:             453&lt;br /&gt;battery type:            LION&lt;br /&gt;OEM info:                STL-LG22&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ahh, 3789mAh/4400mAh = 87%, Not bad after 1.5 years of torture to my lappy;-). Let me know your&#39; s too.</description><link>http://pradeep-nayak.blogspot.com/2009/08/know-your-battery-status-command-line.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-2408224905963345996</guid><pubDate>Sun, 23 Aug 2009 19:26:00 +0000</pubDate><atom:updated>2009-08-24T01:16:05.905+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">linux</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">twitter</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>Twittering the command line way</title><description>As you might have noticed my previous post was browsing the command line. Now lets see how to twitter the command line way:-);-)&lt;br /&gt;At first you need to install cURL.(a client for getting files from servers) to post to Twitter through the Terminal which can be installed using the following command:&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;code style=&quot;font-weight: bold;&quot;&gt;pradeep@pradeep-laptop:sudo apt-get install curl&lt;/code&gt;&lt;/span&gt; &lt;p&gt;With cURL installed, you can post to Twitter from the terminal window by using the following syntax:&lt;/p&gt;&lt;p style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;code&gt;pradeep@pradeep-laptop:curl -u yourusername:yourpassword -d status=&quot;Your Message Here&quot; http://twitter.com/statuses/update.xml&lt;/code&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt; &lt;p&gt;You will receive a response containing the XML coding for your post which acts as a confirmation that your post was submitted.&lt;/p&gt;&lt;p&gt;So have fun twittering the command line way:-) &lt;/p&gt;&lt;p&gt;Post in your reviews:-)&lt;br /&gt;&lt;/p&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/08/twittering-command-line-way.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-671665039819870377</guid><pubDate>Tue, 18 Aug 2009 19:41:00 +0000</pubDate><atom:updated>2009-08-19T01:50:25.335+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">linux</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>The command line way of browsing</title><description>One of the best things in Linux I like is the command line way of doing things. Well now I can do almost all my work from the terminal and the latest being browsing and chatting. The only thing I cannot do is viewing images and watching videos which soon might be possible:-).&lt;br /&gt;So how do I browse from my terminal??? I thought was it possible? I have realised lately there&#39;s help for everything and anything on Linux. After doing a small research I found out this cute command line app called &lt;span style=&quot;font-weight: bold;&quot;&gt;&quot;Elinks&quot;(command line browser)&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;Ever wondered how fast the browser Elinks is ??? No pop ups, no images, but absoultely cool plain test views,option to see images using eog(Eye Of Gnome) , tabbed browsing, history, bookmarks, history : everything one might need in a modern day browser. It doesn&#39;t crash , doesn&#39;t require any extra plugins for working. Actually above anything else its the speed of browsing is what that beats me ! Brilliant! Don know what adjective would describe the power of elinks. Check out the google page opened on elinks.&lt;br /&gt;Accessing my Gmail account is fun in elinks. So damn fast!!&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&quot;finch&quot;&lt;/span&gt; is a command line chat client which is the same as pigdin.:-)&lt;br /&gt;&lt;br /&gt;elinks can be installed on your ubuntu as follows:&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;#pradeep@pradeep-laptop:&lt;/span&gt; sudo apt-get install elinks&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDcIBahRBihZcOuM_sF_hmk_F2ISQ3Oa-Vz3w8ezHlACYDDBZ1VkQl6Q16HE96o32XpAngMh8-2X7FNDdPSBQFPW97AsiUBg1JJq_NH4VaLEGZun4igTC5kxfsd3L-Ot7aUPpnoK9F5GU/s1600-h/Screenshot-1.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDcIBahRBihZcOuM_sF_hmk_F2ISQ3Oa-Vz3w8ezHlACYDDBZ1VkQl6Q16HE96o32XpAngMh8-2X7FNDdPSBQFPW97AsiUBg1JJq_NH4VaLEGZun4igTC5kxfsd3L-Ot7aUPpnoK9F5GU/s320/Screenshot-1.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5371398822130060210&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;PS: I agree that GUI way of doing things is friendly,easy and all. But after a few tries the command liners are easy to use , more productive and damn cool!!!&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Always try and do things differently:-);-)</description><link>http://pradeep-nayak.blogspot.com/2009/08/command-line-way-of-browsing.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDcIBahRBihZcOuM_sF_hmk_F2ISQ3Oa-Vz3w8ezHlACYDDBZ1VkQl6Q16HE96o32XpAngMh8-2X7FNDdPSBQFPW97AsiUBg1JJq_NH4VaLEGZun4igTC5kxfsd3L-Ot7aUPpnoK9F5GU/s72-c/Screenshot-1.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-2933601484812038454</guid><pubDate>Mon, 17 Aug 2009 19:25:00 +0000</pubDate><atom:updated>2009-08-18T01:21:30.554+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">algorithms</category><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">tutorials</category><title>SMS Typing</title><description>Of late I have been solving a lot of problems. Here s a problem which you guys can solve.&lt;br /&gt;&lt;br /&gt;Cell phones have become an essential part of modern life. In addition to making voice calls, cell phones can be used to send text messages, which are known as SMS for short. Unlike computer keyboards, most cell phones have limited number of keys. To accommodate all alphabets, letters are compacted into single key. Therefore, to type certain characters, a key must be repeatedly pressed until that character is shown on the display panel.&lt;br /&gt;&lt;br /&gt;In this problem we are interested in finding out the number of times keys on a cell phone must be pressed to type a particular message.&lt;br /&gt;&lt;br /&gt;In this problem we will assume that the key pad of our cell phone is arranged as follows.&lt;br /&gt;&lt;br /&gt;---------------------&lt;br /&gt;&lt;br /&gt;|      | abc | def  |&lt;br /&gt;&lt;br /&gt;---------------------&lt;br /&gt;&lt;br /&gt;| ghi  | jkl | mno  |&lt;br /&gt;&lt;br /&gt;---------------------&lt;br /&gt;&lt;br /&gt;| pqrs | tuv | wxyz |&lt;br /&gt;&lt;br /&gt;---------------------&lt;br /&gt;&lt;br /&gt;       |      |sp &lt;sp&gt;|      |&lt;br /&gt;&lt;br /&gt;---------------------&lt;br /&gt;&lt;br /&gt;In the above grid each cell represents one key. Here SP means a space. In order to type  the letter ‘a’,  we must press that key once, however to type ‘b’ the same key must be repeatedly pressed twice and for ‘c’ three times. In the same manner, one key press for ‘d’, two for ‘e’ and three for ‘f’.  This is also applicable for the remaining keys and letters. Note that it takes a single press to type a space.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Input&lt;/span&gt;:&lt;br /&gt;The first line of input will be a positive integer T where T denotes the number of test cases. T lines will then follow each containing only spaces and lower case letters. Each line will contain at least 1 and at most 100 characters.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Output:&lt;/span&gt;&lt;br /&gt;For every case of input there will be one line of output. It will first contain the case number followed by the number of key presses required to type the message of that case. Look at the sample output for exact formatting.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/sp&gt;&lt;div style=&quot;text-align: right;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;sp&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Sample Input    :                          Sample Output &lt;/span&gt;&lt;/sp&gt;&lt;br /&gt;&lt;/div&gt;&lt;sp&gt;&lt;/sp&gt;&lt;/div&gt;&lt;sp&gt;&lt;br /&gt;welcome to ulab   :             29&lt;br /&gt;&lt;br /&gt;good luck and have fun   :  41&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Problemsetter: Shamim Hafiz&lt;br /&gt;&lt;br /&gt;Special Thanks: Sohel Hafiz&lt;br /&gt;&lt;br /&gt;You can download the solution done by me and my friend amruth at &lt;a href=&quot;https://dl.getdropbox.com/u/1258877/sms.c&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-size:180%;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;here&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;The code was compiled and executed on a gcc compiler&lt;/sp&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/08/sms-typing.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-8867217230424478066</guid><pubDate>Sun, 16 Aug 2009 20:46:00 +0000</pubDate><atom:updated>2009-08-17T02:34:58.452+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">linux</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">tutorials</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>Bash SpellChecker</title><description>Reason for this post is that i tend do a lot of typing mistakes while typing at the terminal:-).&lt;br /&gt;Spell checking in bash can be enabled adding the following line below into your bashrc file&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;shopt -s cdspell&lt;/span&gt;      &lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;#pradeep@pradeep-laptop:&lt;/span&gt;gedit ~/.bashrc&lt;br /&gt;&lt;br /&gt;Add the command mentioned above to the end of the file and save.&lt;br /&gt;&lt;br /&gt;That’s all :)&lt;br /&gt;&lt;p&gt;If you want to enable this for all the users, then append this to your /etc/bash.bashrc (in Ubuntu) or /etc/bashrc (in Fedora). Of course, you need the root privilege to edit the files in /etc.&lt;/p&gt; &lt;p&gt;Now try these&lt;br /&gt;cd /hoem&lt;br /&gt;cd /hoe&lt;/p&gt; &lt;p&gt;Ain&#39;t it cool.&lt;br /&gt;&lt;/p&gt;So by the way what is a bashrc file?&lt;br /&gt;Ok in short it is a script which is run by the bash shell when ever a terminal is invoked once you login.&lt;br /&gt;To know more please see /usr/share/doc/bash/INTRO.gz as in &quot;Ubuntu 9.04&quot;. Not sure about other versions. It should be the same according to me.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;code&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/08/bash-spellchecker.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-3031003789819157796</guid><pubDate>Tue, 11 Aug 2009 17:38:00 +0000</pubDate><atom:updated>2009-08-11T23:34:15.170+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">microsoft</category><category domain="http://www.blogger.com/atom/ns#">Tech</category><title>Microsoft Visio</title><description>Ok i don usually like writing about microsoft stuff:-). But saw my friend amarnath installing this software, so writing:-)&lt;br /&gt;&lt;p&gt;&lt;b&gt;Microsoft Visio&lt;/b&gt; (pronounced VIZ-ee-oh, not VIZH-ee-oh) is a &lt;a href=&quot;http://en.wikipedia.org/wiki/Diagramming_program&quot; title=&quot;Diagramming program&quot; class=&quot;mw-redirect&quot;&gt;diagramming program&lt;/a&gt; for &lt;a href=&quot;http://en.wikipedia.org/wiki/Microsoft_Windows&quot; title=&quot;Microsoft Windows&quot;&gt;Microsoft Windows&lt;/a&gt; that uses &lt;a href=&quot;http://en.wikipedia.org/wiki/Vector_graphics&quot; title=&quot;Vector graphics&quot;&gt;vector graphics&lt;/a&gt; to create diagrams. It is currently available in two editions: Standard and Professional.&lt;/p&gt; &lt;p&gt;The Standard and Professional editions both share the same interface, but the latter has additional templates for more advanced diagrams and layouts as well as unique functionality that makes it easy for users to connect their diagrams to a number of data sources and display the information graphically.&lt;sup id=&quot;cite_ref-MS_compare_0-0&quot; class=&quot;reference&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Microsoft_Visio#cite_note-MS_compare-0&quot;&gt;&lt;span&gt;[&lt;/span&gt;1&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;sup id=&quot;cite_ref-MS_2007_1-0&quot; class=&quot;reference&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Microsoft_Visio#cite_note-MS_2007-1&quot;&gt;&lt;span&gt;[&lt;/span&gt;2&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; &lt;p&gt;Microsoft acquired &lt;a href=&quot;http://en.wikipedia.org/wiki/Visio_Corporation&quot; title=&quot;Visio Corporation&quot;&gt;Visio Corporation&lt;/a&gt; in 2000. &lt;a href=&quot;http://en.wikipedia.org/wiki/Office_2007#Microsoft_Office_Visio&quot; title=&quot;Office 2007&quot; class=&quot;mw-redirect&quot;&gt;Visio 2007&lt;/a&gt; was released on 30 November 2006. Also released alongside version 2002 were Enterprise Network Tools, an add-on product enabling automated network and directory services diagramming, and the Visio Network Center, a Web site where users could locate the latest network documentation content and exact-replica network equipment shapes from 500 leading manufacturers.&lt;sup id=&quot;cite_ref-MS_2001-05-01_2-0&quot; class=&quot;reference&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Microsoft_Visio#cite_note-MS_2001-05-01-2&quot;&gt;&lt;span&gt;[&lt;/span&gt;3&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt; The former has been discontinued, while the latter&#39;s shape-finding features are now integrated into the program itself.&lt;sup id=&quot;cite_ref-MS_KB_3-0&quot; class=&quot;reference&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Microsoft_Visio#cite_note-MS_KB-3&quot;&gt;&lt;span&gt;[&lt;/span&gt;4&lt;span&gt;]&lt;/span&gt;&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt; Microsoft has revealed that the next version of Microsoft Visio will feature the &lt;a href=&quot;http://en.wikipedia.org/wiki/Ribbon_%28computing%29&quot; title=&quot;Ribbon (computing)&quot;&gt;ribbon&lt;/a&gt; user interface&lt;br /&gt;Source:Wikipedia&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgadddqQ1KO7-XAvZY1cKouE121XEn6DPvDi0ClGpzJk4AVNah-b3teb1avGL48IJK56q56Q6_h284fcGk_muZyM73v2vXg2-jgbuPaov9PBOYANabQIJFJ7B3ltj1n2zlqyNEk82YQJp8/s1600-h/scr1.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgadddqQ1KO7-XAvZY1cKouE121XEn6DPvDi0ClGpzJk4AVNah-b3teb1avGL48IJK56q56Q6_h284fcGk_muZyM73v2vXg2-jgbuPaov9PBOYANabQIJFJ7B3ltj1n2zlqyNEk82YQJp8/s320/scr1.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5368768090504805026&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/08/microsoft-visio.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgadddqQ1KO7-XAvZY1cKouE121XEn6DPvDi0ClGpzJk4AVNah-b3teb1avGL48IJK56q56Q6_h284fcGk_muZyM73v2vXg2-jgbuPaov9PBOYANabQIJFJ7B3ltj1n2zlqyNEk82YQJp8/s72-c/scr1.jpg" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-6759372733653584969</guid><pubDate>Sat, 08 Aug 2009 15:31:00 +0000</pubDate><atom:updated>2009-08-08T21:40:11.978+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">linux</category><category domain="http://www.blogger.com/atom/ns#">plugin</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><title>Vim plugin you must install</title><description>Ok why I am writing this post.Two reasons for it:&lt;br /&gt;1) We have a Web Programming Lab this semester&lt;br /&gt;2) I hardly use windows now:-). Using windows has exponentially decreased:-)&lt;br /&gt;&lt;br /&gt;Snipmate.vim is probably the best snippets plugin for vim. A snippet is a piece of often-typed text or programming construct that you can insert into your document by using a trigger followed by a &lt;span style=&quot;font-weight: bold;&quot;&gt;tab&lt;/span&gt;. It was written by Michael Sanders.&lt;br /&gt;&lt;br /&gt;Here is an example usage of snipmate.vim. If you are a C programmer, then one of the most often used forms of a loop is “for (i=0; condition ; i++) {}”. Without snippets you’d have to type this out every time. Even though it takes just another second, these seconds can add to minutes throughout the day and minutes can add to hours over longer periods of time. Why waste your time this way? With snippets you can type just “for &lt;span style=&quot;font-weight: bold;&quot;&gt;tab&lt;/span&gt;” and snipmate will insert this whole construct in your source code automatically! If “i” or “n” weren’t the variable you wanted to use, you can now use tab and &lt;span style=&quot;font-weight: bold;&quot;&gt;shift-tab&lt;/span&gt; to jump to next/previous item in the loop and rename them!&lt;br /&gt;&lt;br /&gt;Michael also created an introduction video for his plugin where he demonstrates how to use it. Check it out:&lt;n; style=&quot;font-weight: bold;&quot;&gt;&lt;br /&gt;&lt;br /&gt;&lt;object height=&quot;225&quot; width=&quot;400&quot;&gt;&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://vimeo.com/moogaloop.swf?clip_id=3535418&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot;&gt;&lt;embed src=&quot;http://vimeo.com/moogaloop.swf?clip_id=3535418&amp;amp;server=vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=&amp;amp;fullscreen=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; height=&quot;225&quot; width=&quot;400&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;p&gt;&lt;a href=&quot;http://vimeo.com/3535418&quot;&gt;snipMate.vim Introductory Screencast&lt;/a&gt; from &lt;a href=&quot;http://vimeo.com/user1404868&quot;&gt;Michael Sanders&lt;/a&gt; on &lt;a href=&quot;http://vimeo.com/&quot;&gt;Vimeo&lt;/a&gt;.&lt;/p&gt;&lt;br /&gt;&lt;/n;&gt;&lt;n;&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;font-size:130%;&quot; &gt;How to install snipmate.vim?&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To get the latest version:&lt;br /&gt;&lt;br /&gt; 1. Download &lt;span style=&quot;font-size:180%;&quot;&gt;&lt;a style=&quot;color: rgb(255, 0, 0);&quot; href=&quot;http://www.vim.org/scripts/download_script.php?src_id=11006&quot;&gt;snipmate.zip&lt;/a&gt;&lt;/span&gt;.&lt;br /&gt; 2. Extract snipmate.zip to ~/.vim (on Unix/Linux) or ~/etc/vim (wherever vim is installed)&lt;br /&gt;    &lt;span style=&quot;font-weight: bold;&quot;&gt;#pradeep@pradeep-laptop:&lt;/span&gt; sudo unzip snipmate.zip -d ~/etc/vim (provided snipmate.zip is in your HOME folder else provide the desired path)&lt;br /&gt; 3. Run :helptags ~/.vim/doc or ~/etc/vim/doc&lt;br /&gt; 4. Restart Vim.&lt;br /&gt;&lt;br /&gt;The plugin comes with predefined snippets for more than a dozen languages (C, C++, HTML, Java, JavaScript, Objective C, Perl, PHP, Python, Ruby, Tcl, Shell, HTML, VimScript). Be sure to check out the snippet files in the “snippets” directory under your ~/.vim or ~\vimfiles directory.&lt;br /&gt;&lt;br /&gt;If you need to define your own snippets (which you most likely will need), create a new file named “language-foo.snippets” in the “snippets” directory. For example, to define your own snippets for C language, you’d create a file called “c-foo.snippets” and place snippets in it.&lt;br /&gt;&lt;br /&gt;To learn about snipmate snippet syntax, type “:help snipmate” and locate the syntax section in the help file.&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Have Fun!&lt;/span&gt;&lt;/n;&gt;&lt;n; style=&quot;font-weight: bold;&quot;&gt;&lt;br /&gt;Post in your comments if any queries!&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/n;&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/08/vim-plugin-you-must-install.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-931931073072641862</guid><pubDate>Wed, 05 Aug 2009 13:40:00 +0000</pubDate><atom:updated>2009-08-05T19:49:57.447+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">linux</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">tutorials</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>Install Apache webserver,mysql,perl and php</title><description>For all those who dont have apache server,mysql,perl and php on your Linux OS here&#39;s a way you can install.&lt;br /&gt;People who have installed Fedora 8/9[Full installation] all the above gets installed automatically. But if you have installed other distributions like Ubuntu, Open SUSE, Red Hat etc, here is a way you can do.&lt;br /&gt;&lt;br /&gt;If you install the above softwares separately its a very tedious job believe me. But you need not do that. The idea was suggested by my class mate Abdul Munim. There is a package by name XAMPP which installs everything including many cool things.So how do you go about it&lt;br /&gt;&lt;br /&gt;So wat is XAMPP??&lt;br /&gt;XAMPP is an easy to install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.&lt;br /&gt;&lt;br /&gt;So how do you go about it?&lt;br /&gt;At first you need to download the package file.You can find the file: &lt;span style=&quot;color: rgb(255, 0, 0);font-size:130%;&quot; &gt;&lt;a href=&quot;http://sourceforge.net/projects/xampp/files/XAMPP%20Linux/xampp-linux-1.7.1.tar.gz&quot;&gt;here&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;Now copy the file to your home directory.Now you are three steps away:-)&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 1:&lt;/span&gt; Installation&lt;br /&gt;Go to a Linux shell and login as the system administrator root:&lt;br /&gt;#su &lt;username&gt;&lt;br /&gt;&lt;br /&gt;Extract the downloaded archive file to /opt:&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;#pradeep@pradeep-laptop:&lt;/span&gt;tar xvfz xampp-linux-1.7.1.tar.gz -C /opt&lt;br /&gt;&lt;br /&gt;Warning 1: Please use only this command to install XAMPP. DON&#39;T use any Microsoft Windows tools to extract the archive, it won&#39;t work.&lt;br /&gt;Warning 2: already installed XAMPP versions get overwritten by this command.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 2:&lt;/span&gt; Start&lt;br /&gt;To start XAMPP simply call this command:&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;pradeep@pradeep-laptop:&lt;/span&gt;/opt/lampp/lampp start&lt;br /&gt;&lt;br /&gt;You should now see something like this on your screen:&lt;br /&gt;Starting XAMPP 1.7.1...&lt;br /&gt;LAMPP: Starting Apache...&lt;br /&gt;LAMPP: Starting MySQL...&lt;br /&gt;LAMPP started.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;Step 3: &lt;/span&gt;Test&lt;br /&gt;OK, that was easy but how can you check that everything really works? Just type in the following URL at your favourite web browser:&lt;br /&gt;&lt;br /&gt;http://localhost&lt;br /&gt;&lt;br /&gt;Now you should see the start page of XAMPP containing some links to check the status of the installed software and some small programming examples.&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisb8xCKb6JP9-1zyaTJ17GL3hDpZyk8YpJIYd7k1dInawUKQtdaomEiPCgCt9ckq76bqvXUizCfyDG08w8dVeIs1hTGfSTKEsKqFNgRaFwW518osUcHZfw1ig3bygVMr0pgCssk4UBR8k/s1600-h/Screenshot.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 200px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisb8xCKb6JP9-1zyaTJ17GL3hDpZyk8YpJIYd7k1dInawUKQtdaomEiPCgCt9ckq76bqvXUizCfyDG08w8dVeIs1hTGfSTKEsKqFNgRaFwW518osUcHZfw1ig3bygVMr0pgCssk4UBR8k/s320/Screenshot.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5366481719842688226&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;You are done now. If you any queries/problems regarding the installation,please post in the comments and i will try to fix the problem:-)&lt;/username&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/08/install-apache-webservermysqlperl-and.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisb8xCKb6JP9-1zyaTJ17GL3hDpZyk8YpJIYd7k1dInawUKQtdaomEiPCgCt9ckq76bqvXUizCfyDG08w8dVeIs1hTGfSTKEsKqFNgRaFwW518osUcHZfw1ig3bygVMr0pgCssk4UBR8k/s72-c/Screenshot.png" height="72" width="72"/><thr:total>7</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-7641473484318711309</guid><pubDate>Fri, 31 Jul 2009 05:03:00 +0000</pubDate><atom:updated>2009-07-31T10:56:00.806+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">Tech</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">yahoo</category><title>Power of Yahoo Pipes</title><description>&lt;div&gt;Was wondering from many days what is this Yahoo Pipes all about. Knew it is something special. When i used it i was completely shocked. Its such a powerfull tool!! How can i describe it???&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Pipes is a free online service that lets you remix popular feed types and create data mashups using a visual editor. You can use Pipes to run your own web projects, or publish and share your own web services without ever having to write a line of code.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Where does pipe come into play??&lt;/div&gt;&lt;div&gt;Suppose you are only interested in cricket and football news, Generally when you visit a sports website you see news associated with every sport. With yahoo pipes you can customise your results according to your needs with data inputs from various sports websites. The pipe i created is below:&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://pipes.yahoo.com/pipes/pipe.info?_id=9532375934b692f6eccb152359e7b1cf&quot;&gt;http://pipes.yahoo.com/pipes/pipe.info?_id=9532375934b692f6eccb152359e7b1cf&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;An another pipe which u guys can create is regarding movie theatres. There are many multiplexes/theatres in Bangalore like Inox,PVR,Fun Cinemas etc.. All of them will have their own websites. You can obtain data from all these websites and create a pipe which gives you info about which movie is in which theatre etc!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Well source of input need not to be from websites alone. It could be a data from feeds of a site, google search results ,yahoo search results and also data from online spread sheets etc.&lt;/div&gt;&lt;div&gt;Once u create your pipe you can publish it and add it google reader, google homepage, yahoo page or embedd in your webisite&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Yahoo Pipes is so simple and powerful that any can use learn and develop their own application. This one blog post of mine is not enough to describe the Yahoo Pipes. The feel of you guys learnin and designing your own pipes is completely different. So go ahead and give a try.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;To get you started with watch this intro video:&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;    style=&quot;font-family:arial;font-size:130%;color:#505050;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot; line-height: 16px;font-size:14px;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color: rgb(153, 153, 153);  line-height: normal; white-space: pre; font-size:19px;&quot;&gt;&lt;div&gt;&lt;object width=&quot;512&quot; height=&quot;322&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40&quot;&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;AllowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;param name=&quot;bgcolor&quot; value=&quot;#000000&quot;&gt;&lt;param name=&quot;flashVars&quot; value=&quot;id=13878389&amp;amp;vid=5260536&amp;amp;lang=en-us&amp;amp;intl=us&amp;amp;thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/9326/87078068.jpeg&amp;amp;embed=1&quot;&gt;&lt;embed src=&quot;http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.40&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;512&quot; height=&quot;322&quot; allowfullscreen=&quot;true&quot; allowscriptaccess=&quot;always&quot; bgcolor=&quot;#000000&quot; flashvars=&quot;id=13878389&amp;amp;vid=5260536&amp;amp;lang=en-us&amp;amp;intl=us&amp;amp;thumbUrl=http%3A//l.yimg.com/a/p/i/bcst/videosearch/9326/87078068.jpeg&amp;amp;embed=1&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://video.yahoo.com/watch/5260536/13878389&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;Learn How to Build a Pipe in Just a Few Minutes&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt; @ &lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;http://video.yahoo.com/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;Yahoo! Video&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/07/power-of-yahoo-pipes.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-7865447402489906696</guid><pubDate>Thu, 30 Jul 2009 18:21:00 +0000</pubDate><atom:updated>2009-07-31T00:21:00.541+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>Install VLC 1.0.0 in Ubuntu</title><description>&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Earlier in ubuntu , on execution of the following command below you could have installed the latest version of vlc media player&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;#sudo apt-get install vlc&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;But doing the same now will not install the latest i.e 1.0.0 version.To install the latest vlc player in ubuntu follow the steps below:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;=&gt;At first edit the file :&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot; line-height: 20px; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;  &lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot; line-height: normal; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;/etc/apt/sources.list file. To do it execute the command below &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot; line-height: 20px; &quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;         gksudo gedit /etc/apt/sources.list &lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:Tahoma;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: 20px;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-weight: normal;  font-size:12px;&quot;&gt;&lt;p   style=&quot;text-indent: 0px;margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial;  vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- font-size:12px;color:transparent;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:130%;&quot;&gt;&lt;b&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;For Jaunty Users:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;deb http://ppa.launchpad.net/c-korn/vlc/ubuntu jaunty main&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;For intrepid users:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;deb http://ppa.launchpad.net/c-korn/vlc/ubuntu intrepid main&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;Save and exit the file&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;=&gt;Install GPG key using the following command&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: 800; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;        sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 7613768D&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;=&gt;Update sourcelist using the following command&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;        sudo apt-get update&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;=&gt;Install vlc using the following commnd&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p  style=&quot;text-indent: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background- color:transparent;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:georgia;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: normal;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: 800; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:medium;&quot;&gt;       sudo apt-get install vlc mozilla-plugin-vlc&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;text-indent: 0px;margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 12px; vertical-align: baseline; background-image: initial; background-repeat: initial; background-attachment: initial; -webkit-background-clip: initial; -webkit-background-origin: initial; background-color: transparent; &quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:130%;&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/07/install-vlc-100-in-ubuntu.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-5721168193340349612</guid><pubDate>Tue, 28 Jul 2009 08:26:00 +0000</pubDate><atom:updated>2009-07-28T13:59:18.831+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">contest</category><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">facebook</category><category domain="http://www.blogger.com/atom/ns#">Tech</category><title>Facebook Launches Developer Contest in India</title><description>&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXRWaHZp2RO6zaN_LiJEJKtZghDVvyBn1S8SpwVdnw5MRdnE0BHz67N4Aiv0Z7un3h1hbZTnTIIq61bG7Ot8Z1gtzKL_voJ6rW72Q-kTPrU-xAaMkP2MIxAcNiRfCL8xSd6vWPM-UHUes/s1600-h/facebook-240x300.jpg&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 240px; height: 300px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXRWaHZp2RO6zaN_LiJEJKtZghDVvyBn1S8SpwVdnw5MRdnE0BHz67N4Aiv0Z7un3h1hbZTnTIIq61bG7Ot8Z1gtzKL_voJ6rW72Q-kTPrU-xAaMkP2MIxAcNiRfCL8xSd6vWPM-UHUes/s400/facebook-240x300.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5363424751357844162&quot; /&gt;&lt;/a&gt;&lt;div&gt;Facebook has been very popular in India. Allmost everyone is on Facebook now.Considering the popularity facebook has launched a contest in India. All you guys have to do is develop cool apps for facebook.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;India ranks second in the number of software developers with 3.9 million software developers and Facebook seems to want to leave no stone unturned in gaining their attention. The Facebook Developer’s Challenge focuses on Facebook Apps (on of the most interesting aspects of Facebook with high user retention and thousands of fans) and Facebook. Connect, an important useful tool which serves as a good platform for publishers and for social media in general.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Three prize winners in each of the two contest categories will receive cash awards. For each category (Apps and Connect):&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;First Place Prize : Four Thousand Dollars U.S. ($4,000.00 USD)&lt;/div&gt;&lt;div&gt;Second Prize : Two Thousand Dollars U.S. ($2,000.00 USD).&lt;/div&gt;&lt;div&gt;Third Prize : One Thousand Dollars U.S. ($1,000.00).&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Which takes the total cash prize for this amount close to INR 3.4 Lakhs!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The Contest began on July 2, 2009 and will end at 11:29:59 AM Indian Standard Time on September 11, 2009. The contest is open to all legal residents of India who are over the age of 16 at the time of entry. For more information, &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;check &lt;a href=&quot;www.facebook.com/developercontestindia.&quot;&gt;www.facebook.com/developercontestindia.&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/07/facebook-launches-developer-contest-in_28.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiXRWaHZp2RO6zaN_LiJEJKtZghDVvyBn1S8SpwVdnw5MRdnE0BHz67N4Aiv0Z7un3h1hbZTnTIIq61bG7Ot8Z1gtzKL_voJ6rW72Q-kTPrU-xAaMkP2MIxAcNiRfCL8xSd6vWPM-UHUes/s72-c/facebook-240x300.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-7670460543952370027</guid><pubDate>Wed, 22 Jul 2009 10:48:00 +0000</pubDate><atom:updated>2009-07-22T16:28:13.188+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">blogs</category><category domain="http://www.blogger.com/atom/ns#">contest</category><title>Win Free Webdomain and Hosting</title><description>Please vist &lt;a href=&quot;http://chethstudios.blogspot.com&quot;&gt;ChethStudios&lt;/a&gt; for more details. Check out its really cool.</description><link>http://pradeep-nayak.blogspot.com/2009/07/win-free-webdomain-and-hosting.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-1487650964013571421</guid><pubDate>Fri, 17 Jul 2009 14:02:00 +0000</pubDate><atom:updated>2009-07-17T19:48:18.539+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>Enable Root Login in Ubuntu</title><description>Everytime i had to install any application in Ubuntu, i had to use sudo as a prefix. Recently i had installed a program which wass installed in the usr directory. Everytime i had to run the program, it was asking me for a super user priviledge. This was totally annoying me.By default when you install ubuntu, the root login is disabled by default. Follow the below steps and enable root login for ubuntu.&lt;br /&gt;&lt;br /&gt;To enable root login:&lt;br /&gt;1)Go to System-&gt;Administration-&gt;User and Groups&lt;br /&gt;2)Click on Unlock and enter the password which you had given during installation&lt;br /&gt;3)Select the root profile and click on properties, and set a password.&lt;br /&gt;4)One last thing, after doing the above steps go to System-&gt;Administration-&gt;Login Window&lt;br /&gt;5)Click on the security tab and click tick the checkbox which says &lt;span style=&quot;font-weight: bold;&quot;&gt;&quot;Enable System Administrator Login&quot;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;After doing the above steps, Logout and login as root.&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;PS:&lt;/span&gt; Be very careful when you are in the root profile coz you have access to everything. Any small mistake might crash your system.&lt;br /&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;span style=&quot;font-weight: bold;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/07/enable-root-login-in-ubuntu.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-7639219976776697745</guid><pubDate>Wed, 08 Jul 2009 10:07:00 +0000</pubDate><atom:updated>2009-07-08T15:40:08.598+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">ebooks</category><category domain="http://www.blogger.com/atom/ns#">websites</category><title>World E Book Fair</title><description>&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;There is this World E-Book fair (From 4 JUL 2009 Till 4 AUG 2009) where 2.5 million e-books in PDF&amp;amp; MP3 format are available free to download.&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:180%;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 18px;&quot;&gt;Hope you guys get what you are trying to find.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:180%;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 18px;&quot;&gt;Have Fun!!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:180%;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: &#39;Times New Roman&#39;; &quot;&gt;&lt;a href=&quot;http://www.worldebookfair.com&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: large;&quot;&gt;worldebookfair&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/07/world-e-book-fair.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-8494617235608971305</guid><pubDate>Mon, 06 Jul 2009 17:00:00 +0000</pubDate><atom:updated>2009-07-06T22:33:21.996+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">fun</category><category domain="http://www.blogger.com/atom/ns#">microsoft</category><title>Microsoft Vision of the Future!!</title><description>Absolutely Hilarious!!!&lt;br /&gt;&lt;br /&gt;&lt;object width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/0USn7eufXps&amp;amp;hl=en&amp;amp;fs=1&amp;amp;&quot;&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;embed src=&quot;http://www.youtube.com/v/0USn7eufXps&amp;amp;hl=en&amp;amp;fs=1&amp;amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/07/microsoft-vision-of-future.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-15045081006034999</guid><pubDate>Mon, 06 Jul 2009 16:35:00 +0000</pubDate><atom:updated>2009-07-06T22:22:23.723+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">google</category><category domain="http://www.blogger.com/atom/ns#">websites</category><title>Google Squared</title><description>&lt;div&gt;I was just visitng the site labs.google.com and found this experiment intersting. It is called google square. So what is google square?&lt;div&gt;Google Squared is an experimental tool by google that takes a category(like digital cameras,mobile phones,US presidents etc) and attempts to create a square of information, automatically fetching and orgainsing facts from across the web. You can modify the square by adding and deleting rows/coloumns which you do not like. You can also save it and come back later.Hope you liked this post.&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.google.com/squared&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:arial;&quot;&gt;&lt;b&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#FF0000;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;Google Squared&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_AoLtUxdLHAfIPNdA7s1ZpgOYpTjUwGpYoHSZPrjqgyVpLBiXeDAjIqTg2qTc5BgeofUihupDvzeWYyngpkbpkFq5O40O3FYcmWAIz1HEuBEpT5XtSzM2HHkaRPSDiew2MvL6NhtKclY/s320/pic.png&quot; style=&quot;display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 320px; height: 154px;&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5355390571440220994&quot; /&gt;&lt;/div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_AoLtUxdLHAfIPNdA7s1ZpgOYpTjUwGpYoHSZPrjqgyVpLBiXeDAjIqTg2qTc5BgeofUihupDvzeWYyngpkbpkFq5O40O3FYcmWAIz1HEuBEpT5XtSzM2HHkaRPSDiew2MvL6NhtKclY/s1600-h/pic.png&quot; style=&quot;text-decoration: none;&quot;&gt;&lt;div style=&quot;text-align: center;text-decoration: underline; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;color:#000000;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;text-decoration: none; &quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/a&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;   style=&quot;font-family:arial;font-size:7;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: 48px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/07/google-squared.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj_AoLtUxdLHAfIPNdA7s1ZpgOYpTjUwGpYoHSZPrjqgyVpLBiXeDAjIqTg2qTc5BgeofUihupDvzeWYyngpkbpkFq5O40O3FYcmWAIz1HEuBEpT5XtSzM2HHkaRPSDiew2MvL6NhtKclY/s72-c/pic.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-7893934005162648306</guid><pubDate>Mon, 06 Jul 2009 15:30:00 +0000</pubDate><atom:updated>2009-07-06T21:26:48.854+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">google</category><category domain="http://www.blogger.com/atom/ns#">websites</category><title>Google Translate</title><description>Have u ever struggled of not understanding a language. Want a translation from one language to the other as in English-&gt;German or Vice versa. Check out &lt;a href=&quot;http://translate.google.com&quot;&gt;Google Translate&lt;/a&gt;. Its cool.. Hope this helps you in some point in time.&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;   &lt;/span&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/07/google-translate.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-3234686547947185298</guid><pubDate>Sun, 28 Jun 2009 12:13:00 +0000</pubDate><atom:updated>2009-06-28T17:58:51.699+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">interesting</category><category domain="http://www.blogger.com/atom/ns#">Space</category><category domain="http://www.blogger.com/atom/ns#">twitter</category><title>Use Twitter to Spot ISS station</title><description>Long time coz its exam time for me. Well this article i read in the newspaper today and found it interesting and i am sharing it her..&lt;div&gt;Two journalists have built an online service that would let twitter users around the world to spot the Internatinal Space Station(ISS), without a telescope.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;People using twitter can receive an alert on their twitter profile when the ISS passes the location mentioned in their twitter profile.&lt;/div&gt;&lt;div&gt;All you have to do is follow the twitter account&lt;a href=&quot;www.twitter.com/twisst&quot;&gt; www.twitter.com/twisst&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The service is operating in a testing phase now. Website accompaning the twitter messages will be launched in a week. As a very bright spot ISS crosses the sky in about three minutes.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Twisst may even be the first service on twitter to send out such a highly personalised information. It sends messages to every follower separately&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;   &lt;/span&gt;&lt;/div&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/06/use-twitter-to-spot-iss-station.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-3515839748154231238</guid><pubDate>Wed, 10 Jun 2009 15:31:00 +0000</pubDate><atom:updated>2009-06-10T21:09:56.543+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">websites</category><title>Photopedia-Images for humanity</title><description>&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: arial; font-size: 13px; border-collapse: collapse; &quot;&gt;&lt;p&gt;Parts Flickr and Wikipedia, photo site and desktop application Fotopedia lets users create and upload topic-driven collaborative web albums complete with Google Maps information, Wikipedia entries, tagging, and more.&lt;/p&gt;&lt;p&gt;Fotopedia&#39;s desktop application helps you create and share your photo albums with friends. You can also upload photos from your desktop to the Fotopedia site, turning them into a slideshow web album complete with an associated Wikipedia entry and Google Maps information. Once there, you can browse other albums by topic (e.g., geography and travel), add relevant photos licensed under Creative Commons on Flickr, and follow other Fotopedia users. If you don&#39;t think a specific photo should be included as part of an album, click on the thumbs down icon to rate it accordingly.&lt;/p&gt;&lt;p&gt;Fotopedia also allows posting your albums to Twitter, Flickr, and Facebook.&lt;/p&gt;&lt;p&gt;Just visit once i feel its a cool one&lt;/p&gt;&lt;p&gt;PS:The database is yet to develop and it all depends on the number of users uploading the pictures..&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/06/photopedia-images-for-humanity.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-5754741528948428299</guid><pubDate>Thu, 28 May 2009 06:44:00 +0000</pubDate><atom:updated>2009-05-28T12:39:43.909+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">downloads</category><category domain="http://www.blogger.com/atom/ns#">torrents</category><category domain="http://www.blogger.com/atom/ns#">websites</category><title>Torrent2exe- convert ur torrent to an exe file and download</title><description>This one&#39;s a Beauty!!! True beauty. Have you ever wondered of converting ur torrent files to an exe file!! Yes it&#39;s possible and this wonderful site does it.&lt;br /&gt;&lt;br /&gt;Well why convert a torrent file to an exe file??&lt;br /&gt;&lt;br /&gt;One reason is because i use a usb modem for browsing, and if i download using bit-torrent or any other torrent client i hardly get a speed of 5 kbps.After converting it to an exe file and started the download i got a pretty good speed of 50 kbps and more depending on the seeds.&lt;br /&gt;&lt;br /&gt;Second reason, you’ll find it hard to believe but there are a great number of people  who are still not familiar with the whole concept of using and downloading with torrents. This popular file-sharing method has been around for sometime but I still get a lot of questions such as: “What now? I downloaded the torrent but nothing is happening.” I assume it’s because of the fact that downloading files via torrent is not as straightforward as downloading files directly from the server or from the web.Using this service, users can download files with the torrent protocol without the need to install a torrent client.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGIecudKGBWKJl8vkQUhek0ySGB8HQwV6cgnU8NjWy4fW-wK7soZlykcgQZzqWCqzy8QJQUNuL-UjCkVTFjv3GrlQH89A6UVf5mRNkO785qdPyXEtbocHCozLbt-cJf2_hYtXxxdnBdyg/s1600-h/torrents1.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 201px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGIecudKGBWKJl8vkQUhek0ySGB8HQwV6cgnU8NjWy4fW-wK7soZlykcgQZzqWCqzy8QJQUNuL-UjCkVTFjv3GrlQH89A6UVf5mRNkO785qdPyXEtbocHCozLbt-cJf2_hYtXxxdnBdyg/s320/torrents1.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5340766803951485506&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;Well its very use to use. Go to the website &lt;a href=&quot;http://www.torrent2exe.com/&quot;&gt;torrent2exe&lt;/a&gt;, paste the link of the torrent or upload the torrent file already there on your computer and convert it to an exe file. Then download the exe file which is hardly 500kb. Double click on the exe file to start the download. You can also resume and pause the downlaod. No torrent clients required at all!! Isn&#39;t this cool!!Post in your comments and let me know about ur experience with this.&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVX_vdJh3G-mEHEhkxS75RysvVK5rsrv5D7E28rSZ1KDVVUJLGbZS33UCMB8ko49xdobvxTve-aeUPtoTgUcgd26qC9JwS1p3j8yPnVA7HLXGcg-phN7FIpBF42_3djS4F5MjOhABDx-Y/s1600-h/torrents2.png&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 217px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhVX_vdJh3G-mEHEhkxS75RysvVK5rsrv5D7E28rSZ1KDVVUJLGbZS33UCMB8ko49xdobvxTve-aeUPtoTgUcgd26qC9JwS1p3j8yPnVA7HLXGcg-phN7FIpBF42_3djS4F5MjOhABDx-Y/s320/torrents2.png&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5340768040143571426&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;color: rgb(255, 0, 0);font-size:180%;&quot; &gt;&lt;a href=&quot;http://www.torrent2exe.com/&quot;&gt;Torrent2exe&lt;/a&gt;&lt;/span&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/05/torrent2exe-convert-ur-torrent-to-exe.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgGIecudKGBWKJl8vkQUhek0ySGB8HQwV6cgnU8NjWy4fW-wK7soZlykcgQZzqWCqzy8QJQUNuL-UjCkVTFjv3GrlQH89A6UVf5mRNkO785qdPyXEtbocHCozLbt-cJf2_hYtXxxdnBdyg/s72-c/torrents1.png" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-6194327635856679109</guid><pubDate>Thu, 28 May 2009 06:12:00 +0000</pubDate><atom:updated>2009-05-28T11:47:19.025+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">interesting</category><category domain="http://www.blogger.com/atom/ns#">torrents</category><title>show RSS- download ur favourite Tv Shows</title><description>&lt;span style=&quot;font-family: georgia;&quot;&gt;I had written a post on feed my torrents which kept track of the latest tv show torents and you could retrieve with your RSS reader. Unfortunately feed my torents is no longer working. Well no worries i found yet another one which performs the same task as feed my torrents. Its called the show RSS.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-family: georgia;&quot;&gt;showRSS is a web service that allows you to keep track of your favorite TV shows from a website or from a RSS reader. After registering (and logging in!), you&#39;ll have to select what are the TV shows that you want to track and then you&#39;ll just have to subscribe to your feed with any RSS reader (Google Reader, your browser...) or even with your torrent client (for example, µtorrent supports RSS feeds for automatic downloads). You can also browse latest torrents for your TV shows from this website, instead of using the RSS feed, or you can use both as well.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-weight: bold; color: rgb(255, 0, 0);font-size:180%;&quot; &gt;&lt;a href=&quot;http://showrss.karmorra.info/&quot;&gt;ShowRSS&lt;/a&gt;&lt;/span&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/05/show-rss-download-ur-favourite-tv-shows.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-8887077098493645942</guid><pubDate>Thu, 21 May 2009 10:46:00 +0000</pubDate><atom:updated>2009-05-21T16:35:31.826+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">interesting</category><category domain="http://www.blogger.com/atom/ns#">laptops</category><category domain="http://www.blogger.com/atom/ns#">Tech</category><title>Futuristic Concept Laptop Designs</title><description>Well i had go this mail from one of my friends Ashu and thought of sharing it here coz i found it really cool..Here are some sexy laptop designs by various companies.&lt;br /&gt;&lt;br /&gt;1)Vaio Zoom notebook features a holographic glass screen that goes transparent and a keyboard that turns opaque when turned off. Turn it on and the touchscreen holographic festivities begin.&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV1T751LANxbIV9yCLVnRRXTqGyaV8abaBBV7JDHBaz3rGpr1u9D3F1REgi2Z89si349NKq5rUX_tDbWb_cymICVxdE3qAp49mQH3dUG-yKoXBhdPwUDdw2xu_n7yUddjnoChLukS1omc/s1600-h/vaio-zoom-1.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 231px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV1T751LANxbIV9yCLVnRRXTqGyaV8abaBBV7JDHBaz3rGpr1u9D3F1REgi2Z89si349NKq5rUX_tDbWb_cymICVxdE3qAp49mQH3dUG-yKoXBhdPwUDdw2xu_n7yUddjnoChLukS1omc/s320/vaio-zoom-1.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5338227895095168962&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;2)&lt;span style=&quot;text-decoration: none;&quot;&gt; DesCom is basically a two-in-one concept laptop which seamlessly integrates inside a desk.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_jDb2zzwaKs2TBHmH4aDcsr1sGGeVLehHf5RCWzyuKv-0MpfVlQ65z5gZJPdy82-kT6nHK3F91Qs1uZAvBiMVn0kZxd9akpTT2Wz0SuqqZvpgUtKbbn1EyUM442jSg3tkIcqrCRZSnbM/s1600-h/descom2.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 305px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi_jDb2zzwaKs2TBHmH4aDcsr1sGGeVLehHf5RCWzyuKv-0MpfVlQ65z5gZJPdy82-kT6nHK3F91Qs1uZAvBiMVn0kZxd9akpTT2Wz0SuqqZvpgUtKbbn1EyUM442jSg3tkIcqrCRZSnbM/s320/descom2.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5338228500374615250&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3)&lt;span style=&quot;text-decoration: none;&quot;&gt;LG Ecological laptop concept uses fuel cell batteries and features organic light-emitting diode (OLED) display technology, it received a Red Dot Award nomination for best concept design.&lt;/span&gt; &lt;h3&gt;&lt;br /&gt;&lt;/h3&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigCOLj78xgHf-OABMJbqPMEZDm8j4AZziZxZaw4yg9cfKWb1HeMJK8EktcON4g3cmuPWM1oVzjtMr8GegtOI3HPwCPXjkCokaKhrR0gv2Gqyhp-_oSzvMqYMpk4XGMVq-K2lDTDTEHZ-c/s1600-h/eco-laptop.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 240px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigCOLj78xgHf-OABMJbqPMEZDm8j4AZziZxZaw4yg9cfKWb1HeMJK8EktcON4g3cmuPWM1oVzjtMr8GegtOI3HPwCPXjkCokaKhrR0gv2Gqyhp-_oSzvMqYMpk4XGMVq-K2lDTDTEHZ-c/s320/eco-laptop.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5338229599100773266&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;4)&lt;span style=&quot;text-decoration: none;&quot;&gt;MacTab is the complement to MyBook in the high-end. The incredibly thin wireless keyboard is used as a protection cover for transportation. It stays in place with a combination of magnets and notches.&lt;br /&gt;&lt;/span&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyHWyb5EqZdl2E0lfuMMqbdz6Ftd1BdAwdiD4BLYVaPZjFr9PRFFCw_RYsJNGZ9sd-SRP-yV707MEqPcxsX1xdpEFdatjGHB54-VquyDNPvT8HAakxqLMLknd38s0ZgpG3NJYwb2eMGK8/s1600-h/mactab.jpg&quot;&gt;&lt;img style=&quot;margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 320px; height: 306px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjyHWyb5EqZdl2E0lfuMMqbdz6Ftd1BdAwdiD4BLYVaPZjFr9PRFFCw_RYsJNGZ9sd-SRP-yV707MEqPcxsX1xdpEFdatjGHB54-VquyDNPvT8HAakxqLMLknd38s0ZgpG3NJYwb2eMGK8/s320/mactab.jpg&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5338231375984942034&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;These were few which i liked..</description><link>http://pradeep-nayak.blogspot.com/2009/05/futuristic-concept-laptop-designs.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgV1T751LANxbIV9yCLVnRRXTqGyaV8abaBBV7JDHBaz3rGpr1u9D3F1REgi2Z89si349NKq5rUX_tDbWb_cymICVxdE3qAp49mQH3dUG-yKoXBhdPwUDdw2xu_n7yUddjnoChLukS1omc/s72-c/vaio-zoom-1.jpg" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-4731534262651336491</guid><pubDate>Tue, 19 May 2009 10:26:00 +0000</pubDate><atom:updated>2009-05-19T16:05:41.230+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">downloads</category><category domain="http://www.blogger.com/atom/ns#">mp3</category><category domain="http://www.blogger.com/atom/ns#">songs</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">websites</category><title>Download English,Hindi,kannada,malayalam,telugu,tamil songs</title><description>Wow Wow!!! These were my reactions when i visited this site.. All  credits to my roomate Nithin who  enthusiastically downloads all the latest kannada songs!!..He happened to discovered this site.All credits to him.Okie whats so special about this site. &lt;div&gt;&lt;br /&gt;&lt;div&gt;1)First thing you can find all the latest songs there. &lt;/div&gt;&lt;div&gt;2)Second thing English,kannada,telugu,hindi songs etc all in one place.&lt;/div&gt;&lt;div&gt;3)Download rate awsome.. As fast as a bugatti veron:-) trust me &lt;/div&gt;&lt;div&gt;4)High Quality Uploads.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Post in your reviews!!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;&quot;&gt;&lt;a href=&quot;http://bangaloreliving.com/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: x-large;&quot;&gt;BangaloreLiving.com&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/05/download-englishhindikannadamalayalamte.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-375280107972512861</guid><pubDate>Mon, 18 May 2009 08:15:00 +0000</pubDate><atom:updated>2009-05-18T14:14:31.373+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">interesting</category><category domain="http://www.blogger.com/atom/ns#">search engines</category><category domain="http://www.blogger.com/atom/ns#">tricks</category><category domain="http://www.blogger.com/atom/ns#">websites</category><title>WolframAlpha-A Computational Search engine</title><description>&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;Yet another discovery!!. This one is really cool guys. A &lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;computational search engine. So whats this all about.. Let me give you guys an example&lt;/span&gt;&lt;/span&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;1)How many football fields would fit between the Earth and the sun?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;2)What&#39;s the likelihood of getting 2 heads in 10 coin flips?  &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;There are proper answers for all these questions.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;One search engine calculates all that on the fly and more.It&#39;s Mathematician Stephen Wolfram&#39;s much-hyped &quot;computational knowledge engine&quot;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;border-collapse: collapse; font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmwGXgo3Dl_2uSJntTftKh49AleWPdR01fWO9KAU9X1bNLae5UVu17BRxgzwAutW2GPPSgfQ5njeLZYorVQtMNKDhZRx4F7STpUDAenpkIkWL9Xv-2N0EoRJ3BGZ9H9c9dKKyKzB-QeCs/s1600-h/wolfram.jpg&quot; style=&quot;text-decoration: none;&quot;&gt;&lt;img style=&quot;text-decoration: underline;display: block; margin-top: 0px; margin-right: auto; margin-bottom: 10px; margin-left: auto; text-align: center; cursor: pointer; width: 320px; height: 230px; &quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmwGXgo3Dl_2uSJntTftKh49AleWPdR01fWO9KAU9X1bNLae5UVu17BRxgzwAutW2GPPSgfQ5njeLZYorVQtMNKDhZRx4F7STpUDAenpkIkWL9Xv-2N0EoRJ3BGZ9H9c9dKKyKzB-QeCs/s320/wolfram.jpg&quot; border=&quot;0&quot; alt=&quot;&quot; id=&quot;BLOGGER_PHOTO_ID_5337079521555147714&quot; /&gt;&lt;/a&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;So what all you can do with this site?&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;You can compare two stocks,compare comapnies,conversions from one metric form to another,solve equations,calculate probabilities,interests, get a full detail about a country etc and there is no end to it.Please give this a try. I gurantee you guys will enjoy it.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; &quot;&gt;&lt;a href=&quot;http://www.wolframalpha.com/&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-weight: bold;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-family:verdana;&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;WolframAlpha&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/05/wolframalpha-computational-search.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjmwGXgo3Dl_2uSJntTftKh49AleWPdR01fWO9KAU9X1bNLae5UVu17BRxgzwAutW2GPPSgfQ5njeLZYorVQtMNKDhZRx4F7STpUDAenpkIkWL9Xv-2N0EoRJ3BGZ9H9c9dKKyKzB-QeCs/s72-c/wolfram.jpg" height="72" width="72"/><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-6825684586413248679.post-443370101731723046</guid><pubDate>Sun, 17 May 2009 19:58:00 +0000</pubDate><atom:updated>2009-05-18T01:35:40.360+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">cool</category><category domain="http://www.blogger.com/atom/ns#">google</category><category domain="http://www.blogger.com/atom/ns#">interesting</category><title>Create your Google Profile</title><description>when people search your name on google do they find you.. Well recently google showed google profile results at the bottom of U.S name search query pages.. So go ahead and create your profiles. Your profie can include all the links to your online photo albums, your blog addresses, your interests, where you are staying, what do you do etc........ and many more..&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href=&quot;http://www.blogger.com/www.google.com/profiles&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(255, 0, 0);&quot;&gt;&lt;span class=&quot;Apple-style-span&quot;  style=&quot;font-size:x-large;&quot;&gt;Create Profile&lt;/span&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://pradeep-nayak.blogspot.com/2009/05/create-your-google-profie.html</link><author>noreply@blogger.com (Pradeep Nayak)</author><thr:total>0</thr:total></item></channel></rss>