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

Add Day In Current Date Using PHP

Submitted by razormist on
In this article we will try to create a Add Day In Current Date using PHP. The code will dynamically add an additional day to current date when you enter some value and submitted. 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.