Archive for the ‘Software’ Category

MSNAliceBot: a .net Chatter bot

Some time ago,… about a year and a half i programmed an inteface between the programD of alicebot.org and my msn messenger acount using dotMSN. The process was a mess. There was a programD server running on my machine; a wget which passes the paremeters in an url and file processing to get the answers [...]

Posted on September 12, 2005 at 7:28 am by Isaias · Permalink · Leave a comment
In: Software

Installing Robocup soccer simulator (soccer server) on Fedora Core 3

The file rcsoccersim-9.3.4 contains everything for running the soccer simulator, but it doesn’t work for me. I’ve tried many ways to install it,… this is the one that worked for me. Get the files: rcssbase-11.0.11.tar.bz2 rcssserver-10.0.7.tar.bz2 rcsoccersim-9.3.4.tar.gz trilearn_base_sources-3.3 (to try a team) Untar all the files Install rcssbase-11.0.11 cd rcssbase-11.0.11./ ./configure CC=c89 CFLAGS=-O2 make make [...]

Posted on September 5, 2005 at 9:44 pm by Isaias · Permalink · Leave a comment
In: Software

Smarty tutorial

I made this tutorial about a year and a half ago. It contains the version 2.6.2 of smarty, but you can switch to the current release without any problem. It is useful if you want to build a multi-language, cached, data-driven, multi-design smarty application. All of the files of the tutorial are here. If you [...]

Posted on September 1, 2005 at 9:15 pm by Isaias · Permalink · Leave a comment
In: Software

Getting a section of a video (c++ OpenCV experiments)

I think that the documentation of OpenCV is very poor in this moment, so the only way to learn it is to start writting code. Maybe this will be useful for somebody. Yesterday i made a program to get a section of a video and display it on a diferent window with OpenCV. The code [...]

Posted on August 24, 2005 at 10:43 pm by Isaias · Permalink · Leave a comment
In: Software

Frame extractor (c++ OpenCV experiments)

I’m experimenting with the OpenCV library ’cause i’ll be using it for my Master’s thesis So i made this little program which extracts each frame from an avi file – creates a jpeg file for each frame. Code here Use Facebook to Comment on this Post

Posted on August 13, 2005 at 7:32 am by Isaias · Permalink · Leave a comment
In: Software

miniPaint in Java (an old homework)

This is a little drawing tool. It is useful to comprehend the object oriented paradigm, packages and swing design in Java. Features: save as… (png file) undo, redo (using vectors to store objects) color chooser Source code here screenshot Use Facebook to Comment on this Post

Posted on August 8, 2005 at 12:22 am by Isaias · Permalink · Leave a comment
In: Software