Friday, June 11, 2004

Installing Gentoo 1.4

As debian stable CD´s don´t want to work in my computer, I tried gentoo, but thought it too risky. I found this guide at google, and it is helping me a little.

Documenting C++ source

I was reading log4cxx documentation thinking of using it in my Computer Graphics exercises and the almost-javadoc-like appearance of docs took my attention.

I asked the documentation´s author and he talked me he used doxygen to generate it from sources. It seems to be pretty, generating class diagrams from header files.

Saturday, April 17, 2004

Open Source Software Development Research


UCI research in open source software development focuses on empirically-based studies of the processes, practices, and communities that develop open source software. Ethnographic and virtual enthnographic research methods are employed in the field studies of open source software development in communities that include those centered on Internet infrastructure, X-Ray astronomy and deep space imaging, networked computer games, and academic software design research.

Home-page

Thursday, February 19, 2004

Using AspectJ in JDeveloper

I was browsing the otn page and found this blog post.

TODO: Take a look later.

Saturday, February 14, 2004

Join point model

I'm trying to understand the join point modeling in UML described by Stein and Hanenberg, but I can't, for some reason. Maybe is because I haven't read and programmed in AOP enough...

Thursday, January 15, 2004

ErrorLink Eclipse plugin

As the model transformation compiler's tutorial says: "provides some hyperlink during the compilation process so you can directly jump to the file/line where is the error."

Ah, the 2 regex are:


  • .* (.*\.mtl)()() .*

  • .* (.*\.mtl) line (\d+):(\d+): .*



I' m trying it now.

Colorer take5

I'm trying a model transformation compiler and it recommended me to install Colorer as a Eclipse plugin.

Colorer take5 is a syntax highlighting and text parsing library, that provides services of text parsing in host editor systems in real-time and transforming results into colored text. Result information allows to search and build outlined lists of functions, structures, and to search and indent programming language constructions (brackets, paired tags). Colorer uses pure C++, XML, it is fully portable and works on either win32/unix/mac platforms. Top level Java language API is also available.

http://colorer.sourceforge.net/.

Monday, December 22, 2003

Sound & MIDI Software For Linux


I'm planning to start a sound project with friend of mine, but I didn't know how to do this in a Free way. So, that friend has sent me a message talking where we will find software and related stuff to implement that idea.

Take a look.
What's new in UML 2.0?

As part of my work in final project is to study this modeling language to validate a new modeling language, i shall read UML specification.

Somebody has written an article, and I shall read it.

Wednesday, November 12, 2003

NYTimes.com Article: I.B.M. Helps Promote Linux

TODO: read.

Monday, November 3, 2003

Eclipse Innovation Grant (eIG)

Terceiro told me IBM announced the Eclipse Innovation Grant (eIG). It is a competition of projects that use the Eclipse open source code base for teaching and/or research, and that can add to the sharing of code and ideas among the community of Eclipse users.

My advisor and I will have to write a project unitl next Friday. We'll submit the aSide Tool, a tool that supports Aspect Oriented Modeling.
T++ at OOPSLA2003

My friend Antonio Terceiro has presented his work T++ : A Tool for Web Application Development with C++ in 18th Annual ACM SIGPLAN Conference on Object-Oriented Programming, Systems, Languages and Applications at Anaheim, California.

He arrived today, and will post some photos at aSide's WebSite.

Thursday, October 16, 2003

Aspect Oriented Programming at ComputerWorld

Read it
My start page at work:

http://java.net - I'm learning lots of things by reading some articles everyday.

Sunday, October 12, 2003

I joined a research group on Refactoring with Aspects. I´m studying Aspect Oriented Software Development and choose this area to my final project at University.

More info about AOSD will be posted here as I learn more about it.
Genetic Programming

Today, I read an article at Scientific American Brasil about Genetic Programming and found it quite interesting. Some related URLs are:
I didn´t give up

I haven´t written anything here, but it doesn´t mean that I forgot this blog. Usually, I think of this blog, althought for some reason I feel hard to write in english.

Tuesday, September 9, 2003

Design Pattern Seminars

Last friday colleagues presented some DP from the GoF catalog. I couldn't go cause I hurt my right foot. I'll present "Façade" and "Chain of Responsibility", and intend to show examples in Python code.
New comment system.

Try =)