awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

13 个仓库

Awesome GitHub RepositoriesData Formatting

Utilities for pretty-printing and text formatting.

Explore 13 awesome GitHub repositories matching part of an awesome list · Data Formatting. Refine with filters or upvote what's useful.

Awesome Data Formatting GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • fmtlib/fmtfmtlib 的头像

    fmtlib/fmt

    23,596在 GitHub 上查看↗

    fmt is a type-safe C++ text formatting library used to convert data into formatted strings and text. It serves as a high-performance string buffer utility and provided the basis for the formatting features introduced in the C++20 standard. The library shifts format string validation and size computation to the compilation phase to prevent runtime crashes and increase execution speed. It utilizes a memory-efficient interface to write formatted data directly into buffers, minimizing allocations and eliminating intermediate string overhead. The project covers a broad range of text processing ca

    Modern and efficient formatting library.

    C++
    在 GitHub 上查看↗23,596
  • alandefreitas/matplotplusplusalandefreitas 的头像

    alandefreitas/matplotplusplus

    4,894在 GitHub 上查看↗

    这个 C++ 数据可视化库是一个科学绘图框架,用于创建 2D 和 3D 图表、网络图和地理地图。它作为一个多后端图形库运行,将高级绘图逻辑与低级渲染引擎解耦,以支持各种输出后端。 该项目以其双接口 API 脱颖而出,既提供用于快速原型的全局函数接口,也提供用于精确控制的面向对象接口。它具有一个用于管理平铺网格和子图的基于组件的布局引擎,以及一个允许在不清除坐标轴的情况下叠加多个数据系列的层级绘图状态。 该库涵盖了广泛的可视化功能,包括数学函数绘图、向量场,以及通过热力图和平行坐标进行的多维数据分析。它包括用于地理数据可视化的专用工具(如地理气泡图和地理密度图),以及用于渲染有向和无向图网络的工具。通用功能包括坐标轴管理、带有色图的美学样式,以及高质量图形的导出。 该项目利用 CMake 进行构建自动化和依赖检索,以促进在不同操作系统上的安装。

    Graphics library for data visualization.

    C++charting-librarychartscontour-plots
    在 GitHub 上查看↗4,894
  • bombela/backward-cppbombela 的头像

    bombela/backward-cpp

    4,285在 GitHub 上查看↗

    backward-cpp 是一个 C++ 堆栈跟踪库和调试工具,旨在捕获、解析并打印详细的执行轨迹和崩溃报告。它作为崩溃报告器和调用堆栈打印机,将原始内存地址转换为人类可读的函数名、文件名和行号。 该项目通过注册系统处理程序来处理致命错误(如段错误),从而实现自动崩溃报告,并在程序失败时自动生成执行轨迹。它的独特之处在于能从磁盘提取源代码片段,在解析后的堆栈帧旁显示具体的代码行。 该工具集涵盖了堆栈帧展开和内存地址解析,以分析导致崩溃的函数调用序列。它包括延迟符号翻译和彩色渲染功能,用于格式化终端输出的跟踪数据。

    Stack trace pretty-printer for debugging.

    C++
    在 GitHub 上查看↗4,285
  • p-ranav/tabulatep-ranav 的头像

    p-ranav/tabulate

    2,166在 GitHub 上查看↗

    Table Maker for Modern C++

    Table generation tool for modern C++.

    C++
    在 GitHub 上查看↗2,166
  • p-ranav/pprintp-ranav 的头像

    p-ranav/pprint

    935在 GitHub 上查看↗

    Pretty Printer for Modern C++

    Pretty-printing utility for modern C++.

    C++
    在 GitHub 上查看↗935
  • louisdx/cxx-prettyprintlouisdx 的头像

    louisdx/cxx-prettyprint

    570在 GitHub 上查看↗

    A header-only library for C++(0x) that allows automagic pretty-printing of any container.

    Pretty-printing arbitrary containers.

    C++
    在 GitHub 上查看↗570
  • abrg-models/morphologicaABRG-Models 的头像

    ABRG-Models/morphologica

    309在 GitHub 上查看↗

    Header-only library code to visualize C++ numerical simulations using fast, modern OpenGL.

    OpenGL-based graphics and data visualization.

    C++
    在 GitHub 上查看↗309
  • viatorus/emioViatorus 的头像

    Viatorus/emio

    185在 GitHub 上查看↗

    A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.

    High-level character I/O library for C++20.

    C++
    在 GitHub 上查看↗185
  • mobius3/asapmobius3 的头像

    mobius3/asap

    77在 GitHub 上查看↗

    A C++ header-only library for creating, displaying, iterating and manipulating dates

    Date manipulation and display library.

    C++
    在 GitHub 上查看↗77
  • robhz786/strfrobhz786 的头像

    robhz786/strf

    71在 GitHub 上查看↗

    Yet another C++ text formatting library.

    Fast formatting library for C++14.

    C++
    在 GitHub 上查看↗71
  • ziotom78/gplotppziotom78 的头像

    ziotom78/gplotpp

    33在 GitHub 上查看↗

    A header-only C++ library that interfaces with Gnuplot

    Header-only plotting library compatible with Gnuplot.

    C++
    在 GitHub 上查看↗33
  • aminya/emioA

    aminya/emio

    0在 GitHub 上查看↗

    Safe and fast character I/O library.

    在 GitHub 上查看↗0
  • tcbrindle/asapT

    tcbrindle/asap

    0在 GitHub 上查看↗

    Library for creating and manipulating dates.

    在 GitHub 上查看↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Data Formatting