983 projects tagged "Apache 2.0"
treap.py is a treap implementation for Python. A treap is a hybrid of a binary tree and a binary heap that is self-balancing and is O(nlog2(n)) for most operations, including deleting a value, inserting a value, finding the least value, and finding the greatest value. This particular treap implementation looks like a dictionary to the caller, but it also supports getting an ordered list (forward or reverse) in O(n) time. The code is available as pure Python (should run on about any Python implementation supporting generators, but was tested on CPython 2.6) or as part Python and part Cython for performance. The version with Cython should run on CPython or Unladen Swallow, but was only tested on CPython 2.6.
Ametys is a powerful Web CMS used by many institutions of higher education and government, but also industries and SMEs. It motorizes over 2000 sites around the world. It is known for its ergonomic design that promotes ease of use, its social Web functionality, and the ability to manage a large number of users.
Puggle is a desktop search engine that provides full text search over files, folders, music, photos, Web pages, and other data that are stored locally on your computer. Puggle is able to create many different indices, each with a different configuration. For example, you may have a different index for your music collection as well as your documents. Each of them can be used on demand, simply by loading it. Furthermore, Puggle supports indexing of portable devices, like USB flash drives or external hard disks. The index will be stored in the device, using relative paths, allowing you to search over the data very quickly on any computer.
MDIFramework provides a ready-to-use architecture to ease the creation MDI-style applications in Java. It takes care of the overall architecture of the main window of the application, with a tabbed architecture, the presence of an HTML printable message area, and so on. It provides a generic API to manage lengthy actions, keeping the interface responsive, and taking care that actions are performed one at a time, without having to bother about it. It can add metadata to already opened files. It manages loading and unloading of external plugins at runtime.
SkrubCRM is a CRM that can be used easily by companies of all sizes. Larger organizations can rely on it to deliver constantly and reliably. It has comprehensive role based security. It can use any Hibernate supported database. It does not require an application server to run; it can run on a Web server like Tomcat or Jetty. It can support millions of customers easily. It is extremely fast. It complies with ITIL, SOX, and other international regulations. Its internationalization and localization features allow it to be translated into any language easily.
Tranche is file storage and dissemination software. Designed and built with scientists and researchers in mind, Tranche can handle very large data sets, is secure and scalable, and all data sets are citable in scientific journals. Features include a fully decentralized architecture, support for very large files, very long-term file persistence/preservation, file immutability/integrity, provenance, encryption, licensing, versioning, and citability.
A ksh, bash, gitbash, and Git shell plugin providing a highly visible 'info bar' with current git attributes.