There are 0 repository under char topic.
Projects and exercises for the Udacity Computer Vision Nanodegree
A performant and memory efficient storage for immutable strings with C++17. Supports all standard char types: char, wchar_t, char16_t, char32_t and C++20's char8_t.
Experimental optical character recognition app
Custom Django model fields designed to more precisely and semantically define data types.
A dynamic string API to make string coding much easier in C similar to other modern languages
A robust and easy to use string-manipulation library for the C programming language. There is no need for writing your own functions to perform simple tasks all of the time! 🐱💻
Support for working with float in STM32 in conjunction with FreeRTOS
A character utility library with ASCII, Latin-1, and UTF-8 support based on .NET's Char.
Crypto-Steganography: A condition in which the information contained in a readable data is not understood by the unwanted parties; Methods of converting a file, message, image, or video by hiding it in a file, message, image, or video.Crypto-Steganography: A condition in which the information contained in a readable data is not understood by the unwanted parties; Methods of converting a file, message, image, or video by hiding it in a file, message, image, or video.
MULTIPLICATION WITH N THE LARGE NUMBERS
An alternative to String.fromCharCode that doesn't throw with many arguments, while still remaining fast.
"Signup Form With Char" Program Made Using C Lang
Remove the first character of a string.
Remove the last character of a string.
Takes a single character as input and returns an obfuscated representation of that character using randomized arithmetic or bitwise operations.
A simple AI chatbot powered by Google Gemini 2.0 API and Gradio UI. It processes user queries, maintains conversation history, and provides intelligent responses.
Return the last UTF-16 code unit of a string.
Return the last Unicode code point of a string.
Return the last grapheme cluster (i.e., user-perceived character) of a string.
Remove the first UTF-16 code unit of a string.
Remove the first grapheme cluster (i.e., user-perceived character) of a string.
Remove the last UTF-16 code unit of a string.
Remove the last Unicode code point of a string.
Remove the last grapheme cluster (i.e., user-perceived character) of a string.
Reverse the UTF-16 code units of a string.
Reverse the Unicode code points of a string.
Reverse the grapheme clusters (i.e., user-perceived characters) of a string.
Truncate the middle UTF-16 code units of a string to return a string having a specified length.
Return the last character(s) of a string.
Rustichar is a cli tool made to check the occurrences of characters in a string