Block Breaker Game

Submitted by razormist on
Block Breaker Game with Source Code is a JavaScript project that is a single-player game where the player must bounce the ball continuously in order to get scores. The program was developed using these languages JavaScript, CSS and HTML. The program is very easy to play, the player can control the blue bar object by moving the mouse left or right. The game contains different difficulties where the

Ticket Booking System Using Python

Submitted by razormist on
Ticket Booking System with Source Code is a Python program that can book tickets in digital way. This program was only developed using Python language. The system is a simple console application, the user can access the system freely by just entering a certain keys. The user can add customer name, view PNR status, and generate the total booked ticket. The system contains all the basic

Rectangular Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is a Rectangular Distribution?
  • Rectangular Distribution Implementation in python
  • Visualization of Rectangular Distribution

Rectangular Distribution

Rectangular distribution is a distribution that has a constant probability, it is also known as uniform distribution. It is a family of symmetric probability distributions and the outputs of the distribution lies between certain bounds. These bounds are defined by two parameters which are the maximum and minimum values.

Update Row Using JavasScript

Submitted by razormist on
In this tutorial we will try to do Update Row using JavaScript. The program will dynamically update the table row by clicking the edit button. This is a free code, you can modify and use this code as your reference. To learn more about this, just follow the steps below.

Getting started:

First you have to download bootstrap framework, this is the link for the bootstrap that I used for the layout design https://getbootstrap.com/.

The Main Interface

This code contains the interface of the application.

Restaurant Ordering System

Submitted by razormist on
Restaurant Ordering System with Source Code is a C++ program that can order food items in a computer generated way and also can calculate the bill of a customer. The system was developed using C++ language. The system contains basic functionality, the user can easily access the program without providing a login information. The user must enter a certain numeric keys to order a certain food item

Poisson Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is a Poisson Distribution?
  • Poisson Distribution Implementation in python
  • Visualization of Poisson Distribution

Poisson Distribution

The Poisson distribution is the discrete probability distribution of the number of events occurring in a given time period, the average number of times the event occurs over that time period is known. The number of experiments in Poisson Distribution are always fixed.

Binomial Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is a Binomial Distribution?
  • Binomial Distribution Implementation in python
  • Visualization of Binomial Distribution

Binomial Distribution

If the experiment can only have two outcomes in a certain situation with certain conditions and limitations, and we perform it multiple times, then the results obtained will produce a binomial distribution. For example, if we toss a coin, there can be only two possibilities, either the result will be head or it will be tail.

Normal (Gaussian) Distribution with Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is a Gaussian Distribution?
  • Gaussian Distribution Implementation in python

Gaussian Distribution

Gaussian Distribution also known as normal distribution is a probability distribution that is symmetric about the mean and it depicts that that the frequency of values near the mean is greater as compared to the values away from the mean. Gaussian distributions are symmetrical while all symmetrical distributions are not Gaussian distributions.