ForLatin is a frontend PHP application to the Latin dictionary program WORDS by Whitaker. It parses Latin words and displays the results in an appealing HTML format and organizes the English definitions for Latin sentences for easier translation.
The Translate plugin provides a Grails Service, TagLib, and Controller to enable translation of text within your Grails application.
This plugin wraps the Microsoft Translator API with the help of the unofficial Java Client.
The TranslateService is backed by a configurable Least-Recently-Used
... [More] (LRU) Cache to reduce the API calls made, particularly for oft-repeated translations (if you're dynamically translating I18N messages to foreign languages, for instance). [Less]
Multiple translations within a single call through using JSON object. Exactly the same JSON object will be returned back but with translated values (keys are kept original, only the one request per API invocation is sent for translation). Translation can be based on the one of following services:
... [More] Google Translate, Microsoft Translator, Yandex Translate.
This project uses microsoft-translator-java-api, google-api-translate-java and own implementation of Java wrapper around the Yandex Translate. [Less]
Atan is an interface to the RoboCup Soccer Server for the 2D simulation league. It should allow you to concentrate on the job of controlling your clients without having to worry about the communication syntax with SServer or creating the UDP connections.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy