bit-shifting
There are 16 repositories under bit-shifting topic.
harismuneer/Bit-Manipulation-and-Subroutines-8086_Assembly
🖥️ Interesting solved problems demonstrating the concepts of Bit Manipulation and Subroutines (Functions) in 8086 Assembly Language.
khalladay/handy
A command line app that lets you take timestamped notes, and does quick calculations like bit shifts, radix conversions, and spitting out the ascii value of characters.
semyonf/sieve-of-eratosthenes
:neckbeard: OpenMP bit-level sieve of Eratosthenes
eMahtab/sum-of-two-integers
Sum two integers without using + operator
martinius96/calculator-xtime
xtime calculator in C language for DEC or HEX input + output.
vytkuklys/42HN_Minitalk
A data exchange program using UNIX signals
antoan02bb/ft_printf
This project is a custom implementation of the fundamental function printf.
labibdotc/image_compression_decompression
Algorithm compresses image by taking diagonal averages of pixels and storing every four pixels in one pixel which reduces size significantly. Most images tested don't lose more than 2%. Decompression algorithm implemented too. Have fun trying it with the display in a ssh -X. Make sure you install X-quartz :)
mariebriand/42-CC_Minitalk
The purpose of this project is to code a small data exchange program using UNIX signals.
reomelo/42Porto-minitalk
Small data exchange between client and server programs using UNIX signals
takashiharano/bsb64
Reversible encryption Bit Shifted Base64
Andres6936/Cup.Graphics
Avoid duplicate code in C++, define a class Color with operation bit shifting.
cflaviu/ipow
Another variant of integer pow but using C++20.
mobalti/Error-Correcting-Encoder-Decoder
An Application uses error-correcting code to encode a text file, simulate a random 1-bit error on each byte, and correct the errors using parity bits.
towaquimbayo/COMP-2510
BCIT Computer Systems Technology (CST) - COMP 2510 (Procedural Programming)
umutsevdi/b_vector
Dynamic boolean vector implementation for C programming language.