How to install Boost C++ library on Ubuntu 20.04 or 22.04

Install Boost C library in Ubuntu Linux

Learn the steps to install the Boost C++ libraries on Ubuntu 20.04 Focal Fossa or Ubuntu 22.04 Jammy JellyFish using the command terminal. What are Boost C++ libraries? The Boost C++ libraries are a collection of open-source C++ libraries that provide support for tasks and …

Read more

Handle a mouse wheel event in Angular

Angular tutorial

To handle a mouse wheel event in Angular, you can use the @HostListener decorator to attach an event listener to the host element of the component. Here is an example: In this example, the onMouseWheel method will be called whenever the user scrolls the mouse …

Read more

How to Print Array in Rust lang?

Rust programming language

To print an array in Rust, you can use the println! macro, which is a built-in macro in the Rust standard library. The println! macro takes a format string and a list of arguments, and prints the formatted string to the standard output. Here is …

Read more

Install Brackets Code Editor on Debian 11 Bullseye

Install Brackets in Debian 11

Steps to install Brackets Code editor on popular Debian 11 Bullseye Linux to start coding and having a live preview in the Chrome browser. “Brackets” was developed by Adobe and can be considered a successor of AdobeEdge Code. However, later Adobe discontinued support for Brackets …

Read more

How to Install Jupyter on Ubuntu 20.04 LTS Linux

Install Jupyter on Ubuntu 20.04 LTS Linux

Tutorial to learn the steps involve in the installation of Jupyter Notebook on Ubuntu  20.04 Focal Fossa using the command Terminal. What is Jupyter Notebook? The Jupyter Project is a non-profit initiative that aims to develop and provide open-source software and open standards for interactive …

Read more