bitwise-operation
There are 33 repositories under bitwise-operation topic.
mellowcandle/bitwise
Terminal based bit manipulator in ncurses
AlberTajuelo/bitop-lua
Bitwise operators in pure Lua using Lua numbers
arogozine/EnumUtilities
Generic C# Enum Utilities
Arjiit/LeetCode-Patterns
Set of Patterns to solve many algorithmic questions of similar type on LeetCode
oguzkaran/JavaApp1-Jun-2022
JavaApp1-Jun-2022
SYSolakov20/onsens
The essence of this project was to create a C++ game based on Bool logic. In the game you can choose between four game modes, two of which have a special “NOT” card. We have created the application with a graphical interface for a more pleasant user experience. You can also enjoy various card packs on our hosted website.
swiing/BitArray
An ES6 BitArray class for easy and native-like operations on sequences of bits
aditisrinivas97/Bitmap4Rust
A Rust library for creating and manipulating Bitmaps.
Caume/HerraduraKEx
Herradura is a Key exchange scheme in the style of Diffie-Hellman Key Exchange, based on bitwise operations.
cups/Binary-fun
Inspired by the Hackers Delight book, a developers' eye view of the simplest binary tricks extracted whilst learning.
seigtm/BitwiseAddition
Addition of two integers using only bitwise operators (C++).
Starbirth/C
C programs, File handling
SteezCram/Arma-Crypto-Binary
Binary support for Arma 3
Tech-Dex/-CPP-Folder-Encryption-Decryption
A program that encrypt content of a Folder - Images and Text Documents and after that can decrypt
rabbycse/C-programming-Course
This repository contains all of my works of CSE123 (C- programming and Problem Solving)
ai-simulator/numeric-array-integer
JavaScript numeric array implemented using an integer
allenvox/bitwise-operations
Learning bitwise operations in pure C, making varint & UTF-8 encoding methods
cmg189/singleKey_exploit
Exploiting the many-time pad vulnerability
tridibsamanta/Bit-Manipulation
Let's enjoy some bitwise hacks.
vytkuklys/42HN_Minitalk
A data exchange program using UNIX signals
zeynepturkmen/Advanced-Programming-Assignments
Sabanci University CS204 (Advanced Programming) Assignments
CrusaderGoT/van-gonography
Hide 🕵️♂️ your files of any type inside a image of your choice using steganography. I implemented the MulVanGonography.
matleg/steganografor
Hide one picture inside another and play with number of significant bits
mjustboring/Integer
THE BIG INTEGER LIBRARY | BY : SP MAURYA | 27th April 2021 - 29th July 2021
trilobit/Bitmask64
Simple bitmask implementation
basselkassem/problems-solutions
Solutions for some problems
candytale55/Bitwise_Operations_Py_2
Bitwise operations are operations that directly manipulate bits. Notes and code examples from Codecaemy course Learn Python 2.
mtumilowicz/java12-fundamentals-hash-map-implementation-workshop
Implementation of HashMap.
Rajeev0651/Code_Prob_And_Sol
All coding problems I solved for practice
Rutzno/steganography-cryptography
Encrypting and concealing a message within an image
sandeshpoudel995/Byte-adder
integer addition based on bitwise operation