Cheat Book 2012 For All PC Games

Cheat book is a must needed tool for gamers. Cheat book 2012 contains cheats for games released from 1998-2012 in alphabetical order.

Cheat Book Data Base 2012 - The encyclopedia of game cheats. A die hard gamer would get pissed if they saw someone using cheats and walk through in games, but you have to agree, sometimes little hint or the "God Mode" becomes necessary to beat a particularly hard part of the game. If you're an avid gamer and want a few extra weapons and tools the survive the game, Cheat Book Data Base is exactly the resource you would want.

You can download it from here.

Best Android Games


Hi Friends i would like to share some of the best Android games in this post . These games are rated as best in the Android market and are free of cost so by clicking the game name from the below list you can get into the download page directly and enjoy the best android experience with these top android games.

Top 10 Android Games

  1.  Paradise Island
  2. Angry Bird Rio
  3. Yoo Ninja! Free
  4. Paper Toss
  5.  Bubble Blast2
  6.  World War™
  7.  Slice It!
  8.  Live Holdem Poker Pro
  9.  Jewels
  10.  Mouse Trap Alchemy

How To Download Very Big Files Within Minutes?



Hi friends, i found an interesting way to reduce the download time and to save data by using Highly Compressed versions of the files that i would like to download.
For example take a game which you like the most & whose installation file is about 6GB, Think How much time will it consume to download 6Gb & Your reaction for it?

Now after reading this post you find an interesting way to stop worrying about the download time.
It's simple Just while searching for something which would be very big, Just add the keyword "Highly Compressed" with your search term, That's it!

For example if you are looking to download the game "Need for speed" search as below:

Need for speed Highly compressed


The above search will yield you with a no. of sites offering the download of the compressed version of that game. You will find that those big games which are about 5 to 6 GB are compressed to about just 10 to 20 MB.

You too can do this by using this software KGB Archiever. But be aware that this software will use lot of memory during the compression process and slow down your computer to the atmost level. (Better avoid this work if you think your pc cannot withstand this).

How to use the Highly Compressed Download:

Basically in case of games the compressed folders can be extracted by normal softwares like winrar, 7-Zip, etc.. But, On uncompressing you will note that the file will be in .iso format. So you may need to mount it to a virtual drive to open the .iso format file, and to play the game.

Don't worry there is a software named DAEMON Tools Lite to simplify this work for you.

How to use Daemon tools lite:

  1.     Just download the daemon tools lite form Here.
  2.     Install it.
  3.     On installing it you will find an additional drive on your My Computer.
  4.     Open Daemon tools lite.
  5.     Click Mount and select the .iso file to be mounted.
  6.     You will see the mounted files on that new drive on My Computer.
  7.     Open the drive and enjoy.

MS Excel LEFT, MID, RIGHT Functions: How To Slice Up Cell Contents

Why would anybody want to automate slicing up cell contents in a spreadsheet? If you ever tried to copy a list from a web page or from a .txt file and paste it into Excel with the purpose of creating a database, then you know how frustrating it is to go through cells and edit them one by one. I’ll give you the first example that pops into my mind: you have a list of people, you have the name, surname and age of each person in a single cell, but you need to put them in a separate cells, in order to be able to order your table by surname or by age.

When importing .csv or .txt files into Microsoft Excel, you are presented the option to choose your field delimiters. Sometimes this is enough to get your information imported just the way you need it. However, field delimiters don’t offer much flexibility, so you need to further process Excel cells content in order to be able to use it. Such processing can be done by using Text functions. LEFT, RIGHT and MID are the three functions which, in combination with a few others, will save you heaps of time. To show you how to do it, I’ll use the previous example with the list of names. I’ll first detail on each function used, then I’ll show you how to combine functions.

This is the initial spreadsheet:


We need our one column table to be split in three columns, for name, surname and age. By using the LEFT function we can “tell” Excel to return a certain number of characters only, so we can obtain a new column containing only names.

The syntax is LEFT(text,num_chars). This means that we need to indicate two parameters:

  •     the text we need to operate the cut on
  •     the number of characters that will be cut and pasted into the new cell 
Do you see where the problem is? Not all names on the list have the same number of characters, so we can’t just write the formula for the first cell, then drag it down onto the whole table. We need to enter a different number for each line, and that’s not at all a time saver. What if we found a way to automatically count the number of characters in each name, then use this variable in our LEFT formula, so it cuts the proper number of characters for each line?

There’s a function called FIND, which counts the number of characters in a text starting from a certain position to a special character you indicate. The special character in our case is the “space” between name and surname.
Function syntax: FIND(find_text; text; position)

Parameters:

    find_text = your special character (in this case it’s “space”)
    text = the initial text string (here you’ll want to put its cell reference, so you can then drag your formula down across the whole table)
    position = the position you need to start counting from (this parameter is optional, the formula will work even if you leave it out).

Here’s my table again, but this time I added the following columns


= FIND(” “;A2) – this is to determine how many characters are there in the first name (it will also count the space, so you’ll need to subtract it in the next formula) – we just count the characters to the left of the space

= FIND(” “; A2; B2+1) – this is to count the number of characters from the beginning to the second space in the text (I used B2+1 as starting position, so the formula ignores the first space)

= LEN(A2) – this counts the total number of characters in the text string. We need it for obtaining the age column with the help of the RIGHT function

Then we use the three aids we just defined to obtain our final columns:

    Name: =LEFT(A2;FIND(” “;A2)-1)
    Surname: =MID(A2;B2;C2-B2)
    Age: =RIGHT(A2;D2-C2)

Now that we know how to do it, why not combine the formulas so we skip the aid columns? All you need to do is replace B2, C2 and D2 with their corresponding formulas, drag the formulas all way down the table and you’re done:

    Name: =LEFT(A2;FIND(” “;A2)-1)
    Surname: =MID(A2;FIND(” “;A2);FIND(” “; A2; FIND(” “;A2)+1)-FIND(” “;A2))
    Age: =RIGHT(A2;LEN(A2)-FIND(” “; A2; FIND(” “;A2)+1))

This is how you can count characters to the left of a specific character in a text, so you can cut the text where you need. I hope it will help some of you out of trouble. It works in MS Excel, but also in OpenOffice Calc (which is what I used for this tutorial). Please let me know if you used this formula combination and how it worked for you.



How To Move Off Screen Windows Back On The Visible Screen

If you use your laptop with an external monitor and you make that monitor primary, you always need to remember switching the settings back to the initial ones before disconnecting that monitor. If you forget, you’re in trouble, because the Display Properties window doesn’t show on your screen, so you can’t access the display settings (I’m talking here about Windows-operated computers). This is very tricky, because the Display Properties box doesn’t show in the taskbar, so you have no chance to use any menus that may show up when you right-click that tab.


This is what you need to do for bringing your off-screen window back on screen :

  1. Right click anywhere on the desktop (on the free space, not on icons). 
The following menu will appear
       
      2.  Left click on Properties (last item on the menu that will show up after your previous command)
      3.  Press F10 on the keyboard (this will move the current cursor position on the Display Properties  window which you can’t see yet)
      4.   Press Down Arrow on the keyboard (this will activate the following menu, which you also can’t see, but I’ll show it to you here, so you realize what I’m talking about)


  •  (Notice that the current cursor position is already on the Move item)
  •     Press Enter. The Move command is now selected (but you also can’t see because the box is positioned off-screen).
  •     Press either left arrow or right arrow on the keyboard.
  •     After pressing any of the arrows once, just start moving the mouse left or right, until you see the Display Properties box on the screen.
  •     When you’re happy with the new positioning of the box, left-click once and you’re done, you can now make your laptop screen primary again and thank me for saving you from disaster.




Cyber attacks hurt China's credibility: U.S. official

 BEIJING (Reuters) - Cyber attacks against the United States from China are eroding the country's credibility and scaring off potential foreign investors afraid of losing their intellectual property, a senior U.S. official said on Tuesday.


The sheer scale of hacking attacks from China bred mistrust in the U.S. government as well as the business community, said Robert Hormats, U.S. under secretary of state for economic growth, energy and the environment.

China has repeatedly dismissed the accusations as groundless and claims it is the victim of a vigorous cyber campaign by the United States.

"The cyber intrusions are particularly troubling because they've gotten so much visibility lately that the intensified visibility is really undermining a lot of business confidence of people who would otherwise invest here," Hormats told Reuters.

"So it's hurt Chinese interests," he said after speaking at a U.S.-China Internet industry forum. "The Chinese really need to take a look at this and decide if it's in their interest for these policies to continue."

Hormats said it was difficult to determine the precise origins of the attacks. A U.S. computer security company released a report in February in which it said much of the hacking came from China.

"It's important to have a dialogue on this, but it's also important that the dialogue be a means to an end, and the end is really ending these practices", Hormats said.

China does not abuse the Internet, and countries should not attack other countries using Internet resources, Qian Xiaoqian, China's vice minister of the State Internet Information Office, earlier told the forum.

China suffered more than 6,600 attacks by computers based overseas in January and February, he said.

"We shouldn't militarize cyberspace," he said. "Such attacks violate the rights of other countries and also moral standards."

Chinese and U.S. speakers at the forum urged dialogue to iron out differences.

"As the world's two largest economies, both dependent on the Internet, China and the U.S. must work together to address this problem, on behalf of our own citizens, our own companies, and our own institutions," U.S. Ambassador Gary Locke said.

(Reporting by Terril Yue Jones; Editing by Jonathan Standing)

Google, AT & T target Austin for high-speed Internet

 SAN FRANCISCO/NEW YORK (Reuters) - Google Inc said on Tuesday it plans to bring its ultra high-speed Internet and television service to Austin, Texas, next year, prompting AT&T Inc to reveal its own plans to follow suit - if it gets the same terms from local authorities.

AT&T appeared to be making a political point to highlight the heavy regulations that encumber traditional phone companies, analysts said.

Google promised to begin connecting homes in Austin by the middle of 2014 with a 1-gigabit-per-second Internet service, roughly 13 times faster than the speediest service AT&T had previously committed to offering and about three times faster than the zippiest available from Verizon Communications.

The Austin launch would be Google's first move to expand its "Google Fiber" service beyond Kansas City, Missouri, introduced last year. Google says the Fiber Internet service is 100 times faster than today's average broadband performance.

But as Google unveiled its plans at an event in Austin that featured Texas Governor Rick Perry, Austin's mayor and other city officials, AT&T issued a challenge to the city to provide a more level playing field.

"AT&T's expanded fiber plans in Austin anticipate it will be granted the same terms and conditions as Google on issues such as geographic scope of offerings, rights of way, permitting, state licenses and any investment incentives," AT&T said in a statement.

The No.2 U.S. telecommunications firm did not provide a time frame for its own planned Gigabit network, which it said would not materially alter its anticipated 2013 capital expenditures.

"AT&T is making the point that they could make a lot more investments in many of their communities, absent the regulatory burdens which every community puts on providers," said Raymond James analyst Frank Louthan.

While James said he did not know what the terms of Google's Austin deal were, he pointed out that Google received various benefits in Kansas City, including preferential right-of-way access, access to data centers, and reduced pole access rates.

"This immediately puts the city of Austin in a box," said Louthan. "They realize that if they actually give that to AT&T and build it, Google may not come."

Austin City spokesman Doug Matthews had no immediate comment on AT&T's statement, referring calls to Rondella Hawkins, the director of the city's telecommunications and regulatory group, who was not immediately available.

Google, the world's No. 1 Internet search engine, launched its first Google Fiber service in Kansas City in November. The company initially billed the service as a test project to spur development of new Web services and technology but now says it views Google Fiber as a viable business.

The ultra high-speed connections and television offerings are aimed at surpassing those of current providers, such as cable and telecommunications companies, such as AT&T and Time Warner Cable Inc.

As in Kansas City, consumers in Austin will be able to get standalone Gigabit Internet service or a bundle that includes nearly 200 high-definition television channels. Pricing in Austin is still to be determined, Google said.

Google said it will also offer Austin residents free Internet service, at a slower 5 megabit per second rate for seven years, provided they pay a one-time construction fee that was not specified. In Kansas City, the fee is $300.

Google shares finished Tuesday up $2.80, or less than 1 percent, at $777.65. Shares of AT&T closed the session up 14 cents, or less than 1 percent, at $37.76.

(Additional reporting by Corrie MacLaggan in Austin; Editing by Kenneth Barry and Eric Walsh)

Electronics Projects

Pulpit rock