Programming

ECIT Web-Based School Management System (Yii Framework)

Submitted by abfiph on
# ECIT 1.0 # # Introduction # Welcome to ECIT! Education Courseware Information Tool ECIT has a designated of selective cores specifically fitted to the requirements of school campus. ECIT is designed considering range of managing multi-functions within entire school campus. With the use of ECIT , employee can be more accountable as it helps to know the track performance of each department quickly

Modern Portfolio Page Design (3D Nav...)

Submitted by abfiph on
SASS and CSS We use SASS and Bourbon (http://bourbon.io/) for our resources. If you don't use SASS, just use the .css files that you find in the css folder. You can delete both sass and partials folders. For more details. Pls Like & Share www.facebook.com/DavaoWebDev Join Community www.facebook.com/groups/FutureDeveloper

Animated screen from CSS3 "Hypnotize you!"

Submitted by abfiph on
In this article, I would like to share with you a simple source code that can Hypnotize you while you are watching on your computer screen. You can request code at hi https://m www.facebook.com/saaduddinj more messing with SCSS for loop Like my page & join group for further free sourcecode secrets https://www.facebook.com/DavaoWebDev IT Group Members https://www.facebook.com/groups/FutureDeveloper

Online Library Catalog Using PHP

Submitted by Calelih on
This system is in a title of Online Library Catalog. Admin Account Username: admin Password: admin .Search book Shelves. If book is available it will show Number of copies/Shelf number If Book Subject for replacement/Lost Won't show Copies/Shelf Number Advance it ain't complete. CSS - Bootstrap Language- PHP/MySQL

Hamiltonian Circuit Checking

Submitted by Arup Kr Goswami on
This simple C source code is written in dev-C++ platform, (OS- Win 7). Here, in a given random simple symmetric graph, whether there a Hamiltonian circuit exists or not, is being checked. This is based on the formula: If 2e >= [ (n^2) - 3n + 6 ], then there hamiltonian circuit exits, else not. e & n are the number of edges & vertices respectively here.

Test Whether Two Graphs are Isomorphic or Not

Submitted by Arup Kr Goswami on
Hello, this is a simple C source code, written in dev-C++ platform (OS- Windows 7). This code actually check whether two given graphs are Isomorphic or not. Basically here both graphs are represented by their Adjacency matrix. At first this check whether two graph has equal number of vertices or not, then if they have the same number of edges, then again it is checked that whether they have equal

Student Registration System

Submitted by richardtamunotonye on
This program is developed using PHP, it accepts the data input and provide the following as output: 1. List of all female students who registered in your class in that particular year. 2. List of students arranged in alphabetical order of Surnames. 3. List of all students in your faculty who come from your State, but arranged according to sex.