awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 रिपॉजिटरी

Awesome GitHub RepositoriesCode Block Grouping

Logical organization of multiple commands or configurations into blocks for cohesive execution.

Distinct from Code Block Execution: Concerns the grouping of commands for execution flow, not visual block-based coding or document embedding.

Explore 5 awesome GitHub repositories matching programming languages & runtimes · Code Block Grouping. Refine with filters or upvote what's useful.

Awesome Code Block Grouping GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bobbyiliev/introduction-to-bash-scriptingbobbyiliev का अवतार

    bobbyiliev/introduction-to-bash-scripting

    5,869GitHub पर देखें↗

    यह प्रोजेक्ट Bash स्क्रिप्टिंग और शेल प्रोग्रामिंग सीखने के लिए एक व्यापक शैक्षिक संसाधन और ट्यूटोरियल सीरीज़ है। यह Linux वातावरण के भीतर ऑटोमेशन स्क्रिप्ट लिखने और पुन: प्रयोज्य (reusable) टूल बनाने के लिए एक तकनीकी गाइड और संदर्भ मैनुअल के रूप में कार्य करता है। यह सामग्री DevOps और SysOps ऑटोमेशन पर केंद्रित है, जिसमें कस्टम कमांड-लाइन टूल का विकास, सिस्टम एडमिनिस्ट्रेशन ऑटोमेशन और रैंडम पासवर्ड जनरेशन व DDoS सुरक्षा जैसे सुरक्षा ऑटोमेशन का कार्यान्वयन शामिल है। इसके दायरे में वेरिएबल्स, लूप्स और कंडीशनल लॉजिक सहित मुख्य भाषा फ़ंडामेंटल्स, साथ ही सिस्टम हेल्थ मॉनिटरिंग, वेब सर्वर लॉग समराइज़ेशन और SSH के माध्यम से रिमोट सर्वर मैनेजमेंट जैसी परिचालन क्षमताएं शामिल हैं। यह इंटरैक्टिव मेनू निर्माण, आउटपुट फ़ॉर्मेटिंग और कमांड एलियासिंग के माध्यम से टर्मिनल इंटरैक्शन को भी संबोधित करता है। इसकी सामग्री को गाइड, ईबुक और स्क्रिप्टिंग संदर्भ की एक सीरीज़ के रूप में व्यवस्थित किया गया है।

    Demonstrates how to group commands into named units for repeated use throughout a script.

    HTML
    GitHub पर देखें↗5,869
  • borgo-lang/borgoborgo-lang का अवतार

    borgo-lang/borgo

    4,640GitHub पर देखें↗

    Borgo एक स्टेटिकली टाइप्ड भाषा और कंपाइलर है जो हाई-लेवल सिंटैक्स को Go सोर्स कोड में बदलता है। यह Go रनटाइम का लाभ उठाने के लिए डिज़ाइन किया गया एक ट्रांसपाइलर है, जो बीजगणितीय डेटा प्रकारों (algebraic data types) और परिणाम-आधारित त्रुटि प्रबंधन पर केंद्रित एक टाइप सिस्टम पेश करता है। यह भाषा Go के मल्टीपल रिटर्न वैल्यू को रिजल्ट और ऑप्शन टाइप से बदलकर खुद को अलग करती है, जिसमें संक्षिप्त त्रुटि प्रसार के लिए एक समर्पित ऑपरेटर का उपयोग किया जाता है। यह संपूर्ण पैटर्न मैचिंग के साथ सम टाइप लागू करती है और मौजूदा Go पैकेज के लिए बाइंडिंग उत्पन्न करने के लिए एक टूल प्रदान करती है, जो मल्टी-वैल्यू रिटर्न को स्वचालित रूप से इन सुरक्षित टाइप रैपर में बदल देता है। इस सिस्टम में समवर्ती प्रोग्रामिंग के लिए प्रिमिटिव्स शामिल हैं, जो एसिंक्रोनस प्रक्रियाओं के समन्वय के लिए टाइप्ड चैनल और बैकग्राउंड टास्क का उपयोग करते हैं। इसका टाइप सिस्टम स्ट्रक्चरल इंटरफ़ेस इम्प्लीमेंटेशन, स्वचालित कलेक्शन टाइप इन्फरेंस, और स्ट्रक्ट्स पर मेथड को व्यवस्थित करने के लिए इम्प्लीमेंटेशन ब्लॉक का सपोर्ट करता है।

    Organizes behavior by grouping related functions into shared receiver blocks rather than per-function definitions.

    Rustcompilergolangprogramming-language
    GitHub पर देखें↗4,640
  • vuejs/composition-apivuejs का अवतार

    vuejs/composition-api

    4,184GitHub पर देखें↗

    This project is a reactivity plugin that brings the Composition API and reactive state management from Vue 3 to Vue 2 applications. It serves as a component logic organizer and a system for encapsulating reactive state and functions into reusable utilities. The plugin enables the use of composable functions to share stateful logic across components without relying on mixins. It provides a structure based on plain variables and functions to facilitate automatic type inference and editor autocomplete. Additionally, it includes a provider-based dependency injection system for sharing data and fu

    Clusters related variables and functions together in the source code to ensure cohesive execution and organization.

    TypeScript
    GitHub पर देखें↗4,184
  • johnlindquist/kitjohnlindquist का अवतार

    johnlindquist/kit

    4,189GitHub पर देखें↗

    Kit एक डेस्कटॉप ऑटोमेशन फ्रेमवर्क और स्क्रिप्ट करने योग्य UI टूलकिट है जिसे व्यक्तिगत उत्पादकता टूल्स बनाने के लिए डिज़ाइन किया गया है। यह एक क्रॉस-प्लेटफॉर्म CLI रैपर और macOS सिस्टम ऑटोमेटर के रूप में कार्य करता है, जो ऑपरेटिंग सिस्टम कार्यों, फाइल प्रबंधन और एप्लिकेशन वर्कफ़्लो को प्रबंधित करने वाली स्क्रिप्ट को निष्पादित करने के लिए एक वातावरण प्रदान करता है। यह प्रोजेक्ट संरचित डेटा निष्कर्षण और टेक्स्ट निर्माण के लिए एक समर्पित LLM एकीकरण परत के साथ-साथ इंटरैक्टिव इनपुट फॉर्म, HTML विंडो और फ्लोटिंग विजेट बनाने के लिए एक विशेष UI फ्रेमवर्क के साथ खुद को अलग करता है। इसमें AppleScript निष्पादन और सिस्टम मेनू बार कस्टमाइज़ेशन के माध्यम से गहरा macOS एकीकरण है। यह फ्रेमवर्क सिस्टम-स्तरीय इनपुट डिवाइस नियंत्रण, क्लिपबोर्ड प्रबंधन और पावर नियंत्रण सहित क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें क्रॉन-आधारित शेड्यूलिंग और फाइल वाचिंग के लिए ऑटोमेशन उपयोगिताएं, साथ ही Git सिंक्रोनाइज़ेशन, पर्यावरण चर प्रबंधन और वेब स्क्रैपिंग के लिए डेवलपर टूल्स शामिल हैं। यह सिस्टम शेल कमांड निष्पादित करने और अलग स्क्रिप्ट वातावरण को प्रबंधित करने के लिए इन-बिल्ट समर्थन प्रदान करता है।

    Groups small, reusable actions into markdown files that appear as runnable commands in a central menu.

    TypeScript
    GitHub पर देखें↗4,189
  • oils-for-unix/oilsoils-for-unix का अवतार

    oils-for-unix/oils

    3,288GitHub पर देखें↗

    Oils is a Unix shell interpreter and scripting language runtime that combines a modern shell language with POSIX and Bash compatibility. It functions as a structured data shell, integrating JSON and J8 formats to manage complex data without relying on string parsing. The system is distinguished by a C++ transpiled interpreter that converts a subset of Python source code into strongly typed C++ for high-performance execution. It features a garbage-collected typed runtime that supports prototype-based polymorphism, lexical closures, and reference-based variable mutation. To decouple shell logic

    Organizes multiple commands or declarative configurations into logical blocks for execution.

    Python
    GitHub पर देखें↗3,288
  1. Home
  2. Programming Languages & Runtimes
  3. Code Block Grouping

सब-टैग एक्सप्लोर करें

  • Named Command GroupsThe ability to group shell commands into reusable, named units. **Distinct from Code Block Grouping:** Focuses on the logical grouping of shell commands specifically, rather than general code blocks or UI components.
  • Receiver GroupingGrouping related methods into shared receiver blocks to organize behavior on types. **Distinct from Code Block Grouping:** Distinct from general code block grouping: specifically about organizing type methods via shared receivers.