awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesContent Analysis

Functions for analyzing string content through pattern matching, such as prefix and suffix detection.

Distinct from String Processing Algorithms: Distinct from String Processing Algorithms by focusing on basic content checks (contains, starts with, ends with) using shell globbing rather than complex algorithms.

Explore 3 awesome GitHub repositories matching software engineering & architecture · Content Analysis. Refine with filters or upvote what's useful.

Awesome Content Analysis GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dylanaraps/pure-sh-bibleالصورة الرمزية لـ dylanaraps

    dylanaraps/pure-sh-bible

    7,709عرض على GitHub↗

    This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries with portable, built-in utility implementations. It serves as a compatibility library and utility kit for shell scripting, providing shell-native alternatives to common command line utilities. The library focuses on removing dependencies on external processes by implementing tasks directly within the shell. This includes the use of shell-native sequences for terminal user interface design, such as text coloring and cursor movement, and the use of built-in pattern matching for te

    Provides built-in pattern matching to check if strings contain, start with, or end with specific substrings.

    Shell
    عرض على GitHub↗7,709
  • phuocng/1locالصورة الرمزية لـ phuocng

    phuocng/1loc

    6,738عرض على GitHub↗

    1loc is a JavaScript utility library and multifaceted toolkit providing a collection of single-line functions for common mathematical, string, date, and geometric operations. It functions as a set of functional programming helpers and data validation predicates designed to perform atomic transformations and validations. The project includes a geometry math library for calculating distances, angles, and spatial overlaps between points and rectangles, alongside a text manipulation library for casting, capitalizing, and analyzing string content. The toolkit covers broader capability areas inclu

    Analyzes string content to determine if it contains only digits, ASCII characters, or letters.

    MDXeleventyjavascriptjavascript-utils
    عرض على GitHub↗6,738
  • masterminds/sprigالصورة الرمزية لـ Masterminds

    Masterminds/sprig

    4,692عرض على GitHub↗

    Sprig is a comprehensive library of helper functions designed to extend the Go text template engine. It provides a wide array of custom functions that can be injected into the engine to enable complex data manipulation and logic directly within templates. The project offers specialized capabilities for cryptography, including the generation of private keys, X.509 certificates, and secure password hashes. It also includes advanced logic extensions for semantic versioning comparison, ternary evaluations, and the resolution of environment variables from the host operating system. The library co

    Checks if strings contain specific substrings or start and end with certain characters.

    Gogotemplatetemplates
    عرض على GitHub↗4,692
  1. Home
  2. Software Engineering & Architecture
  3. String Processing Algorithms
  4. Content Analysis