130 projects tagged "Open Software"
RIB is a software package for creating WWW metadata repositories. Metadata, from RIB's perspective, is information that describes reusable objects, such as software. RIB allows the user to enter metadata into a Java applet, which then sends the information to an RIB server via HTTP. The information is then stored in an SQL database, where it is automatically made available in a fully functional Web site (catalog, search page, etc). Repositories that use similar data models can use the XML processing capabilities to share information via the Internet.
Linux Video Maker is application for generating DVD or (S)VCD structures that are ready to record on CD or DVD. It is a GUI for transcode, mplex, DVDAuthor, and few other programs. It makes the creation of DVDs and VCDs easier, especially for beginners. Linux Video Maker prevents many mistakes, especially in the conversion process, which can take a lot of time.
P6Spy is an open source framework for applications to intercept and optionally modify database statements. The P6Spy distribution includes P6Log, which intercepts and logs the database statements of any application that uses JDBC. This application is particularly useful for developers to monitor the SQL statements produced by EJB servers, enabling the developer to write code that achieves maximum efficiency on the server. P6Spy is designed to be installed in minutes and requires no code changes.
In Haskell, data type declarations, Parsec parsers, and HughesPJ pretty-printers very much resemble each other; supplying all three is virtuous, but involves a large amount of code duplication. syntran is a code generator designed to reduce the amount of duplication. Its source is similar to a Parsec LanguageDef-using parser, annotated with the unique information from the data type declaration and the pretty-printer which would normally not be found in a parser. It separates this information out to generate pure Haskell.
firmware-tools is an architecture that utilizes native Linux packaging formats (.rpm and .deb) and native Linux change management frameworks (yum, apt, etc) for delivering and installing system firmware. This architecture is OS distribution, hardware vendor, device, and change management system agnostic.
SourceID Liberty is a Java implementation of the Liberty Alliance ID-FF 1.2 protocols. It has a workflow-based architecture that provides a great deal of flexibility and extensibility. A server-based application, it focuses on making it possible to seamlessly adapt the Liberty 1.2 federation protocols to existing infrastructure.
FoxLingo is a Firefox extension which acts as a versatile language tool. It can perform Web page translation, translated searching, and translation of entered text. Over 1,000 different language pairs are supported. It provides access to over 90 language services such as encyclopedias and text-to-speech. It also offers Ixquick, a meta-search engine with unique features.