Showing 26 open source projects for "printf"

View related business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    fmt

    fmt

    Formatting library as an alternative to C stdio and C++ iostreams

    {fmt} is an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. The format API is similar in spirit to the C printf family of function but is safer, simpler and several times faster than common standard library implementations. The format string syntax is similar to the one used by str.format in Python. The library is fully type safe, automatic memory management prevents buffer overflow, errors in format strings are reported using exceptions or at compile time. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2

    PmPrintf - OS/2 debug helper

    printf() style debugging output to log file or PM-Viewer via queue

    PMPRINTF allows you to direct the output from debugging statements placed in code (using printf() like statements) to a highly configurable PM viewer or into a log file of your choice. Both, PM-Viewer and CLI logger which can be write to a log file in parallel are included. Sample code for C, REXX and SOM/WPS classes included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    JCLF

    Library of general utility classes for the Java programming language

    A library of general utility classes for the Java(tm) programming language, including: enhanced replacements for common utilities like StringTokenizer or Properties, a printf-style format system, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    WinForth64

    64-bit Forth system for Windows

    64 bit Forth system for Windows. Forth kernel is written from scratch in C/C++/Assembler. The Forth system is written in Forth and bootsrapped on the fly from source code. It provides full support of native api, callbacks and native threads. The system is the result of the idea to create modern Forth that can be used to solve different programming tasks.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5

    PMPrintf_abtrace - OS/2 debug helper

    Simple wrapper and example code for PmPrintf (OS/2 debug helper)

    ... - you need abtrace.h and pmprintf.h reachable for that (included) - Look at main.c how to use xTRACEF() or xPmprinf() functions in your code. Parameters are the same as with printf().
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    GCDebRTrc

    Debug Facility for Real-Time issues

    For C (and CPP obviously): Include a fast and tiny RAM-tracing feature for Real-Time (RT) debugging purposes. >> ONLY FOR DEBUGGING << Very much faster than printf-debugging, which may result in unforseen results in an RT environement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    rDebug_qDebug

    handy, more powerful re-implementation of qDebug for Qt 4.8 ... 5.x

    ...Note: we fully support Qt5 via overloading qDebug() macro, and Qt5 + Qt4.8 via using rDebug(), rInfo(), rWarning() a.s.o. This is mostly a simplified re-implementation, which under the hood also uses parts of qDebug(). You can use qDebug( "printf mask %s","is worse"); or qDebug() << "streams" << "are more safe"; Or a mix of both. You can select between all 7 BSD-Syslog levels (plus "Silent" and "All"). A two-liner can send Qt SIGNAL with the data, time stamp, location and level to your QListWidget (or whatever). Another two-liner can write to file and use different log level filtering. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    turtle

    turtle

    Shell programming, Haskell style

    Turtle is a reimplementation of the Unix command line environment in Haskell so that you can use Haskell as a scripting language or a shell. Think of turtle as coreutils embedded within the Haskell language. The turtle library focuses on being a "better Bash" by providing a typed and light-weight shell scripting experience embedded within the Haskell language. If you have a large shell script that is difficult to maintain, consider translating it to a "turtle script" (i.e. a Haskell script...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    pformat
    The project offers support for the java.util.logging framework. The library contains a formatter in printf style, that is small, powerful and most flexible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 10

    superGetOpt (a getopt replacement)

    A simple, elegant way to handle command line arguments in C/C++.

    superGetOpt =========== SuperGetOpt is a printf-like getopt replacement for command line argument handling. The supergetopt library makes it very easy to handle all kinds of command-line arguments in a printf()-style way. All types of command-line arguments are supported and all user-supplied values are checked for type validity. If you have been searching for an easy-to-use, flexible, portable command-line and general use parser, this is it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Color PrintF

    printf with 12 different colors

    UPDATE Jan 23, 2015: Added printString method that does not use malloc. Creates color-formatted strings on the heap that will allow Termianl to print them as colored strings to stdout.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Java class libraries for structural biology development: includes protein format conversion tool, printf-based text formatting, Pred2ary secondary structure prediction, neural net library, Hooke-Jeeves global optimizer, and misc. math & statistics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    printfe

    An extensible version of printf

    ...For example: printfe("***%16=I***",0xFFFFFFFF); would output: *** 255.255.255.255*** The code also supports the non-standard flag (apostrophe) for inserting commas into numeric output. There is a printfe version of all the standard printf functions, using the same arguments and giving the same return value.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    xprintf

    Printf for c++11

    The well-known standard C printf() adapted to C++. Integrated into the C++ stream I/O and C++ string environment. The included StrCvt library converts strings and streams between the different C++ character types char, wchar_t, char16_t and char32_t, locale dependent and UTF. For more information see the README files in the Wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    colprintf

    a color printf command for Mac OS 10.4 and above

    The colprintf command prints colored text to you unix terminal in Mac OS X. It is free and open source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Megalui

    Megalui

    Megalui: 2D/3D OpenGL & C/C++ Library for Scientific Visualizations

    ...Features: Simple and powerful 'C' API; 2D/3D Drawing (Onscreen or 2D Plane); 3D Height Map Rendering; Seamless WebCam-Capture via Video-For-Windows API; 2D/3D Text Rendering; Alpha-Blending Drawing of all primitives; Drawing images on-screen and on-surface (plane); Images with Alpha-Blending; 3D Object/Surface Picking By using 2D screen coordinates; Line, Rectangle, Circle, Ellipse, Rectangle, Polygon, Points drawing primitives; Complex 2D Path drawing including bezier and quad curves; Draw Lines with Arrow Head in 3D; Generate out-of-the-box images using 'uiChessboardImage' or 'uiNamedImage'; Draw 3D text using printf like API; 3D camera path animation For fly-Over Animations; LaTEX-style Mathematical Formula Rendering; Cartoon Shaders; Lights; Multiple Views Rendering
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    multimatch

    Find the best text match in a large set of possible patterns

    ...Multimatch is a library used to build a database containing many regex patterns, prioritize them and match against provided strings. The supported input format for the patterns is printf format string - a string containing format specifiers like %d and %f. For details of supported specifiers see the readme file. There may be many print statements with varying contents and the best possible match should be provided. The prioritization rules are described in the readme file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Provides formatted output and input for C++ STL streams, like printf and scanf in C. Iof combines robustness and versatility of streams with clarity and conciseness of printf/scanf. Can use either functions or operators.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    libu8 is a portability library which especially provides utilities for manipulating, generating, and processing UTF-8 strings as well as operating system facilities such as logging, exceptions, extensible printf, and network functions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Ultra-light trace tool; dll-library(win32), which creates trace-window(s) (working like "output" window in VisualStudio) for debug purposes. dll can be used by any language, which supports printf-like syntax. Tested on winXP. Sample (c++) code included
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Implementation of read/scanf/write/printf/seek methods (and others) over files, memory (even dynamic) and URLs providing maximum flexibility for your application I/O. Eases the task of handling different sources into a single object; best choice for cust
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Very tiny implementation of printf for embedded applications
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Written in java using swing, jdbc, jasperRerport, log4j, lava3-printf, calpahtml, hsqldb. This software is used for manage a very small company, contain module for write delivery notes, invoices, order, manage business partner list, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    libZTL provides 'easy-to-use' extensions of C++ STL , improving std::string with typeconversation, type-save printf-formating and regular expressions. Handling date, time, exception, assertion, serialisation and other usefull stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DispHelper is a COM helper library that can be used in C++ or even plain C. No MFC or ATL required! It allows you to call COM objects with a printf style syntax. Included with DispHelper are over 20 samples demonstrating using COM objects from ADO to WMI
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB