awesome-repositories.com
Blog
awesome-repositories.com

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

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

3 Repos

Awesome GitHub RepositoriesFunction Definitions

Creating reusable blocks of code that run only when called by name.

Distinct from Function-as-a-Service Platforms: Distinct from Function-as-a-Service Platforms: covers language-level function creation, not cloud deployment platforms.

Explore 3 awesome GitHub repositories matching devops & infrastructure · Function Definitions. Refine with filters or upvote what's useful.

Awesome Function Definitions GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rockstarlang/rockstarAvatar von RockstarLang

    RockstarLang/rockstar

    6,882Auf GitHub ansehen↗

    Rockstar is an esoteric programming language whose syntax is inspired by 1980s hard rock and heavy metal lyrics, making programs read like song lyrics. It uses poetic number literals, where the length of each word in a phrase is parsed as a decimal digit to initialize numeric variables, and pronoun-based variable references, where words like "it" and "they" resolve to the most recently assigned or compared variable at runtime. The language can be compiled to WebAssembly and run inside a web page for in-browser code execution. The language distinguishes itself through a lyric-driven parsing sy

    Defines reusable code blocks with parameters and return values using 'takes' and 'giving' keywords.

    JavaScript
    Auf GitHub ansehen↗6,882
  • jerry-git/learn-python3Avatar von jerry-git

    jerry-git/learn-python3

    6,754Auf GitHub ansehen↗

    This is an interactive Python tutorial delivered as a collection of Jupyter notebooks. It is designed as a structured learning path for beginners, teaching fundamental language concepts through a sequence of lessons that combine explanatory text with runnable code cells and embedded practice exercises. Each notebook is a self-contained unit that introduces a topic, demonstrates it with a minimal code example, and then asks the learner to write code themselves, receiving immediate feedback from the browser-based execution environment. The curriculum is built on a progressive concept-stacking mo

    Teaches defining reusable blocks of code that accept inputs and return results.

    HTMLjupyter-notebooklearning-pythonpython-exercises
    Auf GitHub ansehen↗6,754
  • inngest/inngestAvatar von inngest

    inngest/inngest

    5,499Auf GitHub ansehen↗

    Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer

    Automatically synchronizes function definitions with the platform during deployment to ensure remote awareness.

    Go
    Auf GitHub ansehen↗5,499
  1. Home
  2. DevOps & Infrastructure
  3. Function-as-a-Service Platforms
  4. Function Definitions

Unter-Tags erkunden

  • Automatic Function RegistrationsMechanisms for automatically synchronizing function definitions with a remote platform during deployment. **Distinct from Function Definitions:** Distinct from Function Definitions: focuses on the automated synchronization process rather than the definition of the function logic itself.