Programming

Simulating a Talking ATM system

Submitted by Walterjnr1 on
This is a talking Atm system I developed for a friend as a final year research project . this system is design for a blind customer of a bank. This system has all the features of a real ATM with additional features of a voice assistant. FEATURES OF OUR SYSTEM 1. Has a splash screen or welcome screen like the real ATM. 2. Has a login screen like the real ATM. 3. Will offer you options to withdraw

Ordering System

Submitted by jkev on
In this system, you will be able to add products, upload product image, add user and make order transaction. I am using PayPal as a payment gateway. The main feature of this system is the shopping cart. You will also see which product has the highest and lowest quantity using a graph. Additionally, it has a nice user interface. To go to the Admin Page just Add “/admin” in your Url. Admin: Username

Viewing of Services + Tax Calculator

Submitted by Jigs on
This application is made using HTML, PHP, and a little bit on javascript. This simple application is capable only for viewing of records from the database and tax calculation. Note:The calculation of tax is based on an interview gathered on a specific place. The infos was given by a reliable source on that area. If there is wrong in the calculation feel free to comment and suggest. There is also

Delphi + Firebird

Submitted by Jigs on
This is my simple Delphi project using Firebird server and FlameRobin as a tool. It is a monitoring type of application that has the capabilities of adding, updating/modifying, deleting records, and generating reports. Hope this simple program will help you. Feel free to comment and suggest for better improvement.

Testing File System Object in Vbscript

Submitted by minthant on
'The code is as shown below Dim WshShell choice=InputBox("Filename","Type File Name") If choice="" Then Wscript.Quit End If choice2=InputBox("Foldername", "Type Folder Name to be created") If choice2="" Then Wscript.Quit End If foldername="C:\"& choice2 filename=foldername&"\" & choice & ".txt" Set WshShl=WScript.CreateObject("Wscript.Shell") WshShl.Run"cmd /c mkdir C:\" & choice2 Set Fso=WScript

Chat Application (connecting winforms to webapp chat service) demo => http://chatme.somee.com/

Submitted by tony_fear2003@… on
PROGRAMMER: WINSTON L. GUBANTES Features: 1. Chat Application Sample to connect your Winform Application to Web App Chat service Useful with following Scenarios 1. Realtime based apps 2. if you want your client application(be it web or winform apps) to get notified when data has changes 3. of course can be used as chat application can be suited on any type of application(web, agent service or