awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to thellimist/swiftrandom

Open-source alternatives to SwiftRandom

30 open-source projects similar to thellimist/swiftrandom, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best SwiftRandom alternative.

  • facebookresearch/hydraالصورة الرمزية لـ facebookresearch

    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
  • anrieff/libcpuidالصورة الرمزية لـ anrieff

    anrieff/libcpuid

    532عرض على GitHub↗

    a small C library for x86 CPU detection and feature extraction

    C
    عرض على GitHub↗532
  • leafsr/gcc-poisonالصورة الرمزية لـ leafsr

    leafsr/gcc-poison

    194عرض على GitHub↗

    gcc-poison

    Objective-C
    عرض على GitHub↗194
  • thoas/go-funkالصورة الرمزية لـ thoas

    thoas/go-funk

    4,939عرض على GitHub↗

    go-funk is a functional programming library for Go that provides a set of helper functions to transform and query slices and maps. It enables a declarative coding style for collection manipulation and data transformation, reducing the need for repetitive manual loops. The library implements higher-order functions for common operations, including mapping, filtering, and searching through data structures using predicates and callbacks. It includes utilities for detecting element existence and finding common elements between collections. These capabilities are supported through generic-based ty

    Go
    عرض على GitHub↗4,939

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • louisdx/cxx-prettyprintالصورة الرمزية لـ louisdx

    louisdx/cxx-prettyprint

    570عرض على GitHub↗

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

    C++
    عرض على GitHub↗570
  • antirez/sdsالصورة الرمزية لـ antirez

    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/uvالصورة الرمزية لـ astral-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
  • imdario/mergoI

    imdario/mergo

    0عرض على GitHub↗
    عرض على GitHub↗0
  • verbalexpressions/qtverbalexpressionsالصورة الرمزية لـ VerbalExpressions

    VerbalExpressions/QtVerbalExpressions

    67عرض على GitHub↗

    QtVerbalExpressions

    C++
    عرض على GitHub↗67
  • tqdm/tqdmالصورة الرمزية لـ tqdm

    tqdm/tqdm

    31,203عرض على GitHub↗

    Tqdm is a terminal-based progress indicator that provides real-time visual feedback for long-running tasks and data processing pipelines. It functions as an iteration tracking wrapper, allowing developers to monitor the completion status of loops and data streams by wrapping standard iterables without modifying the underlying data source. The project distinguishes itself through its use of terminal escape sequences to render dynamic text and graphical bars that update in place. It supports both automatic tracking of iterable collections and manual progress incrementing for non-linear tasks wh

    Pythoncliclosemberconsole
    عرض على GitHub↗31,203
  • nvzqz/randomkitالصورة الرمزية لـ nvzqz

    nvzqz/RandomKit

    1,457عرض على GitHub↗

    Random data generation in Swift

    Swift
    عرض على GitHub↗1,457
  • mac-cain13/r.swiftالصورة الرمزية لـ mac-cain13

    mac-cain13/R.swift

    9,574عرض على GitHub↗

    R.swift is a resource generator and build tool plugin for Swift projects that creates type-safe accessors for bundle resources. It maps images, colors, localized strings, and bundle files to autocompleted Swift constants, replacing hardcoded string identifiers with strongly typed wrappers to ensure compile-time validation. The system functions as an asset wrapper that integrates into the build process to synchronize resource identifiers with source code. It utilizes static resource analysis to transform project configuration settings, entitlement values, and asset catalogs into a structured A

    Swiftautocompletioncode-generatorios
    عرض على GitHub↗9,574
  • filipw/dotnet-scriptالصورة الرمزية لـ filipw

    filipw/dotnet-script

    3,002عرض على GitHub↗

    Run C# scripts from the .NET CLI.

    C#
    عرض على GitHub↗3,002
  • myriad-dreamin/tinymistالصورة الرمزية لـ Myriad-Dreamin

    Myriad-Dreamin/tinymist

    2,907عرض على GitHub↗

    Tinymist is a comprehensive suite of tools for Typst document authoring, serving as a language server, document compiler, and project manager. It provides a standardized language service via the Language Server Protocol to enable editor features such as autocompletion, navigation, and semantic highlighting. The project distinguishes itself by integrating a TCP-based live preview server for real-time visual rendering and an advanced static analysis tool that utilizes abstract syntax trees and bidirectional type checking. It also includes a project management system capable of handling multi-fi

    Rustdapdap-serverformatter
    عرض على GitHub↗2,907
  • agauniyal/rangالصورة الرمزية لـ agauniyal

    agauniyal/rang

    1,581عرض على GitHub↗

    A Minimal, Header only Modern c++ library for terminal goodies 💄✨

    C++
    عرض على GitHub↗1,581
  • aforward/ar2ectoالصورة الرمزية لـ aforward

    aforward/ar2ecto

    13عرض على GitHub↗

    Migrate your active record migrations to ecto compatible migrations

    Elixir
    عرض على GitHub↗13
  • acidjunk/starlette-opentracingالصورة الرمزية لـ acidjunk

    acidjunk/starlette-opentracing

    150عرض على GitHub↗

    Opentracing support for Starlette and FastApi

    Python
    عرض على GitHub↗150
  • afex/hystrix-goالصورة الرمزية لـ afex

    afex/hystrix-go

    4,418عرض على GitHub↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    عرض على GitHub↗4,418
  • adelowo/onecacheA

    adelowo/onecache

    0عرض على GitHub↗
    عرض على GitHub↗0
  • abo/rerateA

    abo/rerate

    0عرض على GitHub↗
    عرض على GitHub↗0
  • 0xjohnnyboy/scretch.nvimالصورة الرمزية لـ 0xJohnnyboy

    0xJohnnyboy/scretch.nvim

    34عرض على GitHub↗

    📝 Neovim plugin to manage scratch files !

    Lua
    عرض على GitHub↗34
  • airsaid/androidlocalizepluginالصورة الرمزية لـ Airsaid

    Airsaid/AndroidLocalizePlugin

    620عرض على GitHub↗

    English | 简体中文

    Kotlin
    عرض على GitHub↗620
  • airsaid/inspirewritingpluginالصورة الرمزية لـ Airsaid

    Airsaid/InspireWritingPlugin

    7عرض على GitHub↗

    An IntelliJ IDEA plugin is used to inspire you to write code.

    Kotlin
    عرض على GitHub↗7
  • akaion/bleakA

    Akaion/Bleak

    0عرض على GitHub↗
    عرض على GitHub↗0
  • alandsleman/formbuilderالصورة الرمزية لـ AlandSleman

    AlandSleman/FormBuilder

    474عرض على GitHub↗

    UI based codegen tool to easily create Beautiful and Type safe @shadcn/ui forms (Next.js, Vue, Svelte)

    TypeScript
    عرض على GitHub↗474
  • alejandrosuero/freeze-code.nvimالصورة الرمزية لـ AlejandroSuero

    AlejandroSuero/freeze-code.nvim

    32عرض على GitHub↗

    Take a code screenshot using freeze by https://charm.sh/

    Lua
    عرض على GitHub↗32
  • alex-lairan/monadsالصورة الرمزية لـ alex-lairan

    alex-lairan/monads

    48عرض على GitHub↗

    Monads for Crystal

    Crystal
    عرض على GitHub↗48
  • alexbrazier/react-native-network-loggerالصورة الرمزية لـ alexbrazier

    alexbrazier/react-native-network-logger

    677عرض على GitHub↗

    An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code

    TypeScript
    عرض على GitHub↗677
  • alexdelorenzo/aiopathالصورة الرمزية لـ alexdelorenzo

    alexdelorenzo/aiopath

    198عرض على GitHub↗

    📁 Asynchronous pathlib for Python

    Python
    عرض على GitHub↗198
  • aiokitchen/aiomiscالصورة الرمزية لـ aiokitchen

    aiokitchen/aiomisc

    425عرض على GitHub↗

    aiomisc - miscellaneous utils for asyncio

    Python
    عرض على GitHub↗425