Category Archives: Technology

Technology Related Posts

University of Moratuwa tops GSOC 2008

I just got to know that my University tops the charts of participants at the Google Summer of Code 2008. Thought I have never been a GSoCer (that’s ow they call the participants), I have always been a great admirer … Continue reading

Posted in Tech Notes | 2 Comments

Luntbuild : Introduction

This is going to be another short series (2-3 posts) about a build automation tool. I got using this during my internship at WaveNET. I don’t this this is going to be a very useful post to many ( I … Continue reading

Posted in Tech Notes | Tagged , , | Comments Off

JUnit

Ref: http://junit.sourceforge.net/doc/faq/faq.htm http://open.ncsu.edu/se/tutorials/junit/ API DOC What is JUnit? JUnit is a simple, open source framework to write and run repeatable tests. It is an instance of the xUnit architecture for unit testing frameworks. JUnit features include: Assertions for testing expected … Continue reading

Posted in Tech Notes | Tagged | Comments Off

Facebook Chat. Now its there….!

This is about the long-awaited Facebook Chat, and I’m bit late with this post. Nothing more than that is in the Gmail Chat, but may be this is handy with the friends on FB only.

Posted in Tech News | Tagged , | Comments Off

Renaming a MySQL database

MySQL does not support renaming a database (and prefers not to be done in the supported versions) as mentioned here. However, use of this statement could result in loss of database contents, which is why it was removed. Do not … Continue reading

Posted in Tech Notes | Tagged , | Comments Off