ruby

TwitterFacebook
Get flash to fully experience Pearltrees
lisp

What is Skynet Skynet is an open source Ruby implementation of Google’s MapReduce framework, created at Geni. With Skynet, one can easily convert a time-consuming serial task, such as a computationally expensive Rails migration, into a distributed program running on many computers. http://skynet.rubyforge.org/

space

Ruby Strings

http://www.tutorialspoint.com/ruby/ruby_strings.htm A String object in Ruby holds and manipulates an arbitrary sequence of one or more bytes, typically representing characters that represent human language. The simplest string literals are enclosed in single quotes (the apostrophe character). The text within the quote marks is the value of the string: 'This is a simple Ruby string literal'
http://www.kitebird.com/articles/ruby-mysql.html Programs that access MySQL databases can be written in the Ruby scripting language by using Tomita Masahiro's MySQL module. This module provides a Ruby client API; it is implemented as a wrapper around the MySQL C client API. This document describes how to install the MySQL module and use it to write MySQL-based Ruby scripts. A related document describes the Ruby DBI module that provides a higher-level interface that is more abstract and database-independent. See the "Resources" section for a pointer to that document and also for information about downloading the example scripts used here. Obtaining and Installing the MySQL Module

Using the Ruby MySQL Module

Ruby Tutorial: Ruby Study Notes - Best Ruby Guide, Ruby Tutorial

Core Ruby Programming Note : The Ruby Logo is Copyright (c) 2006, Yukihiro Matsumoto. I have made extensive references to information, related to Ruby, available in the public domain (wikis and the blogs, articles of various Ruby Gurus ), my acknowledgment and thanks to all of them. Much of the material on rubylearning.com and in the course at rubylearning.org is drawn primarily from the Programming Ruby book , available from The Pragmatic Bookshelf . http://rubylearning.com/satishtalim/tutorial.html
Ruby, if you've never heard of it, is an object-oriented scripting language, similar in many ways to Perl and Python. It originates from Japan and is young, as far as programming languages go. There are many really good reasons you might want to use the Ruby language; I'm not going to go into all of them here, but the one at the core of this article is the ease with which you can write Ruby extensions in C. I'm a big fan of the so-called agile programming languages. http://onlamp.com/pub/a/onlamp/2004/11/18/extending_ruby.html

Extending Ruby with C

http://www.ruby-lang.org/en/documentation/ An interactive tutorial that lets you try out Ruby right in your browser. This 15-minute tutorial is aimed at beginners who want to get a feeling of the language. Ruby Koans

Documentation