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

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

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

Open-source alternatives to System

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

  • bloomberg/bdeالصورة الرمزية لـ bloomberg

    bloomberg/bde

    1,820عرض على GitHub↗

    Basic Development Environment - a set of foundational C++ libraries used at Bloomberg.

    C++allocatorscppcpp-library
    عرض على GitHub↗1,820
  • cucumber/godogالصورة الرمزية لـ cucumber

    cucumber/godog

    2,635عرض على GitHub↗

    Cucumber for golang

    Go
    عرض على GitHub↗2,635
  • d60/cirqusالصورة الرمزية لـ d60

    d60/Cirqus

    231عرض على GitHub↗

    :x: d60 event sourcing CQRS framework

    C#
    عرض على GitHub↗231
  • damianh/cedar.commandhandlingD

    damianh/Cedar.CommandHandling

    0عرض على GitHub↗
    عرض على GitHub↗0
  • damianh/sqlstreamstoreD

    damianh/SqlStreamStore

    0عرض على GitHub↗
    عرض على GitHub↗0
  • deepmind/sonnetالصورة الرمزية لـ deepmind

    deepmind/sonnet

    9,920عرض على GitHub↗

    Sonnet is a modular machine learning framework and TensorFlow library used for building, training, and managing deep learning models. It functions as a system for composing neural networks from reusable modules and layers that encapsulate their own parameters and internal states. The project provides specialized tools for distributed model training, enabling the synchronization of gradients across multiple hardware devices. It also serves as a model state management system, allowing for the persistence of neural network weights and the export of portable models that separate the computation g

    Python
    عرض على GitHub↗9,920

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

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

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

Find more with AI search
  • deveel/deveel.repositoryالصورة الرمزية لـ deveel

    deveel/deveel.repository

    3عرض على GitHub↗

    Implementations of the repository pattern for .NET to support the domain-driven modeling

    C#
    عرض على GitHub↗3
  • elderjames/shriek-fxالصورة الرمزية لـ ElderJames

    ElderJames/shriek-fx

    652عرض على GitHub↗

    An easy-to-use rapid development framework developed on the basis of.NET Core 2.0, following the constraints of domain Driven Design (DDD) specifications, combined with the CQRS architecture to provide the infrastructure for event-driven, event backtracking, responsiveness, and more. Let developers enjoy the true meaning of object-oriented design patterns brought by the aesthetic.

    C#
    عرض على GitHub↗652
  • elpapi42/deepbayالصورة الرمزية لـ ElPapi42

    ElPapi42/DeepBay

    4عرض على GitHub↗

    Tensorflow/Keras Plug-N-Play Deep Learning Models Compilation

    Python
    عرض على GitHub↗4
  • ethereon/caffe-tensorflowالصورة الرمزية لـ ethereon

    ethereon/caffe-tensorflow

    2,787عرض على GitHub↗

    Caffe models in TensorFlow

    Python
    عرض على GitHub↗2,787
  • eventflow/eventflowالصورة الرمزية لـ eventflow

    eventflow/EventFlow

    2,562عرض على GitHub↗

    Async/await first CQRS+ES and DDD framework for .NET

    C#async-awaitc-sharpcqrs
    عرض على GitHub↗2,562
  • facebook/follyالصورة الرمزية لـ facebook

    facebook/folly

    30,412عرض على GitHub↗

    Folly is a collection of high-performance C++ components designed as an extension to the C++ Standard Library for large-scale production environments. It provides specialized toolkits for memory management, concurrency, asynchronous workflows, and low-latency input and output operations. The project distinguishes itself through the provision of lock-free containers and bounded queues to minimize contention in multi-threaded applications, alongside a framework for managing deferred computations using futures and promises. It further offers specialized memory arenas and optimized implementation

    C++
    عرض على GitHub↗30,412
  • facebook/react-nativeالصورة الرمزية لـ facebook

    facebook/react-native

    126,019عرض على GitHub↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    C++androidapp-frameworkcross-platform
    عرض على GitHub↗126,019
  • facebookarchive/libphenomالصورة الرمزية لـ facebookarchive

    facebookarchive/libphenom

    1,665عرض على GitHub↗

    An eventing framework for building high performance and high scalability systems in C.

    C
    عرض على GitHub↗1,665
  • go-bdd/gobddالصورة الرمزية لـ go-bdd

    go-bdd/gobdd

    142عرض على GitHub↗

    BDD framework

    Go
    عرض على GitHub↗142
  • go-swagger/go-swaggerالصورة الرمزية لـ go-swagger

    go-swagger/go-swagger

    9,989عرض على GitHub↗

    go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command

    Goapicode-generatorgo
    عرض على GitHub↗9,989
  • hlaueriksson/commandqueryالصورة الرمزية لـ hlaueriksson

    hlaueriksson/CommandQuery

    109عرض على GitHub↗

    Command Query Separation for 🌐ASP.NET Core ⚡AWS Lambda ⚡Azure Functions ⚡Google Cloud Functions

    C#asp-net-coreaws-lambdaazure-functions
    عرض على GitHub↗109
  • jasperfx/martenالصورة الرمزية لـ JasperFx

    JasperFx/marten

    3,411عرض على GitHub↗

    .NET Transactional Document DB and Event Store on PostgreSQL

    C#document-databasedocumentdbdotnet
    عرض على GitHub↗3,411
  • jbogard/mediatrالصورة الرمزية لـ jbogard

    jbogard/MediatR

    11,841عرض على GitHub↗

    MediatR is a .NET library for implementing the mediator pattern, serving as an in-process message broker that decouples senders and receivers by routing messages through a central dispatcher. It enables the transmission of requests and notifications between different components within a single application process. The framework provides a pipeline behavior system that allows for the interception and processing of messages through a sequence of custom behaviors. This architecture is used to implement cross-cutting concerns, such as logging or validation, across multiple handlers. The library

    C#
    عرض على GitHub↗11,841
  • jeyjeyemem/xer.cqrsالصورة الرمزية لـ jeyjeyemem

    jeyjeyemem/Xer.Cqrs

    103عرض على GitHub↗

    A lightweight and easy-to-use CQRS DDD library

    C#
    عرض على GitHub↗103
  • jll63/yomm11الصورة الرمزية لـ jll63

    jll63/yomm11

    119عرض على GitHub↗

    This library implements open multi-methods for C++11.

    C++
    عرض على GitHub↗119
  • jonsequitur/its.cqrsالصورة الرمزية لـ jonsequitur

    jonsequitur/Its.Cqrs

    76عرض على GitHub↗

    A set of libraries for CQRS and Event Sourcing, with a Domain-Driven Design flavor.

    C#
    عرض على GitHub↗76
  • masstransit/masstransitالصورة الرمزية لـ MassTransit

    MassTransit/MassTransit

    7,760عرض على GitHub↗

    MassTransit is a .NET distributed application framework and asynchronous messaging library designed for building distributed systems. It serves as an enterprise service bus implementation that handles the routing, transformation, and delivery of messages between decoupled services. The framework provides a message broker abstraction layer, which decouples application code from specific messaging infrastructure such as RabbitMQ, Azure Service Bus, or Amazon SQS. It supports event-driven architecture and asynchronous microservices communication to improve system scalability and availability. T

    C#azure-service-busc-sharpdotnet
    عرض على GitHub↗7,760
  • merrioncomputing/cqrsazureالصورة الرمزية لـ MerrionComputing

    MerrionComputing/CQRSAzure

    26عرض على GitHub↗

    CQRS on Windows Azure

    C#
    عرض على GitHub↗26
  • message-db/message-dbالصورة الرمزية لـ message-db

    message-db/message-db

    1,650عرض على GitHub↗
    Shellevent-drivenevent-sourcingevent-store
    عرض على GitHub↗1,650
  • metaplex-foundation/mpl-token-metadataM

    metaplex-foundation/mpl-token-metadata

    0عرض على GitHub↗

    Metaplex Token Metadata Program to attach additional data to Fungible or Non-Fungible tokens on Solana. It achieves this using Program Derived Addresses (PDAs) that are derived from the address of Mint accounts.

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

    meteor/meteor

    44,779عرض على GitHub↗

    Meteor is a full-stack JavaScript application platform and real-time application server. It provides a unified development environment for building web and mobile applications using a single language for both the client and server. The platform functions as a cross-platform app framework, allowing a single codebase to be deployed across web, iOS, Android, and desktop environments. It differentiates itself through a real-time server that automatically synchronizes data between servers and clients to enable live updates. The system includes a unified development command-line interface to manag

    JavaScriptbuild-systemframeworkhacktoberfest
    عرض على GitHub↗44,779
  • mission202/stringly.typedالصورة الرمزية لـ mission202

    mission202/Stringly.Typed

    49عرض على GitHub↗

    Making it easier to convert strings to/from .NET types.

    C#
    عرض على GitHub↗49
  • mortendahl/tf-encryptedالصورة الرمزية لـ mortendahl

    mortendahl/tf-encrypted

    3عرض على GitHub↗

    A Framework for Encrypted Machine Learning in TensorFlow

    عرض على GitHub↗3
  • bitloops/bitloops-languageالصورة الرمزية لـ bitloops

    bitloops/bitloops-language

    358عرض على GitHub↗

    Open-source transpiled programming language that helps you write clean code, well-designed systems, and build high-quality software that is testable, auditable and maintainable. Like what you see? Don't forget to star! :star: ^^^

    TypeScript
    عرض على GitHub↗358