Search Results for "data structure project in java" - Page 31

Showing 1930 open source projects for "data structure project in java"

View related business solutions
  • Keep company data safe with Chrome Enterprise Icon
    Keep company data safe with Chrome Enterprise

    Protect your business with AI policies and data loss prevention in the browser

    Make AI work your way with Chrome Enterprise. Block unapproved sites and set custom data controls that align with your company's policies.
    Download Chrome
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    HBase - Hannibal

    HBase - Hannibal

    Monitor and maintain HBase configured for manual splitting

    Hannibal is a tool to help monitor and maintain HBase-Clusters that are configured for manual splitting. While HBase provides metrics to monitor overall cluster health via JMX or Ganglia, it lacks the ability to monitor single regions in an easy way. This information is essential when your cluster is configured for manual splits, especially when the data growth is not uniform. This tool tries to fill that gap by answering the following questions: How well are regions balanced over...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Simple Pojo/Bean Mapper

    An ANT task to generate the conversion classes to allow you to create

    The original use for this was to take data out of a set of Hibernate DAO objects and create a variety of XML DOM objects from them. In the project that instigated this work the mapping between the DAOs and the XML DOM was not one for one and encoding the conversion into the DOAs was not a good idea. While at first sight this may seem similar to dozer (http://dozer.sourceforge.net) the primary difference is that this is code generation and does not have the overhead of using introspection at...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    fiskalizacija

    Java code for signing and handling Croatian fiscal service requests

    Java code for signing and handling requests for Croatian fiscal service. Includes unsigned and signed xml samples. For completeness of project my personal testing key is included. Units tests with sample data are available for the ease of use. Whole Eclipse project is committed to source forge Git. Commercial support for implementation into different java application is available upon request.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project aims to reduce the data read redundancy in the Apache Hadoop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    Balcora-project is open source GUI framework. It is basically Spring and SWT integration and has in addition powerful ways to manipulate data in forms and lists. Totally new approach for creating rich client applications!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    WiRe

    The Android-smartphone universal television remote

    The WiRe project seeks to provide android smartphones with universal Infrared (IR) television remote control functionality. The limitations/scope of this project include: 1. Android application will be restricted to a minimum Android Operating Sytem of Android 4.2.2 2. Data communications will be conducted over a Wi-Fi network 3. The embedded device will be built utilizing the Beaglebone Black as its core 4. The Final product will be capable of conducting common television controls
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    GeoWeb 3D Globe

    Geospatial Web 3D Globe Project(To consider S.Korea market)

    The goal of "GeoWeb 3D Globe" is developing 3D visualization and utilization module for geospatial data. We are conveniently wide range of developers hope to take advantage of geospatial information. Using three-dimensional spatial information service developed for web-based 3D "GeoWeb 3D Globe" The main contents of the project are as follows: 1. Based on proven open source SW(WWJava) 2. Specializing in 3D visualization of geospatial data 3. Web based service
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    IMDB Crawler

    Crawling IMDB using Java

    This project is related to crawling data on IMDB web site for social media analysis purpose. It collects data about Top 250 movies on IMDB, like actors, director, similar movies and rating.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The goal of this project is to provide a reusable library to transform any web page or data to content objects by generic, configurable ContentProvider plugins for the iQser GIN Semantic Middleware (www.iqser.com).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 10

    BACnet Web Services Simulator (ampii)

    A Simulator/Tester for the BACnet/WS 2 protocol.

    = = = = = = = = = = = = = = = = = = = = = = = = = = = = = THIS PROJECT IS NOW INACTIVE This was an implementation of the "PP1" pre-publication version of the standard. The full implementation of the final published version is at github.com/ampii. = = = = = = = = = = = = = = = = = = = = = = = = = = = = = This is a simulator for the BACnet Web Services (BACnet/WS) protocol proposed in Addendum am to ANSI/ASHRAE Standard 135. PLEASE NOTE: this implements "PPR1" of the protocol that...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Framework (scripts, configuration, code) to build free and public services around travel and leisure data. That project makes an extensive use of already existing data sources such as Geonames and dbPedia, and adds some glue around those (eg, links).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Unsupervised TXT classifier

    Unsupervised TXT classifier

    Classify any two TXT documents, no training required - JAVA

    This program is made to address two most common issues with the known classifying algorithms. First, over-training and second, shortage of data for a training of categories. Instead, each TXT file is a category on its own, rather than an assigned category. In a way, this is similar to clustering but not really a clustering algorithm since there is some training involved. The summarizer from Classifier4J has been adjusted to accept two inputs (lets call them A and B). Then, the summarizer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Database to CSV

    "Database to CSV" project stores/loads data between database and CSVs

    "Database to CSV" allows to back-up data from database(Oracle, MySQL, SQL Server) in the form of CSV files. Each table data is stored in a separate CSV file. It also allows to load data from CSV files into the database. Program can be run from UI or from command line. There's one more advanced feature which allows merging of data from CSV file to Database. It is only available from command line. (It will take foreign keys and unique keys into consideration and then try to insert...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Dependency Discovery Tool

    A tool for discovering external dependencies in Office files.

    The Dependency Discovery Tool searches through binary office files (.doc, .xls and .ppt) and tries to find any documents or files that are linked to the document. It is written in java, using the Apache POI libraries ( http://poi.apache.org ) This project was part of a summer scholarship from the School of Engineering and Computer Science at Victoria University, Wellington (http://ecs.vuw.ac.nz) in conjunction with Archives New Zealand ( http://archives.govt.nz ). At the moment...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    hl7-fhir

    Open source FHIR reference implementation

    Reference implementation of HL7 FHIR based persistence. Scope of the project 1) Auto-generate O/R mapping based on FHIR XSD - JPA handling of FHIR primitive data type - JPA handling of FHIR complex data type - Auto-generate the complete O/R mapping for all the resources based on FHIR XSD 2) Implement generic FHIR services to support both RESTful and Message/Document based service integration
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CzeroCase

    Framework for Case Management

    CZero is an Open Source Platform for Adaptive Case Management, developed to ease the creation of advanced solutions to support relations between documents, records, people, and processes, ensuring compliance with government regulations, industry standards, and internal company procedures, according to the European Digital Agenda guidelines. Czero framework, based on Java environment, integrate the most modern solutions like OSGI, CMIS, WSS, LDAP, enabling designer and developers to build,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    IFCX : Internet Foundation Classes eXtreme!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    E.N.M.L. means Environmental Noise Model Language. The target of the project is the definition of a XML specification model mainly devoted to electronic acoustic data exchange. ENML aims to format ANY kind of noise measurement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    betterform

    betterform

    Toolkit for rapid XML and web application development

    Toolkit for rapid XML and web application development including a full XForms 1.1 implementation and a rich set of widget and layout-containers. Extensible interfaces for integration of custom controls, functions and data connectors.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    KochCurve

    KochCurve

    This small library implements a data structure for Koch curves.

    This small library implements the Koch curve, snowflake and anti-snowflake like a Shape to be used like any other Java shape. You can test the library by compiling the test applet in Files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    Coherent Logic Data Model Demo App

    Coherent Logic Data Model Demo Application

    This is a simple Java Swing / Java Web Start-based framework used to demonstrate how to use various data models; applications will extend from this framework and provide project-specific examples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    TimeCult Time Tracking Application
    A simple yet powerful task management and time tracking application. Supports a hierarchy of projects and tasks, multiple taks timers, data export to a comma-separated file, detailed time log, dynamically computed summaries of used time per each project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Systems Glycobiology

    Glycosylation Network Analysis Toolbox (GNAT)

    GNAT is an open source, platform-independent MATLAB based toolbox. It is written in MATLAB and Java. It has been tested in Windows (Windows 7), Linux (Ubuntu), and Mac OS (X Lion) platforms. The original GNAT package (file GNAT.zip) provides functions for reading, writing, manipulation, visualization and simulation of glycan structures and glycosylation reaction networks (citation [1]). The second version of this software (GNATv2beta.zip) upgrades the original GNAT program with additional features that are geared towards incorporating glycan-structure experimental data into the simulation environment. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This software allows FlightGear (http://www.flighgear.org ) users to display their plane position and other navigational data on a moving map from the openstreetmap ( http://www.openstreetmap.org ) project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The AJAX Engine is a portable Ajax framework built upon webservice standards (SOAP, WSDL) on data transfer layer by providing proxies for JavaScript. Supporting: AJAX Actions, queuing, scheduling, AJAX enabled controls. Server side adapters are available
    Downloads: 0 This Week
    Last Update:
    See Project