A program to parse and decode formatted part of the Telegram message text with UTF8 support.
This project aims to code a C library regrouping usual functions.
small bits of code to play with (currently: C, Assembly, Haskell)
The aim of this project is to code a C library regrouping usual functions that you'll be allowed to use in all your other projects. 🚀 TLDR: this project consists of coding basic C functions (see bel...
Looking for an easy-to-understand repository for C string functions? Look no further! Our repository is designed with simplicity in mind, making it the perfect resource for beginners in C programming.
Advanced bitwise operations using PHP made simplier
A custom implementation of the strlen() function in Assembly, configured to accept null terminated C-strings with variable byte length UTF-8 encoding. Written in Assembly x86 with AT&T syntax for byte...
Find length without using function strlen() in C.