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

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

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 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
  • 1
    SecStAnT

    SecStAnT

    Secondary Structure Analysis Tool for data selection and statistics

    SecStAnT is a tool for the automatic creation of data-sets of structures from Protein Data Bank (PDB) with user-defined structural composition, and for the calculation of their internal variables distributions. SecStAnT is able to 1. Select from PDB data sets of structures based on user specified secondary structures (defined based on internal PDB classification or on DSSP) and/or sequence motives. 2. Build Data-sets at different levels of resolution (all atoms, only backbone, only...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Jxtadoop

    Jxtadoop

    This project aims to provide P2P capabilities with Hadoop DFS.

    ...The typical use case is the use of servers in various DMZs with hundreds of gigabytes of data not used which can be leveraged to provide a massive storage cloud for Hadoop. The first release of Jxtadoop focused on providing the data storage layer with P2P capabilities based on the JXTA framework. contact : franck@besnard.mobi source : https://github.com/besn0847/Jxtadoop *** IMPORTANT NOTE *** Make sure you use Java 1.7 JRE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    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
  • 4

    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
  • 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
  • 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
    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
  • 9
    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
  • 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
  • 10
    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
  • 11

    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
  • 12

    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
  • 13

    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
  • 14
    IFCX : Internet Foundation Classes eXtreme!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    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
  • 17
    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
  • 18

    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
  • 19

    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
  • 20
    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
  • 21
    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
  • 22
    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
  • 23
    This project develops an open source editor for Clavia Nord Modular and Micro Modular synthesizers.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    DNet eBusiness Suite

    DNet eBusiness Suite

    Web based open source ERP

    Open source ERP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    FlyDataAnalyzer

    Software Tool for Processing and Analysis of Propagating Channel Measu

    Software Tool for Processing and Analysis of Propagating Channel Measurements. Fly Data Analyzer is the university project (CTU in Prague). It is used in research measurements for input data validation and time synchronization. Test data you can find in download section.
    Downloads: 0 This Week
    Last Update:
    See Project