Showing 40 open source projects for "printf"

View related business solutions
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 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: 7 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: 1 This Week
    Last Update:
    See Project
  • 3
    42School_cc

    42School_cc

    Project developed on the 42ecole common core

    Starting May 2026, these are some of the projects i have been researching and developing during the expected 2-year period. libft, printf, gnl, fractol, pipex, minishell...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    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
  • SoftCo: Enterprise Invoice and P2P Automation Software Icon
    SoftCo: Enterprise Invoice and P2P Automation Software

    For companies that process over 20,000 invoices per year

    SoftCo Accounts Payable Automation processes all PO and non-PO supplier invoices electronically from capture and matching through to invoice approval and query management. SoftCoAP delivers unparalleled touchless automation by embedding AI across matching, coding, routing, and exception handling to minimize the number of supplier invoices requiring manual intervention. The result is 89% processing savings, supported by a context-aware AI Assistant that helps users understand exceptions, answer questions, and take the right action faster.
    Learn More
  • 5

    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: 10 This Week
    Last Update:
    See Project
  • 6

    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
  • 7

    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
  • 8

    es-printf

    A configurable C printf function for embedded systems

    A highly configurable but minimal size implementation of printf for embedded systems. This project has now migrated to github: https://github.com/skirridsystems/es-printf You can find the latest version there
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    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
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    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: 0 This Week
    Last Update:
    See Project
  • 11

    Library for binary format parsing

    Library for binary format parsing and generation for network

    A quite small library for parsing and generate binary messages, format you nameit. It designed to use for networking protocols e.g. take care about endianless. It's quite easy to use, like printf and scanf. Also it provide an memory care buffer abstraction to make it more easy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    cprintf.m

    a colored printf for octave

    Formatted output, like printf, but the text color can be chosen among few colors. Uses the ECMA-48 standard escape sequences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14

    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
  • 15

    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
  • 16
    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
  • 17

    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
  • 18
    portable string functions, focus on the *printf() and *scanf() clones
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    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
  • 20

    utf8_printf()

    printf() family of functions for printing from UTF32 to UTF8 strings

    Fully re-implemented from scratch and an original work, this UTF-8 encoder does not rely on the traditional method of range switching in various algorithms but has just one functional while loop to build the string. Built around this encoder are 6 utf8-printf() functions that allow printing a standard UTF32 - UNIX 32 bit wide character (wchar_t) string to stdout, a string, or a file as a UTF-8 encoded string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    DroidLDR

    DroidLDR is a MultiBoot loader for every Droid Phone

    /* This is a README file of DroidLdr Not a Program!! Another's Email: bmy001@gmail.com */ #include "stdio.h" #include "stdlib.h" int main() { printf("DroidLDR is a MultiBoot loader for every Droid Phone\n It can boot other linux on ur Droid Phone via chinge kernel.\n"); return 0; }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    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
  • 23
    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
  • 24

    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
  • 25

    rundotso

    ARM linux run shared library rundotso dlopen dlsym Inline Assembler

    ...you can use any arm compiler to try. adb push rundotso /data adb shell /data/rundotso /system/libc.so system "ls /data" adb shell /data/rundotso /system/libc.so printf "%d %c %s %d %c %s" 16 G HelloRundotsoTest 16 d end Have fun! Made by Biyong SUN Songjiang, Shanghai, China. Email: sunbiyong@163.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB