bitwise-operations
There are 62 repositories under bitwise-operations topic.
fumiama/base16384
Encode binary files to printable utf16be.
oguzkaran/JavaApp1-Oct-2021
JavaApp1-Oct-2021
morikosm/bitazard
A pure Lua bit-manipulation library.
R3X-G1L6AME5H/gdnative-flagdb
Ever needed to compress 32 booleans into a single number?
Izy266/Karls-Sun
A python based chess engine
tajnur007/js-benchmark-testing
Explore the performance nuances of common JavaScript operations with this benchmark testing repository. Compare deep cloning methods, loop constructs, condition checks, bitwise operations, and arithmetic calculations. Optimize your code and make informed decisions based on real-world performance metrics.
seigtm/BitwiseAddition
Addition of two integers using only bitwise operators (C++).
AkhilRai28/MagniSign
A project focused on converting between signed magnitude representations in assembly language. This code efficiently manipulates signed binary numbers, performing mathematical and bitwise operations.
AkhilRai28/Pack2Bin
An assembly project converting Packed BCD (Binary Coded Decimal) values into binary format. It focuses on efficient data conversion algorithms optimized for speed in low-level programming.
dubisdev/flaggyjs
FlaggyJS 🚩 - Manage bitewise flags wisely
propensive/hypotenuse
A rigorous and consistent foundation for numerical and arithmetic programming
redbitcz/utils
Common utils from Redbit projects
RZulu54/VBA7_ULongLong
Emulate ULongLong 64 bit unsigned integers with VBA7 (64/32 bit MsOffice) or VB6
akharrou/42-Project-Fillit
Bitwise Implementation of a Tetromino Board Solver.
allenvox/bitwise-operations
Learning bitwise operations in pure C, making varint & UTF-8 encoding methods
ANSANJAY/IPMaths-Toolkit
🔧 A collection of C functions dedicated to IP address mathematics and manipulations. Dive deep into bitwise operations, subnetting, and other networking essentials. A hands-on approach to mastering IP calculations for budding system programmers. 💻🌐
brann-meius/laravel-flag-forge
Lightweight wrapper for the meius/flag-forge library, seamlessly integrating bitwise enumeration and flag management into your Laravel applications.
burhanahmed1/BitCalculator
BitCalculator is used for bitwise arithematic operations like addition, subtraction, multiplication etc.
danieldotwav/31-Bit-Virtual-Storage-Address-Segment-Extraction
The program demonstrates how to extract and display the segment, page, and offset components of a 31-bit virtual address using bitwise operations in C++. It includes a dedicated function for printing these components in a formatted hexadecimal representation.
danieldotwav/Microsoft-FAT-System-Date-Generator
This C++ project validates user-input dates within a specific range and converts valid dates into FAT (File Allocation Table) format hexadecimal representation, showcasing fundamental date handling and bitwise operations in C++.
LuchoBazz/xbitwise
Extend Bitwise Library for Rust
lukehollenback/genesis
Genetic algorithm that strives to breed perfect offspring from imperfect parents.
modemobpsycho/my-codewars-solutions
In this repository, I provide my solutions to problems of various levels of complexity provided by the Codewars platform.
mostafa-cse/CSES-Solutions
This repository contains clean and efficient solutions to the CSES Problem Set, implemented in C++. Great for practicing algorithms and preparing for competitive programming.
remixtures/errorcorrectingencoderdecoder
Application that reads a text file and generates another file which encodes the original one by generating errors in the bytes it contains. This is done by way of bitwise and bit-shift operations.
Sarmatae685/Bitwise-Calculator
Bitwise calculator with step-by-step binary operations visualization. Supports AND, OR, XOR, bit shifting, and NOT operations with automatic bit width definition.
ScriptScorpion/BitwiseInfo
this tool gets info about bits in number
Vicky-Christofilopoulou/ALU
Design a numeric and logic unit (ALU), as a project in "Digital design" course.
vikky2810/C-Preparation-Notes
Intermediate-level C programming notes, covering advanced control flow, pointers, memory management, file handling, and more.
GitSiddharth/Bitwise_Visualizer
A Python Tkinter-based GUI application for visualizing and performing bitwise operations with real-time binary and decimal output.
T-Lak/MagicBitboardCore
This project leverages Magic Bitboards for highly efficient attack generation, implementing core functions essential for building a fast and optimized chess move generator and engine.
brann-meius/flag-forge
High-performance PHP library for managing bitwise enumerations and flag operations—ideal for access control, configuration, and fast boolean state management.
Conqster/Quick_Tic_Tac_Toe
A quick prototype of a Tic-Tac-Toe game, utilising bitwise operations for efficient, low-level game state representation and outcome resolution - a performance-conscious approach within a high-level engine (Unity).
joshroybal/bitsieve
Bitwise sieve of Eratosthenes.
r-siddiq/BitMatrix
BitMatrix is a Java-based relational database management system supporting schema definition, data manipulation, indexing, and querying for both in-memory and file-backed tables.