Skip to content

Instantly share code, notes, and snippets.

20:56 _W_: jamesgolick, if you're giving a talk, perhaps you should use a language you know better as an example language?
20:57 _W_: jamesgolick, still, java probably shouldn't be one of those
...
20:57 jamesgolick: _W_: afraid I'll give Java a bad name?
...
20:57 _W_: afraid people who actually know java will laugh at you
.block{
width:190px;
float:left;
font:10px Arial, Verdana, Tahoma sans-serif;
}
.block-center{
background:url(../images/bg-block.png) repeat-y;
overflow:hidden;
width:100%;
}
.block{
width:190px;
float:left;
font:10px Arial, Verdana, Tahoma sans-serif;
}
.block-center{
background:url(../images/bg-block.png) repeat-y;
overflow:hidden;
width:100%;
}
Version 1.03e ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
domU-12-31-3 15368M 45939 92 79324 23 33806 2 34601 38 60508 1 104.5 0
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++
domU-12-31-35-00-4A-51,15368M,45939,92,79324,23,33806,2,34601,38,60508,1,104.5,0,16,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++
require 'mixico'
module Bytes
def self.mixin
Fixnum.send(:include, Bytes)
end
def self.mixout
Fixnum.send(:disable_mixin, Bytes)
end
17:46 jamesgolick: gs
17:47 qrush: # On branch offrails
17:47 qrush: nothing to commit (working directory clean)
17:50 jamesgolick: vim
17:52 qrush: sh: command not found: vim. Did you mean emacs?
; <<>> DiG 9.4.2-P2 <<>> mx imaj.es
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 33006
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;imaj.es. IN MX
;; ANSWER SECTION:
#!/bin/sh
export RUBY_HEAP_MIN_SLOTS=500000
export RUBY_HEAP_SLOTS_INCREMENT=250000
export RUBY_HEAP_SLOTS_GROWTH_FACTOR=1
export RUBY_GC_MALLOC_LIMIT=500000000
/opt/ruby-enterprise/bin/ruby $*
describe "read" do
it "should read all" do
begin
users = User.all
rescue Exception => e
puts e
puts e.backtrace
end
users.size.should_not == 0
end
# ----------------------------------------------------------------------------------
# Java installation
# ----------------------------------------------------------------------------------
package "debconf-utils" do
action :install
end
# Java requires you to accept licenses by hand. We can automate this with the following script
bash "accept_licenses" do