Showing 17 open source projects for "java open source projects"

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
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    Google Logging Library

    Google Logging Library

    C++ implementation of the Google logging module

    Google Logging (glog) is a C++98 library that implements application-level logging. The library provides logging APIs based on C++-style streams and various helper macros. glog supports multiple build systems for compiling the project from source, Bazel, CMake, and vcpkg. glog also supports CMake that can be used to build the project on a wide range of platforms. If you don’t have CMake installed already, you can download it for from CMake’s official website. CMake works by generating native...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    log4cplus

    log4cplus

    Logging Framework for C++

    log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration. It is modelled after the Java log4j API.
    Leader badge
    Downloads: 20,047 This Week
    Last Update:
    See Project
  • 3

    Log library for C++

    C++ library for flexible logging

    A library of C++ classes for flexible logging to files (rolling), syslog, IDSA and other destinations. It is modeled after the Log for Java library (http://www.log4j.org), staying as close to their API as is reasonable. Platforms: Linux, Windows. New: CMake support for MS VS 2022, RAD Studio 12
    Leader badge
    Downloads: 616 This Week
    Last Update:
    See Project
  • 4
    easyloggingpp

    easyloggingpp

    Single header C++ logging library. It is extremely powerful

    ...It is extremely powerful, highly extendable, and configurable to users' requirements. It provides the ability to write your own sinks (via featured referred as LogDispatchCallback). This library is currently used by hundreds of open-source projects on GitHub and other open-source source control management sites. If you are working on a small utility or large project in C++, this library can be handy. Its based on single header and only requires to link to single source file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place. Icon
    Incredable is the first DLT-secured platform that allows you to save time, eliminate errors, and ensure your organization is compliant all in one place.

    For healthcare Providers and Facilities

    Incredable streamlines and simplifies the complex process of medical credentialing for hospitals and medical facilities, helping you save valuable time, reduce costs, and minimize risks. With Incredable, you can effortlessly manage all your healthcare providers and their credentials within a single, unified platform. Our state-of-the-art technology ensures top-notch data security, giving you peace of mind.
    Learn More
  • 5
    Chucho

    Chucho

    A C++11 logging library

    Chucho is a logging library for C++11. It is modeled on the popular Java library, Logback. It also exposes a C interface, so that C programs can make use of Chucho.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Syslog Server for Windows

    Syslog Server for Windows

    Visual Syslog Server for Windows with a graphical user interface.

    Project moved here: https://sourceforge.net/projects/syslogserverwindows/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Jitendriya

    Jitendriya

    Work productivity/efficiency analytics, work-life and time manager

    <Purpose> 1. Make user aware of his own activities. 2. Find out how much time is wasted in which activity 3. Stick to a routine if desired 4. Avoid certain activities at certain times 5. Measure time spend on certain activity on a certain time and determine if certain habit needs to be changed 6. Condition for a routine habit, like leaving office in time or take short breaks 7. Increase awareness of time and habits 8. Increase productivity in a manner which is comfortable for the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    CppMyLogger

    C++ Logger capable of multiple output streams.

    MyLogger is a project I started for my own C++ based projects. Output streams can be added to the logger to log to multiple outputs. Furthermore the logger has a verbosity level and also a special macro to log only once every 'n' times.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A tool to monitor internet hosts` bandwidth usage in a Linux-NAT network. A daemon collects data and clients display them (currently a Java applet with a graph). It automatically detects new hosts and has a nice summary statistic.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 10
    Java developer can get or set windows system log by this api. It is more easy to use. Using jni to communicate java with c++.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A easy to use memory debugger lib for C++ projects. Tracks and logs (if desired) memory allocations, deallocations, memory leaks. A support template class is also provided to check for memory invasions in dynamically allocated memory using operator [].
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The 'Monitor' application, which consists of 2 parts, a MonitorServer (linux daemon) and a MonitorClient (java gui), will enable the user to monitor and log server process, memory, network and cpu information of multiple servers at a time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A stable and fast Linux/Unix toolset to aid in the security and ease of use of *Nix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Secure Remote Log Monitor (SRLM) project provides client and server utilities that collect application or system log files from multiple systems over an untrusted network onto a central server for analysis and action.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Debugging server allowing remote debug logging and access to the information via a web based interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Platform independant way of logging information to the platform's logging service. So far I have JLogger working for Solaris, Linux, and Windows NT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Remote Web Logger is a remote web transaction logging daemon. It operates by passive monitoring of web server traffic to translate web session data to transaction log entries that are written to standard log services such as syslog.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next