A snake game is an arcade maze game which has been developed by Gremlin Industries and published by Sega in October 1976. It is considered… Read More
Category Archives: Technical Scripter
In this article, we will learn about how to make the histogram with the median line using Altair in python. This article is also a… Read More
Tableau is the easy-to-use Business Intelligence tool used in data visualization. Its unique feature is, to allow data real-time collaboration and data blending, etc. Through… Read More
Floyd’s triangle is a triangle with first natural numbers. It is the right arrangement of the numbers/values or patterns. Basically, it is a left to… Read More
It is a replacement for the grade school algorithm for multiplying numbers. of bigger digits. The Karatsuba Algorithm for fast multiplication algorithm using Divide and… Read More
In order to compute the area of the triangle, two parameters are needed namely base and height. For this simply the variables are assigned with… Read More
Linked List is a linear data structure. Linked list elements are not stored at a contiguous location, the elements are linked using pointers. Singly Linked… Read More
A sphere is a geometrical object in 3D space that is the surface of a ball. The sphere is defined mathematically as the set of… Read More
Rational numbers are the types of real numbers that can be written in the form of p/q, where p and q are integers and q… Read More
The suspend() method of thread class puts the thread from running to waiting state. This method is employed if you would like to prevent the… Read More
Secure Sockets layer/Transport Security Layer often referred as SSL/TLS is a cryptographic protocol designed to encrypt Hyper Text Transfer Protocol also knows as HTTP. The… Read More
Some say that gathering information is only possible in Linux, but it can be done with windows using a command prompt. These are some useful… Read More
The Android support libraries are used in almost all android applications to overcome the compatibility issues across different Android OS versions and devices. These libraries… Read More
ulimit is admin access required Linux shell command which is used to see, set, or limit the resource usage of the current user. It is… Read More
Question 1: Write each of the following as percent: Explanation: To convert into percent, we need to multiply 100 into the given value. Note: Don’t… Read More