Ruby July 6, 2014 0 Comments How to install current stable Ruby ? Ruby is… an object-oriented interpreted scripting language. When we say it is interpreted we mean to say that the […]
Ruby July 6, 2014 0 Comments Ruby in Twenty Minutes-04 Ruby in Twenty Minutes-04 So, looking deeper at our new program, notice the initial lines, which begin with a hash […]
Ruby July 6, 2014 0 Comments Ruby in Twenty Minutes-03 Ruby in Twenty Minutes-03 Now let’s create a greeter object and use it: irb(main):035:0> g = Greeter.new("Pat") => #<Greeter:0x16cac @name="Pat"> […]
Ruby July 6, 2014 0 Comments Ruby in Twenty Minutes-02 Ruby in Twenty Minutes-02 What if we want to say “Hello” a lot without getting our fingers all tired? We […]
Ruby July 6, 2014 0 Comments Ruby in Twenty Minutes-01 Introduction This is a small Ruby tutorial that should take no more than 20 minutes to complete. It makes the […]
Ruby January 5, 2014 0 Comments Server on pcduino A nice tutorial on how to setup a ruby server on pcDuino. The article can be found at: https://github.com/cjdaly/napkin/wiki/Server-on-pcduino
Ruby January 5, 2014 0 Comments Ruby Gem for pcDuino A simple ruby gem to talk to the pins of a pcduino with very little code. An […]