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: 07 May 2025

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

Memory efficient binary formats instead of objects.

binary bitwise-operators

Last synced: 05 Dec 2024

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/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/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/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: 23 Apr 2025

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/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/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/m0saan/cp

The repository contains solutions to CP problem from diffrent CP websites

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

Last synced: 06 Mar 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: 10 Apr 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/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: 14 May 2025

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

Sum two integers without using + operator

bit-shifting bitwise-operators leetcode problem-solving

Last synced: 28 Mar 2025

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/yeahnotsewerside/rbytes

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

bitwise-operators bytes bytes-python python3

Last synced: 19 Feb 2025

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: 09 Apr 2025

https://github.com/rajh-phuyal/42minitalk

A small data exchange program using UNIX signals between a server and a client in C.

bitwise-operations bitwise-operators c signals

Last synced: 28 Feb 2025

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/wudi/bitwise

Bitwise Operations Online

bitwise bitwise-operators

Last synced: 16 Mar 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/vannrr/calculator

A simple integer calculator written in Rust, that uses bitwise logic and the shunting yard algorithm.

application bitwise bitwise-operators calculator gtk4 gtk4-rs gui leptos rust shunting-yard shunting-yard-algorithm

Last synced: 10 Jun 2025

https://github.com/danylo-macelai/bitwisecurity

Uma POC enxuta, focada em demonstrar o controle de permissões utilizando operações bitwise + Spring Security. Ideal para quem busca otimizar o armazenamento de permissões e proteger rotas de forma simples, minimalista e performática.

bitwise-operators java maven spring-security-jwt

Last synced: 30 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 Mar 2025

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: 02 Mar 2025

https://github.com/shaldonbarnes10/power_of_two

This repository contains a solution to the Power of Two problem, where the goal is to determine if a given integer is a power of two. The problem is solved using efficient bitwise operations in C++.

bitwise-operators boolean cpp

Last synced: 12 Mar 2025

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: 23 Feb 2025

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: 13 Mar 2025

https://github.com/antojebi7/bit-masking-and-manipulation

This repository offers a comprehensive collection of algorithms, techniques, and solutions for efficiently solving bitmasking problems. Whether you're tackling coding challenges or optimizing performance, you'll find practical examples and insightful explanations to enhance your understanding of bit operations.

algorithms bitmanipulation bitmasking bitoperations bitwise-operators problem-solving techniques

Last synced: 18 Feb 2025

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/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