Tiny millisecond conversion utility
Node JS Client Library for using Microsoft Azure Translator API
transform humanize time to ms
TypeScript definitions for ms
Bytes go in, but they don't come out (when muted).
Parse milliseconds into an object
Happy DOM is a JavaScript implementation of a web browser without its graphical user interface. It includes many web standards from WHATWG DOM and HTML.
An isomorphic client library for the Azure Translator Service
Create and translate standard UUIDs with shorter formats.
A very fast HTML parser, generating a simplified DOM, with basic element query support.
A tiny (414B) and fast utility to convert milliseconds to and from strings.
git@github.com:stalniy/ucast.git
git@github.com:stalniy/ucast.git
A simple and free API for Bing & Microsoft Translator for Node.js
NodeJS service wrapper for Microsoft Translator Speech API
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
Microsoft Azure SDK for JavaScript - Logger
Transpile TypeScript code to JavaScript with Closure annotations.
Toolkit for creating Flow and TypeScript compatible libraries from Flow source code.
JavaScript Performance Monitor
TypeScript definitions for jsonwebtoken
Smaller and faster than ms.
Run multiple promise-returning & async functions with limited concurrency using native ES9
A very fast HTML parser, generating a simplified DOM, with basic element query support.
Library for the Microsoft® Translator API
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.
Command line interface for nele gem ### Instalation: $ gem install nele-cli ### Usage: Generate config file placed in ~/.nele:<br/> $ nele --create-config Microsoft translator has been set as a default translator. Edit ~/.nele config file and add app id. $ nele 'nice girl' $ miÅa dziewczyna $ nele --to es 'nice girl' $ linda chica You can specify all translator's options in params e.g:<br/> $ nele -t ms --appId 5CE6C887658AB9698E1FB710C8F064F94646053B hello $ Witaj Switch to Yahoo's Babelfish translator:<br/> $ nele -t babelfish hello $ Hola