Open in app
Home
Notifications
Lists
Stories

Write
Piyush Panchariya
Piyush Panchariya

Home

Mar 19

Quantum Computing and the Gaming Industry

Committing Random Acts Quantum’s herculean processing power will shape games in a few key ways. Its ability to factor large numbers should help improve so-called procedural generation — the method by which games populate random elements such as characters and level layouts. …

3 min read

Quantum Computing and the Gaming Industry
Quantum Computing and the Gaming Industry

Feb 18

fixed capacity Queue and Changing the Queue capacity using Artificial Intelligence

Fixed Capacity Queue A fixed capacity queue is a queue that can store a huge amount of data (based on the memory capacity) but at a single point in time, it can store only a portion of that data (based on the array capacity). Generally, creating a fixed capacity queue is way more…

3 min read

fixed capacity Queue and Changing the Queue capacity using Artificial Intelligence
fixed capacity Queue and Changing the Queue capacity using Artificial Intelligence

Feb 18

SIEM tools and Confusion matrix

What is SIEM? Security information and event management is a field within the field of computer security, where software products and services combine security information management and security event management. They provide real-time analysis of security alerts generated by applications and network hardware. How does SIEM work? SIEM software gathers the security log data generated by a…

4 min read

SIEM tools and Confusion matrix
SIEM tools and Confusion matrix

Feb 17

Why Malloc store more Data then allocated Size

what is Malloc? The simplest & most common way to implement memory allocation in C programming is to use the Malloc function which: allocates dynamic memory at runtime. int *Var = (int*)malloc(100); where, “Var” is a pointer that store the memory address of the variable “100” is the memory size…

2 min read

Why Malloc store more Data then allocated Size
Why Malloc store more Data then allocated Size

Sep 22, 2021

10 Fun Commands of Linux

Linux is fun! Huh. OK, so you don’t believe me. Mind me at the end of this article you will have to believe that Linux is actually a fun box. 1. Command: sl (Steam Locomotive) You might be aware of command ‘ls‘ the list command, which is used frequently to view the contents of a…

5 min read

10 Fun Commands of Linux
10 Fun Commands of Linux

Sep 22, 2021

Date Command In Linux

What is date command ? date command is used to display the system date and time. date command is also used to set date and time of the system. By default the date command displays the date in the time zone on which unix/linux operating system is configured.You must be the super-user (root) to change…

2 min read

Date Command In Linux
Date Command In Linux

Sep 20, 2021

Helm Chart: Create And Upload a Helm Chart On Artifact Servers

Introduction Helm charts are one of the best practices for building efficient clusters in Kubernetes. It is a form of packaging that uses a collection of Kubernetes resources. Helm charts use those resources to define an application. Helm charts use a template approach to deploy applications. …

6 min read

Helm Chart: Create And Upload a Helm Chart On Artifact Servers
Helm Chart: Create And Upload a Helm Chart On Artifact Servers

Sep 20, 2021

Kubernetes: revolution in the Devops industry

Kubernetes and Docker are two of the words you hear most in conversations about DevOps today. …

7 min read

Kubernetes: revolution in the Devops industry
Kubernetes: revolution in the Devops industry

Sep 19, 2021

eSpeak-ng: program to speak text from a file or from stdin

eSpeak-ng is a command line tool for Linux that converts text to speech. This is a compact speech synthesizer that provides support to English and many other languages. It is written in C. eSpeak reads the text from the standard input or the input file. eSpeak-ng can be used as…

4 min read

eSpeak-ng: program to speak text from a file or from stdin
eSpeak-ng: program to speak text from a file or from stdin

Sep 19, 2021

Zenity : GTK+(Graphics) Dialoge Command OF Linux

DESCRIPTION zenity is a program that will display GTK+ dialogs, and return (either in the return code, or on standard output) the users input. This allows you to present information, and ask for information from the user, from all manner of shell scripts. For example, zenity — question will return either…

5 min read

Zenity : GTK+(Graphics) Dialoge Command OF Linux
Zenity : GTK+(Graphics) Dialoge Command OF Linux
Piyush Panchariya

Piyush Panchariya

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable