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.
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
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
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
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
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
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
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
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