134 projects tagged "Apache 2.0"
Spinneret is a structured storage engine that can be thought of as an extended tuple storage system. It takes the best aspects of relational, object, and hierarchical databases and throws away the dead weight associated with those technologies. The benefit of Spinneret is that its data model is incredibly flexible, allowing it to expose its underlying data in any number of ways. It operates similar to an object database, but without hard ties to an originating language, and can also behave like a relational database without the burden of complex joins.
Wine Management tracks wine production from harvest through bottling. As a record keeping system, it tracks history of wine compositions in all detail. It tracks variety, area, year, yield, and taste. Because it accumulates wine lost to processing and updates the yields, you always know the values when it was produced. Quantities processed by work center are kept up to date. Almost any level of inventory is available by month, including any combination of variety, area, year, taste, storage, and others. Tank lineup may prove very profitable with faster processing and reduced cellar cost and crews. It can find the best pipes to use based on either number of pipes, flow, or heat loss.
Daisy is an enterprise content management solution, bridging the gap between classic Web site content management and the Wiki style of information management and discovery. It is ideally suited for intranet knowledge bases, product and/or project documentation, and management of content-rich Web sites. It consists of a repository server with powerful querying and versioning capabilities, and a Wiki-like front-end Web user interface with in-browser rich-text authoring.
ProteomeCommons.org IO Framework is a proper Java framework for handling spectra and peak lists. The framework can read and write to a number of different spectra and peak list formats, and it provides a simple, intuitive Java object model for working with spectra or peak lists. All classes support two methods of handling peak list and spectrum data: in-memory or stream. The goal of this framework is to support all the popular MS and MSMS data formats, and to eliminate any time or effort involved in figuring out how to read and write peak list or spectrum files.
Trojan scan is a simple shell script that allows for simple but relatively effective checking for trojans, rootkits and other malware that may be using your server and network for unwanted (and possibly illegal) purposes. It works by listing all processes that use the Internet with the lsof command (using -Pni flags). This list is then transformed into signatures in the form of process_name:port_number:user. These signatures then are matched against the allowed process defined in the configuration. If any signatures of running processes are found that do not match the allowed signatures, an email report is sent including ps, ls, and optional lsof output.
Puppet lets you centrally manage every important aspect of your system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, including users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files. Its simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly.