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
·

3 Repos

Awesome GitHub RepositoriesConditional Variable Assignments

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

Explore 3 awesome GitHub repositories matching software engineering & architecture · Conditional Variable Assignments. Refine with filters or upvote what's useful.

Awesome Conditional Variable Assignments GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • stylus/stylusAvatar von stylus

    stylus/stylus

    11,323Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,323
  • tpope/vim-sensibleAvatar von tpope

    tpope/vim-sensible

    5,293Auf GitHub ansehen↗

    vim-sensible is a configuration plugin and editor preset for Vim that provides a baseline of agreed-upon default preferences. It implements a collection of standard editor settings and behavior defaults to ensure a consistent starting experience across different environments. The project establishes a universal set of interface preferences and usability improvements, specifically targeting cursor movement, searching, and text editing. It manages these defaults by applying a predefined configuration that allows for further personalization based on individual workflows.

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

    Vim Script
    Auf GitHub ansehen↗5,293
  • wangdoc/bash-tutorialAvatar von wangdoc

    wangdoc/bash-tutorial

    4,354Auf GitHub ansehen↗

    Dieses Projekt ist eine umfassende Bildungsressource, bestehend aus einem Bash-Programmier-Tutorial, einer Skripting-Referenz und einem Linux-Kommandozeilen-Handbuch. Es bietet Lehrmaterialien für das Schreiben von Skripten, die Automatisierung von Systemaufgaben sowie die Beherrschung der Terminal-Navigation und Unix-Systemadministration. Die Anleitungen decken eine breite Palette an Anpassungen der Shell-Umgebung ab, einschließlich Prompt-Styling und der Verwendung von Aliasen. Zudem gibt es einen Leitfaden für die Shell-Umgebung zur Verwaltung von Konfigurationsdateien und zur Initialisierung von Benutzerumgebungen. Die Materialien beschreiben eine Vielzahl von Funktionen, darunter Kontrollflusslogik, Datenverwaltung mit indizierten und assoziativen Arrays sowie Textverarbeitung. Weitere abgedeckte Bereiche umfassen Datei- und Ressourcenmanagement, Pattern-Matching mit regulären Ausdrücken sowie Observability-Tools für das Debugging von Skripten und die Syntaxvalidierung. Die Ressource erklärt zudem interaktive Terminal-Funktionen wie den Abruf der Befehlshistorie, die Eingabevervollständigung und Tastenkombinationen für die Navigation in der Kommandozeile.

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

    Shell
    Auf GitHub ansehen↗4,354
  1. Home
  2. Software Engineering & Architecture
  3. Default Configuration Values
  4. Fallback Parameter Values
  5. Conditional Value Mappings
  6. Conditional Variable Assignments