Languages
- 3001
- Ruby Creator Y. Matsumoto
- Interview with Matz, explains motives and early history, job duties, 10 top tips for those going into computing, focus on the human. [CIPS Connections] (December 21, 2001)
- 3002
- An Interview with the Creator of Ruby
- Yukihiro "Matz" Matsumoto, discusses Ruby and O'Reilly guide 'Ruby in a Nutshell'. [O'Reilly Network] (November 29, 2001)
- 3003
- An Introduction to Ruby
- Explains that the world can use another language for the simple reason that Ruby makes programming fun again, and that's what counts. Introduction via examining high-level Ruby traits, and distinguishing traits. [O'Reilly Network] (October 25, 2001)
- 3004
- Programming Ruby: Ruby Tuesday
- Interview with Programming Ruby authors, The Pragmatic Programmers. Amazon.com.
- 3005
- RubyConf 2007
- Annual international community event. Meet Matz. The 7th event is 2-4 November 2007, Charlotte, North Carolina, USA. See writeup and photos of prior events. (November 02, 2007)
- 3006
- O'Reilly Open Source Convention 2003: Ruby Sessions
- By track, 10 July. OSCON conference was 7-11 July 2002, Portland, Oregon. (July 10, 2003)
- 3008
- Ruby Embedded into C++
- Describes how to embed Ruby interpreter in C++, gives skeleton to build on, treats concepts of embedding, advanced topics like SWIG. Descriptions, code, diagrams, links, news.
- 3009
- Ruby-Doc.org
- Ruby documentation project: links and downloads of programming information, on many aspects of Ruby.
- 3010
- RubyLearning.com
- Set of thorough study notes, and class, for those new to Ruby and meeding a solid introduction to its concepts and constructs. By Satish Talim.
- 3011
- Brightbox Systems Ltd.
- Dedicated hosting optimized for Ruby on Rails. Four hosting plans and solutions for SQL support analysis, error investigation, and SSL setup and configuration. Located in Leeds, UK.
- 3012
- Atelier in the Blue Sky
- Text preprocessor, aftercommit, CD player, extension library for zlib, patches.
- 3013
- Funaba.org: Ruby
- Applications: cal, dvipc, gtkcal, luna, nqt, rar, prof, stared, tkcal, tr-list, wc, Just another Ruby hacker; Libraries: calendar, date2, delay/force, once, smf. By Tadayoshi Funaba.
- 3015
- Ruby/Password
- Set of methods to create, verify, and manipulate passwords. Has interface to CrackLib library commonly used to check password strength. Intended use: system administrators who need programs to prompt for, generate, verify, and encrypt passwords.
- 3016
- AESCrypt
- Program to encrypt/decrypt streams of data using Rijndael and Cipher Block Feedback mode (CFB-128), for shell scripts and Ruby. Description, downloads.
- 3017
- Alma
- A Language for MAcro processing, general purpose, powered by Ruby. Allows using any Ruby method in the same way one uses macros, so, immediately, Alma has thousands of built-in functions. [Open Source, GPL]
- 3018
- AspectR
- Module adds simple aspect-oriented programming concepts to Ruby; allows wrapping code around extant methods in classes, which separates different concerns into different parts of the code. [Open Source, GPL]