Advanced School Management System with Complete Features

Submitted by donbermoy on
School Management System Project was programmed using PHP and MySQL as the database used. It also includes advanced JavaScript and CSS programming. Complete Features Administrator Admin can manage full this software. Add dynamic class, section and group. Admin can select student capacity in a class and section. Admin can view, edit and delete class’s information, section and group. Add new student

Apartment Billing System

Submitted by Swat on
This an absolutely fantastic billing management system for apartments. It is suitable to generate any kind of bills for residents of apartment. With this process any society managers will no longer has a cumbersome time searching through voluminous book records trying to update house owner details but instead are presented with an intuitive management dashboard that gives them an insight about

Randomly Generate User Password Using JavaScript

Submitted by razormist on
In this article we will create Randomly Generate User Password using JavaScript. The program will randomly generate a user password. This is a free code, you are free modify this. 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.

Display HTML List With MySQLi Using PHP

Submitted by razormist on
This code will tackle about Display HTML List With MySQLi using php. The program can insert data and retrieve it from database as a HTML list. You can use this code if you want to display hyperlinks in your site. 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.

NumPy Iterator

Submitted by moazkhan on

In this tutorial you will learn:

  • Iterating Arrays using nditer
  • DataType Casting
  • Iterating with Step Sizing

Iterating Arrays using nditer()

nditer is an iterator object that was first introduced in NumPy 1.6. For a multi dimensional array it becomes a cumbersome task to write a For loop for each dimension, so nditer provides a flexibility to efficiently and systematically iterate a complete n-dimensiona array.

Phone Book App Using Java

Submitted by razormist on
Phone Book App with Source Code is a Java program that can manage your phone book list digitally. This program was built using Java language. The program is so simple, the user can enlist a person's personal contact in the given forms. The program does include a CRUD functionality in order to organize the list in the table. This was created so basic so that beginner's can relate and learn