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

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

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

leafsr/gcc-poison

0
View on GitHub↗
194 星标·19 分支·Objective-C·7 次浏览

Gcc Poison

gcc-poison

Features

  • Development Utilities - Header to ban unsafe C/C++ functions.
  • General Utilities - Header to ban unsafe functions in applications.

Star 历史

leafsr/gcc-poison 的 Star 历史图表leafsr/gcc-poison 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Gcc Poison 的开源替代方案

相似的开源项目,按与 Gcc Poison 的功能重合度排序。
  • antirez/sdsantirez 的头像

    antirez/sds

    5,486在 GitHub 上查看↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    在 GitHub 上查看↗5,486
  • astral-sh/uvastral-sh 的头像

    astral-sh/uv

    86,451在 GitHub 上查看↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure reproducible builds across different platforms. The tool distinguishes itself through its use of a global, content-addressable cache and hard-link-based environment provisioning, which allow for near-instant environment creation and minimal disk usage. It employs a high-performance

    Rustpackagingpythonresolver
    在 GitHub 上查看↗86,451
  • anrieff/libcpuidanrieff 的头像

    anrieff/libcpuid

    532在 GitHub 上查看↗

    a small C library for x86 CPU detection and feature extraction

    C
    在 GitHub 上查看↗532
  • facebookresearch/hydrafacebookresearch 的头像

    facebookresearch/hydra

    10,449在 GitHub 上查看↗

    Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex application settings through composable configuration files and command-line overrides, ensuring that configuration values match expected data types during instantiation. The framework functions as a dynamic object instantiator that creates class instances directly from hierarchical configuration values and nested objects. It also operates as a hyperparameter sweep orchestrator and cluster job launcher, enabling the execution of multiple application runs across parameter range

    Python
    在 GitHub 上查看↗10,449
查看 Gcc Poison 的所有 30 个替代方案→

常见问题解答

leafsr/gcc-poison 是做什么的?

gcc-poison

leafsr/gcc-poison 的主要功能有哪些?

leafsr/gcc-poison 的主要功能包括:Development Utilities, General Utilities。

leafsr/gcc-poison 有哪些开源替代品?

leafsr/gcc-poison 的开源替代品包括: astral-sh/uv — uv is a high-performance Python package manager and project build tool designed to handle dependency resolution,… filipw/dotnet-script — Run C# scripts from the .NET CLI. anrieff/libcpuid — a small C library for x86 CPU detection and feature extraction. antirez/sds — sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements… facebookresearch/hydra — Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex… imdario/mergo.