\

0
Example Code to Connect to mySQL Database in JavaExample Code to Connect to mySQL Database in Java

This post is to help initiate a MySQL database connection through Java at front-end via JDBC (Java Data Base Connectivity).  Before this we need to know some basic information which are as follows: 1.      Driver class: The driver class for the MySQ…

Read more »

0
Smartwatch can help detect Life-Threatening Heart ProblemsSmartwatch can help detect Life-Threatening Heart Problems

Fitness wearables typically monitors the wearer’s exercise pattern and activities. Cardiogram announced recently that they have developed an algorithm that trained a deep neural network using heart rate readings taken from Apple Watch, iBeat and And…

Read more »

3
Introduction To Machine Learning:Introduction To Machine Learning:

Machine learning is the sub-field of computer science, focuses on the development of computer programs that can change when exposed to new data. Machine learning system searches through data for a pattern and adjust program actions accordingly. Face…

Read more »

0
SELF-DESTRUCT THE REGRETTABLE MAIL YOU SENT THROUGH GMAIL VIA D-MAIL !!SELF-DESTRUCT THE REGRETTABLE MAIL YOU SENT THROUGH GMAIL VIA D-MAIL !!

Chrome Web Extension that allows you to revoke access to sent emails whenever you like!! You may have encountered this situation many times that you have regretted sending an email hastily and desperately wished you could take it back? Or maybe you’…

Read more »

0
What's Caesar Cipher and Python Code to Break It!!!What's Caesar Cipher and Python Code to Break It!!!

The Caesar Cipher is a basic cryptographic shift algorithm. This is a substitution cipher where each character in the message is replaced with a letter by shifting a corresponding to a certain number up or down the list of alphabets. In this way a m…

Read more »

1
What's Xposed Framework For Android & How To Install It!!!What's Xposed Framework For Android & How To Install It!!!

Android is known for its extensive customisation but unless you have a phone that is rooted, you can only customise using widgets and launcher apps. Rooting your device expands the horizon, giving you ability to modify the kernel of the OS. Unlockin…

Read more »
 
 
Top