Showing 9159 open source projects for "java open source"

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

    Appmetrics

    Node Application Metrics provides a foundational infrastructure

    AppMetrics is a monitoring library for Node.js and Java applications, providing insights into application performance and resource usage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ak File Organiser

    ak File Organiser

    A must have file organiser tool to tied up your folders

    This is an open-source file organiser tool created by K Adarsh as a hobby project to clean up your messed up directory to folders with specific files with extensions that you prefer. This is a must have tool for everyone who use a pc. This app is in its pre-alpha version thus you may find bugs, so feel free to email me or pull request in GitHub : )
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    driveinfo

    A macOS command which provides partition information for GPT drives.

    The driveinfo command gets detailed information about a specific drive. The script parses property lists emitted by the diskutil command to compile the information. If the drive contains a GUID Partition Table (GPT), then detailed information about each partition is also included in a tabular form. This also allows free space on a drive, using a GPT, to be identified. The gpt command can be used to view the actual stored GPT values in in a tabular form. Starting with macOS, the gpt...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    RainLoop Webmail (PHP)

    RainLoop Webmail (PHP)

    Simple, modern & fast web-based email client

    Modest system requirements, decent performance, simple installation and upgrade, no database required - all these make RainLoop Webmail a perfect choice for your email solution.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Secure Online Fax and Business Text Messaging Service Icon
    Secure Online Fax and Business Text Messaging Service

    Elevate your business communications with secure SMS and fax solutions.

    Send and receive SMS and fax online, from email, app or with our developer friendly SMS & fax API. HIPAA compliant & ISO 27001 certified. Outstanding value and 5-star service.
    Learn More
  • 5
    PyDiskImage is a Python utility that archives disk partitions for future restoration. It can be useful in environments in which operating systems must be frequently restored to a pristine state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Cottage

    Cottage

    Simple, fast HTTP router on koa.js

    Cottage is the fastest, simple, and intuitive HTTP router framework for Koa.js.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PostDock

    PostDock

    Postgres streaming replication cluster for any docker environment

    PostgreSQL cluster with High Availability and Self Healing features for any cloud and docker environment (Amazon, Google Cloud, Kubernetes, Docker Compose, Docker Swarm, Apache Mesos)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    vscartutils

    vscartutils

    vscartutils: tools for the cartridge data formats of the Prophet VS

    vscartutils: tools for the cartridge data formats of the Sequential Circuits Prophet VS Included tools: * vssyx2vsram: convert syx-file(s) into VSRAM image file * vsram2vssyx: convert VSRAM image file into syx-file * vssyx2vsrom: convert syx-file(s) into VSROM image file * vsrom2vssyx: convert VSROM image file into syx-file * vsramfix: fix VSRAM image file * vsromfix: fix VSROM image file * vsramlist: list programs in VSRAM image file and export user-waves to WAV-files *...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    EasyLogHandler

    EasyLogHandler

    Human-friendly log files that make you more productive

    EasyLogHandler is a Symfony-compatible logging handler built on top of Monolog. It formats logs in a cleaner and more readable style, especially during development, enhancing the developer experience. By simplifying log output and highlighting important information it makes debugging and application monitoring more intuitive.
    Downloads: 0 This Week
    Last Update:
    See Project
  • #1 Solar Design and CRM Software for fast-growing solar businesses. Icon
    #1 Solar Design and CRM Software for fast-growing solar businesses.

    For Solar businesses looking for a design and CRM solution to create compelling solar proposals

    Create accurate proposals from anywhere in under 2 minutes using hi-res imagery, energy analysis and 3D shading tools in Pylon's intuitive design studio. Pylon is the only solar design software to give you high-resolution imagery in-app with no monthly fees. Identify dates of concern and track shading impact throughout the year using Pylon's award-winning 3D Solar Shading toolkit. Help your team better understand customer consumption patterns and maximize self-consumption using Pylon's load profile and interval data analysis. Analyze load profiles & interval data. Close more solar proposals with interactive Web & PDF proposals, native eSignatures and a payment processing gateway. Fully integrated solar CRM designed to integrate with your solar design software and convert proposals. Get 2-way SMS and email, communications with your team, lead management, and ready-made deal pipelines with Pylon Solar CRM.
    Learn More
  • 10

    google photos backup

    google photos backup tool

    provide google photos backup to your own NAS or other java enabled machine. May be useful since google disabled google drive integration of google photos. more HOW-TO on wiki pages
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Microjob

    Microjob

    Turn Node.js worker threads into easy-to-use routines

    A lightweight Node.js library for running CPU-bound tasks in worker threads, enabling better parallel execution.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Open SayGes

    Open SayGes

    automation of administrative procedures (workflow) bpm

    Automate administrative processes, containing a set of activities to be performed one after another, and according to information obtained in each decide the next step. The different activities are performed by system users, depending on what your role and what their functions. In V 11 comes chatbot for customer assistance and blockchain for process certification
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    TheFatRat

    TheFatRat

    Thefatrat a massive exploiting tool

    TheFatRat is an exploiting tool that compiles malware with a famous payload, and then the compiled malware can be executed on Linux, Windows, Mac, and Android. TheFatRat provides an easy way to create backdoors and payload which can bypass most anti-virus. This tool is for educational purposes only, usage of TheFatRat for attacking targets without prior mutual consent is illegal. Developers assume no liability and are not responsible for any misuse or damage caused by this program. This tool...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Greenlet

    Greenlet

    Move an async function into its own thread

    Move an async function into its own thread. A simplified single-function version of workerize, offering the same performance as direct Worker usage. Greenlet only supports browser environments, since it uses Web Workers. For use in a NodeJS environment, Web Workers must be polyfilled using a library like node-webworker. Accepts an async function with, produces a copy of it that runs within a Web Worker. Never call greenlet() dynamically. Doing so creates a new Worker thread for every call....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    HttpRouter

    HttpRouter

    A high performance HTTP request router that scales well

    HttpRouter is a lightweight high performance HTTP request router (also called multiplexer or just mux for short) for Go. In contrast to the default mux of Go's net/http package, this router supports variables in the routing pattern and matches against the request method. It also scales better. The router is optimized for high performance and a small memory footprint. It scales well even with very long paths and a large number of routes. A compressing dynamic trie (radix tree) structure is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    page.js

    page.js

    Micro client-side router inspired by the Express router

    There are multiple ways to install page.js. With package managers. Setup redirect from one path to another. Calling page.redirect with only a string as the first parameter redirects to another route. Waits for the current route to push state and after replaces it with the new one leaving the browser history clean. If you're doing selective binding you'll like want to pass { click: false } to specify this yourself. Exit routes are called when a page changes, using the context from the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    dosbox-ppcjit

    DOSBox + PowerPC JIT = <3

    A build of DOSBox SVN for Mac OS X 10.4+ using the PowerPC JIT from Vogons: https://www.vogons.org/viewtopic.php?f=32&t=65057 Apply the patch to DOSBox trunk, set config.h.in appropriately (including enabling dynrec) and then build DOSBox. This version does not run on Intel Macs, and is not intended to run under Rosetta (use mainline DOSBox or Dominus' SVN builds instead). Suggested settings are included as a Preferences file. You should copy this to ~/Library/Preferences/DOSBox SVN...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    OWASP ModSecurity CRS

    OWASP ModSecurity CRS

    OWASP ModSecurity Core Rule Set (CRS) Project

    The OWASP ModSecurity Core Rule Set (CRS) is a curated, generic Web Application Firewall rule set that detects and blocks common attack categories across most web apps. It focuses on broad protection—SQL injection, cross-site scripting, local/remote file inclusion, command injection, and protocol violations—without requiring app-specific knowledge. Rules are organized into paranoia levels so operators can tune detection aggressiveness and balance false positives against coverage. An...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    setuplibcore

    setuplibcore

    Internal functions to avoid dependency issues

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    setuplib

    setuplib

    Extensions for setuptools - detailed information on entry points

    The *setuplib* package provides core functions for the query of meta information and installation repositories of *Python* packages. It provides query and filter options on the installed packages and the available information, while displaying the result data in various formats, e.g. as table, list, or JSON, XML, YAML, CSV, etc. The provided commands and extension points integrate seamless into the standard *setuptools* and/or *distutils*. The *setuplib* is member of the group...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    LibusbJava is a Java wrapper for the libusb. It can be built on any platform which is supported by the libusb. The latest binaries for Windows and Linux can be downloaded. For installation instructions and more information visit our homepage.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    CLISP - an ANSI Common Lisp
    CLISP is a portable ANSI Common Lisp implementation and development environment by Bruno Haible. Interpreter, compiler, debugger, CLOS, MOP, FFI, Unicode, sockets, CLX. UI in English, German, French, Spanish, Dutch, Russian, and Danish.
    Leader badge
    Downloads: 243 This Week
    Last Update:
    See Project
  • 23
    Mark3 RTOS

    Mark3 RTOS

    Open-source RTOS and Embedded Systems Toolkit for C++ and C

    Mark3 is a sophisticated RTOS and embedded systems toolkit, targeted towards a growing list of MCUs. Beyond providing "just another scheduler", it provides heaps, drivers, a shell, an event-driven GUI framework, and much more! It currently supports a variety of Atmel AVR, MSP430, and the ARM Cortex-M series of microcontrollers, with other platforms to follow. Mark3 was designed from the ground-up using disciplined object-oriented design principles - and unlike the vast majority of...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    aMule AdunanzA
    aMule AdunanzA e' un progetto volto a rendere accessibile la rete Kademlia anche all'utenza Fastweb, grazie alla patch AdunanzA. Questo in specifico per utenti Linux e Mac OS X Per riferimenti alla community italiana http://forum.adunanza.net
    Downloads: 28 This Week
    Last Update:
    See Project
  • 25
    scord
    Reduce the disk space used by a subversion working copy, by storing only a single copy of unmodified files. (Subversion check out, reduced disk)
    Downloads: 0 This Week
    Last Update:
    See Project