How to use a bar over one or multiple characters in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, I will show you how to get a bar over a character or multiple characters in LaTeX. Bar over a single character with \bar In LaTeX, if you want an overline or bar .... Read More

How to print Hash (#) symbol in LaTeX

By Saruque Ahamed Mollick

Hash (#) is a special character and in order to print certain special characters in LaTeX, we need to use an escape character just before the escape character. The escape character.... Read More

Multi-line equation with a Curly Bracket on the left side in LaTeX

By Parvez Akhtar Pasha

In mathematics, sometimes we write mathematical expressions or functions with different cases or conditions with a Curly Bracket at the beginning of the expressions. In order to wr.... Read More

Send state variable data to a child view in SwiftUI

By Samim

In this tutorial, we will learn how to send state variable data from a parent view to a child view in SwiftUI. In SwiftUI app development transferring data from a parent view to a .... Read More

Visualize Different Color Spaces using OpenCV in Python

By Isha Bansal

Hey fellow Python coders! In this tutorial, we will be learning about visualizing images in different color spaces using OpenCV in Python programming. Color Spaces helps in image p.... Read More

Present a new view using sheet in SwiftUI

By Samim

In this tutorial, we will see how to present a new view using a sheet in SwiftUI. We all have a basic idea about the sheet. A sheet is a way to present a modal view over our existi.... Read More

Rotate table and image with caption in LaTeX

By Parvez Akhtar Pasha

In the previous tutorial, I explain how to rotate a table and image in LaTeX. But in this tutorial, I will show you how to rotate a table or image including the caption in LaTeX. R.... Read More

Assert once with multiple conditions in Python

By Anuj Gupta

In this tutorial, we will learn how to assert once with multiple conditions in Python. What is assert? In python, assert statement is used to check whether a condition is true or f.... Read More