| Title | Description | Source Code |
|---|---|---|
| Digi_dicript | A small window decryption program in Borland C++ that encrypts or decrypts a text using a 4-digit user-defined password. | |
| PPower | A simple and unfinished program which implements a kind of peer to peer protocol. Written in C using TCP/IP sockets for Linux. | |
| LOSSA | A window program (in JAVA) which makes use of the most known algorithms for sorting. It displays their comparisons complexity graphically and it can be used for the sorting of a large number of items which are located in a simple txt file. It has also the ability to save into a txt file and to generate random numbers so as to show the complexity of each algorithm | |
| LinkedList | A header file written in C++ which implements a LinkedList for any kind of items using void pointers |