Language
- hello.rb
- classic Hello, World program
- polyhedron.rb
- several classes to abstract building a polyhedron and outputting it to SVG
System
- pingClient.rb
- creates a UDP ping client
- webServer.rb
- a running, multi-threaded web server
Run examples using the Ruby command:
e.g. for program: hello.rb
ruby hello.rb
Leon Tabak for inspiration of polyhedron.rb.