bitwise-operations
There are 56 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
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.
PrthD/Huffman-Compression-and-Decompression-Project
⚡ A Python-based Huffman Compression and Decompression project that efficiently encodes and decodes files using Huffman coding. Includes a web server to serve compressed files locally, allowing users to access them through a browser. Designed for data compression, file handling, and web-based visualization. 🚀📂
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.
techinbuddy09/.-Sum-of-All-Subset-XOR-Totals
Here's the source code of an Easy level Ques "Sum of All Subset XOR Totals"I did a very hard observation in this ques then got to explore this logic
vikky2810/C-Preparation-Notes
Intermediate-level C programming notes, covering advanced control flow, pointers, memory management, file handling, and more.
justin-marian/bitwise-interpretor
Simple encoder/decoder for arithmetic operations.
Pedro05Souza/filePerms
A mockup file permission handler using bitwise operators.
raghavrajsah/Binary-Toolkit-Perform-Bitwise-
Perform any Bitwise operation
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.
brann-meius/laravel-flag-forge
Lightweight wrapper for the meius/flag-forge library, seamlessly integrating bitwise enumeration and flag management into your Laravel applications.
GitSiddharth/Bitwise_Visualizer
A Python Tkinter-based GUI application for visualizing and performing bitwise operations with real-time binary and decimal output.
joshroybal/bitsieve
Bitwise sieve of Eratosthenes.
kichkiro/minitalk
The purpose of this project is to code a small data exchange program using UNIX signals. It is an introductory project for the bigger UNIX projects that will appear later on in the cursus.
vkosuri/bitops
Bitwise operations in C