An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: boolean-logic

Aurelio-Capablanca/boolean-algebra-mini-calc

Boolean Evaluation for Rust CLI

Language: Rust - Size: 32.2 KB - Last synced at: 5 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

sandialabs/Gulliver

Gulliver is a C# utility package and library engineered for the manipulation of arbitrary sized byte arrays accounting for appropriate endianness and jagged byte length.

Language: C# - Size: 332 KB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 18 - Forks: 3

fielding/redstone-university

An interactive course on computer science and digital architecture, built from the ground up. (Minecraft and CircuitVerse tracks available)

Language: Python - Size: 276 MB - Last synced at: 4 days ago - Pushed at: 8 days ago - Stars: 8 - Forks: 1

Eran-BA/MoP

Mixture of Products (MoP) for Transformers — research prototype

Language: Python - Size: 81.5 MB - Last synced at: 5 days ago - Pushed at: 17 days ago - Stars: 6 - Forks: 0

RendieRYU/logic_calculator

Kalkulator logika berbasis web (HTML/CSS/JS murni) dengan parser custom untuk ekspresi boolean, evaluasi variabel interaktif, tabel kebenaran, ekspor TXT, tema gelap/terang, dan fitur share URL.

Language: JavaScript - Size: 29.3 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

AntoineGagne/erl-a-tree

A NIF for the https://crates.io/crates/a-tree crate

Language: Erlang - Size: 39.1 KB - Last synced at: 24 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

Spydr06/logicrs

An easy-to-use simulator for logical circuits

Language: Rust - Size: 19 MB - Last synced at: 25 days ago - Pushed at: about 1 year ago - Stars: 62 - Forks: 6

KhaledHosseini/propositional-logic

propositional logic evaluator that creates truth tables for propositional expressions, written in rust.

Language: Rust - Size: 6.07 MB - Last synced at: 13 days ago - Pushed at: 11 months ago - Stars: 4 - Forks: 1

aygp-dr/heavybool-cat-explorer

A HeavyBool implementation exploring categorical foundations of reflective boolean values based on Jim Newton's ELS'25 work

Language: Scheme - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ArminMemar/CantorCipher

A lightweight cryptographic algorithm inspired by Cantor’s diagonal argument, enhanced with Boolean logic and multi-round bitwise mixing. Includes built-in message authentication and tamper detection.

Language: Python - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

AntoineGagne/a-tree

A dynamic data structure for efficiently indexing arbitrary boolean expressions

Language: Rust - Size: 7.83 MB - Last synced at: 19 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

jjgouveia/maybebool

MaybeBool é uma biblioteca TypeScript que implementa uma lógica ternária, expandindo os tradicionais valores booleanos (verdadeiro/falso) para incluir um terceiro estado determinístico: "talvez".

Language: TypeScript - Size: 8.79 KB - Last synced at: 17 days ago - Pushed at: about 2 months ago - Stars: 3 - Forks: 0

commonality/archetypes-rules

A JavaScript rule engine that models formal propositional logic. It allows you to separate conditional logic from source code and database triggers in a reusable package, where explicit rules can be independently defined and managed.

Language: JavaScript - Size: 7.58 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 3

komorra/SATStreams

SATStreams SAT solving library and CLI solver

Language: C# - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

nishadmahmud/Logic-Gates-Simulator

A comprehensive and visually interactive Logic Gates Simulator built using Java 17, LWJGL, Slick2D, and JNA. Designed for students, hobbyists, and professionals to create, simulate, and analyze digital circuits in real time.

Language: Java - Size: 6.4 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

VanTamNguyen/Nand2Tetris

Nand2Tetris: Build a computer system from the ground up, from nand to tetris. Hardware and software.

Language: Assembly - Size: 2.02 MB - Last synced at: 27 days ago - Pushed at: almost 8 years ago - Stars: 36 - Forks: 14

Zartarius/boolean_algebra

Functions and modules to help with problems relating to boolean algebra and digital circuit design. Requires 0 external libraries or packages.

Language: Python - Size: 124 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

cbfredster/boolean-logic

a set of Boolean logic functions and SAT solvers

Language: Python - Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

awoimbee-42/ready-set-boole

Language: Rust - Size: 486 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ChristopherAndrewTopalian/CATopalian_JavaScript_Boolean_Algebra

An in-depth tutorial on Boolean Algebra and how to express Boolean logic using JavaScript.

Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

kevinmichaelchen/cel-typescript

TypeScript binding for cel-rust (CEL, the Common Expression Language), used for policy enforcement, configuration validation, and business rule evaluation.

Language: TypeScript - Size: 184 KB - Last synced at: 5 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

MarkusRabe/cadet

A fast and certifying solver for quantified Boolean formulas.

Language: C - Size: 5.68 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 27 - Forks: 13

Amarnath001/Logic_Gate_Simulator_CodeHS

An interactive logic gate simulator built to teach K-12 students Boolean logic through hands-on puzzles. Built using HTML, CSS, and JavaScript.

Language: JavaScript - Size: 9.77 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Oaxoa/fp-booleans

A collection of utility functions to apply boolean logic on functions (including higher-order). Written (and can be used) in a functional programming style.

Language: TypeScript - Size: 1.03 MB - Last synced at: 22 days ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

CIDARLAB/cello

Genetic circuit design automation

Language: Java - Size: 266 MB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 833 - Forks: 139

justineuro/syllogisms

Algorithmic Truth Table Method for Proving Validity of Argument Forms

Language: TeX - Size: 2.12 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

broccolimicro/boolean

Implements cubes, covers, and their associated logic operations

Language: C++ - Size: 174 KB - Last synced at: 5 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Eurydia/project-onyx

An interpreter and visualizer for Boolean algebra.

Language: TypeScript - Size: 13.7 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

karlssberg/Motiv

A solution to the Boolean Blindness problem.

Language: C# - Size: 39.2 MB - Last synced at: 8 days ago - Pushed at: 9 days ago - Stars: 9 - Forks: 0

flexycode/CCOMPORG

💫 CCOMPORG - COMPUTER ORGANIZATION AND ARCHITECTURE

Size: 17.4 MB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 4 - Forks: 0

Adolphus8/Computing-with-Confidence

The role of the repository is to provide a platform to present the codes which serve as a tutorial for those who are interested in learning and implementing the proposed methods to compute with confidence for the reliability analysis of engineering systems.

Language: R - Size: 168 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

JacemHaggui/Building-a-Computer-from-Scratch

My work on the project-based course NAND2TETRIS.

Language: Assembly - Size: 4.96 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

zhimbura/boolean-expression-simplify

Multiplatform library witch can make the expression easier

Language: Kotlin - Size: 1.92 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

uben0/prove

A formal proof assistant for first order logic in the terminal

Language: Rust - Size: 36.1 KB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

rodrigowue/pyLEX

pyLEX - SPICE STD-CELL ARCS EXTRACTOR (but in Python)

Language: Python - Size: 14.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

aartaka/stdlambda

Standard library for Lambda Calculus, finally making LC a practical programming language.

Size: 56.6 KB - Last synced at: 5 months ago - Pushed at: 8 months ago - Stars: 14 - Forks: 0

m-peko/booleval

Header-only C++17 library for evaluating logical expressions.

Language: C++ - Size: 464 KB - Last synced at: 2 months ago - Pushed at: over 3 years ago - Stars: 85 - Forks: 6

theinvincibleknight/BookStockManagementSystem

Book Stock Management is an elementary Java program that helps in storing, adding, modifying and deleting of book entries in a systematic way.

Language: Java - Size: 1.95 KB - Last synced at: 5 months ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

AdyaanAkram/NLP-Document-Search-Tool

A cutting-edge application designed to simplify document retrieval on desktop systems. This tool leverages Natural Language Processing (NLP) to understand and interpret user queries, transforming them into Boolean-based searches compatible with document management systems like Worldox.

Language: Python - Size: 1.72 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

MaxWolf-01/TruthTabler

Solves boolean expressions and simplifies them, draws logic-circuits and constructs circuits and boolean terms from truth-table values and converts boolean expressions to NAND and NOR.

Language: Python - Size: 141 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 8 - Forks: 2

soaibsafi/limboole-vscode

Visual Studio Code extension for Limboole

Language: TypeScript - Size: 15.9 MB - Last synced at: about 2 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

DelPineAI/7SegmentDisplay

7-Segment Alphanumeric Display using VHDL. Programmed with pure Boolean algebra.

Size: 11.7 KB - Last synced at: 5 months ago - Pushed at: 10 months ago - Stars: 2 - Forks: 0

matiasvlevi/ludit

Ludit is an interpreter for Ludi, a language meant to express and compute boolean algebra in the CLI.

Language: TypeScript - Size: 657 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

chakravala/DeMorgan.jl

Classical logic truth table magma algebra

Language: Julia - Size: 6.84 KB - Last synced at: 4 days ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 0

djcopley/QuineMcCluskey

A powerful tool for minimizing Boolean functions

Language: Python - Size: 282 KB - Last synced at: 8 days ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 3

ibisbra91/JAVA_SE_recap

Java is a programming language with which we can develop cross-platform software thanks to the JVM (Java Virtual Machine). 🌱 Here I reviewed fundamental characteristics of the language and practiced its bases. I used InteliJ IDEA IDE, JShell, JavaDocs, conditionals, cycles, 1,2,3 and 4-dimensional arrays, I implemented functions, ... 💚🔥

Language: Java - Size: 16.6 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

RahemShakeel/Treasure-Island-Game

This is a simple text-based adventure game written in Python. It’s a basic interactive game where players make choices to find a treasure.

Language: Python - Size: 2.93 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

LoQiseaking69/SephsBIOME

The SephsBiome project aims to stand out as an advanced system in the realm of artificial life simulations, machine learning, and evolutionary computation. Its complexity and the integration of various cutting-edge technologies and methodologies make it a sophisticated and forward-thinking initiative.

Language: Python - Size: 38.5 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

anishsharma21/nand2tetris

This repository tracks my progress in building the hardware and software of a computer from scratch - a journey that will take me from the basics of logic gates to building a fully functioning computer and operating system.

Size: 3.91 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

theoliverlear/Boolean-Logic-Tool

A Spring Boot project to help people learn boolean logic and solve boolean formulas.

Language: Java - Size: 398 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

SathyasriS27/VLSI_Design

Repository containing the simulated schematics of logic gates, counters, adders and registers along with corresponding layouts for semiconductor design.

Size: 71.3 KB - Last synced at: 7 months ago - Pushed at: about 4 years ago - Stars: 3 - Forks: 0

danielbinder/LogiVis

A teaching aid for concepts and algorithms in logic

Language: Java - Size: 15.5 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

henryhale/7-segment-display-decoder

📟 A BCD to seven segment display decoder implementation

Language: JavaScript - Size: 120 KB - Last synced at: 7 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

gletort/PhysiBoSS

Multiscale simulation of multi-cellular system

Language: C++ - Size: 13.3 MB - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 25 - Forks: 12

Digidemic/once

Pass custom IDs or create variables that return 'true' only the first time used... Once!

Language: Kotlin - Size: 3.09 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

zlypher/bool

Bool Checker is intended as a simple utility to quickly check what your boolean expression results in with all possible inputs.

Language: JavaScript - Size: 629 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

reycuba0918/Boolean-Algebra

A Python library designed for performing Boolean arithmetic. It includes classes for, evaluating Boolean constant expressions and generating truth tables from a given Boolean expression.

Language: Python - Size: 105 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

jhannemann/truthtable

Print truth tables.

Language: Python - Size: 20.5 KB - Last synced at: over 1 year ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

jonathanjameswatson/truth-trick

Boolean expression visualiser

Language: JavaScript - Size: 4.78 MB - Last synced at: 5 months ago - Pushed at: over 2 years ago - Stars: 3 - Forks: 1

lucasferreiraz/logisat

🧠 Classification of pathologies column using propositional logic satisfiability algorithms.

Language: Java - Size: 144 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

rushmaparajuli39/nand2tetris

nand2tetris

Language: Assembly - Size: 9.69 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

yowenter/conditions Fork of oleksandr/conditions

A simple parser & evaluator of the arithmetic/logical conditions

Language: Go - Size: 138 KB - Last synced at: over 1 year ago - Pushed at: almost 6 years ago - Stars: 3 - Forks: 1

rekola/boolean-search

A single-header C++ Boolean search library for streaming applications

Language: C++ - Size: 15.6 KB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

felixstrobel/truth-table

Simplify logical analysis with our easy-to-use truth table generator. Quickly evaluate your Boolean expressions and view the corresponding truth table in real-time. A handy tool for students and professionals.

Language: TypeScript - Size: 438 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Z80coder/db-nets

∂B nets: learning discrete, boolean-valued functions by gradient descent

Language: Mathematica - Size: 55.3 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 18 - Forks: 3

abcnorio/mixedmethod-rcode

R-code supplement to a book about mixed methodology

Language: R - Size: 3.61 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

galenwilkerson/preprint_logic_and_learning_in_network_cascades

This is a preprint of our submitted work on logic and learning in network cascades. It discusses basic biologically-motivated modifications, and implications regarding logic, criticality, spatial constraints, types of error, and information encoding.

Size: 427 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

RohanS14/Boolean-lab

Boolean implication analysis of single-cell data

Language: Jupyter Notebook - Size: 5.45 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

exsandebest/MDNF

Minimal disjunctive normal form (MDNF): Table and Result in Qt

Language: C++ - Size: 1.36 MB - Last synced at: 6 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 3

Tanbhaba/XOR

The first step towards deep learning by implementing 2 input XOR gate using neural network using tensorflow.

Language: Jupyter Notebook - Size: 18.6 KB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Jvsierra/TabelaVerdade-C

Programa que dá a tabela-verdade de uma expressão booleana, escrito em C.

Language: C - Size: 24.4 KB - Last synced at: almost 2 years ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0

R3X-G1L6AME5H/gdnative-flagdb

Ever needed to compress 32 booleans into a single number?

Language: C++ - Size: 58.6 KB - Last synced at: almost 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

sebastian9991/walkSAT

A view of a stochastic algorithm on the satisfiability problem, when increasing the number of conjunctions and statements

Language: Java - Size: 17 MB - Last synced at: over 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

Aramrt/PythonDoc

This repository is for learning most important concepts of Python for starting Machine Learning and Deep Learning basics.

Language: Jupyter Notebook - Size: 4.21 MB - Last synced at: almost 2 years ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

j-jzk/logik

A logic circuit simulator

Language: Kotlin - Size: 125 KB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

marcbenedi/SAT-tfg

SAT-tfg is a C++ library to work with Boolean formulae and Pseudo-Boolean optimisation problems.

Language: C++ - Size: 268 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 3 - Forks: 0

maximaximal/limboole

Fork of the Limboole SAT solver frontend from http://fmv.jku.at/limboole/ modified to be executable using WebAssembly on the web.

Language: C - Size: 2.26 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 4

josefdc/Quine-McCluskey

Este proyecto proporciona una herramienta gráfica para simplificar expresiones booleanas utilizando el método Quine-McCluskey.

Language: Python - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 1

nazrinsh/BillSplitter-JetBrains-Academy

Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

A-G-D/lua-boolexpr

Boolean Expression module for Lua

Language: Lua - Size: 92.8 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

DericAugusto/ISN2023_DigitalSystems

Material from the course of Design of Digital Systems at ENSEM - Université de Lorraine.

Language: VHDL - Size: 40.8 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

archy-co/l4logic

Logic elements constructor

Language: Python - Size: 6.4 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

fifi2/quine_mccluskey_algo

Quine-McCluskey algorithm

Language: Vim script - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

samyzaf/pycirc

PyCirc Python package for modeling and simulating simple Logic Circuits

Language: Jupyter Notebook - Size: 156 KB - Last synced at: about 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

benmandrew/CopperLogic

Visualiser of boolean logic circuits (Unity/C#) - Oct 2019

Language: C# - Size: 3.17 MB - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 2 - Forks: 0

rubenodamo/nand2tetris-programs

To build overall understanding of computer fundamentals, here are some small and simple tasks solving various problems. These are solutions to tasks from the nand2tetris website and book, "The Elements of Computing Systems" by Noam Nisan and Shimon Schocken.

Language: Scilab - Size: 32.2 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Tanaya-27/nand2tetris-little-programs

A small collection of tasks to build my understanding of computing fundamentals; these are based on the "nand to tetris" course in The Elements of Computing Systems, By Noam Nisan and Shimon Schocken (MIT Press).

Language: Scilab - Size: 93.8 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

Elapache98/Sports-Team-Quiz

Lil Quiz about a Sports Team Find out who you should support based on 4 questions.

Language: JavaScript - Size: 161 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Elapache98/ChatGPT-like-Quiz-jk-its-boolean-functions

Lil Quiz about a Sports Team Find out who you should support based on 4 questions.

Language: JavaScript - Size: 243 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

mettbroetchen43/pythonsnippets

This is just a repository with some small code snippets. It's not meant to be a concrete project.

Language: Python - Size: 29.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

HaoAsakura09/Nand2Tetris

the step-by-step journey of building a complete computer system from logic gates to a high-level language.

Language: Scilab - Size: 15.6 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

dannylarge144/picotruthtables

Truth tables represented by LEDs connected to a Raspberry Pi Pico.

Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

D-Diyare/FluentExtensions

A Bunch of useful .NET extensions.

Language: C# - Size: 584 KB - Last synced at: 23 days ago - Pushed at: over 3 years ago - Stars: 3 - Forks: 0

up2jj/conditioner

Conditional logic utility

Language: Elixir - Size: 24.4 KB - Last synced at: 6 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Rohit-singh19/Validate-form

We have to validate the form on client-server using javascript.

Language: HTML - Size: 6.84 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 2 - Forks: 0

hasanrizvi-hr/CryptRaider

I am excited to announce the release of Crypt Raider v1.0.0, a thrilling adventure game that takes players on a journey through ancient tombs and temples filled with hidden treasures and dangerous traps.

Language: C++ - Size: 12 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

MiguelLamas/fcc-javascript-algorithms-and-data-structures-projects-palindrome-checker

JavaScript Algorithms and Data Structures - Palindrome Checker

Language: JavaScript - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Ojas1804/InfoRet-System

An information retrieval system for boolean queries, proximity quries and wildcard queries using Inverted indexing, Biword indexing, positional indexing and soundex indexing.

Language: Python - Size: 131 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

natanbc/boolalg-simplifier 📦

Source code for https://boolalg.im-a.dev

Language: Scala - Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1

archetipico/Computer-Architecture-I 📦

Caesar Cipher using Logisim

Size: 174 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0