Search This Blog

Friday, 17 February 2012

Minecraft Pocket Edition

Well, it was out LONG AGO.. But there is an upcoming update..

ITS GOING SURVIVAL... Pocket edition for minecraft is currently creative (without the flying and all types of blocks).

It currently has only a couple of items for free:

  • 6 colors of wool,
  • Stairs
  • Basic blocks ( wood, stone, etc)
etc
I have to say it seems like pocket edition has a great potential.. Though being on your cell phone the max i believe they could do would be to add creepers and farming.. Which sadly would lag for phones who arnt that great

How to get the app (creative [18/2/12])

FOR ANDROID


There are two:
Free
Paid
To get Free:

  • Visit: This
  • Download it (click install)
  • It is sent to your phone for downloading (Just open the market on it)
  • Its installed now and you got it
To get Paid:

  • Visit:this
  • Click the buy button.
  • This will take you to a page to log in (if not logged in)
  • Or Enter your details ... And it will be sent to your phone
  • (Open market to install it.)
  • Now u have it.


More about the app:
Well, Now that you have it .. The controls (for android) will be seen when you press the menu button on your phone.

Ok about the app,
It was initially released for Xperia Play.. Which then was available for all android and was recently released for apple.

Thats about it for the app..
Thanks and keep visiting the blog as many times as you can!
                                        -Potatoes! (Yup.. POTATOES!)

Thursday, 16 February 2012

Java Programs (Printing out ASCII Codes of letters)


class asciiCodes
    {
        public static void main()
        {
            char i;
            char j;
            for(i='a';i<='z';i++)
        {
            System.out.println(i+"       "+(int)i); // The (int) part converts letters to asciiCode
        }
    }
}

Wednesday, 15 February 2012

Program Java Even or Odd


class evenOdd
    {
        public static void main(int no)
        {
           if(no%2==0) // Modulus (dunno how to spell it) find the remainder.. If its an even                              {                                                                                  //number the thing is 0

               System.out.println("Even number");
            }
            else
            {
              System.out.println("Not an even number");
            }
        }
    }

Java Programs

Well, I've been gone for a LONG TIME.... You probably dont care..
Anyway i learnt Java and will be posting some small... tiny.. freaking easy programs...


Tuesday, 22 March 2011

35gbps wth!?

While we’ve seen all sorts of blazing feats over fiber here lately, it’s not often that such wide openbandwidth gets piped directly to a home, but a 75-year old Swede recently changed all that when she had a 40Gbps connection installed in her domicile. ‘Course, this fine dame is the mum of Swedishinternet legend Peter Löthberg, and she’s hoping to somehow “persuade internet operators to invest in faster connections.” The trick behind the setup is a “new modulation technique which allows data to betransferred directly between two routers up to 2,000-kilometers apart with no intermediary transponders,” and just in case you’re wondering, she can download a full high-definition DVD in a painstaking two seconds.

Assasin's Creen Brotherhood ROcks!!!!

The new game assasins creed brotherhood is awesome keep an eye out for its review!

Sunday, 20 March 2011

How to change your "spray picture" on tf2

One of the main problems people have on TF2 is that its tough to change the spray which isnt that tough though.

In this guide i'll tell you how to change that "spray picture"
 There are many steps but i've made it easier for you so here you go

1) Find which picture you want to keep as you spray  picture
2) Change it to .bmp format. Which is easier if you have paint. To do this follow these steps:
  • Open the picture with paint.
  • Edit/crop it if necessary
  • Now go to file tab and click "Save as" at the bottom of that window you will be able to see the format type. Now in that choose the 24-bit. bmp format (thats the only one it recognizes well) 
  • Now save that file anywhere EXEPT DESKTOP






3)Now open tf2 .There do the following steps
  • Click on OPTIONS (found bottom right)
  • Choose the multiplayer tab
  • Then go down and you will see the Spray type 
  • Click "Import Spray" and choose the picture which u saved (has to be 24-bit.bmp kind of format)
  • After that go to where it says default and choose the name (here not so chosen one). 
  • Click the apply button
4)Now you have to restart the game to make it work!!

Thats the end of it now press "T" (for default settings) to put the spray wherever you want


                          Keep up with the world -Sunny Miglani