How to Create Custom User Roles in WordPress

By Prashant Singh

User roles have been an important part of the WordPress experience always. Lots of users even don’t know that they can create WordPress custom user roles or user types other than.... Read More

Multi Threading and multitasking in Python

By Snehil

Executing many tasks simultaneously at a time is the concept of Multitasking. Types of Multitasking are- 1.Process-based 2.Thread based Process-based Multitasking- When several tas.... Read More

PHP Program to print Fibonacci Series

By Sanketh

In this PHP tutorial, you are going to learn about creating a PHP program to print Fibonacci Series. Fibonacci Series is a series of numbers where the sum of the 2 preceding number.... Read More

How to execute a JavaScript Function in PHP?

By Ujwal Kumar Sahoo

In this article, we will discuss how to execute a javascript function in PHP. Before that let us discuss what is exactly a javascript function. Then we will go for call a JavaScrip.... Read More

How to remove HTML tags from a string in PHP?

By Ujwal Kumar Sahoo

In this article, we will discuss how to remove HTML tags from a string in PHP.  Removing  HTML tags can be done in 2 ways- Using predefined method Using the userdefined method P.... Read More

Count maximum points on same line in C++

By Yogender Narayan

In this tutorial, we are going to program on how to Count maximum points on the same line in C++. Firstly we will have an Introduction on points in 2-D planes and slope. Secondly, .... Read More

Fetch Random Line From Text File In Java

By Khushi Aswani

In this instructional exercise, we will figure out how to get or fetch the random line from the text file in Java. If you don’t know the clue to fetch or get the random line .... Read More

Check for balanced parenthesis in an expression in C++

By Yogender Narayan

In this tutorial, we are going to learn about the problem. The problem is to Check for balanced parenthesis in an expression in C++. Firstly we are going to have an introduction to.... Read More