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.

Fixed: Table Cutting on the Right side in LaTeX for wide table

By Saruque Ahamed Mollick

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

Start an enumerate list at 2 instead of 1 in LaTeX

By Saruque Ahamed Mollick

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

Pass a struct to a function in Swift

By Saruque Ahamed Mollick

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

Fix: Untrusted Developer your device management settings do not allow using apps from developer

By Saruque Ahamed Mollick

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

Convert Markdown (.md) to HTML using Python

By Saruque Ahamed Mollick

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

iOS 18.0 Simulator downloading is too slow on Xcode

By Saruque Ahamed Mollick

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

Fixed: The project at ‘/Users/….xcodeproj’ cannot be opened because it is in a future Xcode project file format.

By Saruque Ahamed Mollick

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

How to Draw an Arc in Tikz – Full Guide

By Saruque Ahamed Mollick

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

Related Posts