Difference between revisions of "RubyforPlazes"
From rukapedia
Line 1: | Line 1: | ||
RubyforPlazes is some [[Ruby]] code that allows you to interact with the [[Plazes]]. The [[PlazesRubyLauncher]] and [[PlazesWhereAmIRuby]] use this code. | RubyforPlazes is some [[Ruby]] code that allows you to interact with the [[Plazes]]. The [[PlazesRubyLauncher]] and [[PlazesWhereAmIRuby]] use this code. | ||
+ | |||
+ | If you're trying to make this work on a Sharp Zaurus, see [[RubyforPlazes on Zaurus]]. | ||
==Source Code== | ==Source Code== |
Revision as of 15:14, 9 October 2005
RubyforPlazes is some Ruby code that allows you to interact with the Plazes. The PlazesRubyLauncher and PlazesWhereAmIRuby use this code.
If you're trying to make this work on a Sharp Zaurus, see RubyforPlazes on Zaurus.
Source Code
You can grab the latest version of the source code using Subversion at:
svn://svn.reinvented.net/Plazes/Ruby/RubyForPlazes
or
http://svn.reinvented.net/Plazes/Ruby/RubyForPlazes
Change Log
- v0.6, October 9, 2005 - Added Linux-compatibility by enhancing the networkkey method to allow computing the network key under Linux.