Showing posts with label techgenes blog. Show all posts
Showing posts with label techgenes blog. Show all posts

Sunday, 9 August 2015

Why Windows 10?

Windows 10 is the OS that will impact the maximum number of people on this planet. Bigger than anything on any apple device, bigger than any android platform update, bigger than any app with new version. That's because about 1.5 billion (yes,billion) people use Windows as their primary OS on desktops,notebooks and tablets- and each of them wants to know if they should risk an upgrade. Windows 8 turned out to be real clunker for most. It was an OS in search of an identity. It wanted to be a touchscreen OS but really messed up the notebook and tablet users. It wanted to be radical but went too far with its live tiles and no start-button stubbornness. Thus a lot of people are wary about Win10. Here are your answers....

THE BIG QUESTION 

Yes,it does have a start button. A really good one. It takes all of what was good about the OSes before and adds some great functionality. It has all the real goodies you need and adds live tiles but in a controlled space.

THE OTHER BIG QUESTION 

Win10 has Cortana and yes, shes's coming to India. She'll also understand India accents. If you don't know who Cortana is, do let me know the shape and size of the stone you were under. Cortana is the name of AI(Artificial Intelligence) voice assistant built into the mobile version of windows and she's now making an appearance on Win10. Arguably, it's superior to Apple's Siri and Google version, with some smart features as well as a fantastic ability to build a profile around the user and offer help. She understands plain-language queries so you don't have to structure question, she refers to you by your name and also got some humour in her.

IS IT REALLY FREE? 

Yup. It really is. There's no sleight of hand and no elaborate fine print here. If you have a legitimate copy of anything above and including Win7,you get Win10 for free. Forever! Further upgrades happen after a year, but in essence, Win10 for you is free. If you have a pirated version then thing get a little more complicated.

SO WHAT'S TO LIKE? 

Lots, actually. Task view is a new feature and real revolution in true multitasking as it provides full thumbnail previews of all open apps and can be used to manage multiple desktops. Frankly, it's better  than anything I've used on any laptop  with any OS. Win10 also has a central notifications area, called Action Center where literally everything going and all messages accumulate in one easy-to-use area. Microsoft Edge is the new browser that comes with slick features. It's fast, comes with a reading mode that removes all clutter from a web page, a read later area that saves things for offline reading and of course Cortana works here too. The good part is that Win10 is lighter and runs easily on old hardware that has Win7 or even XP. New Win10 embedded versions run on a Raspberry Pi or even on a TV stick.
So, should you upgrade to Win10? Considering it's free, fast, and you don't need to invest in new hardware, plus the OS is actually good. I really don't see a plausible reason for anyone thinking otherwise.


Sunday, 2 August 2015

C Code For Bisection Method

Bisection Method: The following method is used to find the accurate roots of transcendental equation and polynomial equation.
The transcendental equation is the equation which contains trigonometric,algorithmic and exponential functions associated with it for ex: xsinx-logx+1=0. With the help of following code every time you can modify your function and can find root in one go without any pen and paper. Lets get started...

PSEUDO CODE: 

1)First we will input two intervals for desirable function.
2)We will check whether their function values lies in range or not if yes then programme continue else it will display wrong intervals and will exit the programme.
3)If intervals will be correct then value of x2 will be find out and for every interval its function value    will be stored.
4)Again we will check function values of intervals and accordingly intervals will be assigned
5)This whole programme will be exectued untill we will find our root upto desirable decimal place 

C-Code:

#include<stdio.h>
#include <math.h>
#include<conio.h>
#define ESP 0.001 //For finding root upto desirable decimal digit
#define F(x) (x)*(x)*(x) + (x)*(x) + (x) + 7 //For defining function
void main()
{
  int i = 1;
  float x0,x1,x2; //Intervals
  double f1,f2,f0,t; //Function

  printf("\nEnter the value of x0: ");
  scanf("%f",&x0);

  printf("\nEnter the value of x1: ");
  scanf("%f",&x1);
  if(f0*f1<0)
 { printf("\n__________________________________________________________________\n");
  printf("\niteration\t x0\t       x1\t x2\t   f0\t   f1\t   f2");
  printf("\n___________________________________________________________________\n");
  do
  {
  x2=(x0+x1)/2;
  f0=F(x0);
  f1=F(x1);
  f2=F(x2);
  printf("\n%d %f %f %f %lf %lf %lf", i, x0,x1,x2,f0,f1,f2);
  if(f0*f2<0)
   {
    x1=x2;
   }
   else
   {
    x0=x2;
   }
   i++;
  }while(fabs(f2)>ESP);
printf("\n__________________________________________________________\n");
printf("\n\nApp.root = %f",x2);
}
else 
{ printf("\nIntervals are not correct\n");
   exit(0);
}
getch();
}
NOTE:
this code is written in codeblocks GNU GCC compiler
this code might encounter issues when tried to run in turboC or any other compiler

Saturday, 11 July 2015

Watch ASCII Star Wars in Windows

Every one of us has watched Star Wars om television, computer or in a theater. It is the same movie with aliens fighting each other for galaxies and such stuff. There is nothing new in it. But wait, have you watched an ACII version of Star Wars and that too in windows using telnet? A network protocol known only to computer wizards. Well if you have not,then you must do it now! The only thing required to watch it is an "Internet Connection",speed does not matter.





To watch it on windows XP,Mac OS X and Linux:
1. Go to Start,Run
2. Now type "telnet towel.blinkenlights.nl" without the quotes and press Enter. Users of MAC OS X and Linux can       directly execute this code in the terminal window.

On Windows 8, Windows 8.1, Windows 7 and Windows Vista :
Telnet is turned off by default in the latest versions of Windows. So in order to watch Star Wars you must first enable Telnet by going to Control panel> Programs> Turn Windows Feature On or off and ticking both the telnet boxes. After doing that follow these simple steps.





  1. Go to Start, Search  in Windows Vista and Windows 7. On Windows 8 and Windows 8.1, open the main start         page.
   2. Type telnet and press Enter. In the following prompt Window, type "o" without quotes and press Enter. Now          type "towel.blinkenlights.nl" without the quotes and press Enter. If you do not need telnet anymore, you can         turn it off                                                                                                                                                                        


Tuesday, 7 July 2015

How to Monitor WhatsApp Messages on Android

How to Monitor WhatsApp Messages on Android
How to Monitor WhatsApp Messages on Android?

MaxxSpy help you can monitor whatsapp messges on someones’s cell phone without their knowing. You need to install MaxxSpy on the target phone and track it by your phone, tablet or computer in the world within minutes.

How to install MaxxSpy into target phone?

Step 1: Download and install MaxxSpy.
Step 2: Open MaxxSpy app on your smartphone and login/register with your account.
Step 3: Login MaxxSpy ( www.MaxxSpy.com ) with your account on your phone, table or computer to hack your smartphone now.
Note: please waiting 15′ to upgrade data form smartphome. You can change time sync in your account settings.

You can find the evidence you need to MaxxSpy. With MaxxSpy Monitor Whatsapp Messages Software, you can:

You can track whatsApp messages, see dates & time stamps of chats – name and number of sender. MaxxSpy lets you view all the WhatsApp conversations that take place through the target phone. With MaxxSpy WhatsApp spying software you can:
• Track WhatsApp chats.
• Monitor whatsapp messages without rooting monitor phone.
• Get time and date stamps to know when each chat took place.
• Find out the names and numbers of people they have been chatting with.

You can see more at: http://maxxspy.com/monitor-whatsapp.aspx


Friday, 3 July 2015

Have you ever played this secret chrome dragon game??


Do you use google chrome as a browser??
if your answer is yes then do you know chrome has secret same installed known as T Rex dinosaur endless runner game ...
if no then let me tell you
sometimes because of connectivity failure you land on a page with heading UNABLE TO CONNECT TO THE INTERNET and a image of T rex dinosaur is present.. you may be angry because you are not able to connect to entry therefore google place this snmall but exciting game at this page ..
all you have to do to access this page is press the upper arrow key and the dino at your screen will start running and obstacles will come on its path you have to keep him going the arrow keys...
enjoy the game...
And the best part is because this game runs when you are offline you can play it when offline all you have to do is bring the unable to connect page.those who are online have to get offline to enjoy this game

Sunday, 28 June 2015

unsend a sent email from gmail account


Oops sent a wrong email from your gmail account.It happens often that you accidentally sent an uncomplete email or an email to wrong reciepent, the only thing you can do is regret.But dont worry now the latest added feature in gmail "undo send"will let you do the trick.
NOw you can easily unsend a sent email from your gmail account by following the simple steps given below :
  1. first of all open your gmail account
  2. Now go to the settings at right top corner of the screen
  3. under the setting option again click to the setting option
  4. now the setting window will appear ,under this enable the undo send option
  5. The best part is that you can also set the time limit to unsend an email,but the maximum time limit is 30 secind if you choose undo option within that time frame then you email could get unsent but if you tried to undo send it after that time limit than you will encounter failure
  6. To understand it fully let us perform it practically
  7. compose an email to any additional email account if you have,otherwise you can also try it to you r friend or family member whom you can easily access
  8. send the mail
  9. after sending your mail a message will appear like this on your gmail window displaying the undo,view and message option in a yellow bar
  10. now click the undo option
  11. ta da you have just unsend a sent email
  12. You can check by logging in the account to which you have sent a mail that whether your mail was recieved or not

Saturday, 27 June 2015

How To Check if Your PC is Windows 10 Compatible

With Windows 10 coming on July 29, you'll want to make sure your PC, applications and various devices will all play nice before you reserve and upgrade. Fortunately, Microsoft has made it easy to do within the Get Windows 10 tool that appears on all copies of Windows 7 and 8.

Upgrading your copy of Windows to 10 should be seamless, but you want to make sure set up is actually ready beforehand. That new Windows icon down in your system tray will let you do more than reserve your copy of Windows 10 for free. It can also check your whole system to make sure everything is all set for the upgrade. It's pretty simple to do:

* Click the Get Windows 10 icon in your system tray in the lower-right section of your desktop.
* Click the hamburger menu in the upper-left corner.
* Under "Getting the upgrade," select Check your PC.


If you're all set and ready for the upgrade when it comes, you'll be given a good to go message. Otherwise, you'll see a list of devices and apps that aren't supported.

Device issues could mean a monitor won't display properly at the highest resolution, or some speakers won't be able to play audio with the upgrade. Apps that are listed as unsupported will need to be uninstalled before you start the upgrade process. Of course, a driver update or patch install may fix those issues as well, so check again if you can find updates.

Welcome To The Future

Its the sad but consistent rule of technology that all cool future inventions must be given really terrible,confusing and complex names.The first time electronic products like washing machines and dish washers got their own brains and were able to figure things out for themselves,the name given to that technology was "Fuzzy Logic".The first time computing and storage power was taken offsite and made available from a remote location,the simple name it was given was cloud computing.And now the latest buzz is that soon each and every device,machine and sensor in the world will talk to each other and take smart decisions with zero intervention from you.The awesomely name for this  future technology? The Internet of Things(IoT). The prediction is that,in a few years from now,more than 100 billion devices will talk to each other,analyse,take decisions,change things and perfect our lives without us getting involved.

  • NETGEAR's ARLO:   
Think about every nightmare associated with setting up an internet-accessible security camera system:wires all over,complex set up and almost impossible task of installing outdoor cameras.
Netgear's arlo is completely wireless,runs for about six month on batteries and can be set up literally by anyone in five minutes.The cameras are weather proof and can be set up outdoors or indoors.It also provides actual hd picture,great wireless range of 150 feet,perfect clarity even in the dark,and finally whole system is motion-activated. you can set up the system in few minutes. You take the main hub and connect it to your home router with an ethernet wire,then press the button on the hub and on each camera one by one. The app on your phone will allow you to record only when it detected motion. Any movement and video will be sent to you with an alert.It work perfectly as a baby monitor.At any given time  you know who was at your home hen you were two continents away.The system also talk to other devices and the cameras can be used for other IoT activities.It could turn your house lights on as soon as the cameras recognise you as you enter. It could integrate with Lifx LED light bulbs and also eventually with your home's front door lock. You could turn on ac and coffee machines before you reach home or wake up.
  • THE GADGETS ARE COMING:  Xiaomi has had a head start on its IoT ambitions with a slew of new launches: the Mi Smart Weigh Scale that records  BMI and other health parameters along with your weight talks to your phone and fitness band(yes,fitbit and withings have similar features  but this one talks to a whole lot device and costs $20).There is Yeelight Beside lamp,which is completely controllable via your smart phone,throws out light in 16 million colours,can be controlled by your gestures and soon recognise your prsesnce in the room and turn on.
This is just the start.The Internet of Things is coming at you from all directions and at the speed of light.

Monday, 22 June 2015

Make Your PC talk

Hello friends we are always ready to help you and reveal out some special features about your pc which you do not know


Well as the name suggests this post is all about make your pc talk. There are two real time methods that can be used . One is programming based and other is simply the alternartive. All you need to do is simply copy and paste the following text in notepad.....

Dim msg, sapi


msg=InputBox("Enter your text","Talk it")

Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg



Now save this file with "Make Your pc Talk.vbs" 




This will simply create a scripted file. Type the text and click on OK button to enjoy your talking app..