12147 projects for "java open source" with 2 filters applied:

  • 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
  • MyQ Print Management Software Icon
    MyQ Print Management Software

    SAVE TIME WITH PERSONALIZED PRINT SOLUTIONS

    Boost your digital or traditional workplace with MyQ’s secure print and scan solutions that respect your time and help you focus on what you do best.
    Learn More
  • 1
    FileTagger

    FileTagger

    This is a simple application to bookmark/tag file/folders/websites.

    This is a simple application to bookmark/tag your folder/file. Filesystem will not be affected. You can add tag by directly right clicking the folder/file. For searching, approximate word matching is used. Files/folders will be sorted for required tags and the most matching will come on the top. For tagging websites, right now, you have to copy paste path. Plugin/extension for web-browsers need to be done.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    libzbxpgsql

    PostgreSQL monitoring for Zabbix

    libzbxpgsql is a comprehensive PostgreSQL discovery and monitoring module for the Zabbix monitoring agent written in C.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    jamesui

    An unofficial web console to administer Apache James 3 server

    MOVED TO: https://github.com/fulvio999/jamesui Jamesui is an unofficial web interface to manage and monitor Apache James 3 mail server. It is written in Java and run inside Apache Tomcat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Netdiscover is a network address discovering tool that was developed mainly for those wireless networks without DHCP servers, though it also works on wired networks. It sends ARP requests and sniffs for replies.
    Leader badge
    Downloads: 55 This Week
    Last Update:
    See Project
  • 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
  • 5
    The project is an implementation of CAPWAP agents for WTPs and ACs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    General software and open source projects
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Ascii Art for Java

    Ascii Art for Java

    Visual components ready for ASCII rendering

    Instantly create ASCII reports, multi-column tables, graphs, ... These can be rendered on screen, files and most importantly log streams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PHUnzip

    PHUnzip

    Allow web server to serve files inside ZIP archive

    PHUnzip (PHp Unzip) is an on-the-fly ZIP extractor for web content. It allows client to access files inside ZIP archive on the web server as if they were regular files (with some limitations). PHUnzip works using PHP's built-in ZIP support, and comes as a self-contained single-file script which is simple to install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Sensa

    Sensa

    Android, DOS, FirefoxOS, Linux, MacOS and Windows all in one..

    Sensa is not an operating system, is a work environment compatible with Android © 4.4.4, Firefox OS ©, Linux Ubuntu 12.12 ©, MacOS Classic 7 ©, MS -DOS © operating systems, and Microsoft Windows 8.1 ©; whose distribution is free, and with source code available under GNU GPL 2.0 license .
    Downloads: 1 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
  • 10

    BCM

    The ultimate BWT-based file compressor

    BCM is a high-performance file compressor that utilizes advanced context modeling techniques to achieve a very high compression ratio. All in all, it's like a big brother of the BZIP2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    MySQL-Replication-Monitor

    MySQL Replication Monitor (written in PHP)

    With this Tool you can easily monitor the Replication of two MySQL-Database-Servers. It features global Overviews, Differences-Analysis for Databases and Tables, including Rowcounts, Sizes and Checksums. Written in PHP with mysqli Extension Functions. Planned Features: - Manage Masters/Slaves - Fix Replication Errors - Databasedumps for Download Questions? Contact me: steffen[at]php-works.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ConnectingGTA Training Launcher

    A web-based launcher into the ConnectingGTA Training Environment

    The Training Environment Launcher provides a friendly and secure interface for Trainers, Clinicians (trainees), and Operations personelle to access the Training Environment, which contains no personal health information. While this program is complete, certificates and private keys are not publicly available, and thus cannot be integrated with a regional hub without valid credentials. This program provides the following functions: o Program Trainers at Hospitals can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ParaStation is a robust and efficient cluster middleware, consisting of a high-performance communication layer (MPI) and a sophisticated management layer. Please notice, the public development has moved to github: https://github.com/ParaStation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ZipSnapNG

    ZipSnapNG

    Portable multi-platform backup tool with advanced features

    ZipSnapNG is a portable multi-platform backup tool which, despite its simplicity (200Kb and no installation required), provides advanced features such as incremental backup, data deduplication, encryption and configurable retention. It may run through the command line or within a graphical interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Dates

    Fast calendar calculations for 10,000 years (Julian and Gregorian)

    From the early 1970s up to nowadays the system date routines of computers usually mix up date with time calculations. Not only that they will expire sooner or later due to number overflow. Not only that this will make calendarian calculations extremely complicated. Fact is, that this will combine two things together which don't have anything to do with each other: The rotation of the earth around itself and the rotation of the earth around the sun, which in addition will both vary during the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    access network control scripts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Primes

    Calculate primes by using extremely fast sorting

    This project considers the problem of calculating primes as a sorting problem. It includes the most efficient tree-based sorting algorithm that is possible and shows that finding a new prime can be done by sorting the differences between the previous primes in the right way. Unfortunately it has turned out that going this way is even more slowly than trying to find primes by brute force. So it can only be used as a test with heavy load for the sorting algorithm, which can be used for...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    launchsome

    launchsome

    A launcher panel for small window managers

    launchsome is a small Qt5-based panel application launcher for lightweight window managers such as awesome and fluxbox that sits in your system tray for quick and easy access.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    MUSCLE

    Client-server networking library

    The MUSCLE system is a fast, portable, flexible client-server system for distributed applications. Clients send BMessage-like PortableMessages to each other either directly or via a centralized server (with built-in database and 'live query' support).
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    vim‑easymotion

    vim‑easymotion

    Vim motions on speed

    EasyMotion is a Vim plugin that greatly accelerates navigation by highlighting possible jump targets (e.g., words or characters) and allowing the user to jump directly with minimal keystrokes. It maintains compatibility with Vim’s native motions and repeat commands. It's consistent with the default motions of Vim and works well in all modes. And it now supports repeating with the dot operator. You can easily configure its behavior and map it to any key. Provide flawless, smooth and fast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    ServLoader
    ServLoader would be useful when you have a number of services and you want to monitor, control their activity. Also it is possible to install/uninstall/manage your own services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    UNICORE Life
    UNICORE Life provides Life Sciences components for the UNICORE grid technology. UNICORE Life consists of set of user interfaces (gridbeans) to the popular Life Sciences applications, tools to access different databases and other extensions to the UNICORE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    JNode is a Java New Operating system Design Effort. JNode is a simple to use and install Java operating system for personal use on modern devices. Any java application runs on it, fast and safe. See our homepage for additional information.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Tarantoga

    Tarantoga

    Lightweight Event Management System (for Monitoring-Events and more)

    Tarantoga is an open source lightweight event management system for events from monitoring and more, with similar functionality to IBM Tivoli TEC, Master Cell, or BMC BEM. It supports your ITIL/ITSM event management process. It relies on MongoDB to store the events and Perl as rule programming language. GUI and backend are seperate tools that communicate only via the MongoDB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DotNetOpenServer SDK

    DotNetOpenServer SDK

    Lightweight fully extendable client/server application framework

    DotNetOpenServer SDK is an open source lightweight fully extendable TCP socket client/server application framework enabling developers to create highly efficient, fast, secure and robust cloud based smart mobile device and desktop applications. Why? Unlike most application server frameworks, which are implemented over slow inefficient stateless protocols such as HTTP, REST and SOAP that use bulky ASCII data formats such as JSON and XML, DotNetOpenServer has been built from the ground up with highly efficient stateful binary protocols.
    Downloads: 0 This Week
    Last Update:
    See Project