Showing 7470 open source projects for "java open source"

View related business solutions
  • 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
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1

    External watchdog for RPI

    External HW watchdog for RPI

    External watchdog for raspberry PI 3 minutes watchdogtimer on timeout, is for 30 seconds RPI powered off
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    qboxhd
    The QBoxHD and derivatives are HD digital receivers made by Duolabs. This project provides the official software components that run in these Linux-based devices: boot-loader, kernel, drivers and applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Distributed Multithread Apriori (DMTA)

    A parallel implementation using MPI and OpenMP to Apriori algorithm

    DMTA (Distributed Multithreaded Apriori) is a parallel implementation of Apriori algorithm, which exploits the parallelism at the level of threads and processes, seeking to perform load balancing among the cores. Was implemented in C++ language, using the parallelization libraries OpenMP and MPI. The algorithm was generated as a result of a project developed by André Camilo Bolina, under the guidance of teachers Marluce Rodrigues Pereira, Ahmed Ali Abdalla Esmin and Denilson Alves Pereira,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project is a Linux Kernel 2.4/2.6/3.x module/console program for changing wireless radio status on the Fujitsu Siemens AMILO A1655G laptop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    PSniff

    A simple packet sniffer for local networks

    This project is a simple packet sniffer using libpcap. It only works on local networks. The code is maily for ethernet devices. If you want to use wireless devices you just need to change the device setting in the code and others remain the same.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    LaunchMON is a software infrastructure that enables HPC run-time tools to co-locate tool daemons with a parallel job. Its API allows a tool to identify all the remote processes of a job and to scalably launch daemons into the relevant nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    RTnet is a hard real-time network protocol stack for the real-time Linux extensions Xenomai and RTAI. It makes use of standard Ethernet, including gigabit. Ethernet-over-1394 support is available based on the RT-FireWire protocol stack.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Echoc
    It is the same as the basic "ECHO" command, but now.., with COLOR! echo messages in color. http://www.softpedia.com/progClean/Echoc-Clean-207636.html
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    ztex is a Firmware Kit with a corresponding Driver API for EZ-USB based hardware. The Firmware is written in C and assembled using a powerful macro processor. The Driver API allows the development of platform-independent device drivers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Open Source DCS (Distributed Control System). FreeDCS will give you everything you need to control your machines or process. It's being designed to be easy to use and deploy. It's composed of Logic designer, HMI designer and controller software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    YourDefrag
    Small and simple disk defragmenter for Windows XP - 2008R2 based on jkDefrag code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Unetbootinbitti

    Unetbootinbitti

    Tool for creating live usb-drives and downloading distros

    Tool for creating live usb-drives and downloading distros. This is an upgraded version of Unetbootin focusing on Bittix linux 9 and above and Linux Mint and Linux Mint debian. Has Distrowatch.com link etc.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 13
    xfer9860 works with the fx-9860G (AKA Graph85) versions of Casio's graphing calculators. It allows you to transfer files to your calculator, and works on platforms where libusb is available - including Linux and Windows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14

    glsof

    Glsof is two separate utilities to the command line utility Lsof.

    Glsof is two separate utilities (Queries & FileMonitor) to the command line utility Lsof by Vic Abell. Both applications are written in Java. Another fundamental requirement is the command line Lsof that has to be installed on your system. Lsof is supported by most of the Unix/Linux systems including Mac Os X.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    XML-Parser Library for BR-Automation PLC

    XML-Parser Library for BR-Automation PLC

    Simple to use XML-Parser/Composer Library for B&R Automation PLC (SPS)

    The Library xmlio is a simple to use non validating XML-Parser/Composer for B&R Industrial-Automation PLC (B&R SPS). It reads and writes Process-Variables including Structures from and to XML-Files. Easy to use: #include <xmlio.h> /* Write Variable to XML-File */ status = xmlWrite(strName, strFile, strDevice, 0); /* Read XML-File into Variables */ status = xmlRead(strFile, strDevice, ignoreUnknown, &line, &character);
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Oyranos
    The Operating System Colour Management System Oyranos is intented to coordinate device informations (ICC colour profiles) and configure their system wide usage. Target is a predictable path for applications and users to match colours across devices.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 17

    rc-dot-stupid

    manage init/shutdown/monitoring of services

    rc.stupid a Linux daemon that: - repeatedly runs a start script at system startup until this script exits with zero status - regulary runs a check script - runs a stop script at system shutdown Why ? Because startup systems like systemd and upstart are sometimes hard to tune in many situations, like MySQL data directory on a networked filesystem. As rc.stupid does nothing other as running scripts (or anything that may be executed) you may find other use cases like simple clustering.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    OpenRadeonBIOS

    Open Source Video ROM implementation for AMD Radeon grafics cards.

    Open Source Video ROM implementation for AMD Radeon grafics cards.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    MITE HAS MOVED TO GITHUB! Mite is a simple general-purpose VM system that provides fast JIT translation to good native code, and safe interpretation. It is easy to target (the core specification is about 10 pages), and simple to implement (a few thousand lines of ISO C).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    OpenXCI

    A free desktop hypervisor

    OpenXCI is a Xen-based desktop hypervisor. Unlike other desktop hypervisors, it is not targeted at businesses wanting remote provisioning, but rather at individuals who want a high-performance alternative to dual/multi-booting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PROJECT ABANDONED, PLEASE SWITCH TO A SECURE ALTERNATIVE.
    Downloads: 59 This Week
    Last Update:
    See Project
  • 23

    fqzcomp

    A fastq compression program

    Fqzcomp is a basic fastq compressor, designed primarily for high performance. Despite that it is comparable to bzip2 for compression levels.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Advanced Real-Time Linux (ART-Linux) is a hard real-time kernel developed with robotics applications in mind. Real-Time is accessible from user level and does not require special device drivers. 10 micro-second periodic execution is possible on a PII
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    yoDownet

    yoDownet

    The previous generation graphical download manager

    yoDownet is an open-source && free graphical download manager project that tries to be simple and minimal, also for sake of humor it's described as "The Previous Generation Graphical Download Manager".
    Downloads: 0 This Week
    Last Update:
    See Project