Open Source Java Software - Page 4

Java Software

Browse free open source Java Software and projects below. Use the toggles on the left to filter open source Java Software by OS, license, language, programming language, and project status.

  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    The name of this project is not a joke, but the name of a massively multiplayer online game playing in the time of the homo errectus. The entire game is easily customizable via XML to satisfy your
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    "Web Test Tools" is an open source project which provides tools for different kind of testing such as unit tests (JUnit), and different kinds of tests for applications. Additionaly you can download here good implementation of internet protocols in Java.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    XML-Lit is a simple language-independent literate programming system that works with any XML-based markup language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    YANG J. (Yet Another Network Generator)
    YANG (Yet Another Network Generator - Java) enables you to generate social networks given various social rules observed in the real population. Uses: generate realistic networks to be used in individual-centric models, teaching or benchmarking.
    Downloads: 1 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
  • 5
    ZK Light is renamed to ZKuery and moved to http://code.google.com/p/zkuery/. ZK Light is a client-only version of ZK; Support Java, C, PHP, Python...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    adamoto is an Application Deployment And MOnitoring TOol. It's a client/server based application for deploying software packages with a web-frontend. The web-frontend in conjunction with the server enables you to administrate and monitor the deployment
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Decima is a database that was designed to support time-series data mining. It consists of PostgreSQL custom type definition, implementation of GiST index for that type and snowflake database schema.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    jxUtil serves as a collection of source code which solves tiny/small programming problems using the Java language. It also contains ready-to-use modules for JDBC RowSet, XFS and DRDA protocol engine.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    The set of addons and tools for the Portable Host Project (AKA PHost, http://phost.de/). PHost is an improvement over PBEM game VGA Planets (http://www.vgaplanets.com/) original host that offers great flexibility and development support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • G-P - Global EOR Solution Icon
    G-P - Global EOR Solution

    Companies searching for an Employer of Record solution to mitigate risk and manage compliance, taxes, benefits, and payroll anywhere in the world

    With G-P's industry-leading Employer of Record (EOR) and Contractor solutions, you can hire, onboard and manage teams in 180+ countries — quickly and compliantly — without setting up entities.
    Learn More
  • 10
    xContract is suite of per-language libraries that provide facilities for defining and enforcing software contracts. Intended to be used, where desired, in release modes/builds, xContract emphasises efficiency in addition to clarity and succinctness.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Project to develop xVRML specs & related s/w tech. VRML97 put 3D worlds on the net & xVRML evolves it w/ Schema-based re-definition. Schema forms base for spec docs & model of the data in a VR world, as well as dev of tech-demo app & plugin s/w.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12

    Database Test Suite

    Mirror of: https://github.com/osdldbt/

    Mirror of: https://github.com/osdldbt/ This Database Test Suite aims to create database workload test kits used to simulate heavy user loads for OLTP, Decision Support, and e-commerce database transactions. These test kits can also be used to gather performance results for Linux and other
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Stop Motion Capture
    Stop Motion Capture animates a video from single frames. It uses your digi cam to capture these photos. Furthermore it contains various technologies, such as onion skin, bluescreen or export.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    AAX Desktop is a suite of desktop applications, utilities, and libraries. It forms a nearly complete desktop environment, including a terminal, clock, calculator, address book, dictionary, lossless image library, etc...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    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
  • 16
    Aggressive Rectangle Truncation (ART) with Location Verfication Mechanism is a localization algorithm in wireless sensor networks written in nesC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Abuild is no longer being maintained. In the years since its creation, better options have emerged. Even so.... Abuild is a scalable build system that applies Object-Oriented principles to the build problem. It is powerful and flexible and helps ensure build integrity while simplifying the user's view of the build. A thorough user's manual is included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Game known as "Achtung, die Kurve!" (description of this game is on wikipedia) rebuild to LAN version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Advance-PCT-1.0

    A novel Code transformation technique to guide test input generator

    Advance_PCT is a pre-processing technique, that simplifies the complex boolean expression present in a C program. It identifies the boolean expression and creates equivalent conditional branches with an empty body. These additional statements along with original program supplied into test executor to improve test data. It ensures that each atomic conditions have been invoked at least once true and once false. It is done to achieve higher MC/DC, because according to the definition of MC/DC it is required to achieve 100% condition coverage, which was not possible due to short-circuit evaluation by the compiler, due to which MC/DC was low and inadequate. This code transformation technique resolves the problem. It has applied Quince-McCluskey simplification technique to resolve complexness of predicate and then applying the method of inserting empty nested if-else conditional statements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    AirTraf is a 100% passive network sniffer/analyzer that auto-detects wireless access points, determines wireless nodes associated with the given access points operating at its channels, tracks packet count/byte information of different types of 802.11b as
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An implementation of the Open Group's Application Response Measurement (ARM) Version 4 standard. The ARM standard describes a means of breaking an application down into it's constituent transactions, and measuring response time across multiple tiers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The goal of this project is to develop a flexible and easy to use dive logbook for Palm OS based PDA. The advantages of the old paper logbook should be combined with the power of a computer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An open-source collection of materials for lectures, tutorials, labs, and software for a variety of primarily Computer Science courses. The materials include various course notes, presentation slides, source code samples, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The goal of this project is to learn about and develop an AI. Current path is using a bot on AIM.
    Downloads: 0 This Week
    Last Update:
    See Project