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.
I decided to transform this blog in a TODO list of geek things that I may do someday. This blog is also an attempt to exercise good english, so please correct me if you see any weird writting.
Friday, June 11, 2004
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.
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
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.
I was browsing the otn page and found this blog post.
TODO: Take a look later.
Saturday, February 14, 2004
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:
I' m trying it now.
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/.
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.
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.
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.
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.
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
My start page at work:
http://java.net - I'm learning lots of things by reading some articles everyday.
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.
More info about AOSD will be posted here as I learn more about it.
Subscribe to:
Posts (Atom)