Lucares.org is the home of all open source projects published in the namespace org.lucares. All projects are published under the MIT license. We believe this gives you all freedom you can dream of, especially using the code, or portions of it, without thinking too much.

Projects

Finite Transition Machine

Icon: Finite Transition Machine (FTM)The Finite Transition Machine (FTM) is a library that handles event driven logic. Its concept derives from finite state automatons, but changes it  from the state centric view to an event/transition centric view. This allows to reduce the number of rules and makes it easier to handle large numbers of states.

Shorty

Icon: ShortyTo be announced shortly.

 

Tanga

Icon: Tanga libraryTanga is a Java library for methods that operate on strings. It should integrate seamlessly into any project. To ensure this Tanga provides only static methods, that do not use any mutable shared state (which makes them thread safe) and it does not have any dependencies other than Java 1.6 (only the tests depend on TestNG).