I hereby claim:
- I am goodmanio on github.
- I am goodman (https://keybase.io/goodman) on keybase.
- I have a public key whose fingerprint is 195F 27B9 4919 E22B C9D9 1823 2AC9 2307 2763 6EC1
To claim this, I am signing this object:
http://cellprofiler.org/foo.tif | |
https://github.com/foo.tif | |
ftp://example.com/foo.tif |
(T)ERROR | |
3½ Minutes, Ten Bullets | |
A Pigeon Sat on a Branch Reflecting on Existence | |
A Syrian Love Story | |
About Elly | |
Advantageous | |
Amour Fou | |
Amy | |
Anomalisa | |
Appropriate Behavior |
http://www.basketball-reference.com/boxscores/pbp/201410280LAL.html | |
http://www.basketball-reference.com/boxscores/pbp/201410280NOP.html | |
http://www.basketball-reference.com/boxscores/pbp/201410280SAS.html | |
http://www.basketball-reference.com/boxscores/pbp/201410290BOS.html | |
http://www.basketball-reference.com/boxscores/pbp/201410290CHO.html | |
http://www.basketball-reference.com/boxscores/pbp/201410290DEN.html | |
http://www.basketball-reference.com/boxscores/pbp/201410290IND.html | |
http://www.basketball-reference.com/boxscores/pbp/201410290MEM.html | |
http://www.basketball-reference.com/boxscores/pbp/201410290MIA.html | |
http://www.basketball-reference.com/boxscores/pbp/201410290NYK.html |
[1] (operator { postfix: ! } ({ a: Z64 } → Z64) | |
({ accumulator: Z64 } ← 1) | |
{ compute: | |
(match [a] | |
{ 0: accumulator } | |
{ _: (accumulator ← (a × accumulator)) | |
(a ← (a − 1)) | |
module Unicode where | |
{- | |
module Unicode ( | |
) where | |
import ... | |
-} |
class Tableless < ActiveRecord::Base | |
def self.column(name, sql_type = nil, default = nil, null = true) | |
columns << ActiveRecord::ConnectionAdapters::Column.new( name.to_s, default, sql_type.to_s, null ) | |
end | |
def self.columns() | |
@columns ||= []; | |
end |
describe '.created' do | |
let! (:activity) { create :activity, task: 'created' } | |
it { expect(Activity.created).to eq([activity]) } | |
end | |
describe '.deleted' do | |
let! (:activity) { create :activity, task: 'deleted' } | |
it { expect(Activity.deleted).to eq([activity]) } |
I hereby claim:
To claim this, I am signing this object:
Date,Open,High,Low,Close,Volume,Adj Close | |
2013-01-28,204.85,206.22,204.29,204.93,2823700,201.03 | |
2013-01-25,204.45,205.18,204.13,204.97,3358900,201.07 | |
2013-01-24,203.91,205.06,203.08,204.42,4447200,200.53 | |
2013-01-23,203.50,208.58,203.36,204.72,12530500,200.82 | |
2013-01-22,194.36,196.08,194.01,196.08,7172300,192.35 | |
2013-01-18,194.03,195.00,193.80,194.47,4559600,190.77 | |
2013-01-17,193.85,194.46,193.24,193.65,3881600,189.96 | |
2013-01-16,192.00,193.18,191.35,192.59,2962900,188.92 | |
2013-01-15,191.31,192.73,190.39,192.50,4172100,188.84 |
Allens-MacBook-Air:~ allen$ uname -a | |
Darwin Allens-MacBook-Air.local 13.0.0 Darwin Kernel Version 13.0.0: Sat Jun 1 01:13:40 PDT 2013; root:xnu-2422.1.4.1.8~1/RELEASE_X86_64 x86_64 | |
Allens-MacBook-Air:~ allen$ /usr/bin/emacs --version | |
GNU Emacs 22.1.1 | |
Copyright (C) 2007 Free Software Foundation, Inc. | |
GNU Emacs comes with ABSOLUTELY NO WARRANTY. | |
You may redistribute copies of Emacs | |
under the terms of the GNU General Public License. | |
For more information about these matters, see the file named COPYING. |