awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
S

sysprog21/fibdrv

0
View on GitHub↗
0 स्टार्स·0 फोर्क्स·1 व्यू

Fibdrv

Features

  • Kernel Modules - Kernel module for calculating Fibonacci sequences.

स्टार हिस्ट्री

sysprog21/fibdrv के लिए स्टार हिस्ट्री चार्टsysprog21/fibdrv के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Fibdrv के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Fibdrv के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • mayfrost/guidesmayfrost का अवतार

    mayfrost/guides

    2,001GitHub पर देखें↗

    This project is a comprehensive technical documentation repository focused on Linux system administration, network security, and privacy-oriented computing. It provides a curated knowledge base of instructional guides and configuration tutorials designed to assist users in managing low-level system environments, kernel compilation, and bootloader setup. The repository distinguishes itself by emphasizing privacy engineering and infrastructure hardening. It offers detailed procedures for anonymizing network traffic, securing credentials, and isolating applications within a computing environment

    GitHub पर देखें↗2,001
  • fishinabarrel/linux-kernel-module-rustfishinabarrel का अवतार

    fishinabarrel/linux-kernel-module-rust

    1,340GitHub पर देखें↗

    This project provides a development framework for writing loadable Linux kernel modules using the Rust programming language. It establishes a methodology for safe systems programming by enforcing memory and thread safety within the restricted execution environment of the kernel, allowing developers to extend operating system functionality while preventing common memory corruption errors. The framework distinguishes itself through automated generation of type-safe foreign function interfaces, which bridge high-level code with low-level kernel headers and system structures. It maps high-level s

    Rust
    GitHub पर देखें↗1,340
  • arter97/exfat-linuxA

    arter97/exfat-linux

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • avielw/kplugsavielw का अवतार

    avielw/kplugs

    148GitHub पर देखें↗

    KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel.

    C
    GitHub पर देखें↗148
Fibdrv के सभी 12 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

sysprog21/fibdrv की मुख्य विशेषताएं क्या हैं?

sysprog21/fibdrv की मुख्य विशेषताएं हैं: Kernel Modules।

sysprog21/fibdrv के कुछ ओपन-सोर्स विकल्प क्या हैं?

sysprog21/fibdrv के ओपन-सोर्स विकल्पों में शामिल हैं: fishinabarrel/linux-kernel-module-rust — This project provides a development framework for writing loadable Linux kernel modules using the Rust programming… mayfrost/guides — This project is a comprehensive technical documentation repository focused on Linux system administration, network… arter97/exfat-linux. avielw/kplugs — KPlugs is a Linux kernel module which provides an interface for dynamically executing scripts inside the Linux kernel. djwatson/ktls. hnes/frdev.