awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • stylus/stylusstylus 的头像

    stylus/stylus

    11,323在 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
    在 GitHub 上查看↗11,323
  • tpope/vim-sensibletpope 的头像

    tpope/vim-sensible

    5,293在 GitHub 上查看↗

    vim-sensible 是一个 Vim 配置插件和编辑器预设,提供了一套公认的默认偏好基准。它实施了一系列标准编辑器设置和行为默认值,以确保在不同环境下获得一致的启动体验。 该项目建立了一套通用的界面偏好和可用性改进,特别针对光标移动、搜索和文本编辑。它通过应用预定义的配置来管理这些默认值,并允许根据个人工作流进行进一步的个性化设置。

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

    Vim Script
    在 GitHub 上查看↗5,293
  • wangdoc/bash-tutorialwangdoc 的头像

    wangdoc/bash-tutorial

    4,354在 GitHub 上查看↗

    这是一个综合教育资源,包含 Bash 编程教程、脚本参考和 Linux 命令行手册。它提供用于编写脚本、自动化系统任务以及掌握终端导航和 Unix 系统管理的教学材料。 这些指南涵盖了广泛的 Shell 环境定制,包括提示符样式和别名的使用。它还提供了一个用于管理配置文件和初始化用户环境的 Shell 环境指南。 这些材料详细说明了一套广泛的功能,包括控制流逻辑、使用索引和关联数组的数据管理以及文本处理。其他涵盖的领域包括文件和资源管理、使用正则表达式的模式匹配,以及用于脚本调试和语法验证的可观测性工具。 该资源还解释了交互式终端功能,如命令历史记录检索、输入补全以及用于命令行导航的键盘快捷键。

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

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