Showing 4570 open source projects for "java open source"

View related business solutions
  • 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
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1

    java-numbers

    A library for working with various complex numbers in Java.

    Java-Numbers is a library for working with complex numbers of arbitrary precision in Java. Currently I have implemented Rational, which describes rational numbers in vulgar form. For example instead of 1/3 becoming the irrational 0.3333..., it remains 1/3, and so operations on it result in what was intend, i.e. (1/3) * (3) = 1, and not 0.3333... * 3.0 = 0.9999...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    TikiOne JaCoCoverage

    TikiOne JaCoCoverage

    Java (6&7) Code Coverage Plugin for NetBeans, based on JaCoCo

    NetBeans module that provides JaCoCo code coverage (Java7 compatible). For Ant based JavaSE projects. Maven and Gradle support may be added later. WARNING: Binary files have been removed. They're now on a NetBeans update center. Please check https://github.com/jonathanlermitage/tikione-jacocoverage#download-stable-and-dev-builds for details. ~Jonathan Lermitage <jonathan.lermitage@gmail.com>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    DobHelper

    DobHelper

    Make star maps for anywhere at anytime

    Generate star maps for anywhere at anytime. Choose from a database of thousands of deep sky objects, including all Messier, Caldwell, and NGC objects. Also allows recording of notes on viewed objects, and configuration of user-generated observation lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    LanguageTool

    Proofreading Software for 20+ Languages

    LanguageTool is an Open Source language/grammar checker. *** THIS REPOSITORY IS OUT OF DATE, see https://github.com/languagetool-org INSTEAD ***
    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
    Razor is a set of Java- and JOGL-based medical image tools which can be composed into a standalone application or integrated into other medical imaging applications. Via JOGL, Razor uses OpenGL to enhance and accelerate some medical imaging functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A high-performance implementation of the BACnet I/P and MS/TP protocol written for Java (minimum version 1.5) by Infinite Automation Systems. Supports all BACnet services and full message segregation. Can be used for field devices or for control platforms. For commercial licenses contact https://infiniteautomation.com/bacnet4j-open-source-bacnet-library/ The most recent code is here: https://github.com/infiniteautomation/BACnet4J For support see: https://forum.infiniteautomation.com/category/12/bacnet4j-general-discussion
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7
    LARA

    LARA

    Lightweight Architecture for boundedly Rational Agents

    For the purpose of policy simulation in coupled social-ecological systems (e.g. energy supply), a credible modelling of actors – especially citizens – and their decision processes is needed. This requires a framework capable of handling high numbers of heterogeneous agents (several hundreds of thousands). LARA (Lightweight Architecture for boundedly Rational Agents) meets these requirements and fills the gap between frameworks without built-in psychological foundations and full-fledged...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Niah (Statistical Disclosure Control)

    Niah (Statistical Disclosure Control)

    Niah supports k-anonymity statistical disclosure control assessments

    Niah is a simple java tool for use in statistical disclosure control risk assessments. It implements the k-anonymity model of disclosure risk for data in csv in format. This work was developed as part of a PhD project at the University of Glasgow and during an internship with the Scottish Government.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    javadbchem

    A universal chemistry database system, using Java and any rdbms

    This projects provides a mechanism which saves chemical structures to a rdbms. Everything is written in Java and is independent from the rdbms used (first tested system is mysql, tweaking might be needed for others). The chemistry is handled using Chemistry Development Kit, this is proven code. The system holds atoms and bonds as entities in the rdbms, this makes it possible to have properties recorded using foreign keys and referential integrity. Apache Torque is used for database access....
    Downloads: 0 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10

    Vehicle Simulation Environment

    Modeling, Simulation, & Control

    The Vehicle Simulation Environment consists of a library of Java classes designed to aid in building, propagating, and displaying (in Java3D) vehicle models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    HPLC Simulator
    HPLC simulator is a web-based high-pressure liquid chromatography simulation. Adjust a wide range of chromatographic parameters and see their affect on retention times, column efficiency, backpressure, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A collection of Java ports of open source terrain and solar system generation packages. Code has been extensively refactored, extended and documented. GPL License with exception for required libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    drl2g

    Convert drl files to g code

    This is a utility to process and convert drl files to efficient g code, which will help in drilling PCBs using a CNC. The snapshots are based on the linuxcnc axis program to visualize the results of the program using different algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    DocCO

    DocCO

    Non-disjoint groupping of Documents based on word sequence approach

    This is a GUI for learning non disjoint groups of documents based on Weka machine learning framework. It offers the possibility to make non disjoint clustering of documents using both vectorial and sequential representation (word sequence approach based on WSK kernel). All data format supported by WEKA could be used in DocCO. Data could be loaded from files, from databases or from specified URL. All the preprocessing techniques implemented in WEKA could be used before performing the learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A bioinformatics tool, developed as a Cytoscape plugin, for elucidating small molecule signalling mechanisms that drive cell fate into a specific direction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    is-sfe

    is-sfe

    Information System "Supercritical Fluid Extraction"

    Information System "Supercritical Fluid Extraction" has developed as tool for collecting and analyzing the experimental data from various supercritical fluids experiments. The final target is to help to scientists who worked with supercritical fluids to predict some useful properties such as density, solubility etc. In order to calculate molecular descriptors, parse SMILES and another applied purposes is used Chemistry Development Kit (https://sourceforge.net/projects/cdk).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ShoX is a scalable simulator for wireless networks written in Java. It is easy to install, configure and use, so that reliable and expressive scientific results can be gathered in a short time. Documentation: http://sourceforge.net/apps/mediawiki/shox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    openAut

    openAut

    Open Source Hardware For Industrial Automation

    This project is aimed at producing open source hardware for real time use in industrial automation. This project will have a few sub-projects that will focus on individual hardware for various industrial purpose. Some of the sub-projects will be of type Field-IO Modules development, Analog-IO Module development etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AutoFlight

    AutoFlight

    AutoFlight is a powerful, open source AR.Drone control program.

    AutoFlight features AR.Drone control with a gamepad or joystick, sensor data logging, 3d mapping, Python scripting to automate the drone's behavior and Arduino extensions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    NeSSi2

    NeSSi2

    Network security simulator

    At the moment NeSSi² is not actively maintained anymore since we are planning a successor project. NeSSi² is a network simulation tool suite addressing in particular network security aspects. Sample capabilities are profile-based attack generation, traffic analysis and support for attack/malware detection algorithm plugins.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    NTC thermistor library
    The project offers support for NTC thermistor calculations. The Steinhart-Hart equation is a mathematical model for these thermistors. Software to calculate the coefficients based on temp-resistance tables and functions allowing conversion are provided.
    Leader badge
    Downloads: 10 This Week
    Last Update:
    See Project
  • 22
    IDL specified API for manipulating and processing CellML 1.0 and 1.1. Includes C++ implementation. Accessible from a C++ program, or from any language for which a CORBA language mapping is available Also, a Java wrapper of the API is available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    openDLX

    openDLX

    A DLX/MIPS processor simulator

    openDLX is a DLX/MIPS ISA compatible pipeline simulator. (Visit https://github.com/smetzlaff/openDLX for the latest development version or if You want to contribute.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    iBRAIN2 Workflow Manager

    A system for automated analysis and data handling for RNAi screens

    The iBRAIN2 software system for RNAi high-content screening integrates automated analysis and customizable data management. It enables robust and complex parallel processing on computer cluster infrastructure and allows for reliable storage of primary and resulting data sets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The metric project supplies, via the web, educational materials in mathematics and mathematics-based subjects. There are interactive explorations of mathematical ideas, self-test exercises, tools and tutorials.
    Downloads: 0 This Week
    Last Update:
    See Project