bitwise-operators
There are 163 repositories under bitwise-operators topic.
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.
uraimo/Bitter
A Swift Bits Manipulation/Bitwise Operations Toolkit
gowthamrajk/InterviewPreparationKit
This module consists of various Interview Preparation Materials and Possible Programming Questions on various Topics to be covered.
danprince/tiny-binary-format
Memory efficient binary formats instead of objects.
uraimo/Swift-Playgrounds
Collection of Swift playgrounds used in my posts: From functional aspects of Swift to C interoperability.
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!
cair/fast-tsetlin-machine-with-mnist-demo
A fast Tsetlin Machine implementation employing bit-wise operators, with MNIST demo.
wzid/sudoku-solver
Sudoku Solver using bitmasks and bit-manipulation with Rust 🦀 and egui 🎨
michaeljclark/bignum
C++ bignum with support for arbitrary precision integer arithmetic.
cair/fast-tsetlin-machine-in-cuda-with-imdb-demo
A CUDA implementation of the Tsetlin Machine based on bitwise operators
oguzkaran/JavaApp1-Jun-2022
JavaApp1-Jun-2022
Innocentsax/DSA_IN_JAVA
Data Structure and Algorithm in Java
DanIsraelMalta/GLSL-CPP
A generic, modern and extensible numerical toolkit following the syntax and functionality of the GLSL shading language, but it packed with extra goodies
oguzkaran/JavaApp1-Oct-2021
JavaApp1-Oct-2021
avagordon01/bitarray
c++ bitarray with more simplicity, functionality (and possibly performance) than std::bitset
Fanmade/laravel-bitwise-trait
Simple trait to use bitwise operators on any class
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.
reinder83/binary-flags
Simple BinaryFlags class to extend from
MrAlexSee/sopang
SOPanG, a simple tool for pattern matching over an elastic-degenerate string, a recently proposed simplified model for the pan-genome.
fielding/redstone-university
An interactive course on computer science and digital architecture, built from the ground up. (Minecraft and CircuitVerse tracks available)
BernhardZat/pure-lua-5.1-crypto
Crypto library written in pure Lua 5.1 which includes X25519, ChaCha20, Shamir's Secret Sharing and more.
abarriel/Gomoku
🏆 Make an AI capable of beating human players at Gomoku
Aliance/Bitmask
Simple bitmask implementation
keithstellyes/csproofs
Just some of my CS Proofs, things like why `k << 1 == k * 2`
ManuelBlanc/lua-bit64
Lua bitwise operators on 64-bit integers
Marvin9/Bitwise-Calculator
Fast, easy to calculate Bitwise operations. No need to click & wait to get an answer. 😎
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.
mihaighidoveanu/laborator-pp
Teaching materials for Procedural Programming Lab
nomnomab/BitCalculator
This asset allows users to convert formulas into a bit output, and allows for easy bit flipping in-editor.
Notgnoshi/Bitfield
A Python bitfield class for easier bit manipulation of integers
sidharthjuyal/basic-cpp
some basic concepts of C++
unsuitable001/BitViz
A Bitwize Operation Visualizer
DanielFonsecaa/Push_swap-42
push_swap is a classic algorithmic project. The main objective is to sort a stack of integers using a limited set of operations, implemented in C, with the goal of using the fewest possible moves.
explore-node-js/node.js-bytes-calculator
abstracted byte sequence calculator for node.js
oleggromov/magipack
Pack any number of bool or integer values into a single BigInt - save traffic, save the planet 🌏