magbo system

Enib Project : EnibMix C#

This following project has been realized in collaboration with my classmate Florian Boucher back in the first semester of my 4th year in the Ecole Nationale d’Ingénieurs de Brest.

It gave us the opportunity to practice after the theory and concept we learnt about C#

The application is a music player, where 2 different tracks can be played simultaneously. It has an “auto-mix” feature, which starts to play the second song when the first is almost finished, while reducing the volume of the first one and increasing the volume of the new track. It also has a “Cue-reset” feature, very well known for whoever has already tried to play with some electronic music software. (it allows the user to create loops easily)

It also has a “Samples” feature, in order to play short samples (ring, voice..) on top of the song.

Here are some screenshots:

Application at the beginning
EnibMix while reading
Frame allowing the use of SAMPLES

The project is available here: > Download <

(ps: if you are running a 64 bits OS, you might have to change the Platform target to force x86 (right click on project, propriety, built, platform target: x86))

Semantic Project : Esports Ontology

During my studies in Norway, I had the opportunity to discover the web semantic (RDF/RDFS  – RDF/XML – OWL – SPARQL and the different Semantic Web Service Framework)

At the end, the project was to create a real ontology (through the software Protégé), and create a software allowing the creation of SPARQL request to browse and filter the data-base.

The choice of the subject was totally free, so I picked an universe I know quite well : the E-Sports.

Teams, players, sponsors, equipements, staff, event (Lan, online competition) .. the subject is full of different kind of data to represent: a perfect example for this project!

Here is the taxonomy of it :

And here is a screenshot of the software I developed (in Java/Jena)  to handle the request system:

I used a xsl rule to convert the xml retrieved into a html array.

The project is available here : >Download<

It includes a pdf explaining everything, the jar application + the source code.

[Obsolete] Sportyran cheat software

I used to be bored enough sometimes to play some php games, like sportyran (http://www.sportyran.net/fr/foot/)

And a thing I hate is doing all the time the same action, without being able to automate it. The basic idea of this sportyran website at this time was to play a game every 2 hours in order to be super efficient. So I had to log in, and click on the same buttons every 2hours. I have to admit that it wasn’t really smart and that sometimes I needed to sleep, so I made a really simple software which went every 2 hours on the website, check if I could play, launched the game searching engine, and then went back on google (we can see who is connected on the game website.. didn’t want people to notice!)

I modified the software once, just to be able to do the same for my second team.. and then I got bored of the game :p

The code is really simple, just using the WebBrowser from the Visual Studio IDE (the application is coded in C#), a timer and a function which scans the value of the different buttons.

Here is a screenshot of the software:

Competition Tools

It was an idea I had a couple of years ago, while my bodies and I were playing Pro Evolution Soccer on PlayStation 2/3 – Xbox. We basically wanted to organize some competition between us, and it was really easy to organize on a paper.. as long as we stayed less than 5-6! After some researches, I realized that I couldn’t find any good software which could allow an user to create his own tournament/championship.

Because I have a gamer background, I’m really into this specific structure which is : loser/winner bracket, I think it’s way fairer than the regular competition where you lose in quarter final against the future winner..

So I started to develop a software, first in C++/Qt because I had some knowledge in it. Then I totally changed my mind and converted my code to make it a Java application (I didn’t feel confortable with Java at this time, I wanted to learn)

I didn’t finish the application, but I really wanted to handle at least the championship feature, which works perfectly. You can easily generate the return features too . The application is quite basic but it could be useful for some people. You can save and load previous championship that you didn’t complete yet.

Here are some screenshots from it,

Screenshots: