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

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

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

CaitieM20/Talks

0
View on GitHub↗
0 نجوم·0 تفرعات·3 مشاهدات

Talks

Features

  • Formal Verification - Educational resources and presentations on verifying distributed system correctness.

سجل النجوم

مخطط تاريخ النجوم لـ caitiem20/talksمخطط تاريخ النجوم لـ caitiem20/talks

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Talks

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Talks.
  • model-checking/kaniالصورة الرمزية لـ model-checking

    model-checking/kani

    2,943عرض على GitHub↗

    Kani is a formal verification tool and model checker for Rust. It functions as a bit-precise static analyzer that mathematically proves the correctness and memory safety of code by exhaustively analyzing program states to identify undefined behavior, panics, and logic errors. The tool identifies bugs by producing concrete counterexamples when program assertions or safety contracts are violated. It enables the definition of function contracts through preconditions and postconditions to verify that inputs and outputs match expected behavior. The system provides capabilities for Rust program an

    Rustmodel-checkingrustverification
    عرض على GitHub↗2,943
  • nasa-sw-vnv/ikosالصورة الرمزية لـ NASA-SW-VnV

    NASA-SW-VnV/ikos

    3,115عرض على GitHub↗

    Ikos is a formal verification suite and static analysis framework designed to prove the absence of undefined behaviors and runtime errors in C and C++ source code. It functions as an abstract interpretation tool that approximates program execution to identify potential crashes and software defects. The system utilizes a compiler front-end to translate source code into a specialized abstract representation. This process decouples language parsing from the analysis logic, allowing the framework to perform deep program analysis via a formal verification system. The toolkit covers several analys

    C++abstract-interpretationprogram-analysissoftware-verification
    عرض على GitHub↗3,115
  • leanprover/lean4الصورة الرمزية لـ leanprover

    leanprover/lean4

    8,306عرض على GitHub↗

    Lean 4 is a functional programming language and interactive proof assistant used to formalize mathematics and verify software correctness. It functions as a dependent type theorem prover and a formal verification tool that allows users to construct mathematical proofs and ensure program correctness. Additionally, it serves as a logic-based source for generating verified datasets used to train and benchmark artificial intelligence reasoning systems. The system distinguishes itself through a small-kernel verification model, where all proofs are verified by a trusted core of basic logical rules.

    Leanleanlean4
    عرض على GitHub↗8,306
  • veeral-patel/how-to-secure-anythingالصورة الرمزية لـ veeral-patel

    veeral-patel/how-to-secure-anything

    10,224عرض على GitHub↗

    This project is a comprehensive security suite and knowledge base focused on the engineering and construction of trustworthy digital and physical systems. It provides a systematic framework for security engineering design, covering the establishment of high-assurance architectures and the implementation of security models that govern how a system achieves its safety goals. The project is distinguished by its focus on formal assurance and adversarial deterrence. It includes methodologies for creating security assurance cases and proofs to verify system trustworthiness, alongside economic and t

    secure-designsecure-systemssecurity
    عرض على GitHub↗10,224
عرض جميع البدائل الـ 11 لـ Talks→

الأسئلة الشائعة

ما هي الميزات الرئيسية لـ caitiem20/talks؟

الميزات الرئيسية لـ caitiem20/talks هي: Formal Verification.

ما هي البدائل مفتوحة المصدر لـ caitiem20/talks؟

تشمل البدائل مفتوحة المصدر لـ caitiem20/talks: model-checking/kani — Kani is a formal verification tool and model checker for Rust. It functions as a bit-precise static analyzer that… nasa-sw-vnv/ikos — Ikos is a formal verification suite and static analysis framework designed to prove the absence of undefined behaviors… veeral-patel/how-to-secure-anything — This project is a comprehensive security suite and knowledge base focused on the engineering and construction of… leanprover/lean4 — Lean 4 is a functional programming language and interactive proof assistant used to formalize mathematics and verify… uwplse/verdi. verigu/distai.