Difference between revisions of "RubyforPlazes"

From rukapedia
Jump to: navigation, search
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
RubyforPlazes is some [[Ruby]] code that allows you to interact with the [[Plazes]].
+
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==
Line 6: Line 8:
  
 
<code>svn://svn.reinvented.net/Plazes/Ruby/RubyForPlazes</code>
 
<code>svn://svn.reinvented.net/Plazes/Ruby/RubyForPlazes</code>
 +
 +
or
 +
 +
<code>http://svn.reinvented.net/Plazes/Ruby/RubyForPlazes</code>
 +
 +
==Change Log==
 +
 +
* v0.6, October 9, 2005 - Added Linux-compatibility by enhancing the '''networkkey''' method to allow computing the network key under Linux.
  
 
==Weblog Posts==
 
==Weblog Posts==
  
 
* [http://ruk.ca/article/3044 Ruby for Plazes]
 
* [http://ruk.ca/article/3044 Ruby for Plazes]

Latest revision as of 10:25, 9 March 2006

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.

Weblog Posts