public marks

PUBLIC MARKS from cascamorto with tags ruby & programming

December 2006

Code Snippets

by 48 others
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags and share them with the world.

November 2006

Yahoo! Developer Network Home - Welcome!

by 16 others
# JavaScript Developer Center # Flash Developer Center # .NET Developer Center # PHP Developer Center # Python Developer Center # Ruby Developer Center

February 2006

January 2006

*** [Ruby-Doc.org: Documenting the Ruby Language] ***

by 16 others
The ruby-doc.org Ruby documentation project is an effort by the Ruby community to provide complete and accurate documentation for the Ruby programming language.

IBM - Ruby off the Rails

by 2 others (via)
Ruby off the Rails - an introduction to Ruby outside of the Rails framework

Developers Guide to Semantic Web Toolkits for different Programming Languages

by 1 other (via)
all the programming frameworks for Semantic Web : C - Haskell - Java - JavaScript - Common Lisp - .Net/Mono - Perl - PHP - Pike - Prolog - Python - Ruby - Proprietary Languages

*** APPRENDRE à PROGRAMMER avec Ruby - Christopher David PINE ***

by 2 others
Document PDF - Traduction de Jean-Pierre ANGHEL - Si vous voulez programmer un ordinateur, vous devez "parler" dans une langue que votre machine comprendra : un langage de programmation. Il existe de nombreux langages de ce type, et certains sont même excellents. Dans ce tutoriel j’ai choisi d’utiliser mon langage de programmation favori, Ruby.

Ruby Homepage Downloadable documents

* Ruby 1.4.6 Reference Manual * English reference manual for Ruby 1.6 is not yet prepared. See Ruby 1.6 Library reference online. * Ruby-doc.org accumulates Ruby-related documents widely. * Recently, stdlib-doc project accumulates RDoc-based documents for Ruby standard libraries widely.

*** Try Ruby! - a hands-on tutorial ***

by 51 others
Got 15 minutes? Give Ruby a shot right now! Ruby is a programming language from Japan (available at ruby-lang.org) which is revolutionizing the web. The beauty of Ruby is found in its balance between simplicity and power. Try out Ruby code in the prompt above. (help 6)

*** Programming Ruby - The Pragmatic Programmer's Guide ***

by 1 other
This book is a tutorial and reference for the Ruby programming language. Use Ruby, and you'll write better code, be more productive, and enjoy programming more.

*** Why's (Poignant) Guide to Ruby ***

by 29 others
This is just a small Ruby book. It won’t crush you. It’s light as a feather (because I haven’t finished it yet—hehe). And there’s a reason this book will stay light: because Ruby is simple to learn.

The Ruby Cookbook Official Unofficial Homepage

Hello, this is Leonard Richardson. Lucas Carlson and I are writing the Ruby Cookbook for O'Reilly. I've put up this page to solicit and coordinate community contributions, and to make the official outline publicly available. Our goal is to make this book a better reference than O'Reilly's Perl and Python Cookbooks.

Learning Ruby

by 2 others
Copyright (c) 2003 Daniel Carrera

Zen Spider Software Ruby Page

by 1 other
# Ruby QuickRef # Ruby Snippets # Lessons Learned: Coding Ruby Late at Night # Ruby Cookbook

Pragmatic Programmers' "Programming Ruby" online and interactive book

"Programming Ruby" pragmatic programmers INTERACTIVE Great for all of us the "pragmatic programmers" put their excellent book online! Want to test the code examples from the book while reading on-line? "Programming Ruby" INTERACTIVE is the *complete* online book PLUS a "Try it"-button above every code-excerpt which spawns the online interpreter

Ruby.CHannel - The Ruby Tutorial

Ruby tutorial Getting started Strings Regular Expressions Arrays and Hashes Control Structures Methods (also known as functions) Classes/Instances +++ The Ruby Interpreter +++