bitwise-operations

There are 62 repositories under bitwise-operations topic.

  • fumiama/base16384

    Encode binary files to printable utf16be.

    Language:C1358420
  • oguzkaran/JavaApp1-Oct-2021

    JavaApp1-Oct-2021

    Language:Java163024
  • morikosm/bitazard

    A pure Lua bit-manipulation library.

    Language:Lua610
  • R3X-G1L6AME5H/gdnative-flagdb

    Ever needed to compress 32 booleans into a single number?

    Language:C++5100
  • Karls-Sun

    Izy266/Karls-Sun

    A python based chess engine

    Language:Python4300
  • 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.

    Language:JavaScript4100
  • seigtm/BitwiseAddition

    Addition of two integers using only bitwise operators (C++).

    Language:C++3100
  • 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

    Language:TypeScript210
  • hypotenuse

    propensive/hypotenuse

    A rigorous and consistent foundation for numerical and arithmetic programming

    Language:Scala224
  • redbitcz/utils

    Common utils from Redbit projects

    Language:PHP2200
  • RZulu54/VBA7_ULongLong

    Emulate ULongLong 64 bit unsigned integers with VBA7 (64/32 bit MsOffice) or VB6

    Language:VBA2100
  • akharrou/42-Project-Fillit

    Bitwise Implementation of a Tetromino Board Solver.

    Language:C110
  • allenvox/bitwise-operations

    Learning bitwise operations in pure C, making varint & UTF-8 encoding methods

    Language:C1100
  • 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. 💻🌐

    Language:C1100
  • brann-meius/laravel-flag-forge

    Lightweight wrapper for the meius/flag-forge library, seamlessly integrating bitwise enumeration and flag management into your Laravel applications.

    Language:PHP1
  • 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.

    Language:C++110
  • 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++.

    Language:C++110
  • LuchoBazz/xbitwise

    Extend Bitwise Library for Rust

    Language:Rust1100
  • lukehollenback/genesis

    Genetic algorithm that strives to breed perfect offspring from imperfect parents.

    Language:Go1100
  • modemobpsycho/my-codewars-solutions

    In this repository, I provide my solutions to problems of various levels of complexity provided by the Codewars platform.

    Language:Python112
  • 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.

    Language:C++1
  • 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.

    Language:Java1100
  • 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.

    Language:Python1
  • ScriptScorpion/BitwiseInfo

    this tool gets info about bits in number

    Language:Assembly1000
  • Vicky-Christofilopoulou/ALU

    Design a numeric and logic unit (ALU), as a project in "Digital design" course.

    Language:VHDL1100
  • vikky2810/C-Preparation-Notes

    Intermediate-level C programming notes, covering advanced control flow, pointers, memory management, file handling, and more.

    Language:C10
  • GitSiddharth/Bitwise_Visualizer

    A Python Tkinter-based GUI application for visualizing and performing bitwise operations with real-time binary and decimal output.

    Language:Python00
  • 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.

    Language:Java00
  • 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.

    Language:PHP
  • 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).

    Language:ShaderLab
  • joshroybal/bitsieve

    Bitwise sieve of Eratosthenes.

    Language:C
  • 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.

    Language:Java