A fast alternative to legacy querystring module
For those times you need to apply persistent DOM changes on top of HTML you don’t control.
Encode and decode rfc2047 (MIME encoded words)
A custom skin for VideoJS
Factorial i18n library
Cypress plugin that enables compatibility with dotenv
Port of vue-toasted to Vue 3
A simple module that knows how to build a regexp with or without flags without using eval.
> Isomorphic i18n service for browser and node.
Vue 3 components using with hola-server
Flawless React integration with Ember
A better `mut` helper!
Pipe-centric DSL for building CLIs.
Sluggish slug generator that works universally
Simple, standards-based localization
Hola is a front-end CLI tool for bootstrapping and scaffolding front-end components, stories, and tests. It aims to reduce repetitiveness, and improve consistency.
Object mapper utility for analysis or recomposition
Translate text to different languages on node.js and the browser
A settings button for Video.js
Hola framework
Code tools for shutter
Authentication provider for Cursor, extracting credentials from local environment or agent.
`@qvac/langdetect-text` is a language detection library for qvac. It provides an interface for detecting the language of a given text, returning either the single most likely language or the top K probable languages.
Lightweight select component for React
A simple hello world gem
Nele translates ruby string to the other language. It uses external public translators like Microsoft Translator or Yahoo's Babelfish. ### Installation: git install nele ### Usage: require 'nele' String.translators => [:babelfish, :ms] ### Microsoft Translator: String.translator = :ms String.translator.config[:from] = "en" String.translator.config[:to] = "pl" String.translator.config[:appId] = YOUR_APP_ID "nice girl".translate => "mila dziewczyna" ### Yahoo's Babelfish: String.translator = :babelfish String.translator.config[:lp] = "en_es" "hello".translate => "hola" If you know any other (free) public translators just let me know, or write your own adapter for nele.