CyberCafe Management System using PHP and MySQL

Submitted by donbermoy on
About Cybercafe Management System Cybercafe Management System using PHP and MySQL is a complete package developed for the management of systems in a cyber cafe. This Cybercafe Management System intends to use in a Cyber Cafe. All cyber cafe has some basic needs likeable to control the policies that are being rented to the customers and are charging a timely basis. A Cybercafe Management System has

Insert Array In Array Object Using PHP

Submitted by razormist on
In this tutorial we will create a Insert Array In Array Object using PHP. The program will dynamically insert new array data into array object. 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.

Zipf Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

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

Zipf Distribution

Zipf Distribution is a discrete pareto distribution also known as Riemann zeta distribution. It is specified by probability mass function. Zipf distribution samples the data based on Zipf’s law which refer to the fact that many types of data studied in the physical and social sciences can be approximated with a Zipfian distribution.

Chess Game Using JavaScript

Submitted by razormist on
Chess Game with Source Code is a JavaScript project that is a single-player game where the player must defeat the opposing black color chess piece. The program was created with the use of these languages: JavaScript, CSS and HTML. The program is driven with an AI, the player will play against a computer where it can even defeat a top chess player. The control is very easy player can click a chess

Pareto Distribution in Python

Submitted by moazkhan on

In this tutorial you will learn:

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

Pareto Distribution

Pareto Distribution is a continuous power law distribution named after the famous 19th Century economist named Vilfredo Preto. Pareto Distribution is also known as Zipf distribution and as Riemann zeta distribution. It is commonly referred as Pareto Principle, “80-20” rule or Mathew Principle.

Complete Online Shopping Portal using PHP and MySQL

Submitted by donbermoy on
About Online Shopping Portal Online shopping portal is the process of buying goods and services from merchants over the Internet. On the other hand, shoppers can visit web stores from the comfort of their homes and shop as they sit in front of the computer. This online shopping portal is in PHP, javascript, and CSS. Talking about the features of this system, it contains the Admin and user sections

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.