Repository navigation

#

strlen

A program to parse and decode formatted part of the Telegram message text with UTF8 support.

PHP
6
6 年前

This project aims to code a C library regrouping usual functions.

C
1
3 年前

Reimplementation of basic functions in assembly

C
1
6 年前

Very simple strlen() - no unrolling.

C
1
3 年前

small bits of code to play with (currently: C, Assembly, Haskell)

C
1
2 年前

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 below), which are then compiled into a library for use in other projects of the cursus.

C
0
3 年前

strlen() function in Assembly x86.

Assembly
0
2 年前

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.

C
0
2 年前

Advanced bitwise operations using PHP made simplier

PHP
0
8 年前

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-based analysis of characters.

Assembly
0
1 年前

Find length without using function strlen() in C.

C
0
3 年前

Use this code to count the length of a string. This function splits the string into chunks of size_t to improve performance. It reduces the number of iterations, resulting in faster detection of the null character ('\0').

C++
0
1 个月前