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

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

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

8 个仓库

Awesome GitHub RepositoriesTernary Expression Evaluators

Concise conditional expressions that return one of two values.

Distinct from Conditional Rendering: Distinct from web-based conditional rendering: focuses on language-level ternary operators.

Explore 8 awesome GitHub repositories matching web development · Ternary Expression Evaluators. Refine with filters or upvote what's useful.

Awesome Ternary Expression Evaluators GitHub Repositories

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

    crystal-lang/crystal

    20,299在 GitHub 上查看↗

    Crystal is a statically typed, compiled programming language designed for high performance and memory safety. It leverages an LLVM-based compiler to translate source code into optimized machine-executable binaries, while its type-inference-based static analysis enforces strict safety rules during the build process. The language distinguishes itself through a fiber-based concurrent runtime that manages lightweight execution units for asynchronous input and output without blocking the main process. It also features a powerful compile-time macro system that allows for the inspection and transfor

    Returns one of two values based on a boolean condition, providing a concise alternative to standard conditional blocks.

    Crystalcompilercrystalcrystal-language
    在 GitHub 上查看↗20,299
  • chalarangelo/30-seconds-of-interviewsChalarangelo 的头像

    Chalarangelo/30-seconds-of-interviews

    12,143在 GitHub 上查看↗

    This project is a technical interview study guide and a markdown-driven static site designed to help developers prepare for coding screenings. It serves as a curated collection of common technical questions and expert answers, functioning as a comprehensive educational resource. The platform provides a structured curriculum and reference materials across several key domains. This includes a JavaScript language reference covering programming fundamentals, a frontend engineering curriculum focused on UI patterns and responsive design, and a web security knowledge base detailing attack vectors a

    Provides examples of using ternary operators and logical expressions within markup to toggle visibility.

    JavaScriptawesome-listcsseducation
    在 GitHub 上查看↗12,143
  • jerry-git/learn-python3jerry-git 的头像

    jerry-git/learn-python3

    6,754在 GitHub 上查看↗

    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 ternary conditional expressions for concise value selection in Python.

    HTMLjupyter-notebooklearning-pythonpython-exercises
    在 GitHub 上查看↗6,754
  • amitshekhariitbhu/from-java-to-kotlinamitshekhariitbhu 的头像

    amitshekhariitbhu/from-java-to-kotlin

    6,324在 GitHub 上查看↗

    From Java To Kotlin - Your Cheat Sheet For Java To Kotlin

    Provides side-by-side comparisons of Java ternary operators and Kotlin if-else expressions.

    Javaandroidcheet-sheetjava
    在 GitHub 上查看↗6,324
  • zizmorcore/zizmorzizmorcore 的头像

    zizmorcore/zizmor

    5,717在 GitHub 上查看↗

    Zizmor is a security linter and static analysis tool designed to audit GitHub Actions workflow files. It functions as a CI/CD security scanner that identifies security vulnerabilities, misconfigurations, and software supply chain risks within automation pipelines. The project distinguishes itself by providing an automated workflow remediator that applies security fixes to identified vulnerabilities. It also implements a language server for integration with code editors and supports a variety of analysis personas to scale the sensitivity and volume of reported findings. The tool covers a broa

    Identifies pseudo-ternary expressions where a falsy true value causes the logic to fall through to the fallback.

    Rustgithub-actionssecuritysecurity-tools
    在 GitHub 上查看↗5,717
  • duke-git/lancetduke-git 的头像

    duke-git/lancet

    5,295在 GitHub 上查看↗

    Lancet 是 Go 标准库的全面扩展,提供了一系列可复用的函数和数据结构,旨在减少应用中的样板代码。它是一个跨多个领域的通用工具包,包括并发、安全、网络和函数式逻辑。 该项目的特色在于针对 Go 并发的专用工具包(如键控锁和基于通道的流处理),以及支持柯里化和函数组合的专用函数式编程套件。它还包含一个使用 AES、RSA 和 SM 标准实现对称和非对称加密的专用密码学库。 该库涵盖了广泛的功能领域,包括 LRU 缓存和二叉搜索树等高级数据结构、代数和统计数学计算,以及用于进程和文件管理的操作系统集成。它还提供了用于 HTTP 网络、日期和时间操作,以及集合代数和惰性流求值等高级数据处理的实用程序。

    Provides ternary logic execution to return one of two values based on a boolean condition.

    Gogenericsgogolang
    在 GitHub 上查看↗5,295
  • soapyigu/leetcode-swiftsoapyigu 的头像

    soapyigu/LeetCode-Swift

    4,958在 GitHub 上查看↗

    LeetCode-Swift is a collection of algorithm solutions written in Swift, designed for coding interview preparation. Each solution is implemented as a self-contained function with no external dependencies, making it easy to run and test. The repository organizes solutions by topic and company, and every file includes time and space complexity annotations, allowing quick evaluation of algorithmic efficiency. What sets this repository apart is its flat file structure and the way solutions are tagged with the companies that asked them in interviews, enabling targeted practice. All code resides in

    Implements a stack-based evaluator for ternary conditional expressions using right-to-left traversal.

    Swiftalgorithmdata-structuresinterview
    在 GitHub 上查看↗4,958
  • masterminds/sprigMasterminds 的头像

    Masterminds/sprig

    4,692在 GitHub 上查看↗

    Sprig is a comprehensive library of helper functions designed to extend the Go text template engine. It provides a wide array of custom functions that can be injected into the engine to enable complex data manipulation and logic directly within templates. The project offers specialized capabilities for cryptography, including the generation of private keys, X.509 certificates, and secure password hashes. It also includes advanced logic extensions for semantic versioning comparison, ternary evaluations, and the resolution of environment variables from the host operating system. The library co

    Implements ternary logic to return one of two values based on a boolean test.

    Gogotemplatetemplates
    在 GitHub 上查看↗4,692
  1. Home
  2. Web Development
  3. Conditional Rendering
  4. Ternary Expression Evaluators

探索子标签

  • Logic Expression AnalyzersAnalyzes language-level ternary and conditional expressions for logical fall-throughs and errors. **Distinct from Ternary Expression Evaluators:** Focuses on logic analysis and error detection rather than just evaluating the expression result