awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 रिपॉजिटरी

Awesome GitHub RepositoriesBoolean Logic Types

Primitive types representing logical true or false states for conditional control flow.

Distinct from Boolean Configuration Values: Distinct from logic engines or configuration values: focuses on the language-level primitive type definition.

Explore 11 awesome GitHub repositories matching programming languages & runtimes · Boolean Logic Types. Refine with filters or upvote what's useful.

Awesome Boolean Logic Types GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • trekhleb/learn-pythontrekhleb का अवतार

    trekhleb/learn-python

    18,058GitHub पर देखें↗

    This project is an educational resource designed for learning the Python programming language. It serves as a tutorial repository and programming guide, providing a collection of annotated scripts, code examples, and cheatsheets to help users master syntax and core fundamentals. The resource focuses on moving from basic language syntax to advanced implementation, with a particular emphasis on object-oriented programming, the use of the Python standard library, and scripting automation for business workflows. The content covers a broad range of programming capabilities, including control flow

    Explains how to evaluate boolean expressions to control program execution flow.

    Pythonlearninglearning-by-doinglearning-python
    GitHub पर देखें↗18,058
  • rust-lang/bookrust-lang का अवतार

    rust-lang/book

    17,930GitHub पर देखें↗

    The Rust Programming Language Book is the official technical guide and educational resource for the Rust language. It provides a comprehensive walkthrough of the language's design, focusing on its core identity as a systems programming language that enforces memory safety and high-performance execution without the need for a garbage collector. The project is distinguished by its focus on ownership, borrowing, and lifetime tracking, which allow the compiler to verify memory safety and thread safety at compile time. It covers the language's unique approach to zero-cost abstractions, including t

    Rust stores true or false values in a single byte to facilitate conditional branching and control flow logic.

    Rustbookmdbookrust
    GitHub पर देखें↗17,930
  • experience-monks/math-as-codeExperience-Monks का अवतार

    Experience-Monks/math-as-code

    15,482GitHub पर देखें↗

    This project is a mathematics programming pattern library and translation guide designed to map academic mathematical symbols and formulas into programmable logic. It serves as a reference for converting complex notations into software implementations. The resource provides mapping guides for translating calculus, linear algebra, and set theory into iterative loops, functional code, and boolean expressions. It includes specific patterns for implementing piecewise functions, matrix operations, and standard mathematical operators using conditional logic and built-in language functions. The lib

    Translates logical operators and set membership constraints into standard programming boolean expressions.

    GitHub पर देखें↗15,482
  • zakirullin/cognitive-loadzakirullin का अवतार

    zakirullin/cognitive-load

    12,288GitHub पर देखें↗

    This project is a collection of software engineering principles and architectural design patterns designed to minimize the mental effort required to understand and maintain source code. It serves as a guide for implementing clean code methodologies and architectural simplification to reduce the overall cognitive load on developers. The framework emphasizes aligning module boundaries and ubiquitous language with business stakeholders to prevent architectural ripple effects. It advocates for balancing service granularity to avoid the overhead of distributed monoliths and suggests favoring objec

    Simplifies complicated boolean logic by using descriptive intermediate variables to reduce mental load.

    GitHub पर देखें↗12,288
  • g-truc/glmg-truc का अवतार

    g-truc/glm

    10,710GitHub पर देखें↗

    This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float

    Provides vector-based boolean types for consistent shading language compatibility.

    C++cppcpp-libraryglm
    GitHub पर देखें↗10,710
  • goplus/xgogoplus का अवतार

    goplus/xgo

    9,436GitHub पर देखें↗

    Xgo is a programming language that combines familiar constructs from languages like C/C++, Go, Python, and JavaScript with a natural language-style syntax that reads closer to plain English. It executes programs compatible with the Go language, allowing reuse of existing Go libraries and tooling, and supports mixing Go and XGo source files within a single package for gradual adoption of its simplified syntax. The language distinguishes itself through direct foreign function interface capabilities, enabling calls to C/C++ and Python libraries using specialized string literal syntax without man

    Converts boolean values to numeric types, producing 1 for true and 0 for false.

    Goai-nativedata-sciencegolang
    GitHub पर देखें↗9,436
  • dop251/gojadop251 का अवतार

    dop251/goja

    6,914GitHub पर देखें↗

    Goja is a JavaScript engine and ECMAScript compliant interpreter implemented entirely in Go. It serves as an embedded scripting engine that allows Go applications to execute JavaScript code and integrate a programmable scripting layer without relying on Cgo or external native dependencies. The project functions as a bridge between Go and JavaScript, enabling bidirectional data exchange and function invocation. It allows Go hosts to expose native structs, slices, and maps as JavaScript objects and arrays, while providing mechanisms to export script values and functions back into native Go type

    Implements native boolean primitive types and prototype methods to evaluate truthy and falsy values.

    Go
    GitHub पर देखें↗6,914
  • webhooksite/webhook.sitewebhooksite का अवतार

    webhooksite/webhook.site

    6,620GitHub पर देखें↗

    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

    Evaluates logical expressions and comparisons between values in scripts.

    JavaScriptangularfrontendlaravel
    GitHub पर देखें↗6,620
  • unisonweb/unisonunisonweb का अवतार

    unisonweb/unison

    6,487GitHub पर देखें↗

    Represent truth values directly as true or false in source code.

    Haskellhacktoberfesthaskellprogramming-language
    GitHub पर देखें↗6,487
  • carp-lang/carpcarp-lang का अवतार

    carp-lang/Carp

    5,815GitHub पर देखें↗

    Carp is a statically typed Lisp compiler that compiles Lisp-like syntax directly to C source code, enabling seamless integration with existing C libraries and low-level system programming. It manages memory deterministically at compile time using ownership tracking and linear types, eliminating garbage collection pauses and runtime overhead while ensuring type safety through an inferred static type system. The language distinguishes itself through compile-time macro expansion and metaprogramming capabilities, allowing code generation and transformation before final binary output. It enforces

    Evaluates a boolean expression and returns true or false for use in control flow and logic.

    Haskellfunctionalfunctional-programminggame-development
    GitHub पर देखें↗5,815
  • gopl-zh/gopl-zh.github.comgopl-zh का अवतार

    gopl-zh/gopl-zh.github.com

    4,958GitHub पर देखें↗

    यह प्रोजेक्ट Go प्रोग्रामिंग भाषा के लिए एक व्यापक गाइड का चीनी अनुवाद है। यह एक स्थानीयकृत शैक्षिक संसाधन और तकनीकी मैनुअल के रूप में कार्य करता है जिसे भाषा के सिंटैक्स, डिज़ाइन और सॉफ़्टवेयर विकास पर मार्गदर्शन प्रदान करने के लिए डिज़ाइन किया गया है। यह संसाधन Go भाषा की शिक्षा के एक व्यापक दायरे को कवर करता है, जिसमें प्रोग्रामिंग पैटर्न और सिस्टम डिज़ाइन का कार्यान्वयन शामिल है। इसमें अनुवादित पाठ और उदाहरण शामिल हैं जो कोर भाषा सुविधाओं जैसे कि कॉनकरेंसी और इंटरफ़ेस के उपयोग पर केंद्रित हैं। सामग्री भाषा के मूल सिद्धांतों, डेटा मॉडलिंग, रनटाइम रिफ्लेक्शन और मेमोरी मैनेजमेंट सहित विभिन्न क्षमता क्षेत्रों में फैली हुई है। यह सॉफ़्टवेयर आर्किटेक्चर, एरर हैंडलिंग, क्वालिटी एश्योरेंस और वेब नेटवर्किंग का विस्तृत कवरेज भी प्रदान करता है। दस्तावेज़ीकरण को एक तकनीकी मैनुअल के रूप में संरचित किया गया है जिसमें सटीक शिक्षण सुनिश्चित करने के लिए अनुवादित सामग्री, एराटा और सुधार शामिल हैं।

    Explains the use of boolean primitive types for conditional control flow and logical operations.

    Goprogramming-language
    GitHub पर देखें↗4,958
  1. Home
  2. Programming Languages & Runtimes
  3. Boolean Logic Types

सब-टैग एक्सप्लोर करें

  • Boolean-to-Number ConversionsConverting boolean values to numeric types, producing 1 for true and 0 for false. **Distinct from Boolean Logic Types:** Distinct from Boolean Logic Types: focuses on the conversion from boolean to numeric representation, not the boolean type definition itself.
  • Logic Expression MappingsMapping of mathematical logical operators to programmable boolean expressions. **Distinct from Boolean Logic Types:** Focuses on the translation from mathematical logic to code, rather than just the primitive boolean types.
  • Readability-Focused Logic SimplifiersTechniques for replacing complex boolean logic with named variables to improve human understanding. **Distinct from Boolean Logic Types:** Unlike primitive boolean types or logic engines, this focuses on the readability of the implementation.
  • Vector Types1 सब-टैगPrimitive vector types for logical states. **Distinct from Boolean Logic Types:** Distinct from Boolean Logic Types: focuses on vector-based boolean structures rather than scalar primitives.