Public Gists by ajb

Gravatar
Wed Nov 11 08:18:58 -0800 2009
1
2
3
<html>
<head>
<title>Billy Mays</title>
Gravatar
Thu Oct 08 19:16:02 -0700 2009
1
2
3
# !/usr/bin/env ruby
# == Synopsis
# This script is only useful for faculty or students at the
Gravatar
Wed Aug 12 23:37:05 -0700 2009
1
2
3
filename = 'test.rb'
f = File.new(filename)
puts f.ctime
Gravatar
Tue Aug 04 18:04:51 -0700 2009
1
2
3
require 'rubygems'
require 'mp3info' #http://ruby-mp3info.rubyforge.org/
 
Gravatar
Sun Feb 01 11:30:02 -0800 2009
1
2
3
# A collection is a list (or an array, if you will) of symbols. This class is inspired by
# Ada 95's Enumeration Types, although the only relevant components of which are essentially just 'an array that wraps.'
# This class maintains an internal pointer, which points to the current symbol in the collection.
Gravatar
Wed Jan 28 21:18:50 -0800 2009
1
2
3
public boolean cleverMethodName() {
  if (doStuff())
     return true;