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

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

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

7 रिपॉजिटरी

Awesome GitHub RepositoriesExecution Contexts

Environments that track variable scope, mutable data, and execution metadata during the lifecycle of a program.

Explore 7 awesome GitHub repositories matching programming languages & runtimes · Execution Contexts. Refine with filters or upvote what's useful.

Awesome Execution Contexts GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • n8n-io/n8nn8n-io का अवतार

    n8n-io/n8n

    192,772GitHub पर देखें↗

    n8n is a workflow automation platform that combines a visual interface with code-based extensibility to design, orchestrate, and manage automated processes. It provides a comprehensive suite of tools for data transformation, filtering, and storage, allowing users to build complex logic through conditional branching, looping, and sub-workflow execution. The platform supports both pre-built integration nodes and custom code execution in JavaScript or Python, enabling connectivity with a wide range of external services and APIs. The platform includes a suite of generative AI capabilities, such a

    Maintains comprehensive execution metadata, including stack traces and variable scopes, to assist in debugging and error recovery.

    TypeScriptaiapisautomation
    GitHub पर देखें↗192,772
  • getify/you-dont-know-jsgetify का अवतार

    getify/You-Dont-Know-JS

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

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

    Tracks the creation of variable environments and binding references during the lifecycle of nested function calls.

    asyncbookbook-series
    GitHub पर देखें↗184,530
  • langchain-ai/langchainlangchain-ai का अवतार

    langchain-ai/langchain

    139,458GitHub पर देखें↗

    LangChain is an orchestration framework designed for building, managing, and deploying applications powered by large language models. It provides a unified integration layer that normalizes disparate model provider APIs into a consistent set of primitives, enabling developers to build complex, multi-step AI workflows that manage state, memory, and tool execution. The project distinguishes itself through a durable execution runtime that maintains persistent state across long-running processes by checkpointing progress to external storage. It models agent workflows as directed graphs, allowing

    Tracks conversation history and intermediate results by managing mutable data throughout an execution lifecycle.

    Pythonagentsaiai-agents
    GitHub पर देखें↗139,458
  • leonardomso/33-js-conceptsleonardomso का अवतार

    leonardomso/33-js-concepts

    66,467GitHub पर देखें↗

    This project is a comprehensive educational repository designed to help developers master the core mechanics, runtime behaviors, and browser-native capabilities of the JavaScript language. It provides a structured knowledge base that covers fundamental language features, such as prototype-based inheritance and event-loop-based concurrency, alongside advanced topics like JIT-compiled execution and memory management. The repository distinguishes itself by offering deep-dive technical guides that bridge the gap between abstract language concepts and practical browser implementation. It features

    Analyzes how execution contexts and the keyword identifying the current object function during program execution.

    JavaScriptangularconceptses6
    GitHub पर देखें↗66,467
  • mbeaudru/modern-js-cheatsheetmbeaudru का अवतार

    mbeaudru/modern-js-cheatsheet

    25,637GitHub पर देखें↗

    This project is a curated reference guide and cheatsheet for modern JavaScript development. It provides a collection of syntax and patterns covering ECMAScript standards, specifically focusing on contemporary language features from ES6 and later. The resource offers specialized guides on asynchronous JavaScript, functional programming patterns, and object-oriented design. It details the use of promises and async/await syntax for non-blocking operations, as well as the application of map, filter, and reduce for data transformation. The guide covers a broad range of language fundamentals, incl

    Explains how execution contexts manage variable scope and the binding of the this keyword.

    GitHub पर देखें↗25,637
  • drksephy/es6-cheatsheetDrkSephy का अवतार

    DrkSephy/es6-cheatsheet

    13,327GitHub पर देखें↗

    This project is a JavaScript ES6 reference guide and syntax cheatsheet. It serves as an ECMAScript language guide providing technical examples and a curated list of tips for implementing modern JavaScript patterns. The guide covers a wide range of language features, including the use of classes for object blueprints, module systems for code organization, and arrow functions to preserve execution context. It provides instructions on utilizing block-scoped variables, template literals for string interpolation, and destructuring for nested data extraction. The reference also addresses asynchron

    Explains the use of arrow functions to maintain lexical execution contexts without manual binding.

    JavaScript
    GitHub पर देखें↗13,327
  • greatfrontend/top-javascript-interview-questionsgreatfrontend का अवतार

    greatfrontend/top-javascript-interview-questions

    9,685GitHub पर देखें↗

    This project is a technical interview preparation resource focused on JavaScript. It provides a collection of common technical questions, detailed answers, and conceptual quizzes designed to help users master core language fundamentals and browser APIs. The resource utilizes an interactive infrastructure that includes a coding workspace with in-browser runtime execution and an automated test suite to validate code correctness. It organizes content through curated learning paths and modular concept mapping to decompose complex language fundamentals into searchable study modules. The curriculu

    Analyzes how execution contexts determine the behavior of the this keyword across different scopes.

    MDXfront-end-developmentinterviewsjavascript
    GitHub पर देखें↗9,685
  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Language Features
  5. Function Invocation Mechanics
  6. Execution Contexts

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

  • User-SpaceLightweight execution contexts with dynamic stack sizes managed in user space. **Distinct from Execution Contexts:** Distinct from Execution Contexts: focuses on user-space implementation with small stacks, not general variable scope tracking.