Welcome to my computer science projects !

 

Last years, I developed some more or less interesting and difficult projects, mainly training projects or researches due to my studies in Computer Science.
Computer Science is one of my passions, so I collected here the more important projects I did, some private Computer Science researches and my wonderful Bachelor Thesis.

 

« Programming in different languages is like composing pieces in different keys, particularly if you work at the keyboard. If you have learned or written pieces in many keys, each key will have its own special emotional aura. Also, certain kinds of figurations “lie in the hand” in one key but are awkward in another. So you are channeled by your choice of key. In some ways, even enharmonic keys, such as C-sharp and D-flat, are quite distinct in feeling. This shows how a notational system can play a significant role in shaping the final product. »
(Gödel, Escher, Bach: an eternal golden braid, Hofstadter, 1980, Chapter X)

 

 

the Projects !

 

> E Taxi .
- [ Java language ~ 330 code lines ]

> Data Server for distributed computing in POSIX environment .
- [ C language ~ 1300 code lines ]

> Graphic control simulating the "explorer" view in thumbnails of images .
- [ C++ language ~ 700 code lines ]

> P2pDetect . MY BACHELOR THESIS !!
- [ C language ~ 5000 code lines ]

> A regular expression parser .
- [ C# language ~ 1900 code lines ]

> Indiana Jones - The Graal Adventures (Videogame) !!
- [ C# language ~ 4000 code lines ]

> Indiana Jones - The Graal Adventures (Level Editor)
- [ C# language - 1000 code lines ]

 

> Code pitching: can garbage collection be extended to the JIT-ed code? Why, how and the resulting runtime design impacts on virtual machines .
- [ Paper ~ 7 pages ]

> Multiple return values: how C# .NET compiler converts the 'yield' construct into the Common Intermediate Language code .
- [ Paper ~ 4 pages ]

> Exceptions: data structures and runtime support in virtual machines .
- [ Paper ~ 2 pages ]