How to convert String to Double in Swift

By Samim

In this tutorial, we will see how to convert String to Double in Swift. A String is a sequence of characters, it can be numbers like “5.23” or “4.0”, letter.... Read More

Registered (®), Trademark (™), and Copyright(©) symbol in LaTeX

By Parvez Akhtar Pasha

The Registered (®), Trademark (™), and Copyright(©) symbol is used as a legal symbol all over the world. In LaTeX you can get various styles of these symbols with different pac.... Read More

Disable ScrollView bounce In SwiftUI

By Samim

In this tutorial, we will see how to disable ScrollView bounce in SwiftUI. The ScrollView has a bounce behavior by default. That means when we reach the edge of the ScrollView, it .... Read More

Change the list numbering format of enumerate in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to change the list numbering format of the enumerate in LaTeX. These are the available list numbering formats: \arabic*: This is the default n.... Read More

How to Lock cells in OpenPyXL Python

By Isha Bansal

Hey fellow Python coder! In this tutorial, we will learn how to Lock cells in Python using the OpenPyXL library. We will start with some basic concepts of OpenPyXL, then move on to.... Read More

Calculate AUC With sklearn in Python

By Yathartha Rana

In this tutorial, we will explore the AUC (Area under the ROC Curve) and its significance in evaluating the Machine Learning model. We will also calculate AUC in Python using sklea.... Read More

Add color to a table (cell, row and column) in LaTeX

By Parvez Akhtar Pasha

In this tutorial, I will show you how to add color to a single cell, row, or column of a table in LaTeX. We use the xcolor package for normal colors but to add colors to the table .... Read More

Change the background color of a list in SwiftUI

By Samim

In this tutorial, we will see how to change the background color of a list in SwiftUI. We can change the background color of a list by hiding the default background using the scrol.... Read More