C++ program to check if a number can be displayed using 7 segment LED

By Saurabh Salunkhe

In this tutorial we are going to learn about the logic that will check if a number can be displayed using 7 segment LED in C++. We will also implement a C++ program that will demon.... Read More

How to rotate a table and image in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to rotate a table and image or figure in LaTeX. There are multiple ways to rotate a figure in LaTeX, here I will show you all of them. Rotate t.... Read More

jsonify() vs json.dumps() in Flask

By Anuj Gupta

In this tutorial, we will learn the difference between jsonify() vs json.dumps() in Flask in Python jsonify() The jsonify() function belongs from Flask framework. The jsonify() i.... Read More

Custom back button for navigation bar in SwiftUI

By Samim

In this tutorial, we will see how to create a custom back button and implement a custom action for the navigation bar in SwiftUI. When we are using an iPhone app, there is a little.... Read More

How to write underscore (a_b) in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to print underscore in a LaTeX document with different methods. You can’t print this by using _ directly in your source code, because thi.... Read More

How to use TableLayout in Java Swing

By Priyam Apoorwa

Java Swing provides a bunch of pre-made components (like buttons, text fields, and windows) that we can use to build our own applications. It’s like having a toolbox full of .... Read More

Nu (ν) symbol in LaTeX

By Parvez Akhtar Pasha

You can use the default command \nu to get the Nu symbol in LaTeX. Also, you can use the \upnu command provided by the upgreek package to get a slightly different style of the Nu s.... Read More

Rarefaction curves in Python

By Vanshikha Sharma

Rarefaction assesses how dense is the population of that species using rarefaction curve. Rarefaction calculates the density of population using rarefaction curve. In this tutorial.... Read More