Showing posts with label Technology. Show all posts
Showing posts with label Technology. Show all posts

Saturday, December 31, 2011

What India searched in 2011


How the India Searched. What mattered in 2011? Zeitgeist sorted billions of Google searches to capture the year's 10 fastest-rising queries and the rest of the spirit of 2011.

Google announced their Zeitgeist of 2011. Google discloses the spirit through the aggregation of millions of users search queries and it takes it as hot trends in every day. Every Year Google releasing the whole year top searches list in raking wise as the name of Google Zeitgeist.

InIndia, Google published the 6 categories of searches such as Fast rising searches, Fast rising People, Top Searches, People, Movies and News.

The first 10 most searching keywords in 2011 are follows

NewsPeople
1. Ipl1. Katrina Kaif
2. World Cup 20112. Anna Hazare
3. Cbse Result 20113. Salman Khan
4. Diwali4. Poonam Pandey
5. Lokpal Bill5. Justin Bieber
6. Japan Earthquake6. Aishwarya Rai
7. Aadhar Card7. Sachin Tendulkar
8. Osama Bin Laden8. Kareena Kapoor
9. Pakistan9. Steve Jobs
10. F110. Priyanka Chopra
MoviesTop Searches
1. Bodyguard1. Facebook
2. Ra One2. Youtube
3. Harry Potter3. Gmail
4. Delhi Belly4. Yahoomail
5. Singham5. Google
6. Ready6. Yahoo
7. Mankatha7. Irctc
8. Transformers 38. Rediffmail
9. Dookudu9. Indian Railways
10. Zindagi Na Milegi Dobara10. Way2sms

Tuesday, December 20, 2011

Story behind famous brand names

Google 
Googol misspelled as google
A googol is equivalent to a 1 followed by 100 zeros. When Larry Page and Sean Anderson came up with the name, Sean misspelled it as Google when seeing if the domain was available. Another report claims that Andy Bechtolsheim, co-founder of Sun Microsystems and Google’s first investor, misspelled the name on his $100,000 investment check.


Microsoft 
Bill Gates named Microsoft from two words: “Microcomputer” and “Software”. In year 1975, Bill Gates wrote a letter to his colleague Paul Allen, he wrote as Micro-Soft. But in 1976 they registered the name Microsoft as a single name.

Cisco
Short for San Francisco where the company was founded.

Hotmail
Hotmail is based on HTML and the company wanted to give it a name that will sound like HTML and have the word “mail” at the end. They finally selected the name “HoTMaiL”, but later changed the word casing and made it “Hotmail”.

Adobe
Adobe is the name of a river. One of the founders of Adobe, John Nack, lives in Los Altas in California. This river runs behind his house. This is how Adobe got its name.

HP
Bill Hewlett and Dave Packard 
Named after their founders, Bill Hewlett and Dave Packard. They tossed a coin to determine if the company would be named Hewlett-Packard or Packard-Hewlett. Packard won the coin toss but chose to leave it as Hewlett-Packard.

Skype
Originally Sky-Peer-to Peer, then Skyper, and finally Skype.

Verizon
A combination of the words veritas, the Latin word for truth, and horizon, signifying forward-looking and visionary.

Visa
Dee Hock, Visa’s founder, believed that the word would be instantly recognizable by many languages and universally accepted by many countries.

Yahoo! –Coined by Jonathan Swift in his book Gulliver’s Travels, a yahoo (short for yahooligan) is a repulsive, filthy creature.

Thursday, December 15, 2011

Can you identify this


This is a hard disk made by IBM in 1956. Its Capacity just 5MB.



IBM 305 disk storage unit

In September 1956 IBM launched the 305 RAMAC, the  first SUPER COMPUTER with a hard disk drive (HDD). The HDD weighed over a tonne and stored 5 MB of data.



Introduced in 1956, the IBM 305 RAMAC (Random Access Memory Accounting System) was an electronic general purpose data processing machine that maintained business records on a real-time basis. The 305 RAMAC was one of the last vacuum tube systems designed by IBM.

System Unit

Monday, December 12, 2011

Linux Commands - Funny

cat, cut, find,free, head,kill, man,nice, paste,sleep,tail, touch, watch , who - What is this!!
Linux is a Unix-like computer operating system assembled under the model of free and open source software development and distribution. Nowadays, Linux commonly using in Desktop machines as well as Servers.  Lots of commands are available in Linux for sysem use. Most of them can easily remember to a normal user. Some of the interesting commands in Linux as shown here.
CommandDescription
catConcatenate files and print on the standard output
clearClear terminal screen
cutDivide a file into several parts
dateDisplay or change the date & time
echoDisplay message on screen
ejectEject CD-ROM
expandConvert tabs to spaces
factorPrint prime factors
findSearch for files that meet a desired criteria
foldWrap text to fit a specified width
formatFormat disks or tapes
freeDisplay memory usage
headOutput the first part of file(s)
joinJoin lines on a common field
killStop a process from running
lessDisplay output one screen at a time
manHelp manual
niceSet the priority of a command or job
pasteMerge lines of files
screenTerminal window manager
selectAccept keyboard input
sleepDelay for a specified time
sortSort text files
splitSplit a file into fixed-size pieces
tailOutput the last part of files
testEvaluate a conditional expression
timeMeasure Program Resource Use
touchChange file timestamps
topList processes running on the system
watchExecute/display a program periodically
whereisReport all known instances of a command
whichLocate a program file in the user's path
whoPrint all usernames currently logged in
whoamiPrint the current user id and name (`id -un')
yesPrint a string until interrupted

Wednesday, October 29, 2008

Get Latitude and Longitude values from Google Maps

Google Maps do not display latitude and longitude values, but there is an easy trick to get these numbers. This technique will provide the latitude and longitude coordinates of the center of the map displayed by Google Maps.
Looking up an address in Google Maps will center the map on that address if it was found. Because this trick provides the latitude and longitude of the center of the map, moving the map around manually after that will change the center position and this technique will not work accurately.
When the location you want is in the center of the map, copy and paste this code into the location bar of your browser and press enter:
javascript:void(prompt('',gApplication.getMap().getCenter()));
A little dialog box will pop up displaying the coordinates which can be copied and pasted for use elsewhere. This code can be bookmarked and then used in the future by selecting the bookmark.