"Sucess is a relative concept. So is failure. They exist in the mind of man and do not posess a reality, which, say a tree possesses. But sucess and failure seem to have a potency of a gale. As we are held in their hypnotic grip, we do not treat them as imposters."

 
-The Hindu
 
ECMA( Extended C on Mathematical Applications) Version 1.11
I developed ECMA mainly to understand how a programming language works. It was ambitious attempt, but i couldn't complete it. Despite it's grand name, right now ECMA can perform basic mathematical operations along with some looping statements. However you can download whatever i have developed so far. The download includes help on how to use ECMA.
 
 
Knight's Tour
This program can solve the knight's tour problem by two methods:

The backtracking method does not provide a solution to all the 64 starting points on the chess board. Though the program is complete, by saying that it does'nt provide a solution i mean that the time taken by the program to determine the result by backtracking is too much. If you are willing to run the pogram for a couple of hours, you will surely get a result. :D

However there are 19 starting points for which you will get an immediate result by backtracking within 10 seconds.

The warnsdorff's rule algorithm will provide an immediate result for any of the 64 starting locations.

To read on how to switch between the two algorithms and, on how to switch how the result is displayed click here.

 
 
Cruise Control - 2D Car Race Version 1.0

This was my first attempt on grahics programming. If you don't remeber how car race games used to look on your old TV video games, this game will. :D

Try you hand at it,....it's much better than what you think it is. ;)

 
 
Arkanoid Version 1.0

I believe most of you would know what this game is about. In case you dont, here it is. Your job is to bounce a continuously moving ball off a movable slide till you break all the blocks. How the blocks break...? well, you should have guessed, when the ball hits the blocks.

Good luck with the game.

 
 
eX-OS
eX-OS is a mini OS developed in asm. It provides about 8 basic commands for file management, which can be executed only on the floppy drive. Source files are included in the download.
 
 
JOSH - The Robot
My first attempt at robot building. It can detect obstacles using IR and can communicate with the computer.Click here to learn more about JOSH and build your own robot. You dont want to miss this..;)

Site created and managed by: Mohammed Riyaz (Da.MoRz)
Email: p_mdriyaz@hotmail.com