Friday, 29 November 2013

Unknown

How to Remove Ads from Android Apps, Games & Browser


remove-ads-android

Earlier I have posted on how you can easily remove all the spammy advertisements, bulky popups and any other virus attacking stuff in your windows computer without using any software, well this post is part of that thing and we are going to use the same thing for getting rid of advertisements in Android free apps, games and browsers you use to browse the web.
Now if you really feel bad watching all those bad advertisements in your free apps and games and even browsing some websites online then we have a simple solution that will block all those advertisements for free using no software.

Removing Advertisements from Android :)

So now the steps are pretty simple, we will be using that HOSTS file blocking trick to get this thing working, so now just follow below steps and enjoy.
  1. Open this text file online and copy its contents in a new notepad file or download it to your PC.
  2. Now you have the file if you have downloaded the file just make sure to rename the file as "hosts" its really important.
  3. So now you have the "hosts" file that you need to place in your Android device in order to remove all those advertisements.
  4. Now just transfer this file to your android device and open your file explorer on your android device. (use a free file explorer like F-explorer)
  5. Now just copy the file on your android device and paste it in to /etc or /system/etc, now if there is already a hosts file present just rename it to hosts.bak (to create backup of older hosts file)
  6. Now just paste your new hosts file over here, make sure you have the administrative right's to paste the file.
  7. That's it guys now just reboot your android device and see this trick working.
Now after you reboot your device you will see how all the advertisements in your apps, games and browser are vanished away, now sometime if might feel awkward as every single ad will be gone but still if you want a clean screen then this is the way.
Read More
Unknown

Adavantages And Disadvantages of Java

Advantages(Pros):
  • Easier to learn than c++
  • Easier to read code than c++
  • More rapid and potentially less error-prone development (due to less memory management) than c++.
  • Most cross-platform since it was designed for it and Sun makes JREs and JDKs for most platforms
  • All things are passed by reference except for value types, by default
  • Garbage collector cleaning up objects once they're no longer used, so you don't have to manually track everything yourself
  • Apparently java 6 runs (some?) stuff slightly faster than c++ (test code ported from c++ ran faster despite having to do seemingly wasteful things!)
  • Program is compiled and optimized for the platform it's on, if necessary?
  • Easy to make multiple threads, and you can declare functions synchronized so only one thread can be in them at a time (IIRC)
  • You can use wait() and notifyAll() and notify() to suspend threads to wait for signals and wake them up again.
  • Various free IDEs available on all platforms, such as Eclipse
  • If the program crashes, it should either tell the user where in the code and why, showing a stack trace including line numbers (if debug symbols are enabled or something like that), or it can be dumped to an error log file.
  • Programs can be packaged into jar files with various data files in different jar files and accessed by users using Java WebStart, which will auto-update the program and any other needed jar files to the latest version, only downloading what jar files have changed.
  • Easier/more cross-platform networking than c++.
  • Files are read and written as big-endian on all platforms (which is network byte order) ensuring that communications between java programs and file loading never require byte-order swapping (unless talking to a non-java program or using a file written by one).
Disadvantages(cons):
  • Uses more memory than c++ or c#
  • JNI is terrifying, but if we're being cross-platform we probably won't use it, (except that the 3d engine will?)
  • Garbage collector using CPU cycles and memory - (but barely any, at least CPU time)
  • No unsigned integers
  • No pointers, no ref or out parameters (which replace pointers in c#). To return multiple things from a java function you tend to have to return an object[] holding each thing, or make a class which holds each thing and return an object of that class.
  • Some things were renamed - const is final in java, for example
  • Java does not allow indexers or operators on objects, e.g. if you use resizable lists etc, you have to do list.get(index) instead of list[index], and you can't do someVector + someOtherVector.
  • Java does not let you decide whether a type should be a value or a reference type (determining if it should be pass by value or pass by reference), unlike c#.
  • Jar files used by java webstart have to be signed with a certificate. Code signing certificates cost hundreds of dollars per year, or you can make a self-signed one and use that, which will make Java Webstart pop up a "This certificante can't be verified" dialog when the user tries to run the program. (Alternately, don't use Java Webstart and just distribute jar files directly - which requires users to check for updates themselves.)
  • Requires a JRE to be installed to run the program, which is a several hour download on dialup.
  • Have to use java 5 for generics, 1.4 doesn't have them. Java 6 is newest and a couple years old, but - Apple releases their own java versions for Mac users, and still hasn't released a "stable" java 6 version for its users.
Read More

Thursday, 28 November 2013

Unknown

Evolution Of Java

  1. Java was designed by Sun Microsystems in the early 1990s.

  2. Basic aim of java was to solve the problem of connecting many household machines together.

  3. Project was unsuccessful because no one wanted to use it.

  4. Earlier Name of Java : OAK

  5. Creator of Java :  James Gosling  (the father of Java)

  6. As there was another language called Oak , they decided to rename OAK. New name was given 
    to OAK , OAK was renamed Java in 1994

  7. Java was publicly released on : May 27, 1995

  8. Java was targeted at :  Internet development

  9. Applets Had early support from companies : Netscape Communications
Read More

Wednesday, 27 November 2013

Unknown

Why java is called platform independent language?

One of the major features of java includes that why java is called platform independent language.
Before understanding this feature we need to know about -

Javac – compiler that converts source code to byte code. 
JVM- interpreter that converts byte code to machine language code. 
As we know java is both compiler & interpreter based language. Once the java code also known as source code is compiled, it gets converted to native code known as BYTE CODE which is portable & can be easily executed on all operating systems. Byte code generated is basically represented in hexa decimal format. This format is same on every platform be it Solaris work station or Macintosh, windows or Linux. After compilation, the interpreter reads the generated byte code & translates it according to the host machine. . Byte code is interpreted by Java Virtual Machine which is available with all the operating systems we install. so to port Java programs to a new platform all that is required is to port the interpreter and some of the library routines.

Source code -> javac ->Universal byte code
Universal byte ->jvm/java -> execute them on a particular machine.
Read More

Friday, 22 November 2013

Unknown

Funny Indian Troll Images for Fun Facebook Commenting

funny-comment-pics
Hmmm so now you can post images in facebook comments section, well people have just started up posting funny images in response to the post, well this is much more done by the Indians posting funny troll images of Bollywood actors and celebrities with some funny text written over it, well if you were also finding some of these awesome images then I have this awesome post for you which contains collection of those troll images which will take your commenting to whole new level.
So now all these images are compressed into a .zip package provided above directly for free download, so now just hit that button and get this package. Well you will need to extract the package to get funny pics folder which contains all above images. So now possibly these images will get updated soon I get few more, so till then enjoy using these image’s and have fun & do share this post with your friends too :)

Read More
Unknown

How to Obtain a Custom Username for Google+ URL

Google+ recently introduced custom URL for everyone who was eligible to get it for their personal profile, so earlier they gave the custom URL to all the big stars but now small newbies were in luck to avail this special feature to make their profile look much more short and simple.
Well now you might have received a email from Google+ regarding your profile username eligibility or you might have seen that notification bar if you are regular user of Google+ if you not we still have a simple way to avail this feature and get you a simple custom URL for your google+ profile page.


Now everyone is not able to get tis custom URL, well you need to have a proper userbase on Google+ in order to get this custom URL, well if you are a regular user then this feature would be surely available for you so let see how you can apply it.

  1. Visit Google+ and Sign-In.
  2. Now navigate to Profile > About, so now if you are eligible for this feature then you might be able to see a black bar sliding with text (your profile is eligible for custom URL) or scroll down to Links section and press Get URL.
  3. google  custom urlNow you will see some popup like on the right hand side.
  4. So now if your was available you you will see a green arrow on the right, else you need to enter some more number's or alphabets in order to get your available custom name.
  5. Now after you see the green mark just press Change URL option and it will ask for confirmation that if you really wanna make a change with the name chosen.
  6. So now choose Accept and enjoy your new Custom Google+ URL.

So guys that's it now you will have a nice custom URL for your Google+ profile, have fun sharing this with all your friends, Enjoy.
Read More

Tuesday, 19 November 2013

Unknown

How to Block Unwanted Calls & Messages on iOS 7

Apple recently pushed the iOS 7 update bringing new user interface with all icons and HD graphics, well not only this they even added some awesome features like the call blacklisting that the one and the best feature added by Apple team. So now you could easily block any contact or unknown number and they would not be able to call you or send you messages and do facetime chat with you.

So now you do not need to install any other blacklisting app on your iOS device but just following below steps would allow you to block the user and that too using the default app and interface.

ios-7-call-blacklist
  1. Just open your Phone App > Call Log.
  2. Now in this just select the number you want to block and click that i icon on the right side and then scroll down to see the Block this Caller option.
  3. Now press that option and then it will slide and say Block Contact, just press that option and that's it your caller will be blocked.
  4. So now instead of Block this Caller you will see another unblocking option which says Unlock this Caller, so if you want to remove that caller from the block list just press that option and that caller will be removed from the block list.
  5. Now there is another way to see all the blocked users and even unblock them, just navigate to Settings > Phone > Blocked.
  6. So now you will see all the callers you have blocked, so swipe left on anyone to unblock them from the block list.
So that ends the tutorial, well remember the caller you will block will not be able to call you, send your messages and chat with you using Facetime, so make sure to only do this to someone who is really harassing you :)
Read More