Posts Tagged ‘University’

RLE Compression

Friday, March 30th, 2007

I’ve made that code for an university exam called “Elaborazione delle immagini” (images elaboration), it’s a simple and dirty implementation of the Run Length Encoding (RLE) algorithm for compressing a file.
It’s also my first experiment with CMake (such a great tool!).

Download it.

After unpacking it, you must type:

cmake .

Under the project directory; after that you can simply type:

make

And the file rle_compression is ready to be executed!

Airport

Monday, November 7th, 2005

The code you can download here is an airport simulation wrote with Mauro “Maz!” Mazzei for an assignment of the “Operating system laboratory” course during our BSc in computer science.

In the code we use processes, threads and sockets.

By the way, the downlod is here :)