69 results for “topic:string-formatting”
Fast binary logger for C++
Convenient Rust-like string formatting in Typst (previously "typst-strfmt")
👨🔧 Enhance your React.js app with i18n, string formatting, ab tests and other handy packages!
Lazy f-strings for everyone
constexpr number <-> string convertions with full support of unterminated string views, utf convertion
Extensible conditional string micro templates
A C++ 20/23 general purpose class library. 25 different modules cover areas from strings and formatting, over debug logging to expression-parser and file scanner. Supports C++20 module compilation with Clang.
Can apply .NET format-string use named key-value arguments.
Simple string formatting with support for nested data
Contains some of the tips, tricks, and general notes that I learned about Python.
Sift duplicate whitespaces away!
Text formatting like std::format for microcontrollres
A custom implementation of the C standard library's printf function. This project is part of the 42 school curriculum, handling various format specifiers.
A string formatting module for Nim, inspired by Python's .format
An easily-integrable, extendable, typesafe, UTF-8 compliant, non-copyleft string formatter for C++17
String formatting module written in Jai.
A simple logger written in Python.
StringEnricher is a powerful and extensible C# library for building and enriching strings with rich text styles, supporting formats such as HTML and MarkdownV2. It is designed for scenarios where you need to dynamically compose styled messages, such as chatbots, messaging apps, or document generators. It is super performant and heap allocation free
A type-safe string templating library for TypeScript
A repo of stuffs inspired from Corey Schafer's YouTube channel
Convenient .ago() and .seconds() helpers for Ruby’s Time and String classes
Форматирование строк (String formatting)
ft_printf is a core project, where we implement our own version of the standard C library function `printf`. The objective is to reproduce the behavior of `printf`, supporting formatted output, variable arguments, and custom conversion specifications.
strkitN is a powerful Python package for manipulating strings. It provides a wide range of functions to perform common string operations easily. You can format strings, extract substrings, change case, remove punctuation, calculate length, validate alphanumeric content, process numeric values, analyze character frequencies, reverse text, replace su
Replace tags in templates with objects
Calculate your Body Mass Index (BMI) by entering your weight and height. The Python program computes your BMI and tells you if you're within a healthy range, below it, or above it.
A Custom String Formatter Written in C.
Fast string interpolation with built-in type validation
MyMediaApp is a straightforward Android application designed to help users manage their media files. It lets you select an image or video from your device and then quickly checks its file size against predefined limits (5 MB for images and 20 MB for videos). The app then clearly tells you if your selected file is accepted and rejected if large.
Split for every n occurrences of a pattern iteratively!