Check if string is number in C++

By Ankur Sinha

In this tutorial, we will learn how to check whether the string is a number using C++. To better understand the problem, we are going to see some examples. For Example: Let us take.... Read More

Download Facebook video using Python

By Varsha Neelamma

With time, social media has emerged to be an eminent medium for social interaction, sharing of content, news etc. Facebook is one such social media application that made keeping up.... Read More

How to delete elements smaller than a specific value from a list in Python

By Nikhil Vaddipati

Hello folks, today we are going to learn how to delete elements smaller than a given value from a list in Python. Deleting elements smaller than a specific value from a list in Pyt.... Read More

Take input from user and store in .txt file in Python

By Shubhodh Amaravadi

Hello Geek! In this article, we will learn how to take input from the user and store it in a .txt file in Python. File handling in Python is a lot easier when compared to other pro.... Read More

How to change the Background color of the JFrame in Java

By Subhojeet Ghosh

In this tutorial, we will learn and explore how can we change the Background color of the JFrame in Java. JFrame is a type of container imported from javax.swing package which inhe.... Read More

How to set JFrame Size according to the Screen

By Anirudh Jakhotia

Hello guys! In this tutorial, our focus is on how to set JFrame Size according to the device screen resolution. Setting JFrame Size according to the Screen We first create a Java J.... Read More

Generate random password in Swift

By Faruque Ahamed Mollick

In this Swift programming tutorial, I am going to let you know how to generate a random password in Swift programming. So let’s continue. Here we are going to create a simple.... Read More

Functions in Swift

By Faruque Ahamed Mollick

A function is a set of one or multiple statements that are organized together to perform a specific task. In simple words, a function contains a block of code that can be called us.... Read More