Showing 2615 open source projects for "java swing library"

View related business solutions
  • 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
  • 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
    ALLToolKit

    ALLToolKit

    Android Java Library for Hardware Management

    This Android Library manages SPI, I2C, GPIO, ADC, UART and PWM in an Embeded System running Android.This library allows you to write Android applications that can use all hardware available in the system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    MR-Susceptibility Artefact Measurement (SAM): An open source cross-platform toolbox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    coalescent

    coalescent

    Software tool for Research in Computational Population Genetics

    Development of exact and approximate methods (Importance Sampling and MCMC based) for computing likelihoods under the standard population genetic models of mutation,migration & recombination. Project issues are mainatined at https://freecode4susant.atlassian.net/browse/COALESCENT
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Virtual instrumentation software, currently designed for modifying automobile engines. Intended as a modular framework to communicate with devices on an IO port (serial, parallel etc.) and allow a visual representation of the instrument.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 5
    JBernstein

    JBernstein

    JBernstein: Exploration techniques for non-linear constraint checking

    JBernstein is a tool implemented in Java that enables to check whether a polynomial constraint holds for all variables within their domain. It is mainly used in the verification or synthesis of cyber-physical systems where the system model is nonlinear. The tool also supports specifications in assume-guarantee style. The underlying algorithm is based on a translation to Bernstein polynomials, and several optimization techniques are implemented to ensure efficiency. Concerning performance,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    FALCON - Text Search Java Project

    FALCON - Text Search Java Project

    JSON based text search Java Project

    ----------------- - What is it? - ----------------- The "Falcon Search" is a JAVA API and tool to search inside the documents. It was originally started to search the content in pdf files under the project "HAWK Search". Searching with this tool is query-based not word-based as in most of the document search tools OR document readers. It also takes care of jumbling of words within query and spelling mistakes. Commonly used techniques in this project are Natural Language...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PixLib
    This library aims to provide support for D-dimensional images in Java and to enable high-level implementation of algorithms in dimensionally-invariant manner. Major features: the dimensionality and the access to primitive data types are abstracted.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Navigate
    An integrated set of functions that automate many navigational and tidal calculations which can be time consuming and error prone if performed manually. It can be linked to a GPS to automatically receive position fixes and other information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Saferwater

    Helping to improve drinking water safety where there isn't much.

    This program helps the user risk assess the raw water quality, aids in determining optimum clarification and filtration, aids in developing an understanding of the disinfection process, and puts it together in an easy to follow HACCP plan, which identifies the critical barriers, monitoring and limits that should be applied to ensure a reduction in the raw water risk profile. The mitigated or residual risk profile is also given (i.e. assuming HACCP plan implementation)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Smart Business Texting that Generates Pipeline Icon
    Smart Business Texting that Generates Pipeline

    Create and convert pipeline at scale through industry leading SMS campaigns, automation, and conversation management.

    TextUs is the leading text messaging service provider for businesses that want to engage in real-time conversations with customers, leads, employees and candidates. Text messaging is one of the most engaging ways to communicate with customers, candidates, employees and leads. 1:1, two-way messaging encourages response and engagement. Text messages help teams get 10x the response rate over phone and email. Business text messaging has become a more viable form of communication than traditional mediums. The TextUs user experience is intentionally designed to resemble the familiar SMS inbox, allowing users to easily manage contacts, conversations, and campaigns. Work right from your desktop with the TextUs web app or use the Chrome extension alongside your ATS or CRM. Leverage the mobile app for on-the-go sending and responding.
    Learn More
  • 10

    obstbaumpate

    Obstbaum Verwaltung

    Mit dem Obstbaumpaten lassen sich einfach Obstbäume an Wegesrändern verwalten.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    HLM is a proof assistant for everyday mathematics, which is currently being developed. It aims for a user experience as close as possible to regular mathematical practice, and proofs which are understandable by humans with little extra effort.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Object-oriented simulation-ready database simultaneously supports Java and C# APIs. Fully-transactional. Uses time-stamps and user ID to track all changes. Supports objects with properties whose values change in time under complex patterns.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Japrosim is a java library for both discrete event and continuous simulation. GUI for modeling and automatic code generation are offered. An explanation module is integrated. Models are described in XML and owl for interoperability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    cy2fluxviz

    cy2fluxviz

    cy2fluxviz : Cytoscape 2 plugin for flux distribution visualization

    cy2fluxviz - Cytoscape 2 Plugin for the visualization of flux distributions in networks. Latest releases from https://github.com/matthiaskoenig/cy2fluxviz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CReST

    CReST

    CReST: The Cloud Research Simulation Toolkit

    The Cloud Research Simulation Toolkit (CReST) is a cloud computing simulation platform written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JCycles

    [frozen] A library for computing cycles in graphs or in Java code.

    [This project is frozen, but has an offspring with more features: https://github.com/jeffhain/jadecy ] JCycles provides treatments to compute cycles, or just strongly connected components, in directed graphs in general, or in classes or packages dependencies graphs parsed from class files (major version <= 51, else does best effort). It uses Tarjan's algorithm for SCCs, and Johnson's for cycles, with continuations instead of recursion, which allows to handle large graphs (<...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    RoboStopwatch

    Automation scheduler and monitor with stopwatch GUI widget.

    This program schedules, launches and monitors any Java Runnable object. Anything you can do from Java, you can schedule and monitor using this program. It includes a nifty stopwatch widget as a metaphor for measuring performance. The monitoring is done via event messages which are displayed in real time in a GUI dialog and stored in a JavaDB database. Any number of tasks (Runnables) can be launched and monitored simultaneously. The user / programmer of the API Jar designs their own...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    expressionCalc

    expressionCalc

    Cross platform Mathematical expression solver

    expressionCalc is a Mathematical expression solver. It has a Java implementation (for cross platform) and a C# implementation (for Windows). Support most of the Mathematical functions including log, sin, a sin etc. Implemented based on the expression solving technique of BODMAS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Statcato
    Statcato is a Java software application for elementary statistics. Its features include data and graph generation, probability distributions, descriptive statistics, confidence intervals, hypothesis tests, correlation, regression, and analysis of var
    Downloads: 59 This Week
    Last Update:
    See Project
  • 20
    A math application written in Java. Its features include 2D and 3D graph plotting, scripting, user-defined variables and functions and skinnable GUI. This project is not maintained at the moment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    O3-RWS is the Reporting Workstation of the Open Three ( O3 ) Consortium. O3-RWS is an Open Source, IHE based, Internationalized, Modular and Portable Image Display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    DSOL

    DSOL: A Distributed Simulation Object Library implemented in Java

    DSOL is a full featured multi-formalism, distributed simulation environment developed at Delft University of Technology (The Netherlands). DSOL has support for discrete event and for continuous modeling. Formalisms supported are event scheduling, DEVS, flow-based simulation, and continuous modeling through sets of differential equations. The first release was introduced at IEEE's Winter Simulation Conference in 2002. Since then, numerous papers and PhD dissertations have been developed, with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    xBook

    xBook

    xBook is a framework for archaeological databases

    xBook is a common framework for several archaeo-related database applications developed and published by Ludwig Maximilian University of Munich. All database applications that are based on the framework (called Books) provide the same basic technical features, but each application can be extended individually. Especially the Synchronisation and the User Rights Management are strong features that allow creating backups and sharing your data to collaborate with other users. The...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24

    Bermuda Text-to-Speech

    This project includes basic NLP and DSP techniques for Text-to-Speech

    See TTS demo at: http://rslp.racai.ro/index.php?page=tts This is an entirely written in JAVA project which includes a set of tools and methods designed to enable Multilingual Text-to-Speech (TTS) synthesis. We currently support English and Romanian but we will soon train more models and make them available for download. If you want to read more about our other NLP and TTS tools check out http://nlptools.racai.ro.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Acacia
    Error-corrector for pyrosequenced amplicon reads.
    Downloads: 0 This Week
    Last Update:
    See Project