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

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

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

1 مستودع

Awesome GitHub RepositoriesVirtual File Wrappers

Libraries that present arbitrary data sources as virtual files accessible through the operating system's file system interface.

Distinguishing note: None of the candidates cover the concept of wrapping arbitrary data as a virtual file for OS-level access.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Virtual File Wrappers. Refine with filters or upvote what's useful.

Awesome Virtual File Wrappers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dokan-dev/dokanyالصورة الرمزية لـ dokan-dev

    dokan-dev/dokany

    5,784عرض على GitHub↗

    Dokan is a user-mode file system library for Windows that allows applications to create custom file systems accessible as normal Windows volumes without writing kernel-mode device drivers. It provides a FUSE compatibility layer that maps FUSE operations to Dokan callbacks, enabling existing FUSE-based file systems to run natively on Windows by rebuilding the source code with Cygwin or MinGW. The library exposes its file system API through language-specific wrappers for C, .NET, Java, Delphi, Ruby, and Python, supporting cross-language file system development. It handles file operations throug

    Present any data source—local, remote, or cloud—as a file accessible from all Windows applications.

    Cccreatefiledevice-driver
    عرض على GitHub↗5,784
  1. Home
  2. Operating Systems & Systems Programming
  3. Virtual File Wrappers