16 Repos
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.
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.
Reactide is the first dedicated IDE for React web application development.
Monitors file changes and triggers automatic re-rendering of components without manual refresh.
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.
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.
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.
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.
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.
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.
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.
Expands snippets from native vim.snippet, LuaSnip, and mini.snippets providers.
MMdnn ist ein Deep-Learning-Modellkonverter und -Migrator, der darauf ausgelegt ist, neuronale Netzwerkarchitekturen und Gewichte zwischen verschiedenen Frameworks wie TensorFlow, PyTorch und Keras zu übersetzen. Es nutzt eine standardisierte Zwischenrepräsentation, um Netzwerkstrukturen und Gewichte von spezifischen Framework-Implementierungen zu entkoppeln, was die Transformation vortrainierter Modelle über verschiedene Umgebungen hinweg ermöglicht. Das Projekt zeichnet sich dadurch aus, dass es aus seinen Zwischenrepräsentationen nativen Python-Rekonstruktionscode generiert, wodurch Modelle in Zielumgebungen neu aufgebaut und feinabgestimmt werden können. Es enthält zudem spezialisierte Tools für das Deployment auf Mobilgeräten, die Deep-Learning-Modelle in mobile Formate wie CoreML und TensorFlow Lite umwandeln. Das System bietet ein breiteres Spektrum an Funktionen, darunter die Visualisierung neuronaler Netzwerkarchitekturen zur Untersuchung von Graphstrukturen und Metadaten sowie die Ausführung von Modellinferenzen, um zu validieren, dass konvertierte Modelle ihr ursprüngliches Verhalten und ihre Genauigkeit beibehalten. Zusätzliche Dienstprogramme verwalten das Abrufen vortrainierter Gewichte aus Remote-Repositories und das Zusammenstellen bereitstellbarer Modell-Checkpoints.
Generates native Python reconstruction scripts to rebuild and fine-tune neural network structures in target frameworks.
docker-lambda ist ein Docker-basierter Serverless-Simulator und lokaler Emulator, der darauf ausgelegt ist, AWS Lambda-Laufzeitumgebungen zu replizieren. Er bietet ein System zur lokalen Ausführung von Serverless-Funktionen und zur Spiegelung von Cloud-Ausführungsumgebungen durch containerisierte Images. Das Projekt enthält einen lokalen API-Server, der Funktionsaufrufe via HTTP ermöglicht, um Kaltstarts während des Testens zu eliminieren. Es verfügt über ein Build-Tool zum Kompilieren nativer Abhängigkeiten und zum Verpacken von Funktionscode in Deployment-Archive unter Verwendung spezialisierter System-Images. Die Umgebung unterstützt das Spiegeln gemeinsam genutzter Abhängigkeitsebenen durch das Einbinden lokaler Verzeichnisse und nutzt Dateisystem-Überwachung, um Hot-Reloading von Funktionscode zu ermöglichen. Zudem bietet sie einen Mechanismus, um große Event-Payloads über die Standardeingabe zu übergeben und so Längenbeschränkungen der Kommandozeile zu umgehen.
Monitors source files to automatically restart the runtime bootstrap process.
vim-snippets ist eine Bibliothek vordefinierter Code-Templates und Boilerplates für zahlreiche Programmiersprachen, die für die Verwendung in Vim konzipiert ist. Sie bietet standardisierte Muster und wiederkehrende Codeblöcke für eine Vielzahl von Sprachen und Frameworks. Die Sammlung enthält Templates, die für die Snipmate-Engine und andere kompatible Texterweiterungs-Plugins formatiert sind. Sie bietet optionale Template-Sets für spezifische Bibliotheken und Frameworks, um den globalen Snippet-Namensraum übersichtlich zu halten. Das Projekt verwaltet sprachübergreifende Boilerplates und Vendor-Snippet-Integration durch automatisierte Spracherkennung und Dateityp-Auflösung. Es unterstützt verschiedene Snippet-Engine-Formate und organisiert Templates nach Sprachversion oder Dialekt.
Supports various snippet engine formats for compatibility across language runtimes and editors.
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.
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.
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.