Skip to main content

Project : Access Control System

This was develop application to control access ( support touch screen) to company facilities. Each employee should enter his/her userid and password when he/she enters and leaves the facilities using a touch screen monitor located at the entrance hall. The company works with 3 shifts of 8 hours each, and also works at weekends.

The application is to be developed with VB.NET 2005 and use a MYSQL DB located at company server.

Features

  • Manage User
  • User can change password
  • Logs In and out time
  • Calculate hours
  • Check for company rules for over time
  • User can view last punch-in/punch-out
  • Configuration module

Technologies

  • VB.NET 2005
  • MY SQL 5.0

Client Comments

The work was done as specified, and the coder was very collaborative. I would contact him again in future projects.

Project : Bird Election

The project was to write program to total votes from a St. Louis Election to select an official bird. The election results are given in the form of bird code and vote count.

Bird Codes, Bird, Why nominated
0, Dove, Bird of Peace
1, Falcon, Eats Pigeons
2, Pigeon, Common Bird
3, Robin, End of winter

After totalling the votes print a standard output that lists:

The birds name
Total votes
Percentage of total votes received
Winning bird and total votes

This was my first Visual Studio.Net 2003 project.

The application has two mode of UI,

  • Console application
  • Windows Form