16 repository-uri
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 este un convertor și migrator de modele de deep learning conceput pentru a traduce arhitecturi și ponderi de rețele neuronale între diferite framework-uri, precum TensorFlow, PyTorch și Keras. Acesta utilizează o reprezentare intermediară standardizată pentru a decupla structurile rețelei și ponderile de implementările specifice ale framework-urilor, permițând transformarea modelelor pre-antrenate între medii diferite. Proiectul se distinge prin generarea de cod Python nativ de reconstrucție din reprezentările sale intermediare, permițând modelelor să fie reconstruite și ajustate (fine-tuned) în mediile țintă. Include, de asemenea, instrumente specializate pentru implementarea modelelor pe dispozitive mobile, transformând modelele de deep learning în formate compatibile precum CoreML și TensorFlow Lite. Sistemul oferă o suită mai largă de capabilități, inclusiv vizualizarea arhitecturii rețelelor neuronale pentru inspectarea structurilor grafice și a metadatelor, precum și execuția de inferență pentru a valida faptul că modelele convertite își păstrează comportamentul și acuratețea originală. Utilitare suplimentare gestionează preluarea ponderilor pre-antrenate din repository-uri externe și asamblarea checkpoint-urilor de modele gata de implementare.
Generates native Python reconstruction scripts to rebuild and fine-tune neural network structures in target frameworks.
docker-lambda este un simulator serverless bazat pe Docker și un emulator local conceput pentru a replica mediile de runtime AWS Lambda. Oferă un sistem pentru executarea funcțiilor serverless local și oglindirea mediilor de execuție din cloud prin imagini containerizate. Proiectul include un server API local care permite invocarea funcțiilor via HTTP pentru a elimina cold start-urile în timpul testării. Dispune de un instrument de build pentru compilarea dependențelor native și împachetarea codului funcției în arhive de implementare folosind imagini de sistem specializate. Mediul suportă oglindirea straturilor de dependență partajate prin montarea directoarelor locale și utilizează monitorizarea sistemului de fișiere pentru a permite hot reloading-ul codului funcției. De asemenea, oferă un mecanism pentru a transmite payload-uri mari de evenimente prin input standard pentru a depăși limitările de lungime ale liniei de comandă.
Monitors source files to automatically restart the runtime bootstrap process.
vim-snippets este o bibliotecă de șabloane de cod predefinite și boilerplate-uri pentru numeroase limbaje de programare, concepută pentru a fi utilizată în Vim. Aceasta oferă tipare standardizate și blocuri de cod repetitive pentru o gamă largă de limbaje și framework-uri. Colecția include șabloane formatate pentru motorul Snipmate și alte plugin-uri compatibile de expansiune a textului. Aceasta dispune de seturi opționale de șabloane pentru biblioteci și framework-uri specifice, pentru a menține organizat namespace-ul global de snippet-uri. Proiectul gestionează boilerplate-uri multi-limbaj și integrarea snippet-urilor de la furnizori prin detectarea automată a limbajului și rezoluția tipului de fișier. Suportă diverse formate de motoare de snippet-uri și organizează șabloanele în funcție de versiunea sau dialectul limbajului.
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.