awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • n8n-io/n8nAvatar von n8n-io

    n8n-io/n8n

    192,772Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗192,772
  • getify/you-dont-know-jsAvatar von getify

    getify/You-Dont-Know-JS

    184,530Auf GitHub ansehen↗

    Dieses Projekt ist eine umfassende Bildungsreihe, die ein tiefes technisches Verständnis der Programmiersprache JavaScript vermitteln soll. Es fungiert als mehrbändiger Lehrplan, der Entwickler durch die Kernmechanismen, Ausführungsmodelle und zugrunde liegenden Spezifikationen führt, die definieren, wie die Sprache auf fundamentaler Ebene funktioniert. Der Lehrplan zeichnet sich dadurch aus, dass er sich auf die interne Architektur der Sprache konzentriert und nicht auf die oberflächliche Syntax. Er bietet eine rigorose Analyse komplexer Themen wie lexikalischer Scope, zustandsbasierte Kapselung mittels Closures, prototypbasierte Vererbung und die Mechanik des Event-Loops. Indem die Reihe untersucht, wie die Engine Ausführungskontexte und Variablenumgebungen verwaltet, ermöglicht sie Entwicklern, die Nuancen dynamischer Typsysteme und impliziter Typumwandlung mit größerer Vorhersehbarkeit zu handhaben. Das Material deckt das gesamte Spektrum der Sprachgrundlagen ab, einschließlich objektorientierter Muster, asynchroner Ausführungsabläufe und der Grammatikregeln, die die Datentransformation steuern. Diese Ressourcen sind so strukturiert, dass sie Praktikern den Übergang von der grundlegenden Nutzung zur Beherrschung der Sprachinterna erleichtern und letztendlich die Entwicklung wartbarer und effizienterer Software unterstützen. Der Inhalt ist als Reihe technischer Handbücher und konzeptioneller Leitfäden für das systematische Studium verfügbar.

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

    asyncbookbook-series
    Auf GitHub ansehen↗184,530
  • langchain-ai/langchainAvatar von langchain-ai

    langchain-ai/langchain

    139,458Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗139,458
  • leonardomso/33-js-conceptsAvatar von leonardomso

    leonardomso/33-js-concepts

    66,467Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗66,467
  • mbeaudru/modern-js-cheatsheetAvatar von mbeaudru

    mbeaudru/modern-js-cheatsheet

    25,637Auf GitHub ansehen↗

    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.

    Auf GitHub ansehen↗25,637
  • drksephy/es6-cheatsheetAvatar von DrkSephy

    DrkSephy/es6-cheatsheet

    13,327Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,327
  • greatfrontend/top-javascript-interview-questionsAvatar von greatfrontend

    greatfrontend/top-javascript-interview-questions

    9,685Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗9,685
  1. Home
  2. Programming Languages & Runtimes
  3. Language Features and Paradigms
  4. Language Features
  5. Function Invocation Mechanics
  6. Execution Contexts

Unter-Tags erkunden

  • 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.