Pages

Subscribe:

Ads 468x60px

Monday, December 27, 2010

Windows7 installation guide

Windows 7 ULTIMATE x86 / x64 FULLY ACTIVATED!
32/64-bit | English and MULTILANGUAGE SUPPORT | DVD ISO | Bootable | Simple use!
No serial and no activation needed | Size: 3.47GB | Genuine version | FULLY UPDATABLE with Windows Update. | Instructions and Installation notes included
















Installation is in English but you can change language afterwards to any of this list via Windows Multilingual User Interface (MUI)
* Arabic
* Brazilian Portuguese                                                                           
* Bulgarian
* Chinese Simplified
* Chinese Traditional - Hong Kong
* Croatian                                                                            
* Czech
* Danish
* Dutch
* English
* Estonian
* Finnish
* French
* German
* Greek
* Hebrew
* Hindi
* Hungarian
* Italian
* Japanese
* Korean
* Lithuanian
* Norwegian
* Polish
* Portuguese
* Romanian
* Russian
* Serbian Latin
* Slovak
* Slovenian
* Spanish
* Swedish
* Thai
* Turkish
* Ukrainian

How to change language?
http://windows7center.com/tutorials/how-to-download-and-install-windows-7-beta-language-packs-mui-packs/
INSTRUCTIONS
Install:
- Download and extract using WinRAR.
- Use Nero or other burning app to burn the ISO image
- Burning speed should not be faster than 4x. Otherwise, it might not work.
- Restart your computer.
- Make sure you have selected your DVD-ROM/RW drive as a first boot device.

* Enter the BIOS pressing the DEL button, set the option, insert your Windows 7 installation and restart computer.
- The black screen will appear (image 01).
- Press any key to boot from CD or DVD.... (by pressing the key you are entering the setup)
- Select your language, time and currency and keyboard input (optionaly)
- Click install now
- Choose your edition (x86 is 32-bit, x64 is 64-bit) depending of CPU type you have.

*Choose x64 if you have 64-bit processor.
- Click "I accept".
- Click "Custom" (advanced).
- Choose your partition/hdd drive where Win7 should be installed and click format.

*You might get some error if you have two or more hard disks with different connectors (ATA and SATA).
If you get an error, turn off one of your hard disks and repeat the whole proces.
- After formatting, setup will continue automaticly and it will finish after 15-30 min.
- Next step would be username
- Type your password (if you want).
- When you get the screen for CD-KEY just ignore it leaving blank.

*Uncheck the box for automaticly activation and click next.
- Choose the third option for next step.
- Select your time zone.
- Select your current location (Home is recommended).
- The black CMD windows will appear. Wait a few seconds until computers restares once again.
- And that would be all about installation. You are in Windows now.


Activation Tools :

* Windows Loader is the loader application thats used by millions of people worldwide, well known for passing Microsoft's WAT (Windows Activation Technologies) and is arguably the safest Windows activation exploit ever created. The application itself injects a SLIC (Software Licensing Description Table) into your system before Windows boots, this is what fools Windows into thinking it's genuine.
The easy and safe way to activate Windows.

Friday, December 10, 2010

Basically, it's the seventh version of Windows. Count along with me:


    1.0:           Windows 1.0
    2.0:           Windows 2.0
    3.0:           Windows 3.0
    3.1:           Windows NT
    4.0:           Windows 95, 98, 98SE-second edition, ME-millenium edition
    5.0:           Windows 2000
    5.1:           Windows XP(Whistler)
    6.0:           Windows Vista(Longhorn)
    7.0:           Windows 7(Initially blackcomb,later vienna)

Some of them are given with their codename in bracket.

Tuesday, November 2, 2010

Take the Ultimate Intelligence Test


You might think it's obvious that one person is smarter than another.
But there are few more controversial areas of science than the study of intelligence and, in reality, there's not even agreement among researchers about what this word actually means.
Unlike weight and height, which are unambiguous, there is no absolute measure of intelligence, just as there are no absolute measures of honesty or physical fitness.
Nonetheless, over the decades, legions of scientists have devised tests that can show that one person is smarter than another just as surely as Olympic events can shed light on how much you can lift or how far you can jump.
Now my team at the UK Medical Research Council's Cognition and Brain Sciences Unit in Cambridge has come up with the ultimate test of intelligence.
Like many researchers before us, we began by looking for the smallest number of tests that could cover the broadest range of cognitive skills that are believed to contribute to intelligence, from memory to planning.

Friday, October 29, 2010

Merging Human Intelligence to Software


TurKit lets programmers combines code with input from an army of online human workers.
Amazon's Mechanical Turk service has long provided a cheap source of labor, when the job is simple for humans but difficult for computers. Tasks such as describing a picture, for example, can be completed online by remote, human workers. Programmers already use groups of these workers, called turkers, to do many such tasks at the same time. But Mechanical Turk offers no easy way for programmers developing new software applications to combine and coordinate the turkers' efforts. Now computer scientists at MIT have developed a toolkit that does just that. Called TurKit, the tool lets software engineers write algorithms to coordinate online workers using the Javascript programming language, and create powerful applications that have human intelligence built in. The software can also be debugged like normal code.
Software with brains: The word processing add-on, Soylent, shown above, was built with TurKit. Turkit helps developers write algorithms that integrate the work of humans recruited through Mechanical Turk.
"Usually in Javascript, you wouldn't be able to access Mechanical Turk without a lot of work," explains Greg Little, a PhD candidate at MIT's Computer Science and Artificial Intelligence Laboratory, who created TurKit. "This is a bridge for writing code that interacts with the workers on Mechanical Turk, so we can easily explore new methods of human computation."
With TurKit, human input is stored in a database. That way, anytime the software under development crashes, the turkers don't have to start over from scratch. Instead, once the program has been fixed, it can pick right up where it left off. "If you wait an hour for the humans to finish their task, and then the program throws an error, you don't want to wait another hour just to see if your bug fix works," says Little. TurKit also prevents the human input from changing unpredictably during the debugging process. "If I got different behavior every time I ran (a program), I could never debug that moving target," says Michael Bernstein, a PhD candidate at MIT, who used TurKit to create a word-processing application called Soylent.