Library Automation with Speech recognition

Submitted by olaseyo on
Library automation system was developed in order to automate the complete activities of the library in all sorts of categories, starting from the registration of books, borrowing of book etc. This program as a decision making mechanism that allows it to make certain decision such as alerting the librarian about the book that are due for return. This program also has a feature called voice command

Millenia_SMS

Submitted by pcechz on
1. STUDENTS PORTAL The students management system software will have a student portal which each and every students of the school can login with their unique username and password to check their profile, check and print their result and do other things. 2. PARENT PORTAL Parents too can have access to their own portal with their unique username and password to check messages(notifications), check

Adjacency Matrix Creation Along with Degree of Vertices from a Text File

Submitted by Arup Kr Goswami on
This is a simple C source code, written in gcc platform (Ubuntu, Linux). It reads data from given input .txt file & generate .dat file as output, which contains the Adjacency matrix along with degree of vertices from the given .txt file. It is for only Unweighted Graph. Note: Must change the path of the files in code. Hence, Pattern is that the first digit is the number of nodes in the graph. Next

Login in Microsoft Access

Submitted by walidsharaar on
This a simple database that retreive user data from table and forward to another form. I also disabled that bypass and it opens by double click at image of login form and the will display another form that is the by pass form . Username: Admin Password: Admin Open the database by holding the shift button and double click it... Login form password: Username:Admin Password:Admin Username:Developer

Random Code Generator using C#

Submitted by donbermoy on
In this tutorial, I will teach you how to create a program that will generate a random code or id using the C# language. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Add one textbox named txtIDno and one button named btnGenerate.