Python program to check whether given number is Hoax Number

By Abinash Reddy

In this article, we will learn how to check whether a given number is a Hoax Number in Python. A number is said to Hoax Number only when the sum of digits of its distinct prime fac.... Read More

How to count number of sentences in a text file in Java

By Ishika Koytekar

If you are wondering how many sentences does a .txt file contains? You will get your question answered here! In this tutorial, we are going to study how many sentences are present .... Read More

Adding Authentication (Level 1-2) to your Node.js Web App using Javascript

By LAKSHYA VERMA

We will learn how to add authentication ( level 1 – 2) to the Javascript web app through this tutorial. In many projects, programmers have to provide an authentication featur.... Read More

Print array-items containing all characters of a word in C++

By Manisha Rathore

In this tutorial, we will learn to print array-items containing all characters of a word in the C++ programming language. We have an array and string and we have to print array ite.... Read More

C++ program to convert JSON elements into an array

By Gagana Gonchikar N

In this tutorial, we’ll learn how to convert JSON elements into an array using C++ programming language. C++ directly cannot read the JSON values. So, we need to build an ass.... Read More

Click response on video output using Events in OpenCV – Python

By Shubham Kumar Singh

Fellow Coders, in this tutorial section we are going to create a program with click response on video output using events in OpenCV Python library. We will use “cv2.EVENT_LBU.... Read More

Finalize method in Java

By Shubham Kumar Singh

Fellow coders, in this tutorial we are going to learn about the finalize() method in Java programming language. We will also work on an example by implementing this method in a jav.... Read More

Email Exacter Application Project in Python

By Shubham Kumar Singh

Fellow coders, in this tutorial we are going to create a project in Python programming language to extract the emails from a given website. This is a really interesting project whi.... Read More