A tweaked version of Aha! ("A Hacker's Assistant") the superoptimiser by Henry S. Warren
- Updated
Jun 1, 2022 - C
A tweaked version of Aha! ("A Hacker's Assistant") the superoptimiser by Henry S. Warren
My solutions of Computer Systems: A Programmer’s Perspective, Third Edition (CS:APP3e) book, the text book for the course, CMU15-213: Introduction to Computer Systems.
This repository is a collection of projects written in the C programming language.Whether you're a beginner or an experienced programmer, this repository is a valuable resource for honing your C programming skills.
C API for creation and analysis of binary data
Partial implementation of C standard math library for educational purposes
💾 Low level programming projects repository. Done at @ALXAfrica-Holberton School
Hamming code encoder and decoder in C
fillit @ 42 - bitwise implementation
ALX tasks in the context of the C programming language.
This repository is made during my study at Holberton school while exploring the low level programming(mostly using C language)
Quake 3 Fast Inverse Square Root in Python
HipHackers Guide to the Galaxy
Foundations of programming with C, projects related to topics like pointers and arrays, malloc and its friends, structures, function pointers, variadic functions, bit manipulation, file I/O, etc.
LSB (Least Significant Bit) Steganography is a technique used to hide secret information within digital images, audio files, or videos. It operates by modifying the least significant bit (the smallest unit of information) in each byte of the cover media.
A low-level experiment demonstrating that variables are just memory locations with imposed interpretations using raw bit patterns to reveal the fundamental nature of data types.
A little bit-manipulation library that focuses on offering compiler independent behavior for common bit operations.
The purpose of this project is to code a small data exchange program using UNIX signals.
Bu yöntem her karakterin ASCII değerini bit seviyesinde kaydırarak şifreleme yapan basit bir yöntemdir.
Add a description, image, and links to the bit-manipulation topic page so that developers can more easily learn about it.
To associate your repository with the bit-manipulation topic, visit your repo's landing page and select "manage topics."