awstewart + ruby   319

Surpass :: Surpass
Creates Excel spreadsheets. Supports formulae.

Impressive.
excel  ruby 
february 2012 by awstewart
Programming With Nothing // Speaker Deck
Mind expanding.

We love Ruby for being powerful & expressive, but how much power does Ruby have if you remove all of its datatypes except for Proc and all of its features except for Proc.new and Proc#call?
ruby 
november 2011 by awstewart
Enumerable#map_detect
Ruby enumerables are not lazy, so here's an implementation of map_detect: like map but returns only the first non-nil block value.
ruby 
september 2011 by awstewart
Concerning ActiveSupport::Concern
Good explanation of ActiveSupport::Concern's implementation.
rails3  ruby 
june 2011 by awstewart
Better Ruby Idioms
W.r.t. including/extending modules (Rails plugins).
ruby  rubyonrails 
june 2011 by awstewart
BEATS Drum Machine
Beats is a command-line drum machine.
music  ruby 
may 2011 by awstewart
Infinite hash and default_proc
h = Hash.new{|h,k| Hash.new(&h.default_proc)}
ruby 
january 2011 by awstewart
Getting Hired: fog Edition
Basic tutorial for using fog.
s3  ruby 
december 2010 by awstewart
My RubyConf Talk | PABCAS
Now is a good time to be a programmer with a business. And Ruby is a great language to use.
business  ruby 
november 2010 by awstewart
Screwcap: Easy remote task management
Screwcap is a Net::SSH wrapper that makes it easier to perform actions on remote servers.
ssh  ruby 
november 2010 by awstewart
Skinny daemons
A daemonized Ruby process running inside a thin webserver.

The basic idea here is to use the thin webserver as a container for whatever app or service you want to run inside it. The whole thing can then be packaged as a rubygem, and you end up with an easily installable service which can be used by any programmer who can send an HTTP request – not just Rubyists.
ruby 
august 2010 by awstewart
Feed Subscribers Without Feedburner
Short script to run on Apache log files.
ruby  apache  feeds 
june 2010 by awstewart
Encodings, Unabridged
Excellent article on encodings in Ruby 1.9 (and 1.8) and Rails 3.
ruby  encoding 
may 2010 by awstewart
« earlier      

Copy this bookmark:



description:


tags: