strlen

There are 12 repositories under strlen topic.

  • BaseMax/TelegramEntitiesParser

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

    Language:PHP6201
  • erwan-simon/asm_library

    Reimplementation of basic functions in assembly

    Language:C1100
  • guilmira/2021-libftSubmodule

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

    Language:C1100
  • lucapwn/strlen

    strlen() function in Assembly x86.

    Language:Assembly1100
  • ro-i/playground

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

    Language:C1200
  • vendethiel/strlen.c

    Very simple strlen() - no unrolling.

    Language:C131
  • Ash8389/my-string-headerfiles-C

    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.

    Language:C0100
  • Daksh2060/custom-strlen-utf8

    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.

    Language:Assembly0100
  • pushkar009/Length-of-string-without-using-function-in-c

    Find length without using function strlen() in C.

    Language:C0000
  • hhhhhhhhhhhhhhhhhhhhhhhhhhhfs/Get-text-length

    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').

    Language:C++
  • ReoKenChin/Libft

    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.

    Language:C10
  • TitasGailius/php-bits

    Bitwise operations using PHP made simpler

    Language:PHP10