An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with bitwise-operators

A curated list of projects in awesome lists tagged with bitwise-operators .

https://github.com/mariuszgromada/mathparser.org-mxparser

Math Parser: Java, C#, C++, Kotlin, Android, and all .NET platforms (Nuget, Maven, CMake). Supports .NET Framework, .NET Core, .NET Standard, Xamarin, and more. Features: rich built-in library of math functions, operators, constants. Flexible in user-defined arguments, functions. Expressions provided as plain text. Easy to use. Well documented.

android binary-relations bitwise-operators boolean-expression c-sharp calculus cmake cpp dotnet expression-evaluator formula-parser java math math-parser mathematics maven mono nuget user-defined-structures xamarin

Last synced: 14 May 2025

https://github.com/uraimo/Bitter

A Swift Bits Manipulation/Bitwise Operations Toolkit

bit-manipulation bitset bitwise-operators

Last synced: 02 May 2025

https://github.com/uraimo/bitter

A Swift Bits Manipulation/Bitwise Operations Toolkit

bit-manipulation bitset bitwise-operators

Last synced: 09 Jul 2025

https://github.com/danprince/tiny-binary-format

Memory efficient binary formats instead of objects.

binary bitwise-operators

Last synced: 09 Jul 2025

https://github.com/uraimo/swift-playgrounds

Collection of Swift playgrounds used in my posts: From functional aspects of Swift to C interoperability.

bitwise-operators concurrency concurrency-patterns functional-programming swift swift-playgrounds unowned

Last synced: 15 Apr 2025

https://github.com/uraimo/Swift-Playgrounds

Collection of Swift playgrounds used in my posts: From functional aspects of Swift to C interoperability.

bitwise-operators concurrency concurrency-patterns functional-programming swift swift-playgrounds unowned

Last synced: 13 May 2025

https://github.com/keyu-tian/cpp-gomoku-with-ai

C++ Gomoku with a strong AI based on minimax search and alpha-beta pruning with Qt5 GUI. *Dozens of C++ tricks & hacks are used to improve efficiency.* Come and try to see if you can beat the powerful AI!

alpha-beta-pruning bitwise-operators gobang heuristic-search minmax-algorithm multi-threading qt qt5-gui

Last synced: 23 Apr 2025

https://github.com/michaeljclark/bignum

C++ bignum with support for arbitrary precision integer arithmetic.

bignum bignumber bitvector bitwise-operators cplusplus

Last synced: 06 Apr 2025

https://github.com/jhg023/bitbuffer

A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.

bitbuffer bits bitwise bitwise-arithmetic bitwise-operators buffer bytebuffer java java-11

Last synced: 10 Apr 2025

https://github.com/reinder83/binary-flags

Simple BinaryFlags class to extend from

binary bitwise bitwise-operators flags php php-library

Last synced: 10 Mar 2026

https://github.com/marvin9/bitwise-calculator

Fast, easy to calculate Bitwise operations. No need to click & wait to get an answer. 😎

and bitwise bitwise-operators calculator or xor

Last synced: 17 Jul 2025

https://github.com/nilostolte/sudoku

Simple 9x9 Sudoku brute force solver with intrinsic parallel candidate set processing using bits to represent digits in the [1, 9] range, and bitwise operations to test a candidate against the candidate set, all at once.

bitwise-operators brute-force-algorithm c java optmization sudoku zig

Last synced: 25 Feb 2026

https://github.com/oleggromov/magipack

Pack any number of bool or integer values into a single BigInt - save traffic, save the planet 🌏

bitwise bitwise-operators boolean packing-algorithm

Last synced: 07 May 2025

https://github.com/tgymnich/bitwiserotate

🔄 Safe and efficient bitwise rotation in Swift

bitwise-operators bitwise-rotation rol ror rotation swift swift-library

Last synced: 25 Jun 2025

https://github.com/youssef-saaed/booleanarray

A C++ class for storing boolean values efficiently using a single bit instead of byte per value

bitwise-operators cpp memory-management open-source optimization

Last synced: 22 Mar 2025

https://github.com/qluana7/bitscript

Rule - Only bitwise operators allow

bitscript bitwise-operators esolang interpreter

Last synced: 03 Jul 2026

https://github.com/m0saan/cp

The repository contains solutions to CP problem from diffrent CP websites

bit-manipulation bitwise-operators competitive-programming cpp cpp11 cpp17

Last synced: 26 Oct 2025

https://github.com/lumarans30/dec2bin-c

Three simple algorithms in C that convert a number from decimal to binary.

arithmetic-operators bitwise-operators c conversion decimal-to-binary masking unsigned-integers

Last synced: 18 Mar 2025

https://github.com/stationeers-ic/exact-ic10-math

Bitwise Operations in TypeScript (JavaScript) for Stationeers

bitwise-operators csharp typescript

Last synced: 28 Oct 2025

https://github.com/electricessence/bitwisetoshortcircuitanalyzer

A Roslyn analyzer for finding and fixing instances of bitwise operators that should be using short-circuit operators instead.

analyzer bitwise bitwise-operators short-circuit short-circuit-operations

Last synced: 26 Oct 2025

https://github.com/emahtab/sum-of-two-integers

Sum two integers without using + operator

bit-shifting bitwise-operators leetcode problem-solving

Last synced: 06 Jan 2026

https://github.com/yeahnotsewerside/rbytes

"Real" bytes in python, because standard bytes() doesn't work properly with bitwise operations

bitwise-operators bytes bytes-python python3

Last synced: 11 Mar 2026

https://github.com/wa1tnr/bitwise_ops

bitwise operators - c++ - Arduino IDE - Feather M0 Express, others

bitwise-operators

Last synced: 04 Apr 2025

https://github.com/ptsurbeleu/coding-challenges

100% human-friendly explanation of coding challenges and computer science fundamentals

algorithm algorithm-challenges algorithms bitwise bitwise-operators computer-science

Last synced: 14 Mar 2025

https://github.com/emagood/dedicated-server-godot

Proyecto de Gestión de Usuarios utilizando Godot Engine. Implementa un sistema de creación, modificación y eliminación de usuarios con verificación de credenciales, almacenamiento en caché y registro de historial de cambios. Características Principales - Crear y modificar usuarios-Autenticación de usuarios-Caché para mejorar

aes-encryption authentication bitwise-operators cachemanager database database-design database-management encriptador-de-texto godot-engine rsa-cryptography tcp-server udp-server user-management websocket-server

Last synced: 29 Jun 2026

https://github.com/simaguo/javascript-bitwise-operators

In the 64-bit operating system, php to achieve javascript bitwise operation

bitwise-operators javascript php-library

Last synced: 15 Jan 2026

https://github.com/vaibhavmojidra/java---demo-bitwise-operators

Bitwise operators are used to performing the manipulation of individual bits of a number. They can be used with any integral type (char, short, int, etc.). They are used when performing update and query operations of the Binary indexed trees.

bitwise bitwise-operators java mojidra operators vaibhav vaibhav-mojidra vaibhavmojidra

Last synced: 17 Jun 2025

https://github.com/mbdanielcrespo/minitalk

Inter-process communication (IPC) using UNIX signals project. It involves creating a client-server system where the client sends messages to the server by encoding characters bit-by-bit using SIGUSR1 and SIGUSR2 signals.

bitwise-operators getpid ipc kill pause signal-processing sigusr1 sigusr2 unix

Last synced: 10 Sep 2025

https://github.com/badreddinkaztaoui/fq_minitalk

Minitalk is a small project to create a connection between client and server using UNIX signals.

bitwise-operators c signals unix

Last synced: 25 Feb 2025

https://github.com/fielding/redstone-university

An interactive course on computer science and digital architecture, built from the ground up in Minecraft.

bitwise-operators boolean-algebra boolean-logic computer-science course digital-architecture minecraft

Last synced: 10 Aug 2025

https://github.com/vitalij555/bitops

Bit manipulation library

bit bitwise-arithmetic bitwise-operators python

Last synced: 26 May 2026

https://github.com/memgonzales/aiep-python-scratch

Materials for the AMSLI Informatics Enrichment Program (AIEP), a training program for students representing the Philippines in international computational thinking and informatics contests

acm-icpc algorithms big-o binary-search binary-search-tree bisection-method bitwise-operators competitive-programming data-structures debugging divide-and-conquer dynamic-programming greedy-algorithms programming-for-kids python3 queue recursion scratch3 stack

Last synced: 20 Apr 2026

https://github.com/mtumilowicz/java-bit-operators

The main goal of this project is to show bit operators in java.

bitwise bitwise-operators bitwise-xor shift-operation xor

Last synced: 03 Sep 2025

https://github.com/emagood/datavaultledger

Proyecto de Gestión de Usuarios utilizando Godot Engine. Implementa un sistema de creación, modificación y eliminación de usuarios con verificación de credenciales, almacenamiento en caché y registro de historial de cambios. Características Principales - Crear y modificar usuarios-Autenticación de usuarios-Caché para mejorar

aes-encryption authentication bitwise-operators cachemanager database database-design database-management encriptador-de-texto godot-engine rsa-cryptography tcp-server udp-server user-management websocket-server

Last synced: 12 Jun 2025

https://github.com/wudi/bitwise

Bitwise Operations Online

bitwise bitwise-operators

Last synced: 04 Feb 2026

https://github.com/pin3dev/42_minitalk

inter-process communication, using UNIX signals to transmit messages from a client to a server. Explores asynchronous communication using SIGUSR1 and SIGUSR2 signals.

42-cursus 42-minitalk 42-school 42sp binary binary-data bitwise bitwise-operators minitalk minitalk42 pid process process-identifier signal-processing signals sigusr1 sigusr2 unix-signal-handling unix-signals

Last synced: 09 Apr 2025

https://github.com/therealpad/creditcardvalidator

Program using Luhn algorithm to validate or not credit card number

bitwise-operators cpp luhn-algorithm

Last synced: 06 Jun 2026

https://github.com/khammerschmidt/42cursus-push_swap

Writing a sorting algorithm to sort a stack of integers with the least amount of instructions

algorithms bitwise-operators linked-list radix-sort-algorithm sorting-algorithms visualisation

Last synced: 13 May 2026

https://github.com/bkaztaou/fq_minitalk

Minitalk is a small project to create a connection between client and server using UNIX signals.

bitwise-operators c signals unix

Last synced: 11 Jun 2026

https://github.com/guiribei/huffman_algorithm

A project to learn about data compression using huffman algorithm and shared memory operations.

bitwise bitwise-operators c data-compression linux memory-management

Last synced: 14 May 2026