[go: up one dir, main page]

Showing 206 open source projects for "collections"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Jajuk

    Jajuk

    Your Advanced jukebox

    Jajuk is a jukebox for all platforms. The goal of this project is to provide a fully-featured application to advanced users with large or scattered music collections. (Note: the codebase is now hosted at http://gitorious.org/jajuk/jajuk .)
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    MIREX
    MIREX (MapReduce Information Retrieval Experiments) provides solutions to easily and quickly run large-scale information retrieval experiments on a cluster of machines using Hadoop. Version 0.3 has tools for the TREC ClueWeb09 and ClueWeb12 collections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MOBIDICK
    MOBIDICK (MOdular But IntegrateD applICation frameworK) is dedicated to gather as less as possible Java frameworks in order to complete full needs of large business application and allow regeneration of code, even when java frameworks change.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    IndexedCollection

    IndexedCollection

    Automatic, in-memory NoSQL composite-indexing of a Java Collection

    This package extends the standard Java collections framework to provide the IndexedCollection class, which offers simple, automatic, in-memory NoSQL composite-indexing of a standard Collection of objects. It offers an alternative or a simpler complement to complex ORM implementations. For example, if an application has a class called Book which contains attribute classes Author, Genre, and Title, an IndexedCollection of Book objects may be (a) indexed automatically via programmer-specified...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 5
    Carrot2
    Project moved to GitHub! https://github.com/carrot2/carrot2 Carrot2 is an Open Source Search Results Clustering Engine. It can automatically organize small collections of documents, e.g. search results, into thematic categories. Carrot2 integrates very well with both Open Source and proprietary search engines.
    Leader badge">
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    S2O

    Converting IBM SPSS files to CDISC ODM

    This tool can be used to convert data collections based on IBM SPSS Statistics to the data standard for definition and exchange of clinical trials: CDISC ODM (Operational Data Model). Possible use-cases: - A project is running out of funding and scientific data collection should be performed in free available/open-source data capture systems - Advantages of reliable EDC systems like: Data security (role/right management), backup infrastructure, support of the entire clinical trial lifecycle...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    TOVAL: Toms Java Library

    TOVAL: Toms Java Library

    Library with classes for common programming issues.

    TOVAL comprises a set of java classes for common programming issues. It includes utils for arrays, lists, sets and collections for convenient handling and modification, but also support for mathematic definitions concerning logic (clauses + resolution) together with some algorithms for permutations, powersets and resolution. Additionally it contains a number of types for multisets, matrices with object keys and much more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Library of various Java Swing user interface components, with emphasis on views and editors for complex data structures, like collections, sets, lists, maps, graphs, and matrices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Project development was moved to GitHub: https://github.com/dom4j/dom4j dom4j is a simple and flexible open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework with full integration with DOM, SAX and JAXP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cynet All-in-One Cybersecurity Platform Icon
    Cynet All-in-One Cybersecurity Platform

    All-in-One Managed Cybersecurity for MSPs

    Cynet empowers MSPs and MSSPs with a comprehensive, fully managed cybersecurity platform that consolidates essential security functions into a single, easy-to-use solution. Cynet simplifies cybersecurity management, reduces operational overhead, and lowers costs by eliminating the need for multiple vendors and complex integrations.
    Learn More
  • 10

    Immutable Collections for Java

    Immutable/Persistent Collections Library

    Library providing immutable/persistent collection classes for Java. While collections are immutable they provide methods for adding and removing values by creating new modified copies of themselves. Each copy shares as much as possible of its structure with other copies to minimize memory consumption. The library includes a singly linked (cons/cddr style) list/stack, an integer trie based indexed list, a 2-3 tree based random access indexed list, a 2-3 tree based map, a hash trie based map...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    UNSW Metadata Stores (ResData)

    An institutional research metadata management repository.

    ResData is an institutional metadata repository to facilitate effective management, discovery and sharing of institutional research data collections. It integrates with institutional enterprise systems, such as HR and Grant management systems to facilitate re-use of existing information, such as People and Project records. ResData has been developed by the Library Repository Services, University of New South Wales. The work was supported by the Australian National Data Service (ANDS) under...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    HHS Digital Media API Platform

    HHS Digital Media API Platform

    Syndicate text and multimedia content with this API and storefront.

    Use this suite of Application Programming Interface (API) platforms to share web content across multiple channels. Mobile and tablet applications, widgets, and web pages may use the APIs to deliver and update content. The APIs allow content reuse and reduce development costs and product time-to-market. The APIs are available as .NET or Java instances. For more information, see the ReadMe.txt file in the downloadable zip archive. The Centers for Disease Control and Prevention (CDC) and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Concurrent and Functional Programming in Java Provide concurrent utilities and functional programming API similar to C++ STL by using Functors, Iterators, and Appenders. Also provide new type of Collections and Maps.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Java Query Library
    JaQLib is a compact Java library that supports programmers in querying all sorts of collections, DBs and XML files in a compact and intuitive manner. Example: List<MyItem> result = Jaqlib.List.selectFrom(myCollection) .where(myCondition).asList()
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    JBoss Nagios Integration

    JBoss Nagios Integration

    Poll JMX attributes from Java based applications with Nagios

    Integrate JBoss into Nagios monitoring through a small Collector MBean and a perl based Nagios plugin. Lets you read you and monitor JMX values from JBoss servers very efficiently. On the Nagios server no JDK or JBoss installation is needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Conserve
    Conserve is no longer hosted at SourceForge, we have moved to GitHub: https://github.com/ConserveORM/main
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    aTunes

    aTunes

    Cross-platform player and audio manager

    aTunes is a powerful, full-featured, cross-platform player and manager, with support for online radios, podcasts and CD ripping.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 18
    KeplerDB

    KeplerDB

    Timeseries databases management system

    KeplerDB is a temporal database to store time/value entries where the type of value could be integer, float/double, boolean and string. KeplerDB is dedicated to be scalable and to create clusters of server allowing the user to analyse and store massing amount of data to monitor systems like computers, clusters, building and captors or financial systems like markets and accounts. The user can use KeplerDB to make data analysis on enormous amount of data (statistics and modelling).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OGSA-DAI is a product that allows data resources, such as file collections, relational or XML databases, to be accessed, integrated and federated across the Internet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Numenius Borealis

    Visitor and filtering decoration of java collections.

    The purpose of this project is to add an more OO aproach to collections handling through Visitor pattern.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    corn-converter

    Bidirectional java type converters (JSON, XML, ...)

    Corn Converter module contains bidirectional java type converters to different target types like JSON and XML. It's simple, flexible and powerful enough satisfy serialization, de-serialization requirements including complex bean types and collections.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A simple generic library for Java. This library includes a series of utility classes (including collections) and a few simple APIs for synchronization, messaging, searching etc. The accent of this project is on its simplicity of use and universality. Migrated to: https://github.com/losvald/sglj
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ginp is a Java Web Application for Viewing Photo Collections. It automatically presents the folders and files that have been placed on the web server with scp, nfs, ftp, webdav etc.., as a browsable Picture Gallery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    EyeDB is an Object Oriented Database Management System (OODBMS) providing an advanced object model (inheritance, collections, arrays, methods, triggers, constraints), an object definition language, an object query language and C++ and Java bindings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PROJECT MOVED: https://github.com/workplacesystems/utilsj Various Java utility classes including transactional collections, collection helpers, synchronisation utilities, thread utilities and build utilities classes.
    Downloads: 0 This Week
    Last Update:
    See Project