18 projects tagged "LGPLv2.1"
HickUP is a small multi-platform system for managing applications for a user or project environment. The user can, through a GUI or command line tool, choose which applications and versions they want to use. The project manager can specify allowed applications and versions of these the project members can select. The user can then select one of multiple environments to use at login or within a specific shell.
Mapnik is a toolkit for developing GIS applications. At the core is a C++ shared library providing algorithms/patterns for spatial data access and visualization. Essentially a collection of geographic objects (map, layer, datasource, feature, and geometry), the library doesn't rely on "windowing systems" and can be deployed in any server environment. It is intended to play fair in a multi-threaded environment and is aimed primarily, but not exclusively, at Web-based development. High-level Python bindings (boost.python) facilitate rapid application development, targeting zope3, django, etc.
Qanava is a C++ library designed to display graphs on a Qt canvas. Qanava provide classes to generate various layouts of directed graphs and visualize their nodes with custom styles on a graphic canvas. Qanava is designed for applications with basic graph visualization needs such as Gantt charts, social networks, and document or network modelling applications. It is not meant for a complex interactive visualization of very large data sets.
InteLib is a library of C++ classes that lets you do Lisp/Scheme programming within your C++ programs, even without any additional preprocessing, without all those calling conventions. You can write code that is accepted by a C++ compiler while thinking in a "Lisp/Scheme mode", and the code you write will look much like Lisp/Scheme code, although it will be pure C++.
Xmldego provides XML parsing and/or transformation by binding callbacks to XML parsing events in the context of an XML element. While SAX, for example, calls your callbacks on every start tag, Xmldego will do so only for the child axis path you request. Xmldego is particularly useful when only smaller bits of a much larger XML file need to be processed, because only interest in the relevant bits need to be coded. In contrast to a DOM parser, much larger XML files can be processed, because the whole file is not loaded into memory.
ff3sudoku is an add-on that features an engine for playing Sudoku puzzles. It can generate random puzzles, but it also detects and imports Sudokus from several Web sites, including websudoku.com, sudokupuzz.com, sudoku.com.au, and others. There is also a stand-alone version working in Firefox 3+ and GoogleChrome.
Arista is an easy-to-use multimedia transcoder for the GNOME desktop. It focuses on the goal of transcoding media, namely the devices you wish to play the media on. It is designed for use by people who are not familiar with audio and video encoding and want an easy way to get multimedia to their devices. It supports input from DVD and V4L devices as well as regular files.
SHEF is an HTML editing framework and component for the Java Swing GUI library. It can be plugged into the javax.swing.JEditorPane text component, adding usable HTML WYSIWYG editing capabilities. In addition, it works around various JEditorPane quirks and adds functionality currently missing from the standard Swing text implementation. It includes an HTML source editor with syntax highlighting, context-sensitive Swing actions, unlimited undo/redo, table creation and editing, click+drag resizable tables, and click+drag resizable images. It is easily embeddable in Swing applications or applets.