Assignments and Programs written by Ian

These are a number of programs which were given to me as Assignments at the University of Malta. Feel free to download and see them. Source code is not available for now.



Artificial Neural Network

This is an Artificial Neural Network
It is written in c# and requires the .net framework v1.1

It can save the weights to file and even read a training set from file.

The recognition are a from 0..9 in a 8x8 bitmap
Download Program


CORBA

CORBA Client
It is written in c# and requires the .net framework v2 and using Janeva

It uses a Java CORBA Server
(sorry code not available)
Download Program


MusicLister

This lists music files (mp3, ogg, wma) in a specific folder and sub directories
It is written in c# and requires the .net framework v1.1

on Selecting a particular file if it contains meta data
Amazon.com WebService is contacted to get Album Details
like ALbum cover, comments and Rating.

Download Program


PowerPlant

This is a fuzzy logic controller
It is written in c# and requires the .net framework v1.1

It is a simulation of a PowerPlant where the fuzzy logic controller
has to keep the pressure constant by modifying the temperature.
It does more than this because it explains the internal working of the 
fuzzy logic controller.
Download Program


Scriptor

This is a simple Compiler

It first divided the source into tokens, then builds the tree and symbol table.

One can then execute it.

It only executes mathematical functions.

It is written in c# and requires the .Net framework v1.1
Download Program


Type Library Viewer (COM)

This is a Type Library viewer

It can open a type library either from path or CLSID

Once this is done it displays the interfaces, classes and methods 
together with the paramters and their types.

It is written in Delphi v7
Download Program




© Ian Bugeja 2006 - All Rights Reserved. Distribution and modification of these programs in any way is NOT allowed.