Showing posts with label how. Show all posts
Showing posts with label how. Show all posts

Sunday, February 28, 2016

Lets know how to review the computer games

Playing computer games, or gaming, is almost certainly the most popular pastime in the world. Children do not play football in the street t as far as they used to, they sit in their bedrooms or in video cafes playing video games. This means that there are always millions of kids playing video games, discussing computer games or reading about them.

Reviews of video games are everywhere, but still there is a colossal demand for more. If you want to write reviews on video games, you will find eager publishers on Web gaming sites and if the reviews are good, you might kave them published in gaming magazines as well. So how do you go about writing a review of a computer game?

The first thing to do is establish your target audience. Gamers are on all sorts of levels, but in essence you can say that there are beginners, hobbyists and experts. So who are you capable of writing for. Obviously, an expert will be searching for a more detailed review than a beginner.



What is your own degree of expertise? You will find it almost impossible to write on a level much higher than that and still be credible. If you attempt to fudge it, people will see through it and know that you do not really understand what you are writing about, so review to your ability / knowledge of the game and try to increase your ability / knowledge.

Each game attempts to be different, but they share a commonality nevertheless. So, there is a fundamental set of questions that should be addressed no matter which game you are reviewing.

The questions include: does it load quickly? Is there a choice of characters? What are their powers? Is the action smooth and fluid? Are the colours true? Is the action fast? Does the game crash? Can it be played by more than one player at a time? Can you play it on line?

Players on each level want to know the answers to questions like those. Other vital information is: which machines can it be played on? What specifications does that machine or PC need to run the game at top speed - CPU speed, RAM, HD free space and screen resolution.

More advanced players will require to know about precise locations or characters in the game. They might also be searching for a way to get out of a situation that they find impossible to sus out. They will require to know how to earn trophies and what these trophies confer upon the owner.

Experts and hobbyists might be searching for so-called cheats. Cheats are special, undocumented commands that allow someone in the know to do something extraordinary. They may bestow unlimited lives or super powers or permit you to jump to any stage in the game.

Specialists may also be interested in the heritage of the game: who wrote it, who programmed it, who did the graphics, whether it is based on another game and other technical details.

So, you need to gain a deep understanding of the game by having played it really often and to a high level if not the highest level and you have to be honest with what you find and present your findings in an unbiased fashion.
Read More..

Sunday, February 14, 2016

How to Resume download from Mediafire with IDM


Gamer: Kenapa waktu saya Mengunduh Game dari Mediafire Tidak dapat di Resume walaupun Menggunakan Software Internet Download manager


Admin: Itu karena ada metode baru untuk meresume/meneruskan Unduhan dari mediafire






Admin: Pertama-tama buka IDM, Lalu klik Pada File Unduhan yang akan di Resume > Klik Resume


Admin: Bila Unduhan tidak langsung Dapat di Resume Biasanya akan Keluar gambar seperti yang di atas  >Klik OK


Admin: Tunggu Sampai IDM Secara Otomatis membuka kembali Link Undahan lewat Browser anda

Admin: Nah Sudah terlihat Link Unduhannya, Langsung Klik> Download

Admin: Sukses
Read More..

Friday, May 8, 2015

How To use Matlab with examples

In the book Matlab An Introduction with Application good examples are provided for matlab beginners. Here few of the examples provided in the book are shown for review.

1. Left and Right Division

There are two division operators in Matlab. One is the left division() and the other is right division(/).

One application of left division() is in solving system of linear equation.

For example- AX = B, therefore X = BA

eg-
2x-4y+2z = 3;
6x+2y-4z = 5;
9y+8z = 7

then, we can implement and solve in matlab as,

>> A = [2 -4 2;6 2 -4;0 9 8];
>> B = [3;5;7];
>> X = AB

X =

    1.2129
    0.1881
    0.6634

On the other hand using right divider, we have-

>> A = [2 -4 2;6 2 -4;0 9 8];
>> B = [3 5 7];
>> X=B/A

X =

    1.2129    0.1881    0.6634

2. How to perform element wise multiplication in matlab?

A dot is used to perform element wise operation in matlab, for example-

>> a = [1 2 3];
>> b = [4 5 6];
>> c = a.*b

c =

     4    10    18

>> c = a./b

c =

    0.2500    0.4000    0.5000

>> c = a.^b

c =

     1    32   729

3. How to use disp command in matlab?

disp command is used to display variables or string to the command screen,

for example to display variable-

>> a = [1 2 3];
>> disp(a)
     1     2     3

to display string using

>> disp(text)
text

4. how to use fplot matlab command
fplot matlab command is used to plot function which can be either directly typed into the argument of the fplot commmand, or the function can be user-defined or can be matlab inbuild function.

for example, plotting y(x) = sin2x is- >> fplot(sin(2*x),[-4,4])


5. How to plot multiple functions on the same plot in matlab?

There are two ways to plot multiple functions on the same plot in matlab.

The first one is use multiple vectors inside the plot command and the other is use hold on command and plot multiple function on the same graph.

Using vectors:
>> t = [0:0.1:10];
>> x = sin(t);
>> y = sin(2*t);
>> z = sin (3 *t);
>> plot(t,x,-b,t,y,-r,t,z,-g)

Using hold on:

>> t = [0:0.1:10];
>> x = sin(t);
>> y = sin(2*t);
>> z = sin (3 *t);
>> plot(t,x,-b)
>> hold on
>> plot(t,y,-r)
>> plot(t,z,-g)
>> hold
Current plot released

both method gives the following graph:


See more in Matlab Tutorials
Read More..

Friday, January 16, 2015

How do I change my IP address


          How do I change my IP address?

The basics
Before reading any of the below information, you need to be aware of some network basics.
  1. Know the difference between a static IP address and a dynamic IP address. See each link for additional information about each of these terms.
  2. When on the Internet, it is up to your Internet Service Provider (ISP) to assign and give you your network address seen by the Internet. When on a local network (LAN) or wide area network (WAN) the home or corporate router assigns the IP addresses.
  3. If youre planning on designating or using a static IP address, you should be aware of how IP address ranges are handled and be familiar with the netmask. See each of these links for additional information.
Changing your Internet IP address
Modem users
When connecting to the Internet over a dial-up Modem, your ISP will assign your computer an address each time you connect. This means that often each time you connect youll have a different IP address. If youre wanting to change your IP address, try disconnecting and reconnecting. If youre assigned the same address, disconnect for a few minutes and then reconncect.
Broadband users
Broadband service providers will assign your computer or home network a static IP address. If youre connected to a broadband network and need to change your IP address try following the below steps.
Disconnect power to broadband modem
Getting a new IP address may be as simple as disconnecting the power to your broadband modem. Disconnect the power from the modem and leave it disconnected for a few minutes. If you have a network router connected to the modem, we also suggest disconnecting the power to the router.
Release the IP address assigned to router
If disconnecting the power to the modem and router did not work it may still be saved in your router configuration. Try releasing and renewing the Internet IP Address for the router. Steps on how to do this can vary depending on the router. However, is often done through the Status or setup in the router setup.
Tip: The Internet IP Address is not the 192.168.xxx.xxx address.
  • How do I adjust the settings of my home router?
Leave it disconnected over night
If the above two suggestions do not work, disconnect the power to the modem and router (if applicable) and leave them disconnected overnight or for as long as possible.
Contact the ISP
Finally, if all of the above suggestions still prevent you from changing your IP address its possible the ISP may have a long lease settings that prevents a new IP address from being assigned unless it is abandoned for days. In this situation, its usually easiest to contact the ISP to get the IP address changed.
Changing your home network IP address
Microsoft Windows users
To change or specify the IP address of your computer for your own local area network (LAN), follow the below steps. Keep in mind that if youre connecting to the Internet with a broadband connection, adjusting your network settings may cause issues with your broadband connection. Finally, if your home network is setup through a network router, that router could be assigning your computer dynamic IP addresses, and specifying a static IP address may cause issues.
  1. Get to the Microsoft Windows desktop.
  2. Right-click on My Network Places or Network Neighborhood and click Properties.
  3. Right-click on Local Area Connection and click Properties.
  4. Click Internet Protocol (TCP/IP) and click Properties. If this is not present, youll need to install this protocol.
  5. In the Internet Protocol (TCP/IP) Properties window, select "Use the following IP address" if not already selected and specify the new IP address you wish to use. While entering this data, youll also need to specify the subnet mask and default gateway.
Linux users
The below information is for how to specify and adjust your network settings through the command prompt. Changing your network settings will require root access.
  1. Get to the command prompt.
  2. Move to the /etc/sysconfig/network directory.
  3. Edit the interfaces file and adjust your network settings in this file.
Can someone else change my IP address?
Someone whos outside your home network and does not have access to your network router cannot change your IP address. Do not be concerned about your computers security if your IP address has changed, its more likely that its normal behavior than an attack..
Read More..

Wednesday, January 14, 2015

How To Crack A Software Tutorials

How To Crack A Software Tutorials [CLEANED][Team Nanban] [TPB]

How To Crack A Software Tutorials

How To Crack A Software Tutorials DESCRIPTION: 

 Cracking Lessons ΓÇô learn how to crack software with detailed video lessons (Bonus Included) Professional software crackers are ready to reveal their secrets! Learn how to crack software with oneΓÇÖs own hands! From: Moshe Cogan, practicing software cracker We are the first one to offer the most detailed, interesting and entertaining
interactive video tutorials on software cracking. Experienced crackers will 
demonstrate and comment each step of software cracking.
You will study a detailed, step by step lessons created by a real practicing cracker.
 You donΓÇÖt need to be a PC guru and donΓÇÖt even have to master any software programming
 languages. We will show you how to crack software with both the most simple and the most
 sophisticated protection systems.


Whats included in the Learning Course?
1 Theoretical Introduction
20-page PDF-introduction to cracking.


YouΓÇÖll get answers to the following questions:
Who cracks software?
What types of protection exist nowadays?
What software is impossible to crack?
What tools are needed for successful cracking?


I HAVE UPLOADED THIS TORRENT BEFORE, BUT AS SOME USERS REPORTED ABOUT MANY "FALSE POSITIVES",
I DECIDED TO UPLOAD THE SO CALLED CLEAN VERSION...
MY EARLIER VERSION IS SAFE TO USE..THIS VERSION IS FOR USERS WHO ARE INNOCENT ABOUT FALSE 
POSITIVES AND ALSO FOR USERS SATISFACTION.EVEN I HAVENT USED RAR FILES.. 
 
 PLZ SEED AFTER DOWNLOADING...

"SHARING IS CARING" 
 
magnet:?xt=urn:btih:e492b0fc9b29f9441e28d51d813daac241037b67&dn=How+To+Crack+Software%5BCLEANED%5D%5BTeam+Nanban%5D%5BTPB%5D&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.istole.it%3A6969&tr=udp%3A%2F%2Ftracker.ccc.de%3A80&tr=udp%3A%2F%2Fopen.demonii.com%3A1337

Download How to A Crack Software Tutorials

Read More..
 
Software Download - Powered By Blogger