AD 1

Archive for October 2014

Cristiano Ronaldo

Cristiano Ronaldo dos Santos Aveiro, (born 5 February 1985), known as Cristiano Ronaldo, is a Portuguese professional footballer who plays as a forward for Spanish club Real Madrid and captainsthe Portugal national team.
Ronaldo was born in Santo António, a neighbourhood of Funchal, Madeira, the youngest child of Maria Dolores dos Santos Aveiro, a cook, and José Dinis Aveiro, a municipal gardener. His second given name "Ronaldo" was chosen after then-U.S. president Ronald Reagan, who was his father's favourite actor. He has one older brother, Hugo, and two older sisters, Elma and Liliana Cátia. His great-grandmother Isabel da Piedade was from Cape Verde.
Ronaldo became the world's most expensive player when he moved from Manchester United to Real Madrid in 2009. He is regarded by some in the sport to be currently the best player in the world, and one of the greatest of all time.
Ronaldo began his career as a youth player for Andorinha, where he played for two years, before moving to C.D. Nacional. In 1997, he made a move to Portuguese giants Sporting CP.
Ronaldo made his international debut for Portugal in August 2003, at the age of 18.
In 2007, Ronaldo was the first player in England to win all four main PFA and FWA awards. In 2008 and 2013, he won the FIFA/Ballon d'Or award for the best footballer in the world, the first Portuguese player to win the award twice. He was awarded the European Golden Shoe in 2008, 2011 and 2014. In 2008, he won 3 of the 4 main PFA and FWA trophies and was named the FIFA World Player of the Year, FIFPro Player of the Year, World Soccer Player of the Year, and the Onze d'Or. In 2007 and 2008, Ronaldo was named FWA Footballer of the Year. He was the inaugural winner of the FIFA Puskás Award for Goal of the Year in 2009. In a 2014 UEFA poll, he was named the greatest goalscorer to play in the UEFA Champions League.[14] With 68 goals as of September 2014, he is tied second in the competition's top scorers of all time, only trailing Raúl by three goals. He also holds the record for most goals scored in a single UEFA Champions League season, scoring 17 goals in the 2013–14 season.
Ronaldo is the first top European league player to reach 40 goals in a single season in two consecutive years, fastest Real Madrid player to reach 100 league goals, and the first player to score against every team in a single season in La Liga. He holds the record for most goals scored in a season for Real Madrid. In January 2014, Ronaldo scored his 400th senior career goal for club and country aged 28.


Saturday, October 25, 2014
Posted by Unknown
Tag :

Temple Run

Temple Run is a 2011 endless running video game developed and published by the Raleigh-based Imangi Studios. It is produced, designed and programmed by husband and wife team Keith Shepherd and Natalia Luckyanova, and with art by Kiril Tchangov. The game was initially released for iOS devices, and later ported to Android systems and Windows Phone 8.
A sequel to the original game was released on January 17, 2013 for iOS, and on January 24 for Android. As of June 2014,Temple Run and its sequel have been downloaded over 1 billion times.
In Temple Run, the player controls an explorer who, having stolen a treasure from a temple, is chased by "demonic monkeys" who want to eat him/her. As the game is an endless running game, there is no end to the temple; therefore, the player plays until the character falls off the temple to his/her demise or is eaten by the crazed monkeys.

While the character is running, the player can tilt their device left or right to move the character to the left or right of the screen to collect coins or avoid objects. There are three types of coin: gold, red, and blue. A golden coin has a value of one credit, red is two credits and blue is three. The coins/credits can be used to buy and then upgrade power-ups and other characters. When the player needs to turn left or right, they swipe their finger across the touchscreen in the corresponding direction. If they wish to jump over an object, they swipe upwards; if they wish to slide under an object, they swipe downwards.
Posted by Unknown

How to Make A Fake Virus in Notepad ?

Let me tell you how to make a fake virus in notepad..( The following code has been made for educational purpose only ).......

1. Open the notepad from Start or Command Prompt.


2. Write the following code :-

@echo off

title Cyber Attack Sequence Initiation
color 02
echo Warning-Complete File Corruption imminent.
timeout /t 3 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 10
timeout /t 1 /nobreak >nul
ClS
echo Complete file corruption and computer shutdown in 9
timeout /t 1 /nobreak >nul
ClS
echo Complete file corruption and computer shutdown in 8
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 7
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 6
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 5
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 4
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 3
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 2
timeout /t 1 /nobreak >nul
CLS
echo Complete file corruption and computer shutdown in 1
timeout /t 1 /nobreak >nul
CLS
echo File corruption and computer shutdown initiated
timeout /t 3 /nobreak >nul
CLS
echo Corrupting Critical System Files...
echo del* *
timeout /t 2 /nobreak >nul
echo The System cannot find the file specified.
echo:
echo:
echo:
echo:
echo:
echo Corrupting Root Partition...
echo del C:\Windows
timeout /t 2 /nobreak >nul
echo Deletion Successful!
echo:
echo:
echo:
echo:
echo:
echo:
echo:
echo Disabling Windows Firewall...
echo Killing all processes...
timeout /t 2 /nobreak >nul
echo Allowing virus to boot from startup...
timeout /t 2 /nobreak >nul
echo:
echo:
echo:
echo:
echo:
echo Virus has been executed successfully!
echo:
echo:
echo Have Fun!
timeout /t 2 /nobreak >nul

shutdown -s -t 45 /c  Your computer has committed suicide. Have a nice day.

3.  Save the notepad file with any name of your choice but extension should be .BAT
 For example, save your notepad file with VIRUS.BAT.

4. Now whenever you or your friends open the file.... The Fake Virus will do its work. Enjoy
Posted by Unknown

How to Open Command Prompt in Windows ?

Let me tell how to open Command Prompt Window :---

1. Click on Start Button on the desktop or Just press Windows Key + R.
2. The Run dialog box will open.


3. Type cmd in the Open: field and then press Ok or press Enter.
4. The Command Prompt Window will open.


Posted by Unknown

Common Keyboard Shortcuts



Some commonly used keyboard shortcut keys that everyone should know are :-

1. ALT+F4 - Closes the program or Opens the dialog Box to Shut Down, Sleep, Hibernate, Log off                                  Windows
2. CTRL+F - Finds a word or phrase in the document.
3. CTRL+C - Copies the text, document or folder.
4. CTRL+V - Pastes the text, document or folder.
5. CTRL+A - Selects the whole document.
6. CTRL+H - Replaces the word or phrase in a document.
7. CTRL+X - Cuts the selected item.
8. CTRL+P - Prints the current page or whole document.
9. CTRL+S - Save the current document.
Posted by Unknown

How To Hide A Folder In Windows ?

Let me tell you all how to hide a folder in Windows ..... It is a common method and works in almost all version of windows.

1. Select the folder or file which u want to hide.
2. Right Click the folder and Click "Properties".



3. The "Properties" dialog box will open.


4. In the "General" tab, Click the checkbox next to "Hidden" in "Attributes:" Section.
5. Click on Apply.
6. Click OK
7. Your folder or file will get hidden.

Posted by Unknown

How To Create A New Folder ?

This is one of the simplest thing in computer i.e. to make a new folder with the name of your choice. The same steps can be used to create a Shortcut, Contact, Text Document, Briefcase Etc.
Steps:-

1. Open the location where you want to create a New Folder. For E.g. Desktop
2. Right Click on the blank area.
3. Point the cursor to "New"option.
4. Click on "Folder".


5. Anew folder will be created at your specified location.
6. Rename it according to your wish.
Posted by Unknown



Total Pageviews

Popular Post

Source

Powered by Blogger.

About Us

- Copyright © Music Technology & Sports Junction -Metrominimalist- Powered by Blogger - Designed by Johanes Djogan -