1 2 3 4
module Enumerable # Sorts the enumeration by mapping the # values in the enumeration through the given block. ...
Ruby sort_by_multiple
require "benchmark"
data_s...
1 2 3 4
# Boids - A Shoes Application # # Author : Wally Glutton - http://stungeye.com ...
Ruby Boids - A Shoes Application
You will need Shoes install...
1 2 3 4
SIXTYTWO = ('0'..'9').to_a + ('a'..'z').to_a + ('A'..'Z').to_a def to_s_62(i) ...
Ruby Base 62 Encoding
Base WHAT??? Well, 62 is th...
Is it possible to speed up ...