Posts by Saruque Ahamed Mollick
Author Biographical Info: Hi, I am a co-founder of CodeSpeedy Technology Private Limited.
I am in love with technology, music and green places.
I usually work in LaTeX for small documents that do not include many graphics and tables. But recently I need to insert a wide table in my LaTeX doc. I saw that the right side of t.... Read More
In this tutorial, we will learn how to start enumerate list at 2 instead of 1. We will use enumitem package to do this. \documentclass{article} \usepackage{enumitem} \begin{documen.... Read More
In this tutorial, we will learn how to pass a struct to a function (by using it as a parameter,)Â in Swift. We will pass it just like we pass other data types. We know that struct.... Read More
Hello, If you are using iOS and getting this error message “Untrusted Developer your device management settings do not allow using apps from developer…” and you c.... Read More
In this tutorial, I will show you how to convert markdown to HTML using Python with just a few lines of code. The Python package that I am going to use is: markdown. I want to make.... Read More
Hello, I recently updated my Xcode to Xcode 16 and I got the option to download Predictive Code Completion Model in Xcode and iOS 18.0 simulator. But the issue is with the download.... Read More
I just found a new issue while trying to open an Xcode project (that is built using a newer version of Xcode) with an older version of Xcode and I got this error: The project at â€.... Read More
In this LaTeX tutorial, we will learn how to draw an arc in Tikz with lots of examples. I will start with the very basic arc first. The basic sytax is: \draw (x,y) arc [start angle.... Read More