Showing 374 open source projects for "log library"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Finance Automation that puts you in charge Icon
    Finance Automation that puts you in charge

    Tipalti delivers smart payables that elevate modern business.

    Our robust pre-built connectors and our no-code, drag-and-drop interface makes it easy and fast to automatically sync vendors, invoices, and invoice payment data between Tipalti and your ERP or accounting software.
  • 1
    Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    quick and dirty logger

    Two tier buffered logger.

    A logger that is: Asynchronous: The log function does not block or is controlled by an external library. Flexible. The two tier approach lets the programmer adjust the logger to their needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Hoodland Toolbox

    Hoodland Toolbox

    Common objects & methods used by other Hoodland Open Source Projects.

    Formerly known as the Rockabilly Common Libraries. General purpose libraries used by all other Hoodland Open Source Projects (formerly Rockabilly Software). This project has been rewritten in Kotlin for the JVM. Its new home is here: https://github.com/william-hood/Hoodland-Open-Source-Projects
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    triangulate

    Polygon triangulation library

    This is a C++11 library for triangulating simple polygons (i.e. not self-intersecting, no holes) in 2D. It is small and only requires a minimum of memory for triangulation. Memory consumption is in O(log n). Time complexity is between O(n log n) for convex polygons and O(n^3) in the worst case.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Recruit and Manage your Workforce Icon
    Recruit and Manage your Workforce

    Evolia makes it easier to hire, schedule and track time worked by frontline in medium and large-sized businesses.

    Evolia is a web and mobile platform that connects enterprises with 1000’s of local shift workers and offers free workforce scheduling and time and attendance solutions. Is your business on Evolia?
  • 5

    LogClass

    simple log glass

    Используется как вспомогательный инструмент в других моих проектах
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    JLibModbus - Java Modbus Library

    JLibModbus - Java Modbus Library

    A modbus library implemented in Java.

    JLibModbus is an implementation of the Modbus protocol v1.1b in java language. The library supports the most popular communication libraries (jssc, rxtx, jSerialComm, purejavacomm, java comm api); Maven dependency: <dependency> <groupId>com.intelligt.modbus</groupId> <artifactId>jlibmodbus</artifactId> <version>1.2.9.7</version> </dependency> Implemented MODBUS functions: 0x01 Read Coils 0x02 Read Discrete Inputs 0x03 Read Holding Registers 0x04 Read Input Registers...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Free Log File Viewer: Log4Net Log4J NLog
    GamutLogViewer© is log file, logfile, viewer that works with Log4J, Log4Net, NLog, and user defined formats including ColdFusion. It supports filtering, searching, highlighting and many other useful features. This is a Windows application.
    Downloads: 42 This Week
    Last Update:
    See Project
  • 8

    mep4j

    Math Expression Parser 4 Java

    Math Expression Parser 4 Java MEP4J is a high performance math expression strings parser for Java (J2SE >= 5). Compare its performance against similiar libraries and let me know your experince. The library manages the 5 operators (+, -, /, %, *) together with the following functions: - "abs" - "cos" - "sin" - "acos" - "asin" - "cosh" - "sinh" - "tan", - "tanh" - "atan" - "sqrt" - "cbrt" - "root" - "log" - "log10" - "log1p" - "exp" - "expm1" - "atan2" - "pow...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    JDistlib

    Java library of statistical distribution

    A Java package that provides routines for various statistical distributions. Based on R version 2.14.1 (continuously updated; current as of R v3.3.0). The major difference is that JDistlib is thread safe. The library contains the density (pdf), cumulative (cdf), quantile, and random number generator (RNG) routines of the following distributions: Ansari, Beta, Binomial, Cauchy, Chi square, Exponential, Fisher's F, Gamma, Geometric, Hypergeometric, Kendall, Logistic, Log normal, Negative binomial...
    Downloads: 13 This Week
    Last Update:
    See Project
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • 10
    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: 2 This Week
    Last Update:
    See Project
  • 11

    EasyTestLogger

    A java-library for creating testreports from automated tests

    This is a Java library with an API to log from your tests and an executable that creates the final report as an interactive HTML and a printer friendly textfile. This project is sponsored by SolarPlexus IT-strategi AB who let me do this on regular work hours. Thus they have full copyright to the original project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Zero Allocation JSON Logger

    Zero Allocation JSON Logger

    Zero Allocation JSON Logger

    The zerolog package provides a fast and simple logger dedicated to JSON output. Zerolog's API is designed to provide both a great developer experience and stunning performance. Its unique chaining API allows zerolog to write JSON (or CBOR) log events by avoiding allocations and reflection. Uber's zap library pioneered this approach. Zerolog is taking this concept to the next level with a simpler-to-use API and even better performance. To keep the code base and the API simple, zerolog focuses...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A library and commands for cyclic logfiles. A cyclic log has a fixed size upon creation and pointers that refer to the start and end positions within that fixed size.They are useful for recording server output without losing the most recent data.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AutoSwitch
    Source come will be added as soon as development stabilizes or send upon request! AutoSwitch program can turn off, reboot, sleep, hibernate computer, turn off monitor, block workstation, and log off current user at / after specific time repetitively.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 15
    A simple library aimed at determining CPU features, specs and related OS properties in an easy and unified way, among a wide range of CPUs and OSes. Developers can use it as information (eg log/debug), and to select optimum codepaths at runtime.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16

    S7 Siemens PLC Trace Signals

    Free and easy software to trace, analise and log Siemens PLC variables

    S7 Trends is a free and easy-to-use software to trace what is going on in Siemens PLC. You can watch & record in real time the state of all types of variables: - Markers - Inputs/Outputs - Timers - Counters - Databases It is written in C# and it is using Snap7 library. It should work also with S1200. Current state is stable. If you encounter any problems or you have any idea for a new feature - write a review https://sourceforge.net/projects/s7-trends/reviews/new Testing...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 17
    AlienVault OSSIM

    AlienVault OSSIM

    Open Source SIEM

    OSSIM, AlienVault’s Open Source Security Information and Event Management (SIEM) product, provides event collection, normalization and correlation. For more advanced functionality, AlienVault Unified Security Management (USM) builds on OSSIM with these additional capabilities: * Log management * Advanced threat detection with a continuously updated library of pre-built correlation rules * Actionable threat intelligence updates from AlienVault Labs Security Research Team * Rich analytics...
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 18

    Simple Python Fixed-Point Module

    Pure-python binary fixed-point arithmetic library

    This Python module provides basic facilities for mathematics on fixed-point numbers. The number of fractional binary digits is tunable, allowing near-arbitrary precision arithmetic. Arithmetic & functions such as sqrt, exp, log, sin & cos are available. For the latest releases please visit https://github.com/rwpenney/spfpm
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    garlic

    garlic

    GaRLiC=Gambas Raw Lines of Code, a Gambas2 code library for use in SMB

    Building blocks, small demo apps, and pieces of sample code for Gambas2. Also see more recent Garlic3 project on https://sourceforge.net/projects/garlic3. All can be used to take a look how things can be done in Gambas, not with the idea to supply a product or a finished program. The sourcecode can easily be run from Gambas2 on Linux. Some small programs that appear here are in real use in a small business, but no warranty is given! SimpleDemo contains more complete apps that can be...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Amazon Mobile Analytics SDK JavaScript

    Amazon Mobile Analytics SDK JavaScript

    Amazon Mobile Analytics JavaScript SDK

    The Mobile Analytics SDK for JavaScript allows JavaScript-enabled applications to create and submit events for analysis in the AWS Console and through Auto Export to S3 and Redshift. The library uses the browser's local storage API to create a local cache for the data, allowing your web application to batch and record events even when the app is offline. You can record monetization events to enable reports such as Average Revenue Per User (ARPU) and more. Additional app and environment details...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    mlak, mztool

    My personal tools

    My personal tool development 1) mlak -. Useful text log analysis tool -. Most features are almost similar to TextAnalysisTool.NET by David Anson. -. But several useful options are available in my tool such as font face change, blank line skip, background color in filter string, default filter file loading, removal string upon file load, etc. :) 2) mztool -. specific nv item change regarding band_pref * Build tools & libs -. Code::Blocks 10.05 (Cross-Platform IDE) -. TDM-GCC...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    cFS Unit Test Assert (UT-Assert) Library

    cFS Unit Test Assert (UT-Assert) Library

    Unit Test Assert Framework for the core Flight System (cFS) Components

    OBSOLETE - Please proceed to new repo: https://github.com/nasa/cFE/tree/master/tools/ut_assert This project will be closed in the near future core Flight System (cFS) unit test library providing a framework and collection of utilities that are designed to facilitate assert based unit testing of tasks and applications build to run on top of the cFS OSAL and/or core Flight Executive (cFE) layers. The unit test framework relieves developers from repeatedly implementing common unit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Log- and Exception Handling System (LEHS) for Oracle.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Java Process Utils (Forker)

    Java library for better control of external processes

    Forker is a Java library that provides you with better control over external processes and provides a replacement for ProcessBuilder. There are essentially 3 major components to the library: ForkerClient to replace ProcessBuilder simply build a process and let Forker deal with checking the exit code and redirecting or capturing standard output. Commands can be run as the current user or as administrator. Forker Daemon can be used to reduce forking costs on Linux, by starting a separate...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    ANSI C functions and macros for flexible logging to files 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. Intended for use in time-space critical environments
    Leader badge
    Downloads: 6,497 This Week
    Last Update:
    See Project