awesome-repositories.comKategorienBlog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 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 von facebookresearch

    facebookresearch/hydra

    10,449Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗10,449
  • anrieff/libcpuidAvatar von anrieff

    anrieff/libcpuid

    532Auf GitHub ansehen↗

    a small C library for x86 CPU detection and feature extraction

    C
    Auf GitHub ansehen↗532
  • leafsr/gcc-poisonAvatar von leafsr

    leafsr/gcc-poison

    194Auf GitHub ansehen↗

    gcc-poison

    Objective-C
    Auf GitHub ansehen↗194
  • thoas/go-funkAvatar von thoas

    thoas/go-funk

    4,939Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,939

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

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

    louisdx/cxx-prettyprint

    570Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗570
  • antirez/sdsAvatar von antirez

    antirez/sds

    5,486Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,486
  • astral-sh/uvAvatar von astral-sh

    astral-sh/uv

    86,451Auf GitHub ansehen↗

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

    imdario/mergo

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • verbalexpressions/qtverbalexpressionsAvatar von VerbalExpressions

    VerbalExpressions/QtVerbalExpressions

    67Auf GitHub ansehen↗

    QtVerbalExpressions

    C++
    Auf GitHub ansehen↗67
  • tqdm/tqdmAvatar von tqdm

    tqdm/tqdm

    31,203Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗31,203
  • nvzqz/randomkitAvatar von nvzqz

    nvzqz/RandomKit

    1,457Auf GitHub ansehen↗

    Random data generation in Swift

    Swift
    Auf GitHub ansehen↗1,457
  • mac-cain13/r.swiftAvatar von mac-cain13

    mac-cain13/R.swift

    9,574Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,574
  • filipw/dotnet-scriptAvatar von filipw

    filipw/dotnet-script

    3,002Auf GitHub ansehen↗

    Run C# scripts from the .NET CLI.

    C#
    Auf GitHub ansehen↗3,002
  • myriad-dreamin/tinymistAvatar von Myriad-Dreamin

    Myriad-Dreamin/tinymist

    2,907Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,907
  • agauniyal/rangAvatar von agauniyal

    agauniyal/rang

    1,581Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗1,581
  • aforward/ar2ectoAvatar von aforward

    aforward/ar2ecto

    13Auf GitHub ansehen↗

    Migrate your active record migrations to ecto compatible migrations

    Elixir
    Auf GitHub ansehen↗13
  • acidjunk/starlette-opentracingAvatar von acidjunk

    acidjunk/starlette-opentracing

    150Auf GitHub ansehen↗

    Opentracing support for Starlette and FastApi

    Python
    Auf GitHub ansehen↗150
  • afex/hystrix-goAvatar von afex

    afex/hystrix-go

    4,418Auf GitHub ansehen↗

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

    adelowo/onecache

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • abo/rerateA

    abo/rerate

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • 0xjohnnyboy/scretch.nvimAvatar von 0xJohnnyboy

    0xJohnnyboy/scretch.nvim

    34Auf GitHub ansehen↗

    📝 Neovim plugin to manage scratch files !

    Lua
    Auf GitHub ansehen↗34
  • airsaid/androidlocalizepluginAvatar von Airsaid

    Airsaid/AndroidLocalizePlugin

    620Auf GitHub ansehen↗

    English | 简体中文

    Kotlin
    Auf GitHub ansehen↗620
  • airsaid/inspirewritingpluginAvatar von Airsaid

    Airsaid/InspireWritingPlugin

    7Auf GitHub ansehen↗

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

    Kotlin
    Auf GitHub ansehen↗7
  • akaion/bleakA

    Akaion/Bleak

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alandsleman/formbuilderAvatar von AlandSleman

    AlandSleman/FormBuilder

    474Auf GitHub ansehen↗

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

    TypeScript
    Auf GitHub ansehen↗474
  • alejandrosuero/freeze-code.nvimAvatar von AlejandroSuero

    AlejandroSuero/freeze-code.nvim

    32Auf GitHub ansehen↗

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

    Lua
    Auf GitHub ansehen↗32
  • alex-lairan/monadsAvatar von alex-lairan

    alex-lairan/monads

    48Auf GitHub ansehen↗

    Monads for Crystal

    Crystal
    Auf GitHub ansehen↗48
  • alexbrazier/react-native-network-loggerAvatar von alexbrazier

    alexbrazier/react-native-network-logger

    677Auf GitHub ansehen↗

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

    TypeScript
    Auf GitHub ansehen↗677
  • alexdelorenzo/aiopathAvatar von alexdelorenzo

    alexdelorenzo/aiopath

    198Auf GitHub ansehen↗

    📁 Asynchronous pathlib for Python

    Python
    Auf GitHub ansehen↗198
  • aiokitchen/aiomiscAvatar von aiokitchen

    aiokitchen/aiomisc

    425Auf GitHub ansehen↗

    aiomisc - miscellaneous utils for asyncio

    Python
    Auf GitHub ansehen↗425