Created
April 14, 2010 03:11
-
-
Save jashkenas/365407 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<object | |
type="application/x-java-applet" | |
code="org.jruby.JRubyApplet" | |
codebase="." | |
style="margin: 0; padding: 0;" | |
width="600" height="500"> | |
<param name="archive" value="gravity.rb,ruby-processing/app.rb,ruby-processing/exporters/applet_exporter.rb,ruby-processing/exporters/application_exporter.rb,ruby-processing/exporters/base_exporter.rb,ruby-processing/exporters/creator.rb,ruby-processing/helpers/numeric.rb,ruby-processing/helpers/string.rb,ruby-processing/runner.rb,ruby-processing/runners/base.rb,ruby-processing/runners/live.rb,ruby-processing/runners/run.rb,ruby-processing/runners/watch.rb,ruby-processing.rb,core/core.jar,core/jruby-complete.jar" /> | |
<param name="jruby.eval" value="ARGV[0] = 'gravity.rb'; require 'ruby-processing/runners/run.rb'" /> | |
<param name="image" value="images/ruby.jpg" /> | |
<param name="boxmessage" value="Loading Gravity..." /> | |
<param name="lang" value="en" /> | |
<param name="mayscript" value="true" /> | |
<param name="scriptable" value="true" /> | |
<param name="progressbar" value="true" /> | |
<!-- And if you don't have java. --> | |
To view this content, you need to install Java from <a href="http://java.com">java.com</a> | |
</object> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment