Monday, 30 July 2018

Night Scope Binocular


Night Scope Binocular For spy
 
Hi, friends welcome back again. are you interested in SPY? say yes, a see a some special Night Scope Binocular. are you interested in any binocular so click on image to get some special information.

1.Generic Night Scope BINOCULAR

 


2.Telescope folding Day/Night Binocular

 


3.PIA night generic vision 30x60 zoom optical Binocular



Friday, 27 July 2018

Rubik's Cube Collection


 RUBIK's Cube Collection




Hi, friends welcome back again. are you interested in Rubik's Cube. yes, it is true so here all types of Rubik's Cube like- 2x2, 3x3, 4x4, 10x10, mirror cube, triangle cube, and many more.so don't waste time lets gets started............  


1.3x3 speed cube


 
 

2.Mirror cube 3x3

 

3. Master Pyramorphix Puzzle Cube Magic Cube

 

4.Pyramid Cube 3x3
 

5.Cylinder Cube 3x3

 

6.ShengShou SNAKE magic cube

 

7.2x2 speed cube

 

8.Novelties Cube puzzle

 

9.Megaminx Speed cube

 


10.Gear shift cube 2x2

 

Wednesday, 25 July 2018

HITPLAY 6 in 1 Solar kit


Solar Play Kit
Hi guys, welcome back today I will show a best Solar Toys Kit.
  • Encourage children to exercise their sense of creativity.
  • All pieces snap together easily.

  • can make and re-make up to 6 differenrt items such as boat, wind mill, puppy, car, plane, etc. it is eco friendly. and see more details by click on -
 

Monday, 23 July 2018

SAMURAI Lava Watch


Lumina Digital Black Dial - WATCH

Function Buttons: Right-side Top:Hour and date display + Select Button(change mode).

  • Red Light glow outside obsidian black metallic alloy casing outside also thus known as samurai lava watch.
  • can be used as a bracelet and fashion watch both, shows time as well as adds to lool your wrist, very smart and young looking.


Saturday, 21 July 2018

Jio Phone v/s Jio Phone 2


Jio Phone v/s Jio Phone 2
       


                                                                   V/S

 
 
 
     JIO PHONE     V/S     JIO PHONE 2 

General

Battery Capacity (mAh)              2000                    2000

Colour                                           Black                   Black

No. of sim                                         -                            1

Bluetooth                                     Yes                     Yes, v 4.10

Button                                         Normal                  More button

Software

Operating system                 KAI OS                   KAI OS


 

Friday, 20 July 2018

Grand Theft Auto V [PC]


BUY- Grand Theft Auto V [PC]

 


Platform : Windows Vista, Windows XP, Windows 7, Windows Me, Windows 2000,Window 10, and Other.           


  • The biggest, most dynamic and most diverse open world ever created and now packed with layers of new detail.

  • Grand Theft Auto V blends storytelling and gameplay in new ways as players repeatedly jump in and out of the lives of the game's three lead characters, playing all sides of the game's interwoven story.

  • Grand Theft Auto V also comes with Grand Theft Auto Online, the dynamic and ever-evolving Grand Theft Auto universe for multiple players



  • (BUY FROM HERE)       


    Tuesday, 17 July 2018

    Mobile Back Case Marvel Avengers Edition Launch


    Launch Marvel Avengers Edition :Back case



    • Protect Your Mobile From Scratches And Dents With This Back Cover.

    • All Buttons And Jacks are Accessible Through The Cutouts.

    • Attractive appearance, Feel warm and Comfortable, to ensure you put it down.

    • Complete Access To All Features Of The Device Including Microphone, Speaker, Camera And All Button.


    (Buy this COOL Cover from here)
     

    Monday, 16 July 2018

    TOP 3 Robots that You can BUY


    Top Three ROBOTS



    1.Sphero Star Wars BB8 App Controlled Robot

    Battle-Worn Exterior: BB-8 app-enabled Droid with a polycarbonate shell sports the wear and tear of Resistance missions.Bluetooth Smart connection allowing Gyroscopic propulsion  to a 30m range.





    2.Emob Cute Sunlight Solar Robot 4 in 1
    Solar Robot:is completely solar-powered so you never need to buy batteries.Emob geek squad has dusted off their labs coats and goggles to concoct their latest triumph.





    3.Cute Sunlight 14 in 1 Educational Solar Powered Robot
     

     
    Solar Powered Robot:
    This solar powered robot can be transformed into 14 different robots modes which include a multitude of comical and functional movements it can easily change from wagging tail dog, running beetle,etc.

    Sunday, 15 July 2018

    Top 6 Amazing Facts About Mobile Phones Which Will Shock You


    TOP MOBILE FACTS

    1.90% of mobile phones in Japan are waterproof.

    2.The average person unlocks his or her smartphone 110 times each day.

     

    3.Be careful while using your mobile phone, it has 18 times more bacteria than toilet handles.

    4.Scientists has developed a way of charging mobile using urine.

    5.present mobile phones have more computing power than the computers used for the Apollo 11 to land on the moon.

     
     
     

    6.74 % of smartphone users use their mobile phone to help with shopping.

     

    Saturday, 14 July 2018

    World Smallest Phone

     
    The World's Smallest Phone - Zanco tiny t1
     

     







     
     

     
     
    Highlights

     

    • The phone supports only 2G bands.

    • The mobile phone is smaller than a human thumb and lighter than a coin.

     

     
    The tiny phone operates on the 2G network. The battery has 3 days standby and 180 minutes talk time.
     
    Zanco brands the tiny t1 as a 'talk and text mobile phone' with an alphanumeric keyboard.This phone supports a single Nano SIM and can store up to 300 contacts in the phonebook.
     
    The Zanco tiny t1 has connectivity options like 2G, Bluetooth, and Micro-USB. The phone has dimensions of 46.7x21x12mm and a weight of 13 grams.
     
     
     
     
     
     Dimensions - 46.7x21x12mm
     
    weight - 13 grams





    Recommended by Technical Adnan Farhaan - "buy this phone"


     

    Wednesday, 11 July 2018

    Learn to Make Games

    LEARN: How To Make Game


    Hi, welcome friends today I will teach you "How to make Game".i am always  interested in Programing and Gaming.so !!Don't waste Time!!
    it's a simple trick to make game in notepad. Please try and follow steps to make game.

    1.Open notepad

    2.Copy this HTML code and Paste in notepad

    <!documentTYPE html>
    <html lang="en">
    <head>
    <meta charset="utf-8" />
    <title>Play Snake Game</title>
    <style type="text/css">
    body {text-align:center;}
    canvas { border:5px dotted #ccc; }
    h1 { font-size:50px; text-align: center; margin: 0; padding-bottom: 25px;}
    </style>
    <script type="text/javascript">
    function play_game()
    {
    var level = 160; // Game level, by decreasing will speed up
    var rect_w = 45; // Width
    var rect_h = 30; // Height
    var inc_score = 50; // Score
    var snake_color = "#006699"; // Snake Color
    var ctx; // Canvas attributes
    var tn = []; // temp directions storage
    var x_dir = [-1, 0, 1, 0]; // position adjusments
    var y_dir = [0, -1, 0, 1]; // position adjusments
    var queue = [];
    var frog = 1; // defalut food
    var map = [];
    var MR = Math.random;
    var X = 5 + (MR() * (rect_w - 10))|0; // Calculate positions
    var Y = 5 + (MR() * (rect_h - 10))|0; // Calculate positions
    var direction = MR() * 3 | 0;
    var interval = 0;
    var score = 0;
    var sum = 0, easy = 0;
    var i, dir;
    // getting play area 
    var c = document.getElementById('playArea');
    ctx = c.getContext('2d');
    // Map positions
    for (i = 0; i < rect_w; i++)
    {
    map[i] = [];
    }
    // random placement of snake food
    function rand_frog()
    {
    var x, y;
    do
    {
    x = MR() * rect_w|0;
    y = MR() * rect_h|0;
    }
    while (map[x][y]);
    map[x][y] = 1;
    ctx.fillStyle = snake_color;
    ctx.strokeRect(x * 10+1, y * 10+1, 8, 8);
    }
    // Default somewhere placement
    rand_frog();
    function set_game_speed()
    {
    if (easy)
    {
    X = (X+rect_w)%rect_w;
    Y = (Y+rect_h)%rect_h;
    }
    --inc_score;
    if (tn.length)
    {
    dir = tn.pop();
    if ((dir % 2) !== (direction % 2))
    {
    direction = dir;
    }
    }
    if ((easy || (0 <= X && 0 <= Y && X < rect_w && Y < rect_h)) && 2 !== map[X][Y])
    {
    if (1 === map[X][Y])
    {
    score+= Math.max(5, inc_score);
    inc_score = 50;
    rand_frog();
    frog++;
    }
    //ctx.fillStyle("#ffffff");
    ctx.fillRect(X * 10, Y * 10, 9, 9);
    map[X][Y] = 2;
    queue.unshift([X, Y]);
    X+= x_dir[direction];
    Y+= y_dir[direction];
    if (frog < queue.length)
    {
    dir = queue.pop()
    map[dir[0]][dir[1]] = 0;
    ctx.clearRect(dir[0] * 10, dir[1] * 10, 10, 10);
    }
    }
    else if (!tn.length)
    {
    var msg_score = document.getElementById("msg");
    msg_score.innerHTML = "Thank you for playing game.<br /> Your Score : <b>"+score+"</b><br /><br /><input type='button' value='Play Again' onclick='window.location.reload();' />";
    document.getElementById("playArea").style.display = 'none';
    window.clearInterval(interval);
    }
    }
    interval = window.setInterval(set_game_speed, level);
    document.onkeydown = function(e) {
    var code = e.keyCode - 37;
    if (0 <= code && code < 4 && code !== tn[0])
    {
    tn.unshift(code);
    }
    else if (-5 == code)
    {
    if (interval)
    {
    window.clearInterval(interval);
    interval = 0;
    }
    else
    {
    interval = window.setInterval(set_game_speed, 60);
    }
    }
    else
    {
    dir = sum + code;
    if (dir == 44||dir==94||dir==126||dir==171) {
    sum+= code
    } else if (dir === 218) easy = 1;
    }
    }
    }
    </script>
    </head>
    <body onload="play_game()">
    <h1>Play Snake Game</h1>
    <div id="msg"></div>
    <canvas id="playArea" width="450" height="300">Sorry your browser does not support HTML5</canvas>
    </body>
    </html>
     
    3.Now save this on desktop.to save press ctrl+S and type Snake.html and save.

    4.Now you are ready to play the game. Just click the icon where you save it and enjoy the games

    PUBG Mobile Beta Available

    PUBG Mobile Beta Now Available for Android

     


    Highlights


  • PUBG Mobile beta version is now available on Google Play
  • Beta version lets you see all the new features coming in the next update


  • PUBG is a popular game among Android and iOS users, and up until now, it was only available as a stable release.PUBG Mobile beta version are available on Google Play, for Android users to get a taste of all the upcoming features before they are released commercially.

    Tuesday, 10 July 2018

    SECERTS BOOKS To Become HACKER

    Learn HACKING From Home

    Looking for best best hacking books?

    you will find all the information you need to become a skilled hacker. Your experience and ability is irrelevant.
    This comprehensive book is designed specifically for inexperienced hackers and will arm you with a multitude of modern hacking knowledge and techniques.


    "Don't Waste Time To Go in Other Website"

    (if you are interested in any book so click on book image to buy)
     

    1.Hacking: Hacking Practical Guide for Beginners
     
    It is not limited to theoretical information and contains detailed practical tips, tricks and strategies which you can employ to hack your targets, as well as;

    •The basics of hacking and the different types of hackers
    •Detailed study plans for budding hackers
    •How to improve your skills in a short period of time
    •How to write your own codes using the Python programming language
    •How to become a skilled hacker and penetration tester
    •How to set up a rigged Wi-Fi hotspot
    •Writing codes and programs using Python
    •Collect information using certain hacking tools
    •Protect yourself from other hackers
    •And a whole lot more…



    2.The Unrevealed Secrets of Hacking and Cracking

    This book serves as a complete reference for information security including IT security, data security, network security, internet security, penetration testing, cryptography and laws governing the industry.
     

    Finally, it presents the subject in a simplified manner so that even a beginner dealing in a security environment understands and implements information security at personal and corporate levels.


    3.Hacking Secrets - A Practical Guide to learn HACKING


    its an amazing and marvellous book for hackers. if u want to achieve your goal through hacking,then buy this book.If you are beginner in hacking then you should start from this 📖 book 🎊.A great book to start and learn about basic of hacking. The book contains pictures, stories & events occured of hacking which makes this book fun to read. It has kept my intrest in ethical hacking and never let me get bored. Overall it is a must buy book for beginners.

    Monday, 9 July 2018

    Worlds Cheapest Professional Camera


    Worlds Cheapest Professional Camera

     
    Hi, welcome back friends today we will tell you world cheapest Professional camera.this camera quality is best like a professional.it is best for Photographer,youtuber and other many things.
                   "don't waste time lets gets started"

     
     
     

    Camera Name- Quace SLR Camera Shaped Cool Fancy USB Flash 32 GB Pen Drive
     
                       

    Features-
    • Capacity: 32 Gb
    • Great Finish
    • Transfer Speed: Upto 12 Mb/S
    • Color: As Shown In Picture
    • Usb 2.0 and many more    

      Buy this camera-
      

         
     

     

    Featured post

    Exam Warriors: PM Modi's Book

    Exam Warriors: PM Modi's Book exams are very important for student's life. exam test your preparation not you.  A ...

    Popular Posts