Multilingual Crosswords - it finds solutions for grid puzzles by using words dictionary. It can support any language - currently polish and english dictionary. Rich client for editing/viewing is foreseen.
MultiJava 1.3.2
MultiJava adds open classes and multiple dispatch to Java. Open classes let one add new operations to existing objects. Multiple dispatch has many uses; one typical example is to write event handlers for Swing applications while avoiding nested ifs. ...