awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to nodeca/babelfish

Open-source alternatives to Babelfish

30 open-source projects similar to nodeca/babelfish, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Babelfish alternative.

  • i18next/i18nexti18next 的头像

    i18next/i18next

    8,583在 GitHub 上查看↗

    i18next is a JavaScript localization library and internationalization framework used to translate application text into multiple languages. It functions as a dynamic translation manager that handles translation resources, language detection, and the mapping of unique keys to localized strings. The system features a pluralization and interpolation engine that applies language-specific grammatical rules for numeric counts and injects dynamic variables into strings. It utilizes a plugin-based backend architecture to load and cache translation namespaces from various sources, including remote ser

    JavaScript
    在 GitHub 上查看↗8,583
  • kurolabs/stegcloakkurolabs 的头像

    kurolabs/stegcloak

    3,830在 GitHub 上查看↗

    Stegcloak is a unicode steganography library and text-based data concealment tool. It provides a toolkit for hiding encrypted, compressed secret messages within standard text strings by mapping binary data to invisible, non-printing Unicode characters. The project combines a symmetric encryption toolkit with an invisible character encoder to ensure secure data concealment. It utilizes password-based key stretching and authenticated symmetric encryption to protect hidden payloads from unauthorized access and tampering. The system covers the full steganography workflow, including payload compr

    JavaScript
    在 GitHub 上查看↗3,830
  • ashtuchkin/iconv-liteashtuchkin 的头像

    ashtuchkin/iconv-lite

    3,172在 GitHub 上查看↗

    Convert character encodings in pure javascript.

    JavaScript
    在 GitHub 上查看↗3,172
  • sindresorhus/camelcasesindresorhus 的头像

    sindresorhus/camelcase

    698在 GitHub 上查看↗

    Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar

    JavaScript
    在 GitHub 上查看↗698

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • mashpie/i18n-nodemashpie 的头像

    mashpie/i18n-node

    3,110在 GitHub 上查看↗

    Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common ('...') syntax in app and templates.

    JavaScript
    在 GitHub 上查看↗3,110
  • sindresorhus/string-lengthsindresorhus 的头像

    sindresorhus/string-length

    173在 GitHub 上查看↗

    Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes

    JavaScript
    在 GitHub 上查看↗173
  • nodeca/unhomoglyphnodeca 的头像

    nodeca/unhomoglyph

    45在 GitHub 上查看↗

    Replace all homoglyphs with base characters. Useful to detect similar strings.

    JavaScript
    在 GitHub 上查看↗45
  • deschler/django-modeltranslationdeschler 的头像

    deschler/django-modeltranslation

    1,478在 GitHub 上查看↗

    Translates Django models using a registration approach.

    Python
    在 GitHub 上查看↗1,478
  • airbnb/polyglot.jsairbnb 的头像

    airbnb/polyglot.js

    3,723在 GitHub 上查看↗

    Polyglot.js is a JavaScript internationalization library and client-side translation framework. It provides a system for mapping unique keys to localized strings, allowing applications to translate text into multiple languages. The library includes a pluralization and interpolation engine that handles complex grammatical plural forms based on numeric counts and inserts dynamic variables into translated strings. It supports nested namespaces to organize phrase mappings into logical categories. These utilities cover phrase translation, locale-driven configuration, and the management of multi-l

    JavaScript
    在 GitHub 上查看↗3,723
  • mathiasbynens/hemathiasbynens 的头像

    mathiasbynens/he

    3,601在 GitHub 上查看↗

    A robust HTML entity encoder/decoder written in JavaScript.

    JavaScript
    在 GitHub 上查看↗3,601
  • sindresorhus/splice-stringsindresorhus 的头像

    sindresorhus/splice-string

    24在 GitHub 上查看↗

    Remove or replace part of a string like Array#splice

    JavaScript
    在 GitHub 上查看↗24
  • sindresorhus/indent-stringsindresorhus 的头像

    sindresorhus/indent-string

    116在 GitHub 上查看↗

    Indent each line in a string

    JavaScript
    在 GitHub 上查看↗116
  • sindresorhus/strip-indentsindresorhus 的头像

    sindresorhus/strip-indent

    146在 GitHub 上查看↗

    Strip leading whitespace from each line in a string

    JavaScript
    在 GitHub 上查看↗146
  • ttag-org/ttagttag-org 的头像

    ttag-org/ttag

    354在 GitHub 上查看↗

    :orange_book: simple approach for javascript localization

    TypeScript
    在 GitHub 上查看↗354
  • ai/nanoidai 的头像

    ai/nanoid

    26,821在 GitHub 上查看↗

    Nanoid is a library for generating unique, fixed-length identifiers designed for distributed systems and database indexing. It produces compact, URL-safe strings by mapping random byte values to a custom character set, allowing for consistent memory allocation and predictable indexing performance across independent nodes without the need for central coordination. The library distinguishes itself by utilizing system-level, cryptographically secure entropy sources to ensure that every generated identifier is statistically unpredictable. This approach provides resistance against collision attack

    JavaScript
    在 GitHub 上查看↗26,821
  • sindresorhus/detect-indentsindresorhus 的头像

    sindresorhus/detect-indent

    199在 GitHub 上查看↗

    Detect the indentation of code

    JavaScript
    在 GitHub 上查看↗199
  • mbi/django-rosettambi 的头像

    mbi/django-rosetta

    1,156在 GitHub 上查看↗

    Rosetta is a Django application that eases the translation process of your Django projects

    Python
    在 GitHub 上查看↗1,156
  • fkirc/attranslatefkirc 的头像

    fkirc/attranslate

    356在 GitHub 上查看↗

    A CLI to assist Coding Agents in doing translations

    TypeScriptinternationalizationlocalizationsemi-automated-translations
    在 GitHub 上查看↗356
  • phuocng/1locphuocng 的头像

    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

    MDXeleventyjavascriptjavascript-utils
    在 GitHub 上查看↗6,738
  • chinabugotech/hutoolchinabugotech 的头像

    chinabugotech/hutool

    30,282在 GitHub 上查看↗

    Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu

    Javahttphutooljava
    在 GitHub 上查看↗30,282
  • nette/utilsnette 的头像

    nette/utils

    2,142在 GitHub 上查看↗

    This project is a general-purpose PHP utility library offering a collection of helper classes and functions for string manipulation, array and collection processing, data validation, filesystem operations, and image processing. It provides foundational toolkits designed to handle common development tasks through standardized APIs. The library is distinguished by specialized subsystems for programmatic HTML generation and secure element construction, runtime code reflection, and object-oriented utilities such as virtual property management and event callback triggers. It also includes cryptogr

    PHParray-manipulationscomponentjson
    在 GitHub 上查看↗2,142
  • sodiray/radashsodiray 的头像

    sodiray/radash

    4,845在 GitHub 上查看↗

    Radash is a TypeScript functional utility library designed for data transformation, validation, and workflow management. It provides a collection of typed helper functions to manipulate arrays, objects, and strings. The project features an asynchronous workflow toolkit for managing promises, retries, and concurrency limits, alongside a suite of boolean validators for verifying primitive types, objects, and promises. It also implements functional programming patterns such as function composition, partial application, and error-first response patterns. The library covers a broad surface of cap

    TypeScriptfunctionshacktoberfestjavascript
    在 GitHub 上查看↗4,845
  • laochiangx/common.utilitylaochiangx 的头像

    laochiangx/Common.Utility

    5,304在 GitHub 上查看↗

    Common.Utility is a general purpose utility library providing a collection of helper classes for common programming tasks. It functions as a data security framework, a database access wrapper, and a suite of tools for system administration and network communication. The library includes a multimedia processing suite for generating barcodes and QR codes, editing images, and converting video formats. It also provides a network communication toolkit for managing HTTP requests and FTP transfers, as well as integration with email and notification services. The project covers a broad set of capabi

    C#chmcommoncookiehelper
    在 GitHub 上查看↗5,304
  • locutusjs/locutuslocutusjs 的头像

    locutusjs/locutus

    3,770在 GitHub 上查看↗

    Locutus is a multi-language utility library and polyfill collection written in TypeScript. It provides a comprehensive set of implementations for standard library functions from various programming languages, enabling developers to use familiar semantics and behaviors across different technical environments. The library functions as a cross-language standard library, porting core logic and utilities from diverse languages into a type-safe TypeScript toolset. It focuses on maintaining consistent behavior through a polyfill-based design that replicates the original functionality of these foreig

    TypeScriptjavascriptportsprogramming-language
    在 GitHub 上查看↗3,770
  • blankj/androidutilcodeBlankj 的头像

    Blankj/AndroidUtilCode

    33,657在 GitHub 上查看↗

    AndroidUtilCode is an Android utility library and system API wrapper designed to reduce development boilerplate. It provides a collection of helper classes for common tasks including system settings management, file I/O, and hardware access. The project distinguishes itself through a comprehensive toolset for device management and UI assistance. It includes specialized capabilities for monitoring battery status, managing system volume and brightness, and implementing UI helpers to prevent duplicate click events. It also provides a dedicated system for coordinate conversion between different m

    Javaandroidandroidxapp
    在 GitHub 上查看↗33,657
  • jonataslaw/getjonataslaw 的头像

    jonataslaw/get

    11,181在 GitHub 上查看↗

    Get is a framework for Flutter that provides a comprehensive toolkit for dependency injection, internationalization, route management, and reactive state management. It includes a UI utility kit for handling themes, adaptive layouts, and the display of overlays such as snackbars and dialogs. The framework is distinguished by its ability to perform navigation and overlay management without requiring a build context. It also features a dependency injection container that manages the memory lifecycle of controllers and services, and a localization system that maps keys to strings to update appli

    Dart
    在 GitHub 上查看↗11,181
  • arkar-aung/parabaikelixirconverterArkar-Aung 的头像

    Arkar-Aung/ParabaikElixirConverter

    3在 GitHub 上查看↗

    ParabaikElixirConverter is just a Elixir version of Parabaik converter

    Elixir
    在 GitHub 上查看↗3
  • alexanderzaytsev/react-native-i18nAlexanderZaytsev 的头像

    AlexanderZaytsev/react-native-i18n

    2,176在 GitHub 上查看↗

    React Native i18n.js

    Objective-C
    在 GitHub 上查看↗2,176
  • antchfx/xpathA

    antchfx/xpath

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • antchfx/xmlqueryA

    antchfx/xmlquery

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0