genieyclo + golden:ruby   9

Made by Dna - Ruby's Eigenclasses Demystified
In Ruby, classes and objects are intricately connected in ways that might not be immediately obvious. Owing to their special use-case, it is easy to lose sight of the fact that classes are themselves objects in Ruby. What makes them different, vis-à-vis regular objects, is that they serve as a blueprint for object creation and also that they are part of a hierarchy of classes. That is, classes can have instances (objects), superclasses (parents) and subclasses (children).
ruby  metaprogramming  objects  OO  OOP  golden:ruby 
25 days ago by genieyclo
JackDanger/hacker_news - GitHub
Hacker News
This tiny script is a scraper for http://news.ycombinator.com. It shows just how little Ruby is required to run a powerful web filter.

What it be doin':
Fetches the YCombinator news page
HPricot's it into pieces
Builds an RSS feed
Uses links to parse the destination article page and include the main text inline
Runs as a stand-alone server thanks to Rack and Mongrel
ruby  golden:ruby  examples  codeexamples  useful  scraping  links  parser  hpricot  mongrel  rack  rss 
february 2012 by genieyclo
Ruby in 100 Minutes - Jumpstart Lab Curriculum
Ruby was written to make the programmer’s job easy and not care if the computer’s job is hard. In this brief introduction we’ll look at the key language features you need to get started.
golden:ruby  ruby  tutorial  crash  course 
december 2011 by genieyclo
Programming With Nothing
Ruby is a powerful language, but how much power does it have if you remove all of its datatypes except for Proc and all of its features except for Proc.new and Proc#call? I’ll investigate by building proc-only representations of numbers, booleans, lists and strings, and using them to write an executable program.

This article is adapted from a talk I gave at the Ru3y Manor conference, for which the video and slides are available.
golden:ruby  ruby  fizzbuzz  lambdacalculus  lambda 
december 2011 by genieyclo
dojo
We're going to teach you how to build your first Ruby web application in 3 minutes and deploy it live to the internet. Don't worry, you won't have to install or setup anything. We'll take care of all those pesky little details: Ruby, Rails, Git, Gems, configuring SSH keys, and deploying your application to a server.
ruby  rails  development  tutorials  golden:ruby  dojo  webapps  interesting 
november 2011 by genieyclo

Copy this bookmark:



description:


tags: