Mantis is an efficient bug tracking system probably next only to Bugzilla. But they probably cater to different categories of bug tracking. Whereas Bugzilla suits big projects with numerous users and numerous bugs, Mantis suits smaller projects which does not require the sophistication (and hence the complexity) of Bugzilla.
July 9, 2006
July 3, 2006
Robocode – A Java based programming game
Robocode is a very interesting game programming concept that I came across recently. The basic idea is to develop an algorithm for controlling a robot tank that will participate in a battle with other similar robots in a battleground.I got introduced to this through an ACM programming competition in my university.
