11 projects tagged "Utilites"
recipes is an easy-to-use program for storing recipes. Each recipe can contain an unlimited number of pictures. You can search for recipes with key words and the available products. It can display the list of required products for a set of recipes. Recipes can be imported and exported between other programs with files in the "rcp" format.
The Subversion Authentication Parser Module is a Java library that can read a Subversion svnaccess file and convert it into an object tree that can be used to grant permission to different parts. Furthermore, you can define an object tree that represents permission for locations in repositories and/or trees. This gives you the possibility to use this module within your application either to read the Subversion svnaccess file or use it as a separate permission system.
Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line, with a strong focus on use cases that arise when dealing with large amounts of financial data. Their target market is shell scripts that need date calculations or calendar conversions, and as such they are highly pipe-able and modeled after their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).
JMapper-Framework allows you to pass data from one Java Bean to another dynamically with annotations and/or XML. You can create and enrich target objects, apply specific logic to the mapping, automatically manage the XML file, implement the 1-to-N and N-to-1 relationships, implement explicit conversions, apply inherited configurations, and more.