I hereby claim:
- I am jingweno on github.
- I am jingweno (https://keybase.io/jingweno) on keybase.
- I have a public key whose fingerprint is 0086 0833 0662 DA39 1EB3 EC3F 2EA8 119A E4BF 9F74
To claim this, I am signing this object:
| ch15/15.1/S15.1_A1_T1 failed in non-strict mode as expected | |
| ch15/15.1/S15.1_A1_T2 failed in non-strict mode as expected | |
| ch15/15.1/S15.1_A2_T1 failed in non-strict mode as expected | |
| ch15/15.1/15.1.1/15.1.1.1/15.1.1.1-0 passed in non-strict mode | |
| ch15/15.1/15.1.1/15.1.1.1/S15.1.1.1_A1 passed in non-strict mode | |
| ch15/15.1/15.1.1/15.1.1.1/S15.1.1.1_A3.1 passed in non-strict mode | |
| ch15/15.1/15.1.1/15.1.1.1/S15.1.1.1_A3.2 passed in non-strict mode | |
| ch15/15.1/15.1.1/15.1.1.2/15.1.1.2-0 passed in non-strict mode | |
| ch15/15.1/15.1.1/15.1.1.2/S15.1.1.2_A1 passed in non-strict mode | |
| ch15/15.1/15.1.1/15.1.1.2/S15.1.1.2_A2_T2 passed in non-strict mode |
| #!/bin/sh | |
| # Usage: | |
| # | |
| # * copy this file to the test262 folder | |
| # * start nailgun server with `ng-server` | |
| # * run suite with `sh run-test262-nailgun.sh <dynjs-folder>` | |
| if [ $# = 0 ] | |
| then |
| require 'formula' | |
| class TmuxIterm2 < Formula | |
| url 'http://iterm2.googlecode.com/files/iTerm2-1_0_0_20121224.zip' | |
| sha1 'a2ea1cb72f3cef193d929c1580ef82710bc7345b' | |
| head 'git://tmux.git.sourceforge.net/gitroot/tmux/tmux' | |
| depends_on 'pkg-config' => :build | |
| depends_on 'libevent' |
| require 'benchmark' | |
| h = { 'one' => 1, 'array' => [ true, false ] } | |
| n = 50000 | |
| require 'oj' | |
| Benchmark.bmbm do |x| | |
| x.report('Oj.dump') { n.times { Oj.dump(h) } } | |
| end |
| config1 = { :database => "db1", :host => "localhost", :port => 15432 } | |
| spec1 = ActiveRecord::Base::ConnectionSpecification.new(config1, "postgresql_connection") | |
| handler1 = ActiveRecord::ConnectionAdapters::ConnectionHandler.new | |
| handler1.establish_connection("db1", spec1) | |
| handler1.connection_pools.values.first.with_connection { ... } | |
| config2 = { :database => "db2", :host => "localhost", :port => 15432 } | |
| spec2 = ActiveRecord::Base::ConnectionSpecification.new(config2, "postgresql_connection") | |
| handler2 = ActiveRecord::ConnectionAdapters::ConnectionHandler.new | |
| handler2.establish_connection("db2", spec2) |
| require 'pusher-client' | |
| socket = PusherClient::Socket.new('5df8ac576dcccf4fd076') | |
| socket.subscribe('common') | |
| handler = lambda do |event, data| | |
| p [event, data] | |
| end | |
| events = ['job:created', 'job:started', 'job:finished', 'job:canceled', |
| $ pwd | |
| /opt/boxen/homebrew/Library/Formula | |
| $ grep -ri "Cellar" * | |
| argp-standalone.rb: cellar :any | |
| aria2.rb: cellar :any | |
| asciidoc.rb: cellar :any | |
| at-spi2-atk.rb: cellar :any | |
| autojump.rb: . /usr/local/Cellar/gautojump/HEAD/etc/autojump.fish | |
| bagit.rb: # put logs in var, not in the Cellar |
| diff --git a/commands/init.go b/commands/init.go | |
| index ef55871..d63de61 100644 | |
| --- a/commands/init.go | |
| +++ b/commands/init.go | |
| @@ -1,8 +1,6 @@ | |
| package commands | |
| import ( | |
| - "path/filepath" | |
| - |
I hereby claim:
To claim this, I am signing this object: