Thursday, 27 November 2014

Unblocking sites without heavy VPN's!

     If you're using Desktop VPN softwares that are slowing down the speed of your computer system so you can unblock the websites like Youtube , ___________ , __________ ! Well i guess Google censored it. You don't need to use those shitty VPNs Anymore .
     I got a trick which is indeed an old one but if you don't know about it . It's definitely helpful . You just need a computer system (Ofcourse Haha! ignore that , I'm high) , Google Chrome , which is must.
     Go to chrome web store , Search for Zenmate (It's also a VPN but it consumes less memory than Hotspot etc.)! If you still can't find it , Then you're a goon .
P.S: No offense !
     Here's the link Zenmate! Go through it , Add it on your chrome extensions ! Apply for it's activation via email . Ta-da It's On ! Go and enjoy your Time ! And yeah , I'm not sure if it's on other browsers too . Because I've just used it on chrome & without a doubt it's better on chrome for me atleast because I've not used it anywhere else! :D

Sunday, 16 November 2014

C++ Programming E-book !

      For all those who want to learn C++ , Here you go !
Accelerated C++ by Addison Wesley

Five Year Old Passes Microsoft Exam!

A boy from Coventry has become the youngest computer specialist in the world.
Ayan Qureshi is now a Microsoft Certified Professional after passing the tech giant's exam when he was just five years old.
Ayan, now six, whose father is an IT consultant, has set up his own computer network at home.
He told the BBC he found the exam difficult but enjoyable, and hopes to set up a UK-based tech hub one day.
"There were multiple choice questions, drag and drop questions, hotspot questions and scenario-based questions," he told the BBC Asian Network.
"The hardest challenge was explaining the language of the test to a five-year-old. But he seemed to pick it up and has a very good memory," explained Ayan's father Asim.
Mr Qureshi introduced his son to computers when he was three years old. He let him play with his old computers, so he could understand hard drives and motherboards.
"I found whatever I was telling him, the next day he'd remember everything I said, so I started to feed him more information," he explained.
"Too much computing at this age can cause a negative effect, but in Ayan's case he has cached this opportunity."
Ayan has his own computer lab at his home in Coventry, containing a computer network which he built.
He spends around two hours a day learning about the operating system and how to install programmes.
When the boy arrived to take the Microsoft exam, the invigilators were concerned that he was too young to be a candidate.
His father reassured them that Ayan would be all right on his own.
The test is usually taken by people who want to become IT technicians.
Ayan's mother Mamoona is training to be a GP.
The family moved to England from Pakistan in 2009.
"I'm very happy and very proud, I don't want to see him set a world record every day. But I want him to do his best whatever he does in his life," she said.
Ayan says he hopes to launch a UK-based IT hub similar to America's Silicon Valley one day, which he intends to call E-Valley.
He also wants to start his own company.

Courtesy : BBC News

Thursday, 13 November 2014

Windows phone O.S in Android devices !

     Since it's release Windows Phone O.S has been a trademark of Microsoft's mobile operating system but Android and iOS are leading the race for mobile platform Operating system . Actually Windows Phone O.S is not tried by many because of the trademark & pre-developed name of Android & iOS.
     
Well a guy like me must be eager to try his hands on windows phone but this budget thing always acts as a barrier , But eh who gives a shit now? If you got an android device you can experience Windows phone O.S on your android device because Microsoft launched windows 8.1 convertible .
All you need is an android device running a chipset of Qualcomm Snapdragon 200 , 400 & 400 LTE.
     Well I'm fucking excited to flash a windows O.S in my android ! Are you? Try it as soon as it's out on the internet FREE because we're Pakistanis , We don't spend money .

YouTube Music Key subscription service is unveiled!



     Google's YouTube is starting a subscription service that allows users to stream ad-free music videos and to download them for offline use.

     The £9.99 monthly fee for Music Key also provides membership to Google Play All Access, its existing "all-you-can-eat" song stream and download facility.
It is set to pose a challenge to Spotify, Rdio, Beats Music and other audio-only "unlimited" music services.
     The launch had been delayed by a dispute with independent labels.
   
     However, Google said it had now signed deals with hundreds of indies worldwide.

     That has enabled it to include tracks from artists including Billy Bragg, who had previously said YouTube was trying to "strongarm" labels into agreeing to "low rates" by threatening to block their material altogether if they did not take part.

Courtesy : BBC News

Friday, 26 September 2014

C Programming !

     I've been thinking about making video tutorials for the programming but i need some time.
Well i got a beginner E-book for you.
     Here's the link : Head First C , Do try it!

Saturday, 13 September 2014

One plus one!

       There is a talk everywhere about a new upcoming giant (hopefully) of mobile phone industries One Plus . Well this mobile is quite a good stuff for the people who are not brand concious like the users of Iphone , Samsung etc.

Here are some pictures of One plus one :   
     Well this mobile uses the Cyanogenmod 11s. Which is a custom rom , Those people who don't know about custom roms well let's just think it is a firmware which is installed on an android OS. It is basically used to revitalize the user experience with the device and as far as I'm concerned Cyanogenmod is the best ROM I've ever used . But let's not talk about it!

    This mobile is very budget friendly , Right now in UK you can get it's 16GB version for only £229
Which makes somewhat PKR 37k /- For such a great smartphone . Well i'm surely gonna try it , if my pocket supports me !

Thursday, 15 May 2014

Computer Programming!!!


What is Programming?
         
 You’re probably expecting something complex and technical in the answer of this question unfortunately you’re not going to get one. It is quite easy to describe Programming.
            Programming is actually breaking bigger tasks into smaller steps and completing it”
            It’s the simplest answer to this question.

Example:
            Suppose you’re given task to arrange a party. What are you going to do?
You’ve two options:
1. Do all the arrangements at the same time.
2. Work step by step.
1st one is obviously a bad idea. So let’s move ahead with step 2. First you’ll need to:
·         Pick out a good date for party.
·         Look out for a venue.
·         Hire a good caterer.
·         Hire a good DJ or band.
·         Buy and distribute Invitation cards.
Well this looks pretty easy rather than beating up your head with doing multiple tasks at one time. This is known as programming and using same methodology to make computer programs is known as computer programming.

Computer Programming
Let’s swim in the sea of computer programming. For Computer programming you need to learn or master (better choice) a programming language. A Programming language is a language used to make computer programs. There are different programming languages with different properties.


Generally there are two types of programming languages:
1.    Structured programming.
2.    Object Oriented Programming.
1. Structured Programming:
                  Structured programming is a type of a programming that is done without any classes. Means all the work is done in one main class, which is a bad choice in the present era.
Languages: C, GW BASIC.
2. Object Oriented Programming:
                 
Object Oriented Programming usually called OOP is a programming methodology in which programmers use real life objects as their classes in a program. There can be more than one class in a program (which is quite useful if you want to change anything in one class you can just open the class and edit the code but in structured programming you have to search the line of code in the whole program).
Languages: C#, Java, C++.
      Now we’ve talked about methods and classes but you don’t know anything about it so let’s discuss it.
Methods:
    
Methods are actually classes under classes which has property of being used again and again whenever programmer needs. In other words we write method with some code and whenever we need to use that code instead of writing code again we just call the method.

Classes:
    
Classes are objects of program that contain different properties and different identities. In OOP Classes are actual objects that are directly related with the program to perform different operations.
More ? :
  
Well Programming is a vast field, It needs proper understanding that cannot happen in one day. Everyone needs time to master it. Here are some java books with basics, Go through them.
     Barry Burd(Beginning Programming with java for dummies 3rd ed.)
      O’Rielly(Head First java 2nd ed.)
      Y.Daniel Liang(Introduction to java programming 8th ed.)