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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 dépôts

Awesome GitHub RepositoriesConditional Value Mappings

Sets a variable based on whether a source value matches a condition, with a default fallback.

Distinct from Fallback Parameter Values: Distinct from Fallback Parameter Values: focuses on conditional logic with a default fallback, not just static parameter defaults.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Conditional Value Mappings. Refine with filters or upvote what's useful.

Awesome Conditional Value Mappings GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • stylus/stylusAvatar de stylus

    stylus/stylus

    11,323Voir sur GitHub↗

    Stylus is a CSS preprocessor that transforms a dynamic language into standard CSS. It utilizes a compilation workflow to enable the use of variables, nesting, and arithmetic, which are then rendered into stylesheets for use in frontend asset pipelines. The project is distinguished by a flexible syntax that allows for indentation-based styling, meaning curly braces, colons, and semicolons can be omitted. It further differentiates itself through a JavaScript-driven plugin pipeline and the ability to extend the native syntax with custom JavaScript functions for complex logic. Its capability sur

    Defines a variable only if it does not already have a value to prevent overwriting.

    JavaScriptcsspreprocessorstyl
    Voir sur GitHub↗11,323
  • aws/serverless-application-modelAvatar de aws

    aws/serverless-application-model

    9,560Voir sur GitHub↗

    This is an infrastructure as code tool and serverless deployment orchestrator that provides a shorthand syntax for defining serverless infrastructure. It functions as a framework for transforming concise resource declarations into full AWS CloudFormation templates to automate the provisioning of cloud functions, APIs, and databases. The project distinguishes itself by using a macro-based transformation system to expand simplified resource types into detailed infrastructure components. It includes an automated permission mapping system that translates high-level resource interaction intents in

    Assigns different configuration values based on environment variables or geographic regions using lookup systems.

    Pythonawsaws-samlambda
    Voir sur GitHub↗9,560
  • webhooksite/webhook.siteAvatar de webhooksite

    webhooksite/webhook.site

    6,620Voir sur GitHub↗

    Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu

    Provides conditional value mapping with fallback for webhook data transformation.

    JavaScriptangularfrontendlaravel
    Voir sur GitHub↗6,620
  • tpope/vim-sensibleAvatar de tpope

    tpope/vim-sensible

    5,293Voir sur GitHub↗

    vim-sensible est un plugin de configuration et un preset d'éditeur pour Vim qui fournit une base de préférences par défaut consensuelles. Il implémente une collection de paramètres d'éditeur standards et de comportements par défaut pour assurer une expérience de démarrage cohérente dans différents environnements. Le projet établit un ensemble universel de préférences d'interface et d'améliorations d'utilisabilité, ciblant spécifiquement le mouvement du curseur, la recherche et l'édition de texte. Il gère ces valeurs par défaut en appliquant une configuration prédéfinie qui permet une personnalisation ultérieure basée sur les workflows individuels.

    Implements logic to assign default settings only if they have not been previously defined by the user.

    Vim Script
    Voir sur GitHub↗5,293
  • wangdoc/bash-tutorialAvatar de wangdoc

    wangdoc/bash-tutorial

    4,354Voir sur GitHub↗

    Ce projet est une ressource pédagogique complète composée d'un tutoriel de programmation Bash, d'une référence de scripting et d'un manuel de ligne de commande Linux. Il fournit du matériel pédagogique pour écrire des scripts, automatiser des tâches système et maîtriser la navigation dans le terminal ainsi que l'administration système Unix. Les guides couvrent un large éventail de personnalisation de l'environnement shell, y compris le style du prompt et l'utilisation d'alias. Il fournit également un guide d'environnement shell pour la gestion des fichiers de configuration et l'initialisation des environnements utilisateur. Le matériel détaille un large ensemble de capacités, notamment la logique de contrôle de flux, la gestion des données avec des tableaux indexés et associatifs, et le traitement de texte. D'autres domaines couverts incluent la gestion des fichiers et des ressources, la correspondance de motifs avec des expressions régulières et des outils d'observabilité pour le débogage de scripts et la validation de syntaxe. La ressource explique également les fonctionnalités interactives du terminal telles que la récupération de l'historique des commandes, l'autocomplétion et les raccourcis clavier pour la navigation en ligne de commande.

    Explains the logic for assigning default values when a variable is undefined or empty.

    Shell
    Voir sur GitHub↗4,354
  1. Home
  2. Software Engineering & Architecture
  3. Default Configuration Values
  4. Fallback Parameter Values
  5. Conditional Value Mappings

Explorer les sous-tags

  • Conditional Variable AssignmentsLogic that assigns a value to a variable only if it is currently undefined. **Distinct from Conditional Value Mappings:** Distinct from general conditional value mappings as it specifically checks for the existence of a value before assigning a default.