Posts

Showing posts from November, 2018

Become an Android Developer : Here is how you can create your first Android App

Follow this 7 step guide to create your first Android App Android is no doubt a great platform for users as well as developers. Thanks to  Android Studio  and continuous support from Google. And in case you were thinking to begin creating Android apps but did not have much idea of the know-how, you can follow this article to get your doubts clarified. Programming Language Android apps are developed in Java. You do not need to be an expert, but you should be good in specific areas, e.g. you need to have good knowledge of AWT and Swing for developing a GUI for your app. Getting easy with following topics before starting will make the development phase more enjoyable. >> Event Handling. >> Swing. >> Constructors. >> JDBC. >> Classes, Objects and Methods. >> Packages. >> Abstraction. >> Polymorphism. >> Inheritance. You’ll also need to learn basics of the Extended Markup Langu...

google camera for Realme 2 pro

googlecameraforrealme2pro

what is ping?

 How does internet ping work Ping is a type of network packet that is used to check if a machine that you want to connect to over the internet is available or not. A ping is a network packet termed an Internet Control Message Protocol (ICMP) packet. The process of a ping is done when a machine sends an ICMP echo request packet to another machine or interface over the internet. If the receiving machine is available and is enabled to reply back, it will respond with an echo reply packet. This not only shows us that the receiving machine is alive and working, it also helps us to identify a number of things such as total time taken, loss of packets, etc that are used to judge the reliability of the connection.  To run a ping from your Linux machine, you will need to open a terminal and write a command. The syntax of the command is “ping destination_ip”– replace “destination_ip” with the actual IP address of the machine you want to connect with. What is a Good Ping Response...

Build your own AI powered voice assistant

What if you have a personal assistant that can do all your tasks in some fraction of seconds?. How cool it will be to have it working for you 24×7 / 365 days a year?. No, we are not fooling you, you might already have it with you. Yes, we are talking about the AI-powered voice assistant on your smartphone. In this article, we are providing you with the way to create your own AI powered voice assistant to get your tasks done as fast as possible. So without further ado let’s get right into it. Popular Use of AI AI (Artificial Intelligence) is playing a very significant role in people lives, there is no doubt about it. Today, many people rely on AI-powered devices to get their daily tasks done. Tasks such as from booking a movie ticket to having a doctor’s appointment they make the use of AI. The best example, in this case, is Google’s Assistant. Yes, It is one of the most widely used AI-powered voice assistant on this pl...

Difference between Computer Science and Computer Engineering

Image
Well, the terms computer science and computer engineering may sound common to you but have different meanings and characteristics with it. People often get confused while choosing their major in one of the above degree programs. So if you are facing the same situation then this article will surely clear all your doubts. In this article, we have provided you with the difference between Computer Science and Computer Engineering. So read it till the end. What is Computer Science? Like any other science degree program, computer science is the study of computers, theory, algorithms and computational systems. You can say it’s a scientific and computational approach towards computation and its applications. This also means you will be doing lots and lots of programming in it. For that, you will learn a broad range of computing topics and indulge in projects across multiple areas. So if you are allergic to engineering then you can opt for...

Kali Linux can now be downloaded from Microsoft Store

You can now run Kali Linux natively on Windows 10 Almost a year ago, Microsoft had made Ubuntu available for download from its Store. Now, the Redmond giant has made Kali Linux distribution available for download that can be installed by all Windows 10 users from its Microsoft Store. “We’re excited to announce that you can now download & install Kali Linux via the Windows Store,” said Tara Raj, Program Manager at Microsoft in a  blog post . “Our community expressed great interest in bringing Kali Linux to WSL in response to a blog post on Kali Linux on WSL. We are happy to officially introduce Kali Linux on WSL.” For those unaware, Kali Linux is a free, and open-source Linux-based operating system designed for digital forensics, penetration testing, reversing, and security auditing. Kali allows you to download a range of security related programs such as Metasploit, Nmap, Armitage, Burp, and much more that can be used to test your network for securit...