[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

generate dictionary conents from ri for the Apple Dictionary

Jaewoong kim Crossbreeze

4/17/2009 5:46:00 PM

Hi, all

I just made a simple ruby script that reads the RI yaml file from the
local drive and generate the dictionary content which you can use via
Apple Dictionary Application. What's more important is that I put it up
on my GitHub repository. You can find it here <a
href="http://github.com/crossbreeze/apple_dic_generator_from_ri/tree/master">http://github.com/crossbreeze/apple_dic_generator_from_ri/tree/master...

The code looks really ugly. But as I am pretty new to Ruby world, I
figured I would learn much faster and better from other people's
comment, advice or even contribution to the source code. If interested,
take a look at the code and improve it.

Best,
Jaewoong Kim
--
Posted via http://www.ruby-....

1 Answer

Jaewoong kim Crossbreeze

4/17/2009 5:47:00 PM

0

Jaewoong kim Crossbreeze wrote:
> Hi, all
>
> I just made a simple ruby script that reads the RI yaml file from the
> local drive and generate the dictionary content which you can use via
> Apple Dictionary Application. What's more important is that I put it up
> on my GitHub repository. You can find it here <a
> href="http://github.com/crossbreeze/apple_dic_generator_from_ri/t...">http://github.com/crossbreeze/apple_dic_generator_from_ri/t......
>
> The code looks really ugly. But as I am pretty new to Ruby world, I
> figured I would learn much faster and better from other people's
> comment, advice or even contribution to the source code. If interested,
> take a look at the code and improve it.
>
> Best,
> Jaewoong Kim

woops, the link is broken

http://github.com/crossbreeze/apple_dic_generator_from_ri/t...
--
Posted via http://www.ruby-....