Peg Solitaire
A program that solves the peg solitaire game finding the best possible solution. It is written in C. Input files and source code are found in the attachment. [Source]
Using MacOSX open Calendar application. In case you are already logged in to iCloud the entries should appear. Go File->Export->Export and save the exported file anywhere on your mac. This will create a file with an extension .ics. Locate the file using Finder and right click on it. Select Open With, then Microsoft Outlook. Done!…
The aim of this project was to use C posix threads. This is something like the dining philosophers problem but a bit more advanced. A student must find two free markers to mark him and then release them after finishing. More details and souce are found in the attachment. [Source]
A couple of years ago trying to get a grasp of java interfaces I created this simple java calculator. I just remembered this now so I am posting it. It works very nicely for regular numbers. Rounding may not be accurate though. Give it a try! [jar and Source]
This is my final year project for the University of Kent. It allows students to be able to select their own modules and create their timetable to suit them before registering the modules. Implemented using PHP and MySQL. [Source] [Preview].
This is an online auction system (like eBay) that lets users add items for sale and purchase items. Users are only allowed to enter bids if they have sufficient funds and when an auction has ended the money are being transfered from the buyer to the seller automatically. An extra feature supported by this auction…
Have you ever needed to lock your personal folder so that no one can access is unless they know the secret password? I have personally searched for such applications many times but all solutions seem to be complex such creating partitions with encryption and so on. Finally I had some free time and decided to create my…