string-formatting

There are 63 repositories under string-formatting topic.

  • p-ranav/binary_log

    Fast binary logger for C++

    Language:C++22712216
  • PgBiel/typst-oxifmt

    Convenient Rust-like string formatting in Typst (previously "typst-strfmt")

    Language:Typst502110
  • agoda-com/react-handyman

    👨‍🔧 Enhance your React.js app with i18n, string formatting, ab tests and other handy packages!

    Language:TypeScript386178
  • fazy

    pomponchik/fazy

    Lazy f-strings for everyone

    Language:Python32222
  • arturbac/stralgo

    constexpr number <-> string convertions with full support of unterminated string views, utf convertion

    Language:C++12311
  • nderscore/runty

    Extensible conditional string micro templates

    Language:TypeScript11210
  • AlexWorx/ALib-Class-Library

    A C++ 17/20 general purpose class library. 17 (!) different modules cover areas from strings and formatting, over debug logging to expression-parser and file scanner.

    Language:C++8103
  • educastellano/template-format

    Simple string formatting with support for nested data

    Language:JavaScript7201
  • kekyo/NamingFormatter

    Can apply .NET format-string use named key-value arguments.

    Language:C#7221
  • Ahmad-Zaki/Python-Notes

    Contains some of the tips, tricks, and general notes that I learned about Python.

    Language:Jupyter Notebook6201
  • art-den/micro_format

    Text formatting like std::format for microcontrollres

    Language:C++5301
  • JumperBot/whitespace-sifter

    Sift duplicate whitespaces away!

    Language:Rust4200
  • kaushalmodi/strfmt

    A string formatting module for Nim, inspired by Python's .format

    Language:Nim426
  • agnlt64/PyLog

    A simple logger written in Python.

    Language:Python310
  • ostef/jai-fmt

    String formatting module written in Jai.

    Language:Batchfile3100
  • rainerzufalldererste/sformat

    An easily-integrable, extendable, typesafe, UTF-8 compliant, non-copyleft string formatter for C++17

    Language:C++3201
  • kalenchukov/StringFormatting

    Форматирование строк (String formatting)

    Language:Java2100
  • loderunner/typelit

    A type-safe string templating library for TypeScript

    Language:TypeScript210
  • uditmanav17/CoreySchafer

    A repo of stuffs inspired from Corey Schafer's YouTube channel

    Language:Jupyter Notebook2100
  • yegor256/tago

    Convenient .ago() and .seconds() helpers for Ruby’s Time and String classes

    Language:Ruby2231
  • CodeJamboree/replace-tags

    Replace tags in templates with objects

    Language:TypeScript1000
  • DanielFonsecaa/Printf-42

    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.

    Language:C1
  • golu19102003/My-Media-App

    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.

    Language:Java1
  • JumperBot/split-every

    Split for every n occurrences of a pattern iteratively!

    Language:Rust1100
  • kevinhermawan/strpolate

    Fast string interpolation with built-in type validation

    Language:TypeScript1200
  • mikerockett/human_bytes

    Converts bytes into human-friendly strings.

    Language:V1200
  • mosswg/FormatString

    A Custom String Formatter Written in C.

    Language:C1100
  • qtle3/bmi_calculator

    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.

    Language:Python1100
  • Software-Research-Lab/dropsuit-clnstr

    The clnstr function is a JavaScript and Node.js function that is part of the DropSuit NLP library. It is designed to clean and format strings by removing marks, extra marks and converting the trimmed string to lowercase. It's open-source and available under the Apache-2.0 license.

    Language:JavaScript1200
  • Swish78/strkitN

    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

    Language:Python1100
  • nabilac27/42-ft_printf

    an implementation of printf function, utilizing variadic functions to handle formatted output with custom parsing and formatting logic.

    Language:C0100
  • ricvrdv/ft_printf

    Project in which I had to recreate the function printf() from the C standard library.

    Language:C0100
  • Dipanshu-89/my-project

    A fun Python-based mini version of Kaun Banega Crorepati. Features multiple-choice questions, prize money progression, and a quit option to take home your winnings.

    Language:HTML
  • samliebl/smart-punctuation

    App on replacing various types of punctuation with their "smart" equivalents, handling things like straight-to-curly quotes, dashes, etc.​

    Language:JavaScript10
  • SLargo18/printf

    A custom implementation of the standard `printf` function using variadic arguments in C.

    Language:C
  • vonschell/language-translator

    The Language Translator app allows users to translate English phrases into Spanish and French. Utilizing a dictionary and CSV file for translations, users can input English words and receive their corresponding translations or an error message if the word is not listed. The app includes an introduction and exit message, enhancing user interaction.

    Language:Python10