Daily Diary Management System

Submitted by razormist on
Daily Diary Management System with Source Code is a C++ program that can record and treasure your moments in a digital diary.. The system was built using C++ language. The system is easy to navigate, the user must enter a password in order to access the system. The user can add diary entry, view the events in diary, and update existing password. The system is unique and simple where it can store

Simple Online Library Management System

Submitted by Warren Daloyan on
Simple Online Library Management system: About System Dashboard: Admin Admin Profile Categories Category Status Creation Date Updating Date Action Authors Authors Listing Creation Date Updating Date Books Book Name Category Author ISBN Price Action Issue Books Student Name Book Name ISBN Issued Date Return Date Action Registrations Students Student ID Student Name Email id Mobile Number

Checker Game Using JavaScript

Submitted by razormist on
Checker Game with Source Code is a JavaScript project that is a multi-player game where players challenge their selves in a digital board game. The program was created using these languages JavaScript, CSS and HTML. The gameplay is very simple in this program, both players need to do is to place the checker in a diagonal position. They are two different color checker where players decide who to go

Online Library Magement System in PHP/MySQL

Submitted by Warren Daloyan on
Simple Online Library Management System Name of Project: Simple Online Library Management System Used Language: PHP Used Database: My SQL Interface Design: JavaScript, HTML, Ajax, JQuery, bootstrap Browser: Google Chrome IE8, Opera Mozilla Software: WAMP/ XAMPP/ LAMP/MAMP About System Dashboard: Admin Admin Profile Categories "Category" "Status" "Creation Date" "Updating Date" "Action" Authors

Online Examination System Project

Submitted by Warren Daloyan on
Name of Project: Online Examination System Project Used Language: PHP Used Database: My SQL Interface Design: JavaScript, HTML, Ajax, JQuery, bootstrap Browser: Google Chrome IE8, Opera Mozilla Software: WAMP/ XAMPP/ LAMP/MAMP About System Dashboards: Admin Panel Manage Course Add Course Manage Course Manage Exam Exam Manage Examinee Add Examinee Manage Examinee Ranking Exam Reports Examinee

NumPy Difference

Submitted by moazkhan on

In this tutorial you will learn:

  • What is the NumPy Difference?
  • Implementation of difference in Python
  • Python Syntax

NumPy Difference

Difference is just another name for the operation of subtraction. It is a very common operation in the world of computation, mathematics and science.

NumPy Product

Submitted by moazkhan on

In this tutorial you will learn:

  • What is the product of numbers?
  • Implementation of product using different functions in Python
  • Python Syntax

Product of Number

Product is just another name for the operation of multiplication. It is a very common operation in the world of computation, mathematics and science.

Auto Search Using JavaScript

Submitted by razormist on
In this code we will tackle about Auto Search using JavaScript. The program will enable to automatically search a row data. You are free to modify, and use this code. 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.

Limit Password Length Using JavaScript

Submitted by razormist on
In this article we will try to do Limit Password Length using JavaScript. The code can restrict the inputted user password. The trick is you need to compare the length of textbox and the possible maximum length in the if statement. 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.

Submit Multiple Form Using PHP

Submitted by razormist on
In this tutorial we will create a Submit Multiple Form using PHP. The code itself will send a multiple form data to the database server. 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.