اشرح بلغة بسيطة ما تقوم ببنائه واحصل على أفضل مستودعات GitHub المطابقة.
awesome-repositories.com يساعدك في العثور على مشروع المصدر المفتوح المناسب على GitHub. أخبر بحث الذكاء الاصطناعي بما تريد بناءه، بلغة إنجليزية بسيطة، وسيقوم بترتيب آلاف المستودعات المنسقة بناءً على مدى ملاءمتها. كل مشروع مراقب باستمرار، مُصنفة في فئات واضحة، ومُصوّت عليها من قبل مطورين آخرين. تصفح المختارات أدناه، أو ابدأ بالبحث.
أبرز المشاريع في الدليل — مجموعة متجددة كل بضع ساعات.
عمليات بحث شائعة، منظمة في شجرة قابلة للتصفح.
دليل منسق لمستودعات GitHub مفتوحة المصدر يمكنك البحث فيها بلغة إنجليزية بسيطة. صف ما تقوم ببنائه وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع الموثوقة بناءً على مدى ملاءمتها، مع ملاحظة قصيرة حول سبب اختيار كل منها.
بحث GitHub يطابق الكلمات المفتاحية التي تكتبها. هنا، أنت تصف المشكلة بلغة إنجليزية بسيطة ويقوم الذكاء الاصطناعي بالمطابقة بناءً على القصد، لذا سيظهر المشروع الذي يحل حاجتك حتى لو لم يستخدم كلماتك الدقيقة.
اكتب ما تريد بناءه، على سبيل المثال: "صفحة حالة مستضافة ذاتياً تقوم بعمل ping لخدماتي وتنبيهي على Discord". ستحصل على مستودعات مطابقة مرتبة حسب الملاءمة بدلاً من عدد النجوم.
منسقة، وليست مجرد بيانات مجمعة. يقوم الذكاء الاصطناعي بتحليل كل مشروع، وتصنيفه في فئة، وترتيبه حسب الصلة بناءً على قواعد نقوم بضبطها ومراجعتها، كما يتم استبعاد الإدخالات المكررة أو ذات الجودة المنخفضة.
نعم. البحث وتصفح الدليل مجانيان.
LLMs, agents, and the tools to build with them.
Notes, tasks, docs, and knowledge bases.
Chat, calls, photos, music, and personal files.
Databases, pipelines, and analytics.
Containers, deployment, monitoring, and automation.
Passwords, secrets, and offensive security.
Languages, CLIs, frameworks, and version control.
Courses, books, interviews, and CS foundations.
Siyuan is a self-hosted knowledge management platform designed for private note-taking and information organization. It functions as a local-first application that stores all user content as plain text files on the local file system, ensuring data ownership and offline availability. The platform utilizes a block-based document model, which structures information as a tree of independent content blocks to facilitate granular manipulation and bidirectional linking. Users can extend the core functionality through a sandboxed plugin architecture, allowing for the development of custom themes and
This project is an open-source JavaScript runtime built on the V8 engine. It provides a comprehensive environment for executing JavaScript code outside of a web browser, offering foundational primitives for process management, multi-core load distribution, and parallel execution through worker threads. The runtime includes a broad set of built-in modules for system-level operations, such as file system interaction, network communication across various protocols, and cryptographic security. It supports multiple module systems, native binary addon integration, and diagnostic tools for monitorin
This tool is a rule-based engine designed to automate the correction of failed terminal commands. By integrating directly into the shell environment, it intercepts command execution errors, analyzes exit codes and output streams, and applies corrective logic to resolve typos or syntax mistakes. It functions as a persistent background utility that monitors command history to provide immediate remediation for input failures. The system distinguishes itself through a modular, plugin-oriented architecture that allows for extensive customization. Users can define their own correction rules via scr