| by Arround The Web

Creating Your First Bar Plot with D3.js

Tutorial on creating a basic bar plot in D3.js in vertical and horizontal forms, animate the bar plot visualization, and change the color with the HTML button.

Share Button
Read More
| by Arround The Web

Creating Robust Makefiles: Using Conditional Directives (Ifelse, Ifdef, Ifndef)

Practical guide on the use of conditional directives like “ifelse”, “ifdef”, and “ifndef” in makefiles to create a robust structure with the help of variables.

Share Button
Read More
| by Arround The Web

Creating Bubble Chart with D3.js

How to build a bubble chart in D3.js, specify the color scale to color the bubbles for each category, and add a tooltip to display the category on mouseover.

Share Button
Read More
| by Arround The Web

Calendar Template in Google Docs

Tutorial on the process of creating the calendar template manually in Google Docs using the table and downloading the calendar template online for editing.

Share Button
Read More
| by Arround The Web

Batch File Syntax: Understanding and Mastering the Syntax for Batch Scripting

Tutorial on the fundamentals of batch file syntax and the tips to master it to automate the tasks on Windows systems and create efficient automation scripts.

Share Button
Read More
| by Arround The Web

Batch File Prompt for Input: How to Create Interactive Batch Scripts

Practical guide on the process of creating interactive batch scripts from understanding the batch files and the Command Prompt to the hands-on script creation.

Share Button
Read More
| by Arround The Web

Advanced Makefile Features: Functions, Eval, and Subst Explained

Guide on the advanced makefile features like custom, eval, and subst functions to perform different tasks, build makefile components, and modify the strings.

Share Button
Read More
| by Arround The Web

D3.js Shapes – Arcs

Tutorial on how to generate arcs in D3.js with different radius and start and end angles and how to generate curves on lines using the line.curve() method.

Share Button
Read More
| by Arround The Web

How to Check If TensorFlow Is Using NVIDIA CuDNN on Windows 10/11

Tutorial on how to verify whether TensorFlow can use the NVIDIA cuDNN library to check if it is successfully installed on the Windows 10/11 operating systems.

Share Button
Read More
| by Arround The Web

How to Check If NVIDIA GPU Is Installed on Your Computer from Linux

Practical tutorial on how to use the “lspci” command to check if you have an NVIDIA GPU installed on your computer from most of the common Linux distributions.

Share Button
Read More
| by Arround The Web

D3.js Shapes Symbols API

Guide on how to create symbols in D3.js using the D3-shapes visualization by generating shapes by default and generating different shapes with specific sizes.

Share Button
Read More
| by Arround The Web

Enhancing Your Makefile: Using Include, Vpath, and Other Directive Commands

Practical tutorial on the different makefile illustrations to use like “include”, “vpath”, and other directives to get a more advanced version of a makefile.

Share Button
Read More
| by Arround The Web

How to Add Footnotes in Google Docs

Comprehensive tutorial on the footnote concept in Google Docs by exploring how to insert the footnote or any citation into our Android and Windows documents.

Share Button
Read More
| by Arround The Web

How to Add a Header in Google Docs

Practical guide on the methods to add a header in a Google Docs document on both Windows and Android and how to add different headers on the odd and even pages.

Share Button
Read More
| by Arround The Web

Converting Google Docs to PDF

Practical guide on the several distinct techniques and how they function to convert the Google Docs documents to PDF documents by providing practical examples.

Share Button
Read More
| by Arround The Web

Python Generator

In Python, the generator function is used to create and process large or infinite sequences of values without consuming too much memory or time.

Share Button
Read More
| by Scott Kilroy

How to Install Grafana and Prometheus on Rocky Linux 9

Grafana is an open-source and multi-platform data visualization platform developed by Grafana Labs. Grafana provides an interactive data visualization web application, which includes charts, graphs, and alerts. In this tutorial, I will install Grafana …

Share Button
Read More
| by Arround The Web

FOSS Weekly #23.47: Password Managers, Joplin and Flatpak Tips, Black Friday and More

Happy Thanksgiving and enjoy the Black Friday and Cyber Monday deals along with your regular dose of Linux learning.

Share Button
Read More
| by Arround The Web

How to Configure WiFi on Debian 12 Headless Server

Guide on configuring WiFi on a Debian 12 headless server from the command line using the WPA Supplicant and generate an encrypted password for your WiFi SSID.

Share Button
Read More
| by Arround The Web

How to install and use Powerline fonts on Ubuntu

This guide simplifies the installation and usage of Powerline Fonts on Ubuntu. It provides clear, step-by-step instructions to not only install these stylish fonts but also integrate them with your terminal and text editors, elevating the visual appeal…

Share Button
Read More