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

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

استكشفعمليات بحث منسقةOpen-source alternativesSelf-hosted softwareالمدونةخريطة الموقع
المشروعحولHow we rankالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

16 مستودعات

Awesome GitHub RepositoriesCode Snippets

Collections of reusable code patterns and boilerplate templates for specific programming tasks or frameworks.

Distinguishing note: This tag focuses on IDE-integrated code snippets for machine learning frameworks, distinct from general-purpose machine learning libraries or model repositories.

Explore 16 awesome GitHub repositories matching artificial intelligence & ml · Code Snippets. Refine with filters or upvote what's useful.

Awesome Code Snippets GitHub Repositories

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

    viatsko/awesome-vscode

    28,754عرض على GitHub↗

    This project is a curated directory of resources, extensions, and themes designed to extend the functionality of the Visual Studio Code editor. It serves as a comprehensive index for developers seeking to enhance their coding environment, offering a structured collection of community-driven tools that streamline development workflows and improve editor productivity. The directory distinguishes itself by organizing a vast ecosystem of plugins into logical categories, ranging from language-specific intelligence and version control integrations to advanced productivity utilities. It highlights t

    Insert common code patterns to accelerate the development of machine learning models.

    JavaScriptawesomeawesome-listlist
    عرض على GitHub↗28,754
  • reactide/reactideالصورة الرمزية لـ reactide

    reactide/reactide

    10,502عرض على GitHub↗

    Reactide is the first dedicated IDE for React web application development.

    Monitors file changes and triggers automatic re-rendering of components without manual refresh.

    JavaScriptdesktop-appdevtoolselectron
    عرض على GitHub↗10,502
  • nvim-mini/mini.nvimالصورة الرمزية لـ nvim-mini

    nvim-mini/mini.nvim

    9,325عرض على GitHub↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Imports snippets from JSON or Lua files using built-in loaders or custom logic based on local context.

    Lualuamini-nvimneovim
    عرض على GitHub↗9,325
  • microsoft/vscode-tips-and-tricksالصورة الرمزية لـ microsoft

    microsoft/vscode-tips-and-tricks

    9,086عرض على GitHub↗

    This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi

    Provides tutorials for creating reusable code templates to accelerate the implementation of repetitive patterns.

    عرض على GitHub↗9,086
  • chalarangelo/30-seconds-of-pythonالصورة الرمزية لـ Chalarangelo

    Chalarangelo/30-seconds-of-python

    8,826عرض على GitHub↗

    30 Seconds of Python is a curated collection of short, reusable Python code snippets designed for quick reference and immediate reuse. It provides an interactive browser that lets you explore snippets organized by tags, search across names and descriptions, and copy code to your clipboard with a single click. The collection covers a broad range of common programming tasks, including list and dictionary operations, string formatting and manipulation, date and time calculations, and color format conversion. It also includes utilities for data transformation, such as converting between case styl

    A curated library of short, reusable Python code snippets for common programming tasks.

    Pythoneducationlearn-to-codelearning-resources
    عرض على GitHub↗8,826
  • proxymanapp/proxymanالصورة الرمزية لـ ProxymanApp

    ProxymanApp/Proxyman

    6,858عرض على GitHub↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Opens body content in a user's preferred text editor for further inspection or editing.

    debugging-tooliosmacos
    عرض على GitHub↗6,858
  • victornpb/undiscordالصورة الرمزية لـ victornpb

    victornpb/undiscord

    6,583عرض على GitHub↗

    Undiscord is a browser-based tool that deletes all messages from a Discord channel or direct message conversation by running a self-contained JavaScript snippet in the developer console. The script leverages the user's existing browser session, including cookies and authentication tokens, to impersonate the user and execute Discord API calls without re-authentication. The tool deletes messages one by one via Discord's REST API endpoints, processing each response before sending the next request, and implements custom delay logic between API calls to avoid Discord's rate-limiting thresholds. It

    Delivers the entire deletion logic as a self-contained JavaScript snippet that runs entirely in the client's browser environment.

    JavaScriptbrowser-extensionbulk-operationdelete-multiple
    عرض على GitHub↗6,583
  • codesandbox/sandpackالصورة الرمزية لـ codesandbox

    codesandbox/sandpack

    6,167عرض على GitHub↗

    Sandpack is a browser-based toolkit for building live code editing experiences. It combines a custom Node.js runtime that executes JavaScript and npm dependencies entirely client-side with composable React components for assembling code editor interfaces, all within an iframe-sandboxed execution environment for security. The toolkit provides a hot-reload development workflow where file and dependency updates are streamed to the running preview and trigger automatic recompilation without a full page refresh. It includes a theme-override styling system for customizing the editor and preview app

    Opens any embedded code snippet in the full CodeSandbox editor with one click for sharing or debugging.

    TypeScriptdocumentationhacktoberfestlive-coding
    عرض على GitHub↗6,167
  • thx/gogocodeالصورة الرمزية لـ thx

    thx/gogocode

    6,075عرض على GitHub↗

    GoGoCode is an AST-based code transformation toolkit that enables developers to query, match, and rewrite JavaScript source code using jQuery-style selectors and wildcard patterns. At its core, it provides a programmatic code refactoring library that manipulates parsed AST nodes, allowing precise structural modifications without worrying about formatting differences. The toolkit also functions as a JavaScript AST query engine, finding code patterns through snippet-based matching with wildcards that capture unknown or variable-length fragments. What distinguishes GoGoCode is its callback-drive

    Matches AST nodes using code snippets as selectors for finding code patterns without knowing AST node types.

    JavaScriptastbabeljscodeshift
    عرض على GitHub↗6,075
  • saghen/blink.cmpالصورة الرمزية لـ saghen

    saghen/blink.cmp

    5,951عرض على GitHub↗

    Expands snippets from native vim.snippet, LuaSnip, and mini.snippets providers.

    Luaneovimneovim-lua-pluginneovim-plugin
    عرض على GitHub↗5,951
  • microsoft/mmdnnالصورة الرمزية لـ Microsoft

    Microsoft/MMdnn

    5,804عرض على GitHub↗

    MMdnn هو محول ونظام ترحيل لنماذج التعلم العميق، مصمم لنقل معماريات الشبكات العصبية وأوزانها بين أطر عمل مختلفة مثل TensorFlow وPyTorch وKeras. يستخدم MMdnn تمثيلاً وسيطاً موحداً لفصل هياكل الشبكة وأوزانها عن تطبيقات أطر العمل المحددة، مما يتيح تحويل النماذج المدربة مسبقاً عبر بيئات مختلفة. يتميز المشروع بقدرته على توليد كود Python أصلي لإعادة بناء النماذج من تمثيلاتها الوسيطة، مما يسمح بإعادة بناء النماذج وضبطها بدقة في البيئات المستهدفة. كما يتضمن أدوات متخصصة لنشر النماذج على الأجهزة المحمولة، حيث يحول نماذج التعلم العميق إلى صيغ متوافقة مع الهواتف مثل CoreML وTensorFlow Lite. يوفر النظام مجموعة واسعة من القدرات تشمل تصور معمارية الشبكات العصبية لفحص هياكل الرسوم والبيانات الوصفية، بالإضافة إلى تنفيذ استدلال النماذج للتحقق من أن النماذج المحولة تحافظ على سلوكها ودقتها الأصلية. كما تعالج الأدوات المساعدة استرجاع الأوزان المدربة مسبقاً من المستودعات البعيدة وتجميع نقاط فحص النماذج القابلة للنشر.

    Generates native Python reconstruction scripts to rebuild and fine-tune neural network structures in target frameworks.

    Python
    عرض على GitHub↗5,804
  • lambci/docker-lambdaالصورة الرمزية لـ lambci

    lambci/docker-lambda

    5,786عرض على GitHub↗

    docker-lambda هو محاكي بدون خادم يعتمد على Docker ومحاكي محلي مصمم لتكرار بيئات تشغيل AWS Lambda. يوفر نظاماً لتنفيذ الدوال بدون خادم محلياً ومحاكاة بيئات تنفيذ السحابة من خلال صور حاويات. يتضمن المشروع خادم API محلياً يسمح باستدعاء الدوال عبر HTTP للقضاء على فترات البدء البارد أثناء الاختبار. يتميز بأداة بناء لتجميع التبعيات الأصلية وتعبئة كود الدالة في أرشيفات نشر باستخدام صور نظام متخصصة. تدعم البيئة محاكاة طبقات التبعية المشتركة عن طريق تثبيت المجلدات المحلية وتستخدم مراقبة نظام الملفات لتمكين إعادة التحميل السريع لكود الدالة. كما يوفر آلية لتمرير حمولات الأحداث الكبيرة عبر الإدخال القياسي لتجاوز قيود طول سطر الأوامر.

    Monitors source files to automatically restart the runtime bootstrap process.

    C#
    عرض على GitHub↗5,786
  • honza/vim-snippetsالصورة الرمزية لـ honza

    honza/vim-snippets

    4,879عرض على GitHub↗

    vim-snippets هي مكتبة تحتوي على قوالب برمجية جاهزة ونماذج أولية (boilerplates) للعديد من لغات البرمجة مصممة للاستخدام داخل Vim. توفر المكتبة أنماطاً قياسية وكتلاً برمجية متكررة لمجموعة واسعة من اللغات وأطر العمل. تتضمن المجموعة قوالب مهيأة لمحرك Snipmate وإضافات توسيع النصوص المتوافقة الأخرى. كما تتميز بمجموعات قوالب اختيارية لمكتبات وأطر عمل محددة للحفاظ على تنظيم مساحة أسماء القوالب العالمية. يدير المشروع النماذج الأولية متعددة اللغات وتكامل القوالب الخارجية من خلال الكشف التلقائي عن اللغة وتحديد نوع الملف. كما يدعم تنسيقات محركات القوالب المختلفة وينظم القوالب حسب إصدار اللغة أو اللهجة.

    Supports various snippet engine formats for compatibility across language runtimes and editors.

    Vim Snippet
    عرض على GitHub↗4,879
  • gluestack/gluestack-uiالصورة الرمزية لـ gluestack

    gluestack/gluestack-ui

    4,931عرض على GitHub↗

    gluestack-ui is a cross-platform React component library built with Tailwind CSS. It provides over 30 pre-built, accessible components that can be installed by copying their source files directly into a project, giving developers full control over customization without external runtime dependencies. Every component implements WAI-ARIA patterns, keyboard navigation, and screen reader support out of the box. A key differentiator is the copy-paste architecture: rather than a traditional package dependency, component source code is placed in the project, allowing direct editing and eliminating ve

    Provides ready-made code snippets in the editor to insert and customize components.

    TypeScriptaccessibilitycomponent-librarycustomizable-components
    عرض على GitHub↗4,931
  • l3mon4d3/luasnipالصورة الرمزية لـ L3MON4D3

    L3MON4D3/LuaSnip

    4,276عرض على GitHub↗

    LuaSnip is a scriptable text expansion framework and Lua-based snippet engine. It allows for the creation of reusable text templates and complex nested structures that expand into a buffer using triggers and jumpable tabstops. The system distinguishes itself by using abstract syntax trees to trigger expansions based on structural code patterns rather than simple text matching. It features a multi-format importer capable of parsing snippet definitions from community standards such as LSP and SnipMate. The framework covers dynamic code generation through Lua functions, regex-based capture grou

    Defines text templates with numbered placeholders for jumping through after expansion.

    Lualuaneovimsnippet-engine
    عرض على GitHub↗4,276
  • openrewrite/rewriteالصورة الرمزية لـ openrewrite

    openrewrite/rewrite

    3,312عرض على GitHub↗

    OpenRewrite is an automated refactoring engine and source-to-source migration framework. It uses a lossless semantic tree parser to represent source code as type-aware trees that preserve original whitespace and formatting, enabling precise and deterministic modifications. The project utilizes a declarative refactoring pipeline where sequences of transformations are defined in YAML to resolve breaking changes and technical debt. It features type-aware pattern matching and cross-language model mapping to apply similar refactoring patterns across different programming languages. The framework

    Transforms raw code snippets or text into structured semantic tree elements using templates and parsers.

    Javaabstract-syntax-treeastcode-search
    عرض على GitHub↗3,312
  1. Home
  2. Artificial Intelligence & ML
  3. Code Snippets

استكشف الوسوم الفرعية

  • AST Snippet Substitutions2 وسوم فرعيةSubstituting matched AST nodes with new code snippets while preserving unmatched portions via wildcard placeholders. **Distinct from Code Snippets:** Distinct from Code Snippets: focuses on AST-based substitution with wildcard preservation rather than reusable code collections.
  • Architecture Code GenerationSynthesizing executable framework-specific code to reconstruct a neural network's structure. **Distinct from Code Snippets:** Distinct from Code Snippets: generates functional reconstruction scripts rather than providing boilerplate templates.
  • Editor Snippets3 وسوم فرعيةIDE-integrated code templates for rapid boilerplate generation across various programming languages. **Distinct from Code Snippets:** Focuses on general-purpose editor snippets rather than those specific to machine learning frameworks
  • Snippet-Based SelectorsMatching AST nodes using code snippets as selectors for finding code patterns without knowing AST node types. **Distinct from Code Snippets:** Distinct from Code Snippets: focuses on using snippets as AST selectors rather than reusable code collections.