Skip to navigation
How to access the freedict server with ruby
07.12.13
1. install rdict in your ruby script you can access the service with this code example: require 'dict' dict = DICT.new('localhost', DICT::DEFAULT_PORT) dict.client('a Ruby/DICT client') t = dict.define("fd-eng-deu","Sun") german = t[0].definition[2]
Reply
Anonymous
How to access the freedict server with ruby
1. install rdict in your ruby script you can access the service with this code example: require 'dict' dict = DICT.new('localhost', DICT::DEFAULT_PORT) dict.client('a Ruby/DICT client') t = dict.define("fd-eng-deu","Sun") german = t[0].definition[2]
07.12.13
Reply
Anonymous
Information Epoch 1732395401
Looking for the ninety percent solution.
Home
Notebook
Contact us