awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 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/hydraAvatar facebookresearch

    facebookresearch/hydra

    10,449Vezi pe 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
    Vezi pe GitHub↗10,449
  • anrieff/libcpuidAvatar anrieff

    anrieff/libcpuid

    532Vezi pe GitHub↗

    a small C library for x86 CPU detection and feature extraction

    C
    Vezi pe GitHub↗532
  • leafsr/gcc-poisonAvatar leafsr

    leafsr/gcc-poison

    194Vezi pe GitHub↗

    gcc-poison

    Objective-C
    Vezi pe GitHub↗194
  • thoas/go-funkAvatar thoas

    thoas/go-funk

    4,939Vezi pe 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
    Vezi pe GitHub↗4,939

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • louisdx/cxx-prettyprintAvatar louisdx

    louisdx/cxx-prettyprint

    570Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗570
  • antirez/sdsAvatar antirez

    antirez/sds

    5,486Vezi pe 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
    Vezi pe GitHub↗5,486
  • astral-sh/uvAvatar astral-sh

    astral-sh/uv

    86,451Vezi pe 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
    Vezi pe GitHub↗86,451
  • imdario/mergoI

    imdario/mergo

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • verbalexpressions/qtverbalexpressionsAvatar VerbalExpressions

    VerbalExpressions/QtVerbalExpressions

    67Vezi pe GitHub↗

    QtVerbalExpressions

    C++
    Vezi pe GitHub↗67
  • tqdm/tqdmAvatar tqdm

    tqdm/tqdm

    31,203Vezi pe 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
    Vezi pe GitHub↗31,203
  • nvzqz/randomkitAvatar nvzqz

    nvzqz/RandomKit

    1,457Vezi pe GitHub↗

    Random data generation in Swift

    Swift
    Vezi pe GitHub↗1,457
  • mac-cain13/r.swiftAvatar mac-cain13

    mac-cain13/R.swift

    9,574Vezi pe 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
    Vezi pe GitHub↗9,574
  • filipw/dotnet-scriptAvatar filipw

    filipw/dotnet-script

    3,002Vezi pe GitHub↗

    Run C# scripts from the .NET CLI.

    C#
    Vezi pe GitHub↗3,002
  • myriad-dreamin/tinymistAvatar Myriad-Dreamin

    Myriad-Dreamin/tinymist

    2,907Vezi pe 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
    Vezi pe GitHub↗2,907
  • agauniyal/rangAvatar agauniyal

    agauniyal/rang

    1,581Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗1,581
  • aforward/ar2ectoAvatar aforward

    aforward/ar2ecto

    13Vezi pe GitHub↗

    Migrate your active record migrations to ecto compatible migrations

    Elixir
    Vezi pe GitHub↗13
  • acidjunk/starlette-opentracingAvatar acidjunk

    acidjunk/starlette-opentracing

    150Vezi pe GitHub↗

    Opentracing support for Starlette and FastApi

    Python
    Vezi pe GitHub↗150
  • afex/hystrix-goAvatar afex

    afex/hystrix-go

    4,418Vezi pe 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
    Vezi pe GitHub↗4,418
  • adelowo/onecacheA

    adelowo/onecache

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • abo/rerateA

    abo/rerate

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • 0xjohnnyboy/scretch.nvimAvatar 0xJohnnyboy

    0xJohnnyboy/scretch.nvim

    34Vezi pe GitHub↗

    📝 Neovim plugin to manage scratch files !

    Lua
    Vezi pe GitHub↗34
  • airsaid/androidlocalizepluginAvatar Airsaid

    Airsaid/AndroidLocalizePlugin

    620Vezi pe GitHub↗

    English | 简体中文

    Kotlin
    Vezi pe GitHub↗620
  • airsaid/inspirewritingpluginAvatar Airsaid

    Airsaid/InspireWritingPlugin

    7Vezi pe GitHub↗

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

    Kotlin
    Vezi pe GitHub↗7
  • akaion/bleakA

    Akaion/Bleak

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • alandsleman/formbuilderAvatar AlandSleman

    AlandSleman/FormBuilder

    474Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗474
  • alejandrosuero/freeze-code.nvimAvatar AlejandroSuero

    AlejandroSuero/freeze-code.nvim

    32Vezi pe GitHub↗

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

    Lua
    Vezi pe GitHub↗32
  • alex-lairan/monadsAvatar alex-lairan

    alex-lairan/monads

    48Vezi pe GitHub↗

    Monads for Crystal

    Crystal
    Vezi pe GitHub↗48
  • alexbrazier/react-native-network-loggerAvatar alexbrazier

    alexbrazier/react-native-network-logger

    677Vezi pe GitHub↗

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

    TypeScript
    Vezi pe GitHub↗677
  • alexdelorenzo/aiopathAvatar alexdelorenzo

    alexdelorenzo/aiopath

    198Vezi pe GitHub↗

    📁 Asynchronous pathlib for Python

    Python
    Vezi pe GitHub↗198
  • aiokitchen/aiomiscAvatar aiokitchen

    aiokitchen/aiomisc

    425Vezi pe GitHub↗

    aiomisc - miscellaneous utils for asyncio

    Python
    Vezi pe GitHub↗425