Un nom pas tres accrocheur

Pas tres accueillant…

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

KoC-FR Toolbox

This software is a remote connector to an online php-based MMORPG game (KoC).
It allows you to login to the online game from a GUI and perform several actions, assisted by the software IA.

Please note that this program has been developed for PROGRAMMING CHALLENGES only.
The use of this kind of tool is totally forbidden under the KoC Rules and is liable to get your account banned.

First demonstration (login, scan)

Second demonstration (scan, spy, attack, buy)

This toolbox allows to manage several accounts on the Kings of Chaos online massive multiplayer game.
You can log into your account(s), and scan up to 300 pages at the same time (in a few seconds) to find players with lots of Gold.
Besides, there is a DA (Defensive Action) centralized database, so you can spy enemies directly form the software, and update the information about the enemy DA in the database automatically.
The information is then shared among the players authorized to use the software.

You can also directly attack the enemies from the software and spend your gold.

This first video also shows the first authentication of the users, that first connects to a remote database (KoC-FR’s one) to check if he/she is allowed to use the program.
Once the user is allowed to user the software, the GUI shows up.
It prevents unwanted players to use the software.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

Arbitrage Program

This is a demonstration of my Arbitrage Program:

This program is checking if there is an arbitrage opportunity.
Based on two different betting websites, it calculates if there is a “sure bet” or not.
There is a sure bet if the sure bet number is inferior to 1.

You just need to select the competition (only 3 competitions implemented so far, but adding competitions is not a big deal) and SCAN!
The results is then displayed to you.

An evolution of the software would be to check every X seconds and actually really automatically bet on the websites if a sure bet is found.
But this is dealing with real money and probably illegal so my tool is only a simulation tool!

Software developed with Qt/C++.
Binaries are available on Windows and Linux (require additional installation of OpenSSL and Visual C++ redistributables on Windows, if you do not have them).

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

x264, FFMpeg, wxWidgets and Aegisub RPMs for Fedora 13

Aegisub is a powerful subtitle editor.
However, there is no official deb or rpm to install it easily on Debian and Red Hat based OS so we have to install it from the sources.

Many people have problems installing from the sources and getting everything to work as they want.
I recently compiled a working version of Aegisub on Linux Fedora Core 13 x86_64 and wanted to share the generated rpm.

This version is meant to work with a custom version of x264 and ffmpeg (built on today’s snapshot, Aug. 22nd 2010) that decodes/encodes a wide range of audio and video codecs, including both free and non-free codecs.

The configure used during the compilation of ffmpeg and the codecs available from this build are shown here: ffmpeg-formats.txt
As you can see, this build is able to en/decode most of the video/audio formats.

To install Aegisub with this build of ffmpeg (and x264), just install the following rpms from the web browser:
x264-0.27-1.fc13.x86_64.rpm
libnut-0.0.0-1_r661.fc13.x86_64.rpm
ffmpeg-0.6-3.fc13.x86_64.rpm
wxWidgets-2.9.0-1.fc13.x86_64.rpm
aegisub-2.1.8-4749.fc13.x86_64.rpm

Or with these command lines (as root or sudo):

su -
wget http://rpms.dallagnese.fr/x264-0.27-1.fc13.x86_64.rpm \
     http://rpms.dallagnese.fr/libnut-0.0.0-1_r661.fc13.x86_64.rpm \
     http://rpms.dallagnese.fr/ffmpeg-0.6-3.fc13.x86_64.rpm \
     http://rpms.dallagnese.fr/wxWidgets-2.9.0-1.fc13.x86_64.rpm \
     http://rpms.dallagnese.fr/aegisub-2.1.8-4749.fc13.x86_64.rpm \

yum -y install --nogpgcheck x264-0.27-1.fc13.x86_64.rpm \
               libnut-0.0.0-1_r661.fc13.x86_64.rpm \
               ffmpeg-0.6-3.fc13.x86_64.rpm \
               wxWidgets-2.9.0-1.fc13.x86_64.rpm \
               aegisub-2.1.8-4749.fc13.x86_64.rpm

If you want more details about these packages, you can check the packages installations step by step:

1. x264

Directly from the web browser: x264-0.27-1.fc13.x86_64.rpm

Or through command lines (as root or sudo):

wget http://rpms.dallagnese.fr/x264-0.27-1.fc13.x86_64.rpm
yum -y install --nogpgcheck x264-0.27-1.fc13.x86_64.rpm

2. FFMpeg

Directly from the web browser:
libnut-0.0.0-1_r661.fc13.x86_64.rpm (required by this ffmpeg build)
ffmpeg-0.6-3.fc13.x86_64.rpm

Or through command lines (as root or sudo):

wget http://rpms.dallagnese.fr/ffmpeg-0.6-3.fc13.x86_64.rpm \
     http://rpms.dallagnese.fr/libnut-0.0.0-1_r661.fc13.x86_64.rpm \

yum -y install --nogpgcheck ffmpeg-0.6-3.fc13.x86_64.rpm \
               libnut-0.0.0-1_r661.fc13.x86_64.rpm

3. wxWidgets

Before installing Aegisub, we need to install a recent version of wxWidgets.
Aegisub final version 2.1.8 (rev 4749) works only with wxWidgets 2.9+ and the last officially supported version of wxWidgets on Fedora is (as today) is 2.8.11.

Directly from the web browser: wxWidgets-2.9.0-1.fc13.x86_64.rpm

Or through command lines (as root or sudo):

wget http://rpms.dallagnese.fr/wxWidgets-2.9.0-1.fc13.x86_64.rpm
yum -y install --nogpgcheck wxWidgets-2.9.0-1.fc13.x86_64.rpm

Now it’s time to install Aegisub!

4 Aegisub

Directly from the web browser: aegisub-2.1.8-4749.fc13.x86_64.rpm

Or through command lines (as root or sudo):

wget http://rpms.dallagnese.fr/aegisub-2.1.8-4749.fc13.x86_64.rpm
yum -y install --nogpgcheck aegisub-2.1.8-4749.fc13.x86_64.rpm

N.B.:

This is my first time making RPMs from my compilations, so this is not guaranteed to work!
If you try, please give me some feedback on how it works.

And please give me any comments, suggestions or critics you have!

Source: [ EroGaKi - Tutos ] Aegisub sous Fedora 13 (linux)

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

Copy-protected DVD on Fedora 13

Even though you installed the last version of VideoLAN VLC, it may happen that you are not able to read DVDs that have a copy protection.

The trick to get this to work is to install the libdvdcss library (which is not in the official repositories).
You can find this library on the ATrpms.

To install the library:

wget http://dl.atrpms.net/all/libdvdcss2-1.2.10-5.fc13.x86_64.rpm http://dl.atrpms.net/all/libdvdcss-1.2.10-5.fc13.x86_64.rpm
yum install libdvdcss-1.2.10-5.fc13.x86_64.rpm \
            libdvdcss2-1.2.10-5.fc13.x86_64.rpm

Enjoy!

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

Sushi hi-tech

Vous avez peur de ne pas pouvoir commander vos sushis favoris au restau de sushis du coin ?
N’ayez plus aucune crainte, les sushi hi-tech sont là pour vous ! (et pour la fin des serveurs/serveuses…)

Ecran de commande de sushi

Là il suffit de cliquer sur les images pour effectuer sa commande !
Les commandes sont directement envoyées au chef sur son écran :

Le chef n'a qu'à lire les commandes sur l'écran

Le chef reçoit la liste des sièges qui ont fait la commande, et leur commande.
Plus de temps d’attente, plus de brouhaha pour réussir à placer sa commande, tout est automatisé.

Pour l’instant, le chef prépare toujours ton sushi devant nos yeux…
A quand les machines qui font le sushi toutes seules ? ……

PS : Restaurant à Yokohama.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

1€ la fraise !

J’ai trouvé la perle !

128円 (1€) ... LA fraise...

Elle a beau être plus grosse que des fraises normales (OGM ?), ça reste UNE fraise empaquetée comme un trésor et vendue à l’unité à 1€…

Soyez rassurés, c’est en prix spécial réduit…

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

Eté ou hiver ?

Eté ou hiver... va savoir !

Un bonnet…
Une chemise épaisse…

Une…
Une… mini-micro-jupe ?!?!

Une image tellement typique du Japon qu’elle passerait presque inaperçue même à mes yeux d’Européen !

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

Saka no Ue no Kumo

Et un nouveau drama pour moi !
Cette fois c’est Saka no Ue no Kumo qui y passe.
C’est un drama assez populaire au Japon, sur la chaîne publique locale (NHK) avec des acteurs plutôt connus !

Mon rôle est une nouvelle fois figurant.
Je joue un soldat russe (d’où la nouvelle coupe de cheveux… très… court !!! ><) très vilain qui tue des gentils innocents chinois (niark niark niark).

Dans peu de temps, le p'tit va y passer !

Mais cette fois mon rôle principal était en fait de réussir à faire prononcer une phrase en français à l’acteur principal, Abe Hiroshi.
On a pas mal répété et il se débrouille pas mal. Normalement, ce sera compréhensible par des français (pas comme la plupart des dramas dans lesquels je comprends rien à ce qu’ils disent quand ils sont censé parlé français…) !!
Ah et j’ai pas tout compris pourquoi il calait une phrase en français alors que le type lui pose une question en russe mais bon… on verra ça dans l’épisode final !

Je continue le tournage de ce drama après-demain (avec une autre phrase en français).
J’aurais une scène finale en juillet.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter

Musique péruvienne a Akihabara

Musique péruvienne à Akihabara

Hommage à la musique péruvienne a Akihabara.

Alors que je me baladais a Akihabara, j’ai eu l’agréable surprise d’assister à un concert de rue par un groupe péruvien.
C’était très joli, tant leurs costumes que leur musique.
Ils étaient a la sortie de la gare JR (Showa-dori).

Ayant pour mission de trouver un adaptateur AC pour mon portable, je m’en vais dans les petits bouibouis du coin dans l’espoir d’en trouver un.
Lorsque je termine, bredouille, ma quête du Saint Graal et retourne a la gare, quelle fût ma surprise devant ces démons chassant le groupe péruvien.
Deux apôtres du diable avaient envahis la place et faisaient disparaitre tranquillement ce pacifiste groupe de musique.

Ah le Japon… après avoir arpenté les rues d’Akihabara remplies de gamines en uniformes de servantes ou mini-jupes d’écolières aguichant les salary-men ou encore les vitrines aux premiers étages de chaque magasin remplies de figurines, magazines ou jeux pornos à la vue de tous et surtout des plus jeunes, ça, un concert de rue dans la joie et la bonne humeur, non, ce n’est pas tolérable voyons !

Ah oui… étant donne que les gens peuvent donner des sous au groupe, sous qu’ils ne dépenseront pas dans les pachinko/slots, ça plait pas aux Yakuza… donc la police se doit de les retirer !

Welcome to Japan…

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • email
  • Twitter
Page 1 sur 712345Dernière page »