| by Arround The Web

How To Exit a Function in Python

A step-by-step guide that shows how to exit a function in Python using explicit and implicit return statements so that the program can quit.

Read More
| by Arround The Web

Epoll 7 C Function

Guide on the use of epoll 7 C function to perform the socket programming and check the various file descriptors to determine if the input and output are viable.

Read More
| by Arround The Web

Gawk Scripting Usage Examples

Practical guide on how to use gawk scripting in Linux by using the different patterns to extract and manipulate the lines of data and the examples of its usage.

Read More
| by Arround The Web

Dlsym() 3 C Function

The dlsym() function goal is to find the address of a defined symbol specified in a DLL that has been made accessible via a dlopen() function call.

Read More
| by Arround The Web

CSS Random Color

A guide on using simple CSS Random Color techniques to randomly change the color of some HTML elements by the “pickColor” function to randomly pick one color.

Read More
| by Arround The Web

CSS Order

A guide that explains how to use “order” CSS property in the HTML code, containing an example that used “div” elements to portray “order” CSS property.

Read More
| by Arround The Web

CSS List Style Type

Tutorial on the CSS list style with their types, ordered and unordered lists, and implementing a few styles to see how these properties work using examples.

Read More
| by Arround The Web

CSS Indent Second Line

A step-by-step guide that shows how to indent a second line in CSS including two examples and an explanation of text indent property.

Read More
| by Arround The Web

CSS Flex Order

A guide on using the CSS flex order property to create a flexbox and flex counters inside it. The order of the flex is applied by adding colors and text.

Read More
| by Arround The Web

CSS Delay

A step-by-step guide on how to utilize the CSS delay property in HTML including transition delay widthwise, height-wise, and animation delay.

Read More
| by Arround The Web

CSS Counters

A guide on using CSS counters by maximizing several functions of the CSS counter property in the Hypertext Markup language to assign numbers to any element.

Read More
| by Arround The Web

Create First Spring Boot Application

Practical guide on the steps to create a simple spring boot application and how to add more dependencies to create a more functional and web-based applications.

Read More
| by Arround The Web

Counting Sort Complexity

Comprehensive guide about the counting sort, its algorithm, operations, time complexity, the memory space and coding illustrated by sorting the integers.

Read More
| by Arround The Web

Compute the Logarithm of Elements of a Tensor in PyTorch

This article explains log() in PyTorch is used to return the natural logarithm of all the elements present in the tensor object. It takes only one parameter.

Read More
| by Arround The Web

Change the View of PyTorch Tensor

This article explains the view() in PyTorch is used to change the tensor object view by converting it into a specified number of rows and columns.

Read More
| by Arround The Web

Bzero 3 C Function

Dynamic memory is filled with zeros to purge garbage entries. This article explains how the bzero 3 C function erases n-bytes data of the cache memory.

Read More
| by Arround The Web

Python os.system

The os.system() function is utilized when we would only have to execute several basic commands and also don’t bother if the outcome appears on the terminal.

Read More
| by Arround The Web

Msync() 2 C Function

Tutorial on the use of the msync() 2 function in the C language, its syntax, parameter, the options used within it and the errors we can get from its failure.

Read More
| by Arround The Web

Logical XOR in PyTorch

torch.logical_xor() in PyTorch is performed on two tensor objects. It performs an element-wise comparison and returns True if both the elements are different.

Read More
| by Arround The Web

Logical OR in PyTorch

The torch.logical_or() in PyTorch has performed an element-wise comparison and returned True; either of the elements is True or greater than 0.

Read More