Popup window with input entry in Tkinter

By Yathartha Rana

In this tutorial, we will learn how to take the input entry through a popup window using the Tkinter framework in Python. Input entry in Tkinter – Python As I have mentioned .... Read More

Make specific parts of text bold in SwiftUI

By Samim

In this tutorial, we will see how to make a specific part of text bold in SwiftUI. Suppose, we have the text “Welcome to CodeSpeedy” and we want a specific word of the .... Read More

SwiftUI Button: Making Background Tappable

By Samim

In this tutorial, We will see how to make the background of a SwiftUI button tappable. If you have faced issues with SwiftUI buttons where the background doesn’t respond to t.... Read More

How to add clickable links (Hyperlinks) in LaTeX?

By Parvez Akhtar Pasha

In this tutorial, you will learn how to add clickable links in LaTeX. Hyperlinks to any website or email address in your LaTeX document. Adding links in your LaTeX document can be .... Read More

Add a TextField to Alert in SwiftUI

By Samim

In this tutorial, we will see how to add a TextField to an Alert in SwiftUI. In iOS 16 and above versions, we can now add one or more TextField or SecureField components within an .... Read More

Cross mark or X mark (✘,☒,⨂) symbol in LaTeX

By Parvez Akhtar Pasha

In LaTeX, there is a default command $\times$ to get an X-mark or cross-mark symbol in the document. But this command works only in math mode. Generally, this command can be used f.... Read More

Remove NavigationBar Back Button Title in SwiftUI

By Samim

In this tutorial, we will see how to remove the Navigation Bar back button in SwiftUI. The back button in SwiftUI navigation bars displays the title of the previous view. This can .... Read More

Find pascal triangle upto nth depth in C++

By Swabhiman Mallick

Pascal’s triangle is a special arrangement of coefficients of the expansion of any binomial expression, such as (x+y)n . The binomial coefficients formed are written row-wise.... Read More

Related Posts