|
|
 |
|
 |
|
| Why Software Is Bad and What We Can Do to Fix It
Good article on how we can improve software construction.
Added: January 22, 2007 Clicks: 117
|
| PHP to Perl and back
A good reference for when you're a little rusty at PHP or Perl.
Added: January 26, 2007 Clicks: 115
|
| Emacs Wiki
The collective knowledge base for all things Emacs.
Added: February 9, 2007 Clicks: 111
|
| gotAPI
Large collection of API docs with quick search.
Added: January 21, 2007 Clicks: 110
|
| Ruby Core Library
Important core Ruby docs. I wonder why they even have the left frame up top since none of those pages provide any useful information.
Added: February 5, 2007 Clicks: 108
|
| Advanced Bash-Scripting Guide
An in-depth exploration of the art of shell scripting.
Added: February 5, 2007 Clicks: 107
|
| Ruby Standard Library
Project dedicated to creating and collecting documentation on the Ruby programming language.
Added: February 5, 2007 Clicks: 103
|
| Rails Documentation Project
Someone told me this would be as good as the PHP.net online API manual someday.. we'll see.
Added: February 5, 2007 Clicks: 101
|
| Ruby on Rails API
API site for Ruby on Rails.
Added: January 21, 2007 Clicks: 98
|
|
|
Book Recommendation:
Programming Ruby is the defacto-standard for learning to program in Ruby. If someone tells you to pick up a copy of “the pickaxe book”, this is the one they mean. This book goes through the entire Ruby language, step-by-step, teaching you each basic concept. This is the second edition, which is expanded to include over 200 pages of new content, covering all the improved language features of Ruby 1.8 and standard library modules. The Pickaxe contains four major sections: an acclaimed tutorial on using Ruby, the definitive reference to the language, complete documentation on all built-in classes, modules, and methods, and complete descriptions of all 98 standard libraries. Needless to say, it’s very thorough. This book is great for beginners but also makes an excellent reference for the pros. |
|