5 रिपॉजिटरी
Integrated environments for executing and sharing small code snippets via web-based sandboxes.
Distinct from Go Integrations: The candidates are language-specific library integrations for monitoring or databases, not editor-to-playground features.
Explore 5 awesome GitHub repositories matching development tools & productivity · Interactive Code Playgrounds. Refine with filters or upvote what's useful.
This project is a language extension for VS Code that provides comprehensive Go language support. It functions as a language server client, a debugger interface, and a toolchain manager to facilitate Go application development. The extension distinguishes itself by integrating a full suite of toolchain management capabilities, allowing for the installation and configuration of required binaries, linters, and compiler versions directly within the editor. It also provides deep integration for interactive debugging via Delve, supporting remote target debugging, process attachment, and program st
Provides the ability to create and execute shareable code snippets directly within the Go playground from the editor.
rust.vim एक Vim प्लगइन है जो Rust के लिए भाषा-विशिष्ट एडिटर सपोर्ट प्रदान करता है। यह Rust सोर्स कोड की पठनीयता और संरचनात्मक समझ को बेहतर बनाने के लिए सिंटैक्स हाइलाइटिंग, इंडेंटेशन मैनेजमेंट और टूलिंग कॉन्फ़िगरेशन को एकीकृत करता है। यह प्लगइन विशिष्ट फंक्शन्स के लिए लक्षित टेस्ट निष्पादन को सक्षम बनाता है और कोड प्रयोग और साझाकरण के लिए एक ऑनलाइन प्लेग्राउंड के साथ एकीकरण प्रदान करता है। यह कोड फॉर्मेटिंग, स्टेटिक त्रुटि का पता लगाने और सोर्स संरचनाओं को ब्राउज़ करने और डेफिनिशन के बीच जंप करने के लिए सिंबल नेविगेशन की क्षमताओं को भी कवर करता है। कॉन्फ़िगरेशन Vimscript के माध्यम से मैनेज किया जाता है।
Allows sending selected code snippets to an online playground for rapid experimentation and sharing.
Bhai-lang एक TypeScript-आधारित टॉय प्रोग्रामिंग भाषा और कस्टम सिंटैक्स इंटरप्रेटर है। यह वेरिएबल मैनेजमेंट, कंडीशनल लॉजिक और निष्पादन प्रवाह (execution flow) की मुख्य अवधारणाओं को प्रदर्शित करने के लिए डिज़ाइन किया गया एक शैक्षिक भाषा इम्प्लीमेंटेशन है। यह प्रोजेक्ट स्क्रिप्ट लिखने और परीक्षण करने के लिए एक कस्टम कमांड लाइन इंटरफ़ेस और एक इंटरैक्टिव कोड प्लेग्राउंड प्रदान करता है। यह प्रोग्रामिंग भाषा प्रोटोटाइपिंग के लिए एक फ्रेमवर्क के रूप में कार्य करता है, जो कस्टम सिंटैक्स और निष्पादन लॉजिक को परिभाषित करने की अनुमति देता है। यह सिस्टम लेक्सिकल एनालिसिस, रिकर्सिव डिसेंट पार्सिंग और एब्स्ट्रैक्ट सिंटैक्स ट्री ट्रैवर्सल सहित पूर्ण इंटरप्रेटर पाइपलाइन को कवर करता है। इसका रनटाइम प्रिमिटिव डेटा प्रकारों के माध्यम से प्रोग्राम स्टेट को प्रबंधित करता है और मानक कंट्रोल फ्लो और कंसोल आउटपुट को लागू करता है।
Includes a web-based interactive playground for writing and testing custom scripts with immediate feedback.
dumi is a static site generator and markdown-based documentation tool specifically designed for software component libraries. It transforms markdown files and source code into structured technical guides and API references. The project distinguishes itself by providing an interactive component playground that renders live, runnable code demos directly in the browser. It includes an automated API reference generator that parses source code to create documentation tables and property descriptions. Additionally, it supports a monorepo documentation workflow with source mapping and hot module rep
Provides an interactive playground that renders live, runnable code demos of UI components directly in the browser.
This project is a static site generator and a personal blog that uses GitHub Issues as its primary content management system. It converts markdown files and metadata into pre-rendered HTML pages for web delivery. The site functions as a multilingual content platform with client-side localization to translate text into multiple languages. It also incorporates an interactive code playground, allowing visitors to run and test code snippets directly within the browser through embedded executable environments. The system leverages GitHub Actions to automate the build and publishing workflow, trig
Adds executable code playgrounds to web pages for interactive testing of snippets.