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.

Get yesterday’s day and date in C programming

By Saruque Ahamed Mollick

In this tutorial, we will learn how to get or find the yesterday’s day and date in C programming. Here I am using time.h header library. I will first show you how to find yes.... Read More

Draw a rounded corner rectangle in LaTeX using Tikz

By Saruque Ahamed Mollick

Let’s learn how to draw a rounded corner rectangle with Tikz in LaTeX. \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw[rounded corners=20.... Read More

Draw Double Torus using Tikz and pgfplots in LaTeX – An attempt

By Saruque Ahamed Mollick

Hello, in this tutorial, we will learn how to draw or plot double torus in LaTeX using Tikz and pgfplots. A double torus is also known as gen 2 torus or genus 2 torus. I have done .... Read More

How to draw Octagon in LaTeX – Tikz

By Saruque Ahamed Mollick

In this tutorial, I will show you how easily we can draw an octagon in LaTeX using Tikz. Draw a Simple octagon in Latex Look at the below code: \documentclass{standalone} \usepacka.... Read More

LaTeX hat(^) symbol – Circumflex or Caret

By Saruque Ahamed Mollick

In this tutorial, we will learn how to print Hat symbol in LaTeX. Then we will also learn to write the caret or circumflex symbol in Latex. The simplest way to write this symbol wi.... Read More

Company name matching from csv with matching score – Python

By Saruque Ahamed Mollick

Well, finally I have come up with a solution of matching company names using Python. This time, we are going to match company names from two CSV datasets even if the company names .... Read More

Get official URL of any company using Python

By Saruque Ahamed Mollick

In this tutorial, I will show you how to fetch or get the URL of official website of any company using Python. We will use beautifulsoup and requests module to do this. Logic behin.... Read More

How to download Predictive Code Completion Model in Xcode

By Saruque Ahamed Mollick

First of all, you need to have a minimum Xcode 16 version to download the Predictive Code Completion Model in Xcode. Stuck at downloading Predictive Code Completion Model in Xcode?.... Read More

Related Posts