Tic Tac Toe Game

Submitted by razormist on
Tic Tac Toe Game with Source Code is a C++ program that is a multiplayer game where the player play in a space of 3×3 grid. The system was created using C++ language. The program is very challenging, both players must enter a specific number (1 to 9) base on the grid position in order to put a mark (X or O). The first player who succeeds in placing three of their marks in a (horizontal, vertical

Rayleigh Distributon in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is Rayleigh Distribution?
  • Rayleigh Distribution Implementation in python
  • Visualization of Rayleigh Distribution

Rayleigh Distribution

Rayleigh Distribution is a continuous probability distribution named after English Lord Rayleigh. This distribution is for non-negative random variables and it is essentially a chi square distribution with two degrees of freedom. Rayleigh distribution is used to model the wind speeds, wave heights and sound radiations.

Get Days Left In A Month Using PHP

Submitted by razormist on
In this article we will create a Get Days Left In A Month using PHP. The program will simple calculate the remaining days within a month when a date is entered. This is a user-friendly kind of program feel free to modify it. To learn more about this tutorial, just follow the step below.

Getting Started:

First you have to download & install XAMPP or any local server that run PHP scripts.

Chi Square Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is Chi Square Distribution?
  • Chi Square Distribution Implementation in python
  • Visualization of Chi Square Distribution

Chi Square Distribution

Chi Square Distribution (also known as Chi-Squared Distribution) is a continuous distribution formed by taking the sum of squared standard normal deviates, while a standard normal deviates is the random sample from the normal distribution. As in Chi Square Distribution, the values are squared, so the result produced are always positive.

Exponential Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is Exponential Distribution?
  • Exponential Distribution Implementation in python
  • Visualization of Exponential Distribution

Exponential Distribution

Exponential Distribution is most widely used continuous distribution. The exponential distribution is concerned with amount of time until a specific event has occurred. As an example, the time elapsed between two pandemics or the time spent after last engine oil change of a vehicle can be modeled using exponential distribution.

Multinomial Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is Multinomial Distribution?
  • Multinomial Distribution Implementation in python
  • Visualization of Multinomial Distribution

Multinomial Distribution

Multinomial Distribution is a probability distribution which is used to calculate the distributions of experiments involving two or more variables/ outcomes. Binomial Distribution is a type of Multinomial Distribution with only two outcomes for example head/ tail and true/ false.

Logistic Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

  • What is Logistic Distribution?
  • Logistic Distribution Implementation in python
  • Visualization of Logistic Distribution

Logistic Distribution

Logistic distribution is a continuous distribution used for modelling growth and logistic regression. Its graphical representation replicates the normal distribution, belongs to symmetrical family of distribution and always have one peak. It has really simple cumulative distribution formula due to which it replicates normal distribution extremely well.

Check File Exist Using PHP

Submitted by razormist on
In this code we will tackle about Check File Exist using PHP. The code will check the file if exist in the folder when a filename is entered. This is a user-friendly kind of program feel free to modify it. To learn more about this tutorial, just follow the step below.

Getting Started:

First you have to download & install XAMPP or any local server that run PHP scripts.